Changeset 1576 for plugins/contribute/locales/fr/public.lang.php
- Timestamp:
- 10/13/09 21:38:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/contribute/locales/fr/public.lang.php
r1499 r1576 1 1 <?php 2 2 // Language: français 3 // Module: contribute - 1.0-alpha 184 // Date: 2009- 09-24 19:00:325 // Translated with dcTranslater - 0.2.43 // Module: contribute - 1.0-alpha20 4 // Date: 2009-10-13 18:54:02 5 // Translated with dcTranslater - 1.2 6 6 7 #_public.php: 4858 $GLOBALS['__l10n'][' The user is not allowed to create an entry'] = 'L\'utilisateur n\'est pas autorisé à créer des billets';7 #_public.php:630 8 $GLOBALS['__l10n']['Email address: %s'] = 'Adresse email : %s'; 9 9 10 #_public.php:608 11 $GLOBALS['__l10n']['New post submitted on %s'] = 'Nouveau billet envoyé sur %s.'; 12 13 #_public.php:611 14 $GLOBALS['__l10n']['Title: %s'] = 'Titre : %s'; 15 16 #_public.php:616 10 #_public.php:622 17 11 $GLOBALS['__l10n']['Author: %s'] = 'Auteur : %s'; 18 12 19 #_public.php:624 20 $GLOBALS['__l10n']['Email address: %s'] = 'Adresse email : %s'; 21 22 #_public.php:637 23 $GLOBALS['__l10n']['Edit this entry:'] = 'Éditer ce billet :'; 24 25 #_public.php:641 26 $GLOBALS['__l10n']['You must log in on the backend before clicking on this link to go directly to the post.'] = 'Vous devez vous enregistrer sur l\'interface d\'administration avant de cliquer sur ce lien pour aller directement sur ce billet.'; 27 28 #_widget.php:46 29 $GLOBALS['__l10n']['Write a post for this blog'] = 'Écrire un billet pour ce blog'; 13 #public_l10n.php:50 14 $GLOBALS['__l10n']['This is a preview.'] = 'Ceci est un aperçu.'; 30 15 31 16 #public_l10n.php:7 32 17 $GLOBALS['__l10n']['Click on <strong>save</strong> when the post is ready.'] = 'Cliquez sur <strong>enregistrer</strong> quand le billet est prêt.'; 18 19 #public_l10n.php:9 20 $GLOBALS['__l10n']['Content'] = 'Contenu'; 33 21 34 22 #public_l10n.php:11 … … 38 26 $GLOBALS['__l10n']['Excerpt'] = 'Extrait'; 39 27 28 #public_l10n.php:48 29 $GLOBALS['__l10n']['Text formating'] = 'Format du texte'; 30 40 31 #public_l10n.php:19 41 32 $GLOBALS['__l10n']['http://dotclear.org/documentation/2.0/usage/syntaxes'] = 'http://fr.dotclear.org/documentation/2.0/usage/syntaxes'; … … 44 35 $GLOBALS['__l10n']['It needs to be approved by an administrator to be published.'] = 'Il faut qu\'il soit approuvé par un administrateur pour être publié.'; 45 36 37 #_public.php:491 38 $GLOBALS['__l10n']['The user is not allowed to create an entry'] = 'L\'utilisateur n\'est pas autorisé à créer des billets'; 39 40 #public_l10n.php:49 41 $GLOBALS['__l10n']['The post has been saved.'] = 'Le billet a été sauvegardé.'; 42 43 #public_l10n.php:57 44 $GLOBALS['__l10n']['won\'t be displayed'] = 'ne sera pas affichée'; 45 46 46 #public_l10n.php:34 47 47 $GLOBALS['__l10n']['Notes'] = 'Notes'; 48 49 #_public.php:614 50 $GLOBALS['__l10n']['New post submitted on %s'] = 'Nouveau billet envoyé sur %s.'; 51 52 #public_l10n.php:56 53 $GLOBALS['__l10n']['wiki syntax reference'] = 'référence de la syntaxe wiki'; 54 55 #public_l10n.php:44 56 $GLOBALS['__l10n']['separate tags by a comma'] = 'séparer les tags par une virgule'; 57 58 #_public.php:617 59 $GLOBALS['__l10n']['Title: %s'] = 'Titre : %s'; 48 60 49 61 #public_l10n.php:36 50 62 $GLOBALS['__l10n']['only visible by administrators, won\'t be displayed in the post'] = 'uniquement visibles par les administrateurs, ne seront pas affichées dans le billet'; 51 63 52 #public_l10n.php:4453 $GLOBALS['__l10n']['separate tags by a comma'] = 'séparer les tags par une virgule';54 55 #public_l10n.php:4856 $GLOBALS['__l10n']['Text formating'] = 'Format du texte';57 58 #public_l10n.php:4959 $GLOBALS['__l10n']['The post has been saved.'] = 'Le billet a été sauvegardé.';60 61 #public_l10n.php:5062 $GLOBALS['__l10n']['This is a preview.'] = 'Ceci est un aperçu.';63 64 #public_l10n.php:5665 $GLOBALS['__l10n']['wiki syntax reference'] = 'référence de la syntaxe wiki';66 67 #public_l10n.php:5768 $GLOBALS['__l10n']['won\'t be displayed'] = 'ne sera pas affichée';69 70 64 #public_l10n.php:60 71 65 $GLOBALS['__l10n']['Your informations'] = 'Vos informations'; 72 66 67 #_public.php:647 68 $GLOBALS['__l10n']['You must log in on the backend before clicking on this link to go directly to the post.'] = 'Vous devez vous enregistrer sur l\'interface d\'administration avant de cliquer sur ce lien pour aller directement sur ce billet.'; 69 70 #_widget.php:46 71 $GLOBALS['__l10n']['Write a post for this blog'] = 'Écrire un billet pour ce blog'; 72 73 #_public.php:643 74 $GLOBALS['__l10n']['Edit this entry:'] = 'Éditer ce billet :'; 75 73 76 ?>
Note: See TracChangeset
for help on using the changeset viewer.