Merge pull request #492 from Joery/master

h5ai: fix typo & nl translation
This commit is contained in:
Lars Jung
2016-05-27 22:47:54 +02:00
2 changed files with 14 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
* now requires PHP 5.5.0+ * now requires PHP 5.5.0+
* changes index path to `/_h5ai/public/index.php` * changes index path to `/_h5ai/public/index.php`
* now only `/_h5ai/public/` needs to be accessable from web * now only `/_h5ai/public/` needs to be accessible from web
* adds support for custom script and style additions * adds support for custom script and style additions
* adds options to set font families * adds options to set font families
* adds search * adds search

View File

@@ -1,11 +1,22 @@
{ {
"lang": "nederlands", "lang": "nederlands",
"dateFormat": "YYYY-MM-DD HH:mm",
"details": "details", "details": "details",
"empty": "lege", "download": "download",
"empty": "leeg",
"files": "bestanden",
"filter": "filter",
"folders": "mappen",
"grid": "grid",
"icons": "iconen", "icons": "iconen",
"language": "Taal",
"lastModified": "Laatste wijziging", "lastModified": "Laatste wijziging",
"name": "Naam", "name": "Naam",
"noMatch": "geen overeenkomst",
"parentDirectory": "Bovenliggende map", "parentDirectory": "Bovenliggende map",
"size": "Grootte" "search": "zoeken",
"size": "Grootte",
"tree": "Boom",
"view": "Bekijk"
} }