mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-25 14:10:41 +02:00
Merge pull request #492 from Joery/master
h5ai: fix typo & nl translation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
* now requires PHP 5.5.0+
|
||||
* 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 options to set font families
|
||||
* adds search
|
||||
|
@@ -1,11 +1,22 @@
|
||||
{
|
||||
"lang": "nederlands",
|
||||
|
||||
"dateFormat": "YYYY-MM-DD HH:mm",
|
||||
"details": "details",
|
||||
"empty": "lege",
|
||||
"download": "download",
|
||||
"empty": "leeg",
|
||||
"files": "bestanden",
|
||||
"filter": "filter",
|
||||
"folders": "mappen",
|
||||
"grid": "grid",
|
||||
"icons": "iconen",
|
||||
"language": "Taal",
|
||||
"lastModified": "Laatste wijziging",
|
||||
"name": "Naam",
|
||||
"noMatch": "geen overeenkomst",
|
||||
"parentDirectory": "Bovenliggende map",
|
||||
"size": "Grootte"
|
||||
"search": "zoeken",
|
||||
"size": "Grootte",
|
||||
"tree": "Boom",
|
||||
"view": "Bekijk"
|
||||
}
|
||||
|
Reference in New Issue
Block a user