Dutch javascript translations

This commit is contained in:
Firesphere 2013-07-15 02:51:34 +02:00
parent 992f21fe0e
commit ce75efa5b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
console.error('Class ss.i18n niet gevonden of niet gedefinieerd');
} else {
ss.i18n.addDictionary('en_US', {
ss.i18n.addDictionary('nl_NL', {
'GridFieldBulkTools.FINISH_CONFIRM': "Er zijn niet-opgeslagen wijzigingen.\n\nDoorgaan zal al deze niet-opgeslagen wijzigingen vergeten.\n\nWeet je zeker dat je de pagina wilt verlaten?",
'GridFieldBulkTools.EDIT_CHANGED': 'Aangepast',
'GridFieldBulkTools.EDIT_UPDATED': 'Opgeslagen'