mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
16 lines
1.1 KiB
JavaScript
16 lines
1.1 KiB
JavaScript
// This file was generated by GenerateJavaScriptI18nTask from javascript/lang/src/fr.js.
|
|
// See https://github.com/silverstripe/silverstripe-buildtools for details
|
|
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
|
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
|
} else {
|
|
ss.i18n.addDictionary('fr', {
|
|
"LeftAndMain.CONFIRMUNSAVED": "Etes-vous sûr de vouloir quitter cette page ?\n\nATTENTION: Vos changements n'ont pas été sauvegardés.\n\nCliquez sur OK pour continuer, ou sur Annuler pour rester sur la page actuelle.",
|
|
"LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNING: Your changes have not been saved.",
|
|
"SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Do you really want to delete %s groups?",
|
|
"ModelAdmin.SAVED": "Sauvegardé",
|
|
"ModelAdmin.REALLYDELETE": "Etes-vous sûr de vouloir supprimer ?",
|
|
"ModelAdmin.DELETED": "Supprimé",
|
|
"ModelAdmin.VALIDATIONERROR": "Validation Error",
|
|
"LeftAndMain.PAGEWASDELETED": "Cette page a été supprimée. Pour éditer cette page, veuillez la sélectionner à gauche."
|
|
});
|
|
} |