mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #679 from ARNHOE/3.1
MINOR: added translation for children list and added tree translations
This commit is contained in:
commit
a15081fbcc
@ -22,7 +22,7 @@ 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',
|
||||
@ -30,6 +30,10 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
'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',
|
||||
|
Loading…
Reference in New Issue
Block a user