Skip to content

Commit

Permalink
Merge pull request #679 from ARNHOE/3.1
Browse files Browse the repository at this point in the history
MINOR: added translation for children list and added tree translations
  • Loading branch information
simonwelsh committed Apr 10, 2013
2 parents a43fac3 + 7305aca commit a15081f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion javascript/lang/nl_NL.js
Expand Up @@ -22,14 +22,18 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
'CMSMAIN.ALERTCLASSNAME': 'Het paginatype wordt aangepast na opslaan van de pagina',
'CMSMAIN.URLSEGMENTVALIDATION': 'URLs kunnen alleen bestaan uit letters, cijfers en koppeltekens.',
'AssetAdmin.BATCHACTIONSDELETECONFIRM': "Wil je deze mappen %s verwijderen?",
'AssetTableField.REALLYDELETE': 'Wil je de geselecteerde bestanden verwijderen??',
'AssetTableField.REALLYDELETE': 'Wil je de geselecteerde bestanden verwijderen?',
'AssetTableField.MOVING': 'Verplaats %s bestand(en)',
'CMSMAIN.AddSearchCriteria': 'Voeg criteria toe',
'WidgetAreaEditor.TOOMANY': 'Sorry, je hebt de maximaal aantal widgets bereikt',
'AssetAdmin.ConfirmDelete': 'Wil je deze map verwijderen en alle bestanden??',
'Folder.Name': 'Mapnaam',
'Tree.AddSubPage': 'Voeg nieuwe pagina toe',
'Tree.EditPage': 'Aanpassen',
'Tree.Duplicate': 'Dupliceren',
'Tree.ThisPageOnly': 'Enkel deze pagina',
'Tree.ThisPageAndSubpages': "Deze pagina en subpagina's",
'Tree.ShowAsList': 'Toon kinderen als lijst',
'CMSMain.ConfirmRestoreFromLive': "Do you really want to copy the published content to the draft site?",
'CMSMain.RollbackToVersion': "Do you really want to roll back to version #%s of this page?",
'URLSEGMENT.Edit': 'Aanpassen',
Expand Down

0 comments on commit a15081f

Please sign in to comment.