zii.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yiic 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. 'Home' => 'Accueil',
  21. 'The button type "{type}" is not supported.' => 'Le type de bouton « {type} » n\'est pas supporté.',
  22. 'Are you sure you want to delete this item?' => 'Voulez-vous vraiment supprimer cet élément ?',
  23. 'Delete' => 'Supprimer',
  24. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Afficher les résultats de {start} à {end} (total de {count})',
  25. 'Either "name" or "value" must be specified for CDataColumn.' => 'Soit "name", soit "value" doivent être définis pour CDataColumn.',
  26. 'No results found.' => 'Aucun résultat trouvé.',
  27. 'Not set' => 'Non défini',
  28. 'Please specify the "attributes" property.' => 'Veuillez définir la propriété « attributes ».',
  29. 'Please specify the "data" property.' => 'Veuillez définir la propriété « data ».',
  30. 'Sort by: ' => 'Trier par : ',
  31. 'The "dataProvider" property cannot be empty.' => 'La propriété « dataProvider » ne peut être vide.',
  32. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'L\'attribut doit être défini selon le format « Name:Type:Label », où « Type » et « Label » sont optionnels.',
  33. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'La colonne doit être définie selon le format « Name:Type:Label », où « Type » et « Label » sont optionnels.',
  34. 'The property "itemView" cannot be empty.' => 'La propriété « itemView » ne peut être vide.',
  35. 'Total 1 result.|Total {count} results.' => 'Total de 1 résultat.|Total de {count} résultats.',
  36. 'Update' => 'Mettre à jour',
  37. 'View' => 'Voir',
  38. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} doit définir les valeurs des propriétés « model » et « attribute » ou « name ».',
  39. );