Dutch javascript translations

This commit is contained in:
Firesphere 2013-07-15 02:50:37 +02:00
parent 07b6687f19
commit 992f21fe0e
1 changed files with 9 additions and 0 deletions

9
javascript/lang/nl_NL.js Normal file
View File

@ -0,0 +1,9 @@
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
console.error('Class ss.i18n niet gevonden of niet gedefinieerd');
} else {
ss.i18n.addDictionary('en_US', {
'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'
});
}