mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1: Merge login UI changes.
This commit is contained in:
@@ -71,11 +71,36 @@
|
||||
}
|
||||
|
||||
.login-ui .login-dialog .version {
|
||||
font-size: 1.25em;
|
||||
font-weight: bold;
|
||||
padding: 0.5em 0;
|
||||
}
|
||||
|
||||
.login-ui .login-dialog .version .app-name {
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.login-ui .login-dialog .version .version-number {
|
||||
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
||||
padding: 0.25em 0.75em;
|
||||
margin: 0.25em;
|
||||
|
||||
-moz-border-radius: 0.5em;
|
||||
-webkit-border-radius: 0.5em;
|
||||
-khtml-border-radius: 0.5em;
|
||||
border-radius: 0.5em;
|
||||
|
||||
color: white;
|
||||
background: green;
|
||||
font-size: 0.5em;
|
||||
font-style: italic;
|
||||
opacity: 0.5;
|
||||
|
||||
}
|
||||
|
||||
.login-ui .login-dialog .logo {
|
||||
|
@@ -11,7 +11,10 @@
|
||||
|
||||
<!-- Guacamole version -->
|
||||
<div class="logo"></div>
|
||||
<div class="version">{{'APP.NAME' | translate}}</div>
|
||||
<div class="version">
|
||||
<div class="app-name">{{'APP.NAME' | translate}}</div>
|
||||
<div class="version-number">{{'APP.VERSION' | translate}}</div>
|
||||
</div>
|
||||
|
||||
<!-- Login message/instructions -->
|
||||
<p ng-show="helpText">{{helpText | translate}}</p>
|
||||
|
@@ -38,8 +38,6 @@
|
||||
|
||||
"INFO_ACTIVE_USER_COUNT" : "In Benutzung durch {USERS} Benutzer.",
|
||||
|
||||
"NAME" : "Guacamole ${project.version}",
|
||||
|
||||
"TEXT_HISTORY_DURATION" : "{VALUE} {UNIT, select, second{{VALUE, plural, one{Sekunde} other{Sekunden}}} minute{{VALUE, plural, one{Minute} other{Minuten}}} hour{{VALUE, plural, one{Stunde} other{Stunden}}} day{{VALUE, plural, one{Tag} other{Tage}}} other{}}"
|
||||
|
||||
},
|
||||
|
@@ -4,6 +4,9 @@
|
||||
|
||||
"APP" : {
|
||||
|
||||
"NAME" : "Apache Guacamole",
|
||||
"VERSION" : "${project.version}",
|
||||
|
||||
"ACTION_ACKNOWLEDGE" : "OK",
|
||||
"ACTION_CANCEL" : "Cancel",
|
||||
"ACTION_CLONE" : "Clone",
|
||||
@@ -38,8 +41,6 @@
|
||||
|
||||
"INFO_ACTIVE_USER_COUNT" : "Currently in use by {USERS} {USERS, plural, one{user} other{users}}.",
|
||||
|
||||
"NAME" : "Guacamole ${project.version}",
|
||||
|
||||
"TEXT_HISTORY_DURATION" : "{VALUE} {UNIT, select, second{{VALUE, plural, one{second} other{seconds}}} minute{{VALUE, plural, one{minute} other{minutes}}} hour{{VALUE, plural, one{hour} other{hours}}} day{{VALUE, plural, one{day} other{days}}} other{}}"
|
||||
|
||||
},
|
||||
|
@@ -38,8 +38,6 @@
|
||||
|
||||
"INFO_ACTIVE_USER_COUNT" : "Actuellement utilisé par {USERS} {USERS, plural, one{utilisateur} other{utilisateurs}}.",
|
||||
|
||||
"NAME" : "Guacamole ${project.version}",
|
||||
|
||||
"TEXT_HISTORY_DURATION" : "{VALUE} {UNIT, select, second{{VALUE, plural, one{seconde} other{secondes}}} minute{{VALUE, plural, one{minute} other{minutes}}} hour{{VALUE, plural, one{heure} other{heures}}} day{{VALUE, plural, one{jour} other{jours}}} other{}}"
|
||||
|
||||
},
|
||||
|
@@ -34,9 +34,7 @@
|
||||
|
||||
"FORMAT_DATE_TIME_PRECISE" : "dd-MM-yyyy HH:mm:ss",
|
||||
|
||||
"INFO_ACTIVE_USER_COUNT" : "Ora utilizzato da {USERS} {USERS, plural, one{user} other{users}}.",
|
||||
|
||||
"NAME" : "Guacamole ${project.version}"
|
||||
"INFO_ACTIVE_USER_COUNT" : "Ora utilizzato da {USERS} {USERS, plural, one{user} other{users}}."
|
||||
|
||||
},
|
||||
|
||||
|
@@ -38,8 +38,6 @@
|
||||
|
||||
"INFO_ACTIVE_USER_COUNT" : "Op dit moment in gebruik door {USERS} {USERS, plural, one{gebruiker} other{gebruikers}}.",
|
||||
|
||||
"NAME" : "Guacamole ${project.version}",
|
||||
|
||||
"TEXT_HISTORY_DURATION" : "{VALUE} {UNIT, select, second{{VALUE, plural, one{seconde} other{seconden}}} minute{{VALUE, plural, one{minuut} other{minuten}}} hour{{VALUE, plural, one{uur} other{uren}}} day{{VALUE, plural, one{dag} other{dagen}}} other{}}"
|
||||
|
||||
},
|
||||
|
@@ -35,8 +35,6 @@
|
||||
|
||||
"INFO_ACTIVE_USER_COUNT" : "Подключено пользователей {USERS}.",
|
||||
|
||||
"NAME" : "Guacamole ${project.version}",
|
||||
|
||||
"TEXT_HISTORY_DURATION" : "{VALUE} {UNIT, select, second{{VALUE, plural, one{секунда} other{сек}}} minute{{VALUE, plural, one{минута} other{мин}}} hour{{VALUE, plural, one{час} other{ч}}} day{{VALUE, plural, one{день} other{дн}}} other{}}"
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user