Gnome backgrounds, scanner app for VIP Express (circa Jun 2004)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

292 lines
13 KiB

  1. <?xml version="1.0"?>
  2. <!DOCTYPE greeter SYSTEM "greeter.dtd">
  3. <greeter>
  4. <item type="pixmap">
  5. <normal file="Background.png"/>
  6. <pos x="0" y="0" width="100%" height="100%"/>
  7. </item>
  8. <!--
  9. This is the box in the botton left "command box"
  10. -->
  11. <!-- bottom bar -->
  12. <item type="rect">
  13. <normal color="#ffffff" alpha="0.15"/>
  14. <pos y="100%" x="0" width="100%" height="42" anchor="sw"/>
  15. <box xpadding="10" spacing="10" orientation="horizontal">
  16. <!-- reboot -->
  17. <item type="rect" id="reboot_button" button="true">
  18. <show type="reboot" modes="console"/>
  19. <pos y="50%" width="box" height="box" anchor="w"/>
  20. <box xpadding="0" spacing="2" orientation="horizontal">
  21. <item type="pixmap">
  22. <normal file="icon-reboot.png"/>
  23. <prelight file="icon-reboot-prelight.png"/>
  24. <active file="icon-reboot-active.png"/>
  25. </item>
  26. <item type="label">
  27. <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
  28. <prelight font="Bitstream Vera Sans 11" color="#000000"/>
  29. <active font="Bitstream Vera Sans 11" color="#dc292b"/>
  30. <pos y="50%" anchor="w"/>
  31. <stock type="reboot"/>
  32. </item>
  33. </box>
  34. </item>
  35. <!-- halt -->
  36. <item type="rect" id="halt_button" button="true">
  37. <show type="halt" modes="console"/>
  38. <pos y="50%" width="box" height="box" anchor="w"/>
  39. <box xpadding="0" spacing="2" orientation="horizontal">
  40. <item type="pixmap">
  41. <normal file="icon-shutdown.png"/>
  42. <prelight file="icon-shutdown-prelight.png"/>
  43. <active file="icon-shutdown-active.png"/>
  44. </item>
  45. <item type="label">
  46. <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
  47. <prelight font="Bitstream Vera Sans 11" color="#000000"/>
  48. <active font="Bitstream Vera Sans 11" color="#dc292b"/>
  49. <pos y="50%" anchor="w"/>
  50. <stock type="halt"/>
  51. </item>
  52. </box>
  53. </item>
  54. <!-- quit / disconnect -->
  55. <item type="rect" id="disconnect_button" button="true">
  56. <normal/>
  57. <show modes="flexi,remote"/>
  58. <pos y="50%" width="box" height="box" anchor="w"/>
  59. <box xpadding="0" spacing="2" orientation="horizontal">
  60. <item type="pixmap">
  61. <normal file="icon-shutdown.png"/>
  62. <prelight file="icon-shutdown-prelight.png"/>
  63. <active file="icon-shutdown-active.png"/>
  64. </item>
  65. <item type="label">
  66. <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
  67. <prelight font="Bitstream Vera Sans 11" color="#000000"/>
  68. <active font="Bitstream Vera Sans 11" color="#dc292b"/>
  69. <pos y="50%" anchor="w"/>
  70. <stock type="disconnect"/>
  71. <show modes="remote"/>
  72. </item>
  73. <item type="label">
  74. <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
  75. <prelight font="Bitstream Vera Sans 11" color="#000000"/>
  76. <active font="Bitstream Vera Sans 11" color="#dc292b"/>
  77. <pos y="50%" anchor="w"/>
  78. <stock type="quit"/>
  79. <show modes="flexi"/>
  80. </item>
  81. </box>
  82. </item>
  83. </box>
  84. </item>
  85. <!--
  86. This is the center box "login box"
  87. -->
  88. <!-- password box -->
  89. <item type="rect">
  90. <pos x="50%" y="50%" width="box" height="box" anchor="c"/>
  91. <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
  92. <item type="rect">
  93. <pos x="0" y="0" width="box" height="box" expand="true"/>
  94. <normal color="#ffffff" alpha="0.15"/>
  95. <box xpadding="50" ypadding="15" spacing="10" orientation="vertical">
  96. <item type="label" id="pam-prompt">
  97. <pos x="0"/>
  98. <normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
  99. <stock type="username-label"/>
  100. </item>
  101. <item type="rect">
  102. <normal color="#523921"/>
  103. <pos width="160" height="24"/>
  104. <fixed>
  105. <item type="entry" id="user-pw-entry">
  106. <pos y="1" x="1" width="-2" height="-2" anchor="nw"/>
  107. </item>
  108. </fixed>
  109. </item>
  110. <!-- timer warning -->
  111. <item type="label" id="timed-label">
  112. <show type="timed"/>
  113. <normal font="Bitstream Vera Sans Bold 11" color="#ffffff"/>
  114. <stock type="timed-label"/>
  115. </item>
  116. </box>
  117. </item>
  118. <item type="rect">
  119. <pos x="0" y="0" width="100%" height="box" expand="true"/>
  120. <normal color="#ffffff" alpha="0.15"/>
  121. <box xpadding="10" ypadding="8" spacing="10" orientation="horizontal" homogeneous="true">
  122. <!-- language -->
  123. <item type="rect" id="language_button" button="true">
  124. <pos x="50%" y="50%" width="box" height="box" anchor="c"/>
  125. <box xpadding="0" spacing="2" orientation="horizontal">
  126. <item type="pixmap">
  127. <pos width="24" height="24"/>
  128. <normal file="icon-language.png"/>
  129. <prelight file="icon-language-prelight.png"/>
  130. <active file="icon-language-active.png"/>
  131. </item>
  132. <item type="label">
  133. <normal font="Bitstream Vera Sans 9" color="#ffffff"/>
  134. <prelight font="Bitstream Vera Sans 9" color="#223b52"/>
  135. <active font="Bitstream Vera Sans 9" color="#4d4d4d"/>
  136. <pos y="50%" anchor="w"/>
  137. <stock type="language"/>
  138. </item>
  139. </box>
  140. </item>
  141. <!-- session -->
  142. <item type="rect" id="session_button" button="true">
  143. <pos x="50%" y="50%" width="box" height="box" anchor="c"/>
  144. <box xpadding="0" spacing="2" orientation="horizontal">
  145. <item type="pixmap">
  146. <pos width="24" height="24"/>
  147. <normal file="icon-session.png"/>
  148. <prelight file="icon-session-prelight.png"/>
  149. <active file="icon-session-active.png"/>
  150. </item>
  151. <item type="label">
  152. <normal font="Bitstream Vera Sans 9" color="#ffffff"/>
  153. <prelight font="Bitstream Vera Sans 9" color="#223b52"/>
  154. <active font="Bitstream Vera Sans 9" color="#4d4d4d"/>
  155. <pos y="50%" anchor="w"/>
  156. <stock type="session"/>
  157. </item>
  158. </box>
  159. </item>
  160. </box>
  161. </item>
  162. </box>
  163. </item>
  164. <!--
  165. This is the "date box"
  166. -->
  167. <!-- hostname and clock -->
  168. <item type="rect">
  169. <pos x="100%" y="100%" width="box" height="42" anchor="se"/>
  170. <box xpadding="10" spacing="10" orientation="horizontal">
  171. <item type="label">
  172. <pos x="100%" y="50%" anchor="e"/>
  173. <normal font="Bitstream Vera Sans Bold 11" color="#ffffff"/>
  174. <text>%h //</text>
  175. </item>
  176. <item type="label" id="clock">
  177. <pos x="100%" y="50%" anchor="e"/>
  178. <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
  179. <text>%c</text>
  180. </item>
  181. </box>
  182. </item>
  183. <!--
  184. caps lock warning
  185. -->
  186. <item type="rect" id="caps-lock-warning">
  187. <normal color="#bfe3ff" alpha="0.0"/>
  188. <pos anchor="c" x="50%" y="72%" width="box" height="box"/>
  189. <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="10">
  190. <item type="label">
  191. <normal color="#bfe3ff" font="Arial Black 12"/>
  192. <pos x="50%" anchor="n"/>
  193. <text>You've got capslock on!</text>
  194. <text xml:lang="ca">Teniu capslock activat!</text>
  195. <text xml:lang="da">Caps lock-tasten er sl&#xE5;et til!</text>
  196. <text xml:lang="es">Tiene activado el bloqueo de may&#xFA;sculas.</text>
  197. <text xml:lang="et">Sul on caplock peal!</text>
  198. <text xml:lang="fi">Sinulla on caps lock p&#xE4;&#xE4;ll&#xE4;!</text>
  199. <text xml:lang="fr">Vous avez la touche Verr. Maj. activ&#xE9;&#xA0;!</text>
  200. <text xml:lang="ko">Caps Lock&#xC774; &#xCF1C;&#xC838; &#xC788;&#xC2B5;&#xB2C8;&#xB2E4;!</text>
  201. <text xml:lang="lt">J&#x16B;s&#x173; Caps Lock yra &#x12F;jungtas!</text>
  202. <text xml:lang="ms">Anda mempunyai capslock dihidupkan!</text>
  203. <text xml:lang="nl">Caps-lock staat aan!</text>
  204. <text xml:lang="no">Du har capslock p&#xE5;!</text>
  205. <text xml:lang="pl">W&#x142;&#x105;czony jest klawisz Caps Lock!</text>
  206. <text xml:lang="pt">Tem o capslock ligado!</text>
  207. <text xml:lang="sk">M&#xE1;te zapnut&#xFD; CAPS LOCK.</text>
  208. <text xml:lang="sl">Vklju&#x10D;ene imate velike &#x10D;rke!</text>
  209. <text xml:lang="sv">Du har CapsLock p&#xE5;!</text>
  210. <text xml:lang="vi">B&#x1EA1;n &#x111;ang b&#x1EAD;t CapsLock!</text>
  211. <text xml:lang="zh_TW">&#x8ACB;&#x7559;&#x610F;&#x4E0D;&#x8981;&#x6309;&#x4E0B; capslock&#xFF01;</text>
  212. </item>
  213. </box>
  214. </item>
  215. <!--
  216. timed login info
  217. -->
  218. <item type="rect" id="timed-rect">
  219. <show type="timed"/>
  220. <normal color="#bfe3ff" alpha="0.0"/>
  221. <pos anchor="c" x="50%" y="75%" width="box" height="box"/>
  222. <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
  223. <item type="label" id="timed-label">
  224. <normal color="#bfe3ff" font="Arial Black 12"/>
  225. <pos x="50%" anchor="n"/>
  226. <text>User %s will login in %d seconds</text>
  227. <text xml:lang="az">%s istifad&#x259;&#xE7;isi %d saniy&#x259; i&#xE7;ind&#x259; sistem&#x259; gir&#x259;c&#x259;kdir</text>
  228. <text xml:lang="ca">L'usuari %s entrar&#xE0; en %d segons</text>
  229. <text xml:lang="cs">U&#x17E;ivatel %s bude p&#x159;ihl&#xE1;&#x161;en za %d vte&#x159;in</text>
  230. <text xml:lang="da">Brugeren %s logger p&#xE5; om %d sekunder</text>
  231. <text xml:lang="de">Benutzer %s wird in %d Sekunden angemeldet</text>
  232. <text xml:lang="es">El usuario %s acceder&#xE1; en %d segundos</text>
  233. <text xml:lang="et">Kasutaja %s logitakse sisse %d sekundi p&#xE4;rast</text>
  234. <text xml:lang="eu">%s erabiltzaileak %d segundo barru hasiko du saioa</text>
  235. <text xml:lang="fi">k&#xE4;ytt&#xE4;j&#xE4; %s kirjautuu %d sekunnin kuluttua</text>
  236. <text xml:lang="fr">L'utilisateur %s se connectera dans %d secondes</text>
  237. <text xml:lang="gl">A/O usuaria/o %s conectar&#xE1; en %d segundos</text>
  238. <text xml:lang="hu">%s felhaszn&#xE1;l&#xF3; bel&#xE9;ptet&#xE9;se %d m&#xE1;sodperc m&#xFA;lva</text>
  239. <text xml:lang="it">L'utente %s effettuer&#xE0; il login fra %d secondi</text>
  240. <text xml:lang="ja">&#x30E6;&#x30FC;&#x30B6;%s&#x306F;%d&#x79D2;&#x5F8C;&#x306B;&#x30ED;&#x30B0;&#x30A4;&#x30F3;</text>
  241. <text xml:lang="ko">&#xC0AC;&#xC6A9;&#xC790; %s&#xB294; %d &#xCD08; &#xC774;&#xB0B4;&#xC5D0; &#xB85C;&#xADF8;&#xC778; &#xD558;&#xC5EC;&#xC57C; &#xD569;&#xB2C8;&#xB2E4;</text>
  242. <text xml:lang="lt">Vartotojas %s bus prijungtas per %d sek.</text>
  243. <text xml:lang="lv">Lietot&#x101;js %s ielogosies %d sekund&#x113;s</text>
  244. <text xml:lang="ms">Pengguna %s akan logmasuk dalam %d saat</text>
  245. <text xml:lang="nl">Gebruiker %s wordt aangemeld over %d seconden</text>
  246. <text xml:lang="nn">Brukar %s vil logge inn om %d sekund</text>
  247. <text xml:lang="no">Bruker %s vil logge p&#xE5; om %d sekunder</text>
  248. <text xml:lang="pl">U&#x17C;ytkownik %s zostanie zalogowany w ci&#x105;gu %d sekund</text>
  249. <text xml:lang="pt">Utilizador %s iniciar&#xE1; sess&#xE3;o em %d segundos</text>
  250. <text xml:lang="pt_BR">O usu&#xE1;rio %s efetuar&#xE1; login em %d segundos</text>
  251. <text xml:lang="ro">Utilizatorul %s va fi logat &#xEE;n %d secunde</text>
  252. <text xml:lang="sk">Pou&#x17E;&#xED;vate&#x13E; %s bude automaticky prihl&#xE1;sen&#xFD; za %d sek&#xFA;nd</text>
  253. <text xml:lang="sl">Uporabnik %s se bo prijavil v %d sekundah</text>
  254. <text xml:lang="sv">Anv&#xE4;ndaren %s kommer att logga in om %d sekunder</text>
  255. <text xml:lang="tr">%s kullan&#x131;c&#x131;s&#x131; %d saniye i&#xE7;inde giri&#x15F; yapacak</text>
  256. <text xml:lang="vi">Ng&#x1B0;&#x1EDD;i d&#xF9;ng %s s&#x1EBD; &#x111;&#x103;ng nh&#x1EAD;p trong v&#xF2;ng %d gi&#xE2;y</text>
  257. <text xml:lang="zh_CN">&#x7528;&#x6237; %s &#x5C06;&#x5728; %d &#x79D2;&#x540E;&#x767B;&#x5F55;</text>
  258. <text xml:lang="zh_TW">&#x4F7F;&#x7528;&#x8005; %s &#x5C07;&#x6703;&#x5728; %d &#x5167;&#x767B;&#x5165;</text>
  259. </item>
  260. </box>
  261. </item>
  262. <!--
  263. login error message
  264. -->
  265. <item type="rect" id="pam-mess">
  266. <normal color="#ffffff" alpha="0.0"/>
  267. <pos anchor="c" x="50%" y="78%" width="box" height="box"/>
  268. <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
  269. <item type="label" id="pam-error">
  270. <pos anchor="n" x="50%"/>
  271. <normal color="#ffffff" font="Arial Black 12"/>
  272. <text/>
  273. </item>
  274. </box>
  275. </item>
  276. </greeter>