Skip to content

Commit

Permalink
Merge pull request Studio-42#363 from Barryvdh/patch-4
Browse files Browse the repository at this point in the history
Update js/i18n/elfinder.nl.js
  • Loading branch information
troex committed Aug 15, 2012
2 parents 4bd168a + a33d078 commit 5090f29
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions js/i18n/elfinder.nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,16 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'errNoArchive' : 'Bestand is geen archief of geen ondersteund archief type.',
'errCmdNoSupport' : 'Backend ondersteund dit commando niet.',
'errReplByChild' : 'De map "$1" kan niet vervangen worden door een item uit die map.',
'errArcSymlinks' : 'Om veiligheidsredenen kan een bestand met symlinks niet worden uitgepakt .',
'errArcSymlinks' : 'Om veiligheidsredenen kan een bestand met symlinks of bestanden met niet toegestane namen niet worden uitgepakt .',
'errArcMaxSize' : 'Archief overschrijdt de maximale bestandsgrootte.',
'errResize' : 'Kan het formaat van "$1" niet wijzigen.',
'errUsupportType' : 'Bestandstype wordt niet ondersteund.',

'errUsupportType' : 'Bestandstype wordt niet ondersteund.',
'errNotUTF8Content' : 'Bestand "$1" is niet in UTF-8 and kan niet aangepast worden.',
'errNetMount' : 'Kan "$1" niet mounten.',
'errNetMountNoDriver' : 'Niet ondersteund protocol.',
'errNetMountFailed' : 'Mount mislukt.',
'errNetMountHostReq' : 'Host is verplicht.',

/******************************* commands names ********************************/
'cmdarchive' : 'Maak archief',
'cmdback' : 'Vorige',
Expand Down Expand Up @@ -101,6 +106,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'cmdview' : 'Bekijk',
'cmdresize' : 'Formaat wijzigen',
'cmdsort' : 'Sorteren',
'cmdnetmount' : 'Mount netwerk volume',

/*********************************** buttons ***********************************/
'btnClose' : 'Sluit',
Expand All @@ -110,6 +116,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'btnCancel' : 'Annuleren',
'btnNo' : 'Nee',
'btnYes' : 'Ja',
'btnMount' : 'Mount',

/******************************** notifications ********************************/
'ntfopen' : 'Bezig met openen van map',
Expand All @@ -130,6 +137,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'ntfsearch' : 'Zoeken naar bestanden',
'ntfsmth' : 'Iets aan het doen >_<',
'ntfloadimg' : 'Laden van plaatje',
'ntfnetmount' : 'Bezig met mounten van netwerk volume',

/************************************ dates **********************************/
'dateUnknown' : 'onbekend',
Expand Down Expand Up @@ -175,14 +183,11 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'Sat' : 'Za',

/******************************** sort variants ********************************/
'sortnameDirsFirst' : 'op naam (mappen eerst)',
'sortkindDirsFirst' : 'op type (mappen eerst)',
'sortsizeDirsFirst' : 'op grootte (mappen eerst)',
'sortdateDirsFirst' : 'op datum (mappen eerst)',
'sortname' : 'op naam',
'sortkind' : 'op type',
'sortsize' : 'op grootte',
'sortdate' : 'op datum',
'sortFoldersFirst' : 'Mappen eerst',

/********************************** messages **********************************/
'confirmReq' : 'Bevestiging nodig',
Expand Down Expand Up @@ -258,6 +263,12 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'rotate-cw' : 'Draai 90 graden rechtsom',
'rotate-ccw' : 'Draai 90 graden linksom',
'degree' : '°',
'netMountDialogTitle' : 'Mount network volume',
'protocol' : 'Protocol',
'host' : 'Host',
'port' : 'Poort',
'user' : 'Gebruikersnaams',
'pass' : 'Wachtwoord',

/********************************** mimetypes **********************************/
'kindUnknown' : 'Onbekend',
Expand Down Expand Up @@ -339,4 +350,3 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
}
}
}

0 comments on commit 5090f29

Please sign in to comment.