mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-02 10:29:39 +00:00
Merge pull request #704 from kosmasgiannis/locale-el
Added Greek translation
This commit is contained in:
11
app/locale/locale-el-GR.js
Normal file
11
app/locale/locale-el-GR.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Language = {
|
||||
"Connected (encrypted) to ": "Συνδέθηκε (κρυπτογραφημένα) με το ",
|
||||
"Connected (unencrypted) to ": "Συνδέθηκε (μη κρυπτογραφημένα) με το ",
|
||||
"Must set host and port": "Πρέπει να οριστεί το όνομα και η πόρτα του διακομιστή",
|
||||
"Disconnect timeout": "Παρέλευση χρονικού ορίου αποσύνδεσης",
|
||||
"Password is required": "Απαιτείται ο κωδικός",
|
||||
"Forcing clipping mode since scrollbars aren't supported by IE in fullscreen": "Εφαρμογή λειτουργίας αποκοπής αφού δεν υποστηρίζονται οι λωρίδες κύλισης σε πλήρη οθόνη στον IE",
|
||||
"Connecting": "Συνδέεται",
|
||||
"Disconnecting": "Aποσυνδέεται",
|
||||
"Disconnected": "Αποσυνδέθηκε",
|
||||
};
|
||||
@@ -384,7 +384,9 @@ Util.Localisation = {
|
||||
'de': 'de-DE',
|
||||
'de-DE': 'de-DE',
|
||||
'sv-SE': 'sv-SE',
|
||||
'sv': 'sv-SE'
|
||||
'sv': 'sv-SE',
|
||||
'el': 'el-GR',
|
||||
'el-GR': 'el-GR'
|
||||
},
|
||||
|
||||
// Get language code from browser and verify it
|
||||
|
||||
Reference in New Issue
Block a user