mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
GUACAMOLE-1: Separate name and version strings.
This commit is contained in:
@@ -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" : "Apache 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{}}"
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user