summaryrefslogtreecommitdiff
path: root/framework/messages/fr/zii.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/messages/fr/zii.php')
-rw-r--r--framework/messages/fr/zii.php41
1 files changed, 41 insertions, 0 deletions
diff --git a/framework/messages/fr/zii.php b/framework/messages/fr/zii.php
new file mode 100644
index 0000000..f880d48
--- /dev/null
+++ b/framework/messages/fr/zii.php
@@ -0,0 +1,41 @@
+<?php
+/**
+ * Message translations.
+ *
+ * This file is automatically generated by 'yiic message' command.
+ * It contains the localizable messages extracted from source code.
+ * You may modify this file by translating the extracted messages.
+ *
+ * Each array element represents the translation (value) of a message (key).
+ * If the value is empty, the message is considered as not translated.
+ * Messages that no longer need translation will have their translations
+ * enclosed between a pair of '@@' marks.
+ *
+ * Message string can be used with plural forms format. Check i18n section
+ * of the guide for details.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ 'Home' => 'Accueil',
+ 'The button type "{type}" is not supported.' => 'Le type de bouton « {type} » n\'est pas supporté.',
+ 'Are you sure you want to delete this item?' => 'Voulez-vous vraiment supprimer cet élément ?',
+ 'Delete' => 'Supprimer',
+ 'Displaying {start}-{end} of {count} result(s).' => 'Afficher les résultats de {start} à {end} (total de {count})',
+ 'Either "name" or "value" must be specified for CDataColumn.' => 'Soit "name", soit "value" doivent être définis pour CDataColumn.',
+ 'No results found.' => 'Aucun résultat trouvé.',
+ 'Not set' => 'Non défini',
+ 'Please specify the "attributes" property.' => 'Veuillez définir la propriété « attributes ».',
+ 'Please specify the "data" property.' => 'Veuillez définir la propriété « data ».',
+ 'Sort by: ' => 'Trier par : ',
+ 'The "dataProvider" property cannot be empty.' => 'La propriété « dataProvider » ne peut être vide.',
+ '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.',
+ '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.',
+ 'The property "itemView" cannot be empty.' => 'La propriété « itemView » ne peut être vide.',
+ 'Total {count} result(s).' => 'Total de {count} résultat(s).',
+ 'Update' => 'Mettre à jour',
+ 'View' => 'Voir',
+ '{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 ».',
+);