mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
changes language code 'gr' to 'el'.
This commit is contained in:
parent
77f301057b
commit
87103f1c3f
2 changed files with 16 additions and 15 deletions
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue