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.
292 lines
13 KiB
292 lines
13 KiB
<?xml version="1.0"?>
|
|
<!DOCTYPE greeter SYSTEM "greeter.dtd">
|
|
<greeter>
|
|
<item type="pixmap">
|
|
<normal file="Background.png"/>
|
|
<pos x="0" y="0" width="100%" height="100%"/>
|
|
</item>
|
|
|
|
<!--
|
|
This is the box in the botton left "command box"
|
|
-->
|
|
|
|
<!-- bottom bar -->
|
|
<item type="rect">
|
|
<normal color="#ffffff" alpha="0.15"/>
|
|
<pos y="100%" x="0" width="100%" height="42" anchor="sw"/>
|
|
<box xpadding="10" spacing="10" orientation="horizontal">
|
|
<!-- reboot -->
|
|
<item type="rect" id="reboot_button" button="true">
|
|
<show type="reboot" modes="console"/>
|
|
<pos y="50%" width="box" height="box" anchor="w"/>
|
|
<box xpadding="0" spacing="2" orientation="horizontal">
|
|
<item type="pixmap">
|
|
<normal file="icon-reboot.png"/>
|
|
<prelight file="icon-reboot-prelight.png"/>
|
|
<active file="icon-reboot-active.png"/>
|
|
</item>
|
|
<item type="label">
|
|
<normal font="Bitstream Vera Sans 11" color="#ffffff"/>
|
|
<prelight font="Bitstream Vera Sans 11" color="#000000"/>
|
|
<active font="Bitstream Vera Sans 11" color="#dc292b"/>
|
|
<pos y="50%" anchor="w"/>
|
|
<stock type="reboot"/>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
<!-- halt -->
|
|
<item type="rect" id="halt_button" button="true">
|
|
<show type="halt" modes="console"/>
|
|
<pos y="50%" width="box" height="box" anchor="w"/>
|
|
<box xpadding="0" spacing="2" orientation="horizontal">
|
|
<item type="pixmap">
|
|
<normal file="icon-shutdown.png"/>
|
|
<prelight file="icon-shutdown-prelight.png"/>
|
|
<active file="icon-shutdown-active.png"/>
|
|
</item>
|
|
<item type="label">
|
|
<normal font="Bitstream Vera Sans 11" color="#ffffff"/>
|
|
<prelight font="Bitstream Vera Sans 11" color="#000000"/>
|
|
<active font="Bitstream Vera Sans 11" color="#dc292b"/>
|
|
<pos y="50%" anchor="w"/>
|
|
<stock type="halt"/>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
<!-- quit / disconnect -->
|
|
<item type="rect" id="disconnect_button" button="true">
|
|
<normal/>
|
|
<show modes="flexi,remote"/>
|
|
<pos y="50%" width="box" height="box" anchor="w"/>
|
|
<box xpadding="0" spacing="2" orientation="horizontal">
|
|
<item type="pixmap">
|
|
<normal file="icon-shutdown.png"/>
|
|
<prelight file="icon-shutdown-prelight.png"/>
|
|
<active file="icon-shutdown-active.png"/>
|
|
</item>
|
|
<item type="label">
|
|
<normal font="Bitstream Vera Sans 11" color="#ffffff"/>
|
|
<prelight font="Bitstream Vera Sans 11" color="#000000"/>
|
|
<active font="Bitstream Vera Sans 11" color="#dc292b"/>
|
|
<pos y="50%" anchor="w"/>
|
|
<stock type="disconnect"/>
|
|
<show modes="remote"/>
|
|
</item>
|
|
<item type="label">
|
|
<normal font="Bitstream Vera Sans 11" color="#ffffff"/>
|
|
<prelight font="Bitstream Vera Sans 11" color="#000000"/>
|
|
<active font="Bitstream Vera Sans 11" color="#dc292b"/>
|
|
<pos y="50%" anchor="w"/>
|
|
<stock type="quit"/>
|
|
<show modes="flexi"/>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
|
|
|
|
<!--
|
|
This is the center box "login box"
|
|
-->
|
|
|
|
<!-- password box -->
|
|
<item type="rect">
|
|
<pos x="50%" y="50%" width="box" height="box" anchor="c"/>
|
|
<box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
|
|
<item type="rect">
|
|
<pos x="0" y="0" width="box" height="box" expand="true"/>
|
|
<normal color="#ffffff" alpha="0.15"/>
|
|
<box xpadding="50" ypadding="15" spacing="10" orientation="vertical">
|
|
<item type="label" id="pam-prompt">
|
|
<pos x="0"/>
|
|
<normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
|
|
<stock type="username-label"/>
|
|
</item>
|
|
<item type="rect">
|
|
<normal color="#523921"/>
|
|
<pos width="160" height="24"/>
|
|
<fixed>
|
|
<item type="entry" id="user-pw-entry">
|
|
<pos y="1" x="1" width="-2" height="-2" anchor="nw"/>
|
|
</item>
|
|
</fixed>
|
|
</item>
|
|
<!-- timer warning -->
|
|
<item type="label" id="timed-label">
|
|
<show type="timed"/>
|
|
<normal font="Bitstream Vera Sans Bold 11" color="#ffffff"/>
|
|
<stock type="timed-label"/>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
<item type="rect">
|
|
<pos x="0" y="0" width="100%" height="box" expand="true"/>
|
|
<normal color="#ffffff" alpha="0.15"/>
|
|
<box xpadding="10" ypadding="8" spacing="10" orientation="horizontal" homogeneous="true">
|
|
<!-- language -->
|
|
<item type="rect" id="language_button" button="true">
|
|
<pos x="50%" y="50%" width="box" height="box" anchor="c"/>
|
|
<box xpadding="0" spacing="2" orientation="horizontal">
|
|
<item type="pixmap">
|
|
<pos width="24" height="24"/>
|
|
<normal file="icon-language.png"/>
|
|
<prelight file="icon-language-prelight.png"/>
|
|
<active file="icon-language-active.png"/>
|
|
</item>
|
|
<item type="label">
|
|
<normal font="Bitstream Vera Sans 9" color="#ffffff"/>
|
|
<prelight font="Bitstream Vera Sans 9" color="#223b52"/>
|
|
<active font="Bitstream Vera Sans 9" color="#4d4d4d"/>
|
|
<pos y="50%" anchor="w"/>
|
|
<stock type="language"/>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
<!-- session -->
|
|
<item type="rect" id="session_button" button="true">
|
|
<pos x="50%" y="50%" width="box" height="box" anchor="c"/>
|
|
<box xpadding="0" spacing="2" orientation="horizontal">
|
|
<item type="pixmap">
|
|
<pos width="24" height="24"/>
|
|
<normal file="icon-session.png"/>
|
|
<prelight file="icon-session-prelight.png"/>
|
|
<active file="icon-session-active.png"/>
|
|
</item>
|
|
<item type="label">
|
|
<normal font="Bitstream Vera Sans 9" color="#ffffff"/>
|
|
<prelight font="Bitstream Vera Sans 9" color="#223b52"/>
|
|
<active font="Bitstream Vera Sans 9" color="#4d4d4d"/>
|
|
<pos y="50%" anchor="w"/>
|
|
<stock type="session"/>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
|
|
<!--
|
|
This is the "date box"
|
|
-->
|
|
|
|
<!-- hostname and clock -->
|
|
<item type="rect">
|
|
<pos x="100%" y="100%" width="box" height="42" anchor="se"/>
|
|
<box xpadding="10" spacing="10" orientation="horizontal">
|
|
<item type="label">
|
|
<pos x="100%" y="50%" anchor="e"/>
|
|
<normal font="Bitstream Vera Sans Bold 11" color="#ffffff"/>
|
|
<text>%h //</text>
|
|
</item>
|
|
<item type="label" id="clock">
|
|
<pos x="100%" y="50%" anchor="e"/>
|
|
<normal font="Bitstream Vera Sans 11" color="#ffffff"/>
|
|
<text>%c</text>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
|
|
|
|
<!--
|
|
caps lock warning
|
|
-->
|
|
|
|
<item type="rect" id="caps-lock-warning">
|
|
<normal color="#bfe3ff" alpha="0.0"/>
|
|
<pos anchor="c" x="50%" y="72%" width="box" height="box"/>
|
|
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="10">
|
|
<item type="label">
|
|
<normal color="#bfe3ff" font="Arial Black 12"/>
|
|
<pos x="50%" anchor="n"/>
|
|
<text>You've got capslock on!</text>
|
|
<text xml:lang="ca">Teniu capslock activat!</text>
|
|
<text xml:lang="da">Caps lock-tasten er slået til!</text>
|
|
<text xml:lang="es">Tiene activado el bloqueo de mayúsculas.</text>
|
|
<text xml:lang="et">Sul on caplock peal!</text>
|
|
<text xml:lang="fi">Sinulla on caps lock päällä!</text>
|
|
<text xml:lang="fr">Vous avez la touche Verr. Maj. activé !</text>
|
|
<text xml:lang="ko">Caps Lock이 켜져 있습니다!</text>
|
|
<text xml:lang="lt">Jūsų Caps Lock yra įjungtas!</text>
|
|
<text xml:lang="ms">Anda mempunyai capslock dihidupkan!</text>
|
|
<text xml:lang="nl">Caps-lock staat aan!</text>
|
|
<text xml:lang="no">Du har capslock på!</text>
|
|
<text xml:lang="pl">Włączony jest klawisz Caps Lock!</text>
|
|
<text xml:lang="pt">Tem o capslock ligado!</text>
|
|
<text xml:lang="sk">Máte zapnutý CAPS LOCK.</text>
|
|
<text xml:lang="sl">Vključene imate velike črke!</text>
|
|
<text xml:lang="sv">Du har CapsLock på!</text>
|
|
<text xml:lang="vi">Bạn đang bật CapsLock!</text>
|
|
<text xml:lang="zh_TW">請留意不要按下 capslock!</text>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
|
|
<!--
|
|
timed login info
|
|
-->
|
|
|
|
<item type="rect" id="timed-rect">
|
|
<show type="timed"/>
|
|
<normal color="#bfe3ff" alpha="0.0"/>
|
|
<pos anchor="c" x="50%" y="75%" width="box" height="box"/>
|
|
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
|
|
<item type="label" id="timed-label">
|
|
<normal color="#bfe3ff" font="Arial Black 12"/>
|
|
<pos x="50%" anchor="n"/>
|
|
<text>User %s will login in %d seconds</text>
|
|
<text xml:lang="az">%s istifadəçisi %d saniyə içində sistemə girəcəkdir</text>
|
|
<text xml:lang="ca">L'usuari %s entrarà en %d segons</text>
|
|
<text xml:lang="cs">Uživatel %s bude přihlášen za %d vteřin</text>
|
|
<text xml:lang="da">Brugeren %s logger på om %d sekunder</text>
|
|
<text xml:lang="de">Benutzer %s wird in %d Sekunden angemeldet</text>
|
|
<text xml:lang="es">El usuario %s accederá en %d segundos</text>
|
|
<text xml:lang="et">Kasutaja %s logitakse sisse %d sekundi pärast</text>
|
|
<text xml:lang="eu">%s erabiltzaileak %d segundo barru hasiko du saioa</text>
|
|
<text xml:lang="fi">käyttäjä %s kirjautuu %d sekunnin kuluttua</text>
|
|
<text xml:lang="fr">L'utilisateur %s se connectera dans %d secondes</text>
|
|
<text xml:lang="gl">A/O usuaria/o %s conectará en %d segundos</text>
|
|
<text xml:lang="hu">%s felhasználó beléptetése %d másodperc múlva</text>
|
|
<text xml:lang="it">L'utente %s effettuerà il login fra %d secondi</text>
|
|
<text xml:lang="ja">ユーザ%sは%d秒後にログイン</text>
|
|
<text xml:lang="ko">사용자 %s는 %d 초 이내에 로그인 하여야 합니다</text>
|
|
<text xml:lang="lt">Vartotojas %s bus prijungtas per %d sek.</text>
|
|
<text xml:lang="lv">Lietotājs %s ielogosies %d sekundēs</text>
|
|
<text xml:lang="ms">Pengguna %s akan logmasuk dalam %d saat</text>
|
|
<text xml:lang="nl">Gebruiker %s wordt aangemeld over %d seconden</text>
|
|
<text xml:lang="nn">Brukar %s vil logge inn om %d sekund</text>
|
|
<text xml:lang="no">Bruker %s vil logge på om %d sekunder</text>
|
|
<text xml:lang="pl">Użytkownik %s zostanie zalogowany w ciągu %d sekund</text>
|
|
<text xml:lang="pt">Utilizador %s iniciará sessão em %d segundos</text>
|
|
<text xml:lang="pt_BR">O usuário %s efetuará login em %d segundos</text>
|
|
<text xml:lang="ro">Utilizatorul %s va fi logat în %d secunde</text>
|
|
<text xml:lang="sk">Používateľ %s bude automaticky prihlásený za %d sekúnd</text>
|
|
<text xml:lang="sl">Uporabnik %s se bo prijavil v %d sekundah</text>
|
|
<text xml:lang="sv">Användaren %s kommer att logga in om %d sekunder</text>
|
|
<text xml:lang="tr">%s kullanıcısı %d saniye içinde giriş yapacak</text>
|
|
<text xml:lang="vi">Người dùng %s sẽ đăng nhập trong vòng %d giây</text>
|
|
<text xml:lang="zh_CN">用户 %s 将在 %d 秒后登录</text>
|
|
<text xml:lang="zh_TW">使用者 %s 將會在 %d 內登入</text>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
|
|
<!--
|
|
login error message
|
|
-->
|
|
|
|
<item type="rect" id="pam-mess">
|
|
<normal color="#ffffff" alpha="0.0"/>
|
|
<pos anchor="c" x="50%" y="78%" width="box" height="box"/>
|
|
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
|
|
<item type="label" id="pam-error">
|
|
<pos anchor="n" x="50%"/>
|
|
<normal color="#ffffff" font="Arial Black 12"/>
|
|
<text/>
|
|
</item>
|
|
</box>
|
|
</item>
|
|
|
|
</greeter>
|
|
|