changes language code 'gr' to 'el'.

This commit is contained in:
Lars Jung 2012-08-03 00:29:26 +02:00
parent 77f301057b
commit 87103f1c3f
2 changed files with 16 additions and 15 deletions

View file

@ -36,6 +36,7 @@ It profits from these great projects:
* fixes duplicate tree entries and empty main views * fixes duplicate tree entries and empty main views
* adds Google Analytics support (async) * adds Google Analytics support (async)
* improves filter (now ignorecase, now only checks if chars in right order) * improves filter (now ignorecase, now only checks if chars in right order)
* changes language code 'gr' to 'el'
* adds `hu` translation by [Rodolffo](http://github.com/Rodolffo) * adds `hu` translation by [Rodolffo](http://github.com/Rodolffo)
* updates to [jQuery.qrcode](http://larsjung.de/qrcode/) 0.2 * updates to [jQuery.qrcode](http://larsjung.de/qrcode/) 0.2
* updates to [jQuery.scrollpanel](http://larsjung.de/scrollpanel/) 0.1 * updates to [jQuery.scrollpanel](http://larsjung.de/scrollpanel/) 0.1

View file

@ -386,6 +386,21 @@ var H5AI_CONFIG = {
"dateFormat": "DD.MM.YYYY HH:mm" "dateFormat": "DD.MM.YYYY HH:mm"
}, },
"el": {
"lang": "ελληνικά",
"details": "Λεπτομέρειες",
"icons": "Εικονίδια",
"name": "Όνομα",
"lastModified": "Τελευταία Τροποποίηση",
"size": "Μέγεθος",
"parentDirectory": "Προηγούμενος Κατάλογος",
"empty": "κενό",
"folders": "Φάκελοι",
"files": "Αρχεία",
"download": "Μεταμόρφωση",
"noMatch": "Κανένα Ταίριασμα"
},
"es": { "es": {
"lang": "español", "lang": "español",
"details": "Detalles", "details": "Detalles",
@ -416,21 +431,6 @@ var H5AI_CONFIG = {
"dateFormat": "DD/MM/YYYY HH:mm" "dateFormat": "DD/MM/YYYY HH:mm"
}, },
"gr": {
"lang": "ελληνικά",
"details": "Λεπτομέρειες",
"icons": "Εικονίδια",
"name": "Όνομα",
"lastModified": "Τελευταία Τροποποίηση",
"size": "Μέγεθος",
"parentDirectory": "Προηγούμενος Κατάλογος",
"empty": "κενό",
"folders": "Φάκελοι",
"files": "Αρχεία",
"download": "Μεταμόρφωση",
"noMatch": "Κανένα Ταίριασμα"
},
"hu": { "hu": {
"lang": "magyar", "lang": "magyar",
"details": "részletek", "details": "részletek",