yii.php 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE: this file must be saved in UTF-8 encoding.
  18. */
  19. return array (
  20. '(not set)' => '(non défini)',
  21. 'An internal server error occurred.' => 'Une erreur de serveur interne s\'est produite.',
  22. 'Are you sure to delete this item?' => 'Voulez-vous vraiment supprimer cet élément ?',
  23. 'Delete' => 'Supprimer',
  24. 'Error' => 'Erreur',
  25. 'File upload failed.' => 'Le téléchargement du fichier a échoué.',
  26. 'Home' => 'Accueil',
  27. 'Invalid data received for parameter "{param}".' => 'Données non valides reçues pour le paramètre « {param} ».',
  28. 'Login Required' => 'Identifiant requis',
  29. 'Missing required arguments: {params}' => 'Arguments manquants requis : {params}',
  30. 'Missing required parameters: {params}' => 'Paramètres manquants requis : {params}',
  31. 'No' => 'Non',
  32. 'No help for unknown command "{command}".' => 'Aucune aide pour la commande inconnue « {command} ».',
  33. 'No help for unknown sub-command "{command}".' => 'Aucune aide pour la sous-commande inconnue « {command} ».',
  34. 'No results found.' => 'Aucun résultat trouvé.',
  35. 'Only files with these extensions are allowed: {extensions}.' => 'Les extensions de fichier autorisées sont : {extensions}.',
  36. 'Only files with these mimeTypes are allowed: {mimeTypes}.' => 'Les types MIME de fichier autorisés sont : {mimeTypes}.',
  37. 'Page not found.' => 'Page non trouvée.',
  38. 'Please fix the following errors:' => 'Veuillez vérifier les erreurs suivantes :',
  39. 'Please upload a file.' => 'Veuillez télécharger un fichier.',
  40. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Affichage de <b>{begin, number}-{end, number}</b> sur <b>{totalCount, number}</b> {totalCount, plural, one{élément} other{éléments}}.',
  41. 'The file "{file}" is not an image.' => 'Le fichier « {file} » n\'est pas une image.',
  42. 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Le fichier « {file} » est trop gros. Sa taille ne peut dépasser {limit, number} {limit, plural, one{octet} other{octets}}.',
  43. 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Le fichier « {file} » est trop petit. Sa taille ne peut être inférieure à {limit, number} {limit, plural, one{octet} other{octets}}.',
  44. 'The format of {attribute} is invalid.' => 'Le format de {attribute} est invalide',
  45. 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L\'image « {file} » est trop grande. La hauteur ne peut être supérieure à {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  46. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L\'image « {file} » est trop large. La largeur ne peut être supérieure à {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  47. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L\'image « {file} » est trop petite. La hauteur ne peut être inférieure à {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  48. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'L\'image « {file} » est trop petite. La largeur ne peut être inférieure à {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  49. 'The verification code is incorrect.' => 'Le code de vérification est incorrect.',
  50. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Total <b>{count, number}</b> {count, plural, one{élément} other{éléments}}.',
  51. 'Unable to verify your data submission.' => 'Impossible de vérifier votre envoi de données.',
  52. 'Unknown command "{command}".' => 'Commande inconnue : « {command} ».',
  53. 'Unknown option: --{name}' => 'Option inconnue : --{name}',
  54. 'Update' => 'Modifier',
  55. 'View' => 'Voir',
  56. 'Yes' => 'Oui',
  57. 'You are not allowed to perform this action.' => 'Vous n\'êtes pas autorisé à effectuer cette action.',
  58. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Vous pouvez télécharger au maximum {limit, number} {limit, plural, one{fichier} other{fichiers}}.',
  59. 'the input value' => 'la valeur d\'entrée',
  60. '{attribute} "{value}" has already been taken.' => '{attribute} « {value} » a déjà été pris.',
  61. '{attribute} cannot be blank.' => '{attribute} ne peut être vide.',
  62. '{attribute} is invalid.' => '{attribute} est invalide.',
  63. '{attribute} is not a valid URL.' => '{attribute} n\'est pas une URL valide.',
  64. '{attribute} is not a valid email address.' => '{attribute} n\'est pas une adresse email valide.',
  65. '{attribute} must be "{requiredValue}".' => '{attribute} doit êre « {requiredValue} ».',
  66. '{attribute} must be a number.' => '{attribute} doit être un nombre.',
  67. '{attribute} must be a string.' => '{attribute} doit être une chaîne.',
  68. '{attribute} must be an integer.' => '{attribute} doit être un entier.',
  69. '{attribute} must be either "{true}" or "{false}".' => '{attribute} doit être soit {true} soit {false}.',
  70. '{attribute} must be greater than "{compareValue}".' => '{attribute} doit être supérieur à « {compareValue} ».',
  71. '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} doit être supérieur ou égal à « {compareValue} ».',
  72. '{attribute} must be less than "{compareValue}".' => '{attribute} doit être inférieur à « {compareValue} ».',
  73. '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} doit être inférieur ou égal à « {compareValue} ».',
  74. '{attribute} must be no greater than {max}.' => '{attribute} ne doit pas être supérieur à {max}.',
  75. '{attribute} must be no less than {min}.' => '{attribute} ne doit pas être inférieur à {min}.',
  76. '{attribute} must be repeated exactly.' => '{attribute} doit être identique.',
  77. '{attribute} must not be equal to "{compareValue}".' => '{attribute} ne doit pas être égal à « {compareValue} ».',
  78. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} doit comporter au moins {min, number} {min, plural, one{caractère} other{caractères}}.',
  79. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} doit comporter au plus {max, number} {max, plural, one{caractère} other{caractères}}.',
  80. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} doit comporter {length, number} {length, plural, one{caractère} other{caractères}}.',
  81. );