2013-10-23 17:53:08 +02:00
// 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' , {
2013-12-19 18:04:37 +01:00
"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." ,
2014-03-31 03:13:15 +02:00
"LeftAndMain.CONFIRMUNSAVEDSHORT" : "WARNING: Your changes have not been saved." ,
2013-12-19 18:04:37 +01:00
"SecurityAdmin.BATCHACTIONSDELETECONFIRM" : "Do you really want to delete %s groups?" ,
2014-03-31 03:13:15 +02:00
"ModelAdmin.SAVED" : "Sauvegardé" ,
2013-12-19 18:04:37 +01:00
"ModelAdmin.REALLYDELETE" : "Etes-vous sûr de vouloir supprimer ?" ,
2014-03-31 03:13:15 +02:00
"ModelAdmin.DELETED" : "Supprimé" ,
"ModelAdmin.VALIDATIONERROR" : "Validation Error" ,
"LeftAndMain.PAGEWASDELETED" : "Cette page a été supprimée. Pour éditer cette page, veuillez la sélectionner à gauche."
2013-10-23 17:53:08 +02:00
} ) ;
}