PageRenderTime 41ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/client/lang/fr.js

http://github.com/silverstripe/sapphire
JavaScript | 49 lines | 47 code | 0 blank | 2 comment | 4 complexity | 2e3116e15d4f8ac3047979b79596dd40 MD5 | raw file
Possible License(s): BSD-3-Clause, MIT, CC-BY-3.0, GPL-2.0, AGPL-1.0, LGPL-2.1
  1. // This file was generated by silverstripe/cow from client/lang/src/fr.js.
  2. // See https://github.com/tractorcow/cow for details
  3. if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
  4. if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
  5. console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
  6. }
  7. } else {
  8. ss.i18n.addDictionary('fr', {
  9. "FILEIFRAMEFIELD.CONFIRMDELETE": "Are you sure you want to delete this file?",
  10. "FILEIFRAMEFIELD.DELETEFILE": "Delete File",
  11. "FILEIFRAMEFIELD.DELETEIMAGE": "Delete Image",
  12. "FILEIFRAMEFIELD.UNATTACHFILE": "Un-Attach File",
  13. "GRIDFIELD.ERRORINTRANSACTION": "Une erreur est survenue durant la transaction avec le serveur\n Merci de reesayer plus tard.",
  14. "HASMANYFILEFIELD.UPLOADING": "Uploading... %s",
  15. "HtmlEditorField.SelectAnchor": "Select an anchor",
  16. "LOADING": "chargement...",
  17. "LeftAndMain.IncompatBrowserWarning": "Your browser is not compatible with the CMS interface. Please use Internet Explorer 7+, Google Chrome 10+ or Mozilla Firefox 3.5+.",
  18. "RESTRICTEDTEXTFIELD.CHARCANTBEUSED": "Le character '%s' ne peut être utilisé dans ce champ",
  19. "TABLEFIELD.DELETECONFIRMMESSAGE": "Etes-vous sûr de vouloir supprimer cet enregistrement ?",
  20. "TreeDropdownField.ENTERTOSEARCH": "Press enter to search",
  21. "TreeDropdownField.FieldTitle": "Choose",
  22. "TreeDropdownField.OpenLink": "Open",
  23. "TreeDropdownField.SearchFieldTitle": "Choose or Search",
  24. "UNIQUEFIELD.CANNOTLEAVEEMPTY": "Ce champ ne peut être laissé vide",
  25. "UNIQUEFIELD.ENTERNEWVALUE": "You devez saisir une nouvelle valeur pou ce champ",
  26. "UNIQUEFIELD.SUGGESTED": "Changez la valeur de '%s' : %s",
  27. "UPDATEURL.CONFIRM": "Voulez-vous que je change l'URL en:\n\n%s/\n\nCliquez Ok pour changer l'URL, cliquez Annuler pour la laisser à:\n\n%s",
  28. "UPDATEURL.CONFIRMURLCHANGED": "The URL has been changed to\n'%s'",
  29. "UploadField.ConfirmDelete": "Are you sure you want to remove this file from the server filesystem?",
  30. "UploadField.EMPTYRESULT": "Empty file upload result",
  31. "UploadField.Editing": "Editing ...",
  32. "UploadField.HTML_MAXFILESIZE": "File exceeds MAX_FILE_SIZE (HTML form directive)",
  33. "UploadField.INVALIDEXTENSION": "Extension is not allowed",
  34. "UploadField.LOADING": "Loading ...",
  35. "UploadField.MAXNUMBEROFFILESSIMPLE": "Max number of files exceeded",
  36. "UploadField.NOFILEUPLOADED": "No File was uploaded",
  37. "UploadField.NOTMPFOLDER": "Missing a temporary folder",
  38. "UploadField.ONLYPARTIALUPLOADED": "File was only partially uploaded",
  39. "UploadField.OVERWRITEWARNING": "File with the same name already exists",
  40. "UploadField.PHP_MAXFILESIZE": "File exceeds upload_max_filesize (php.ini directive)",
  41. "UploadField.STOPEDBYEXTENSION": "File upload stopped by extension",
  42. "UploadField.TOOLARGE": "Filesize is too large",
  43. "UploadField.TOOSMALL": "Filesize is too small",
  44. "UploadField.UPLOADEDBYTES": "Uploaded bytes exceed file size",
  45. "UploadField.Uploaded": "Uploaded",
  46. "UploadField.WRITEFAILED": "Failed to write file to disk",
  47. "VALIDATOR.FIELDREQUIRED": "Veuillez remplir \"%s\", c'est un champ requis."
  48. });
  49. }