Changeset 1601 for plugins/contribute/locales/fr/public.lang.php
- Timestamp:
- 10/20/09 21:55:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/contribute/locales/fr/public.lang.php
r1576 r1601 1 1 <?php 2 2 // Language: français 3 // Module: contribute - 1.0-alpha2 04 // Date: 2009-10- 13 18:54:023 // Module: contribute - 1.0-alpha22 4 // Date: 2009-10-20 19:53:30 5 5 // Translated with dcTranslater - 1.2 6 6 7 #_public.php:630 7 #_public.php:443 8 $GLOBALS['__l10n']['No entry content'] = 'Pas de contenu de billet'; 9 10 #_public.php:446 11 $GLOBALS['__l10n']['No entry title'] = 'Pas de titre de billet'; 12 13 #_public.php:489 14 $GLOBALS['__l10n']['The user is not allowed to create an entry'] = 'L\'utilisateur n\'est pas autorisé à créer des billets'; 15 16 #_public.php:612 17 $GLOBALS['__l10n']['New post submitted on %s'] = 'Nouveau billet envoyé sur %s.'; 18 19 #_public.php:615 20 $GLOBALS['__l10n']['Title: %s'] = 'Titre : %s'; 21 22 #_public.php:620 23 $GLOBALS['__l10n']['Author: %s'] = 'Auteur : %s'; 24 25 #_public.php:628 8 26 $GLOBALS['__l10n']['Email address: %s'] = 'Adresse email : %s'; 9 27 10 #_public.php:6 2211 $GLOBALS['__l10n'][' Author: %s'] = 'Auteur : %s';28 #_public.php:641 29 $GLOBALS['__l10n']['Edit this entry:'] = 'Éditer ce billet :'; 12 30 13 #public_l10n.php:50 14 $GLOBALS['__l10n']['This is a preview.'] = 'Ceci est un aperçu.'; 31 #_public.php:645 32 $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.'; 33 34 #_widget.php:46 35 $GLOBALS['__l10n']['Write a post for this blog'] = 'Écrire un billet pour ce blog'; 15 36 16 37 #public_l10n.php:7 … … 26 47 $GLOBALS['__l10n']['Excerpt'] = 'Extrait'; 27 48 28 #public_l10n.php:4829 $GLOBALS['__l10n']['Text formating'] = 'Format du texte';30 31 49 #public_l10n.php:19 32 50 $GLOBALS['__l10n']['http://dotclear.org/documentation/2.0/usage/syntaxes'] = 'http://fr.dotclear.org/documentation/2.0/usage/syntaxes'; … … 35 53 $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é.'; 36 54 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'; 55 #public_l10n.php:34 56 $GLOBALS['__l10n']['Notes'] = 'Notes'; 57 58 #public_l10n.php:36 59 $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'; 60 61 #public_l10n.php:44 62 $GLOBALS['__l10n']['separate tags by a comma'] = 'séparer les tags par une virgule'; 63 64 #public_l10n.php:48 65 $GLOBALS['__l10n']['Text formating'] = 'Format du texte'; 39 66 40 67 #public_l10n.php:49 41 68 $GLOBALS['__l10n']['The post has been saved.'] = 'Le billet a été sauvegardé.'; 42 69 43 #public_l10n.php:57 44 $GLOBALS['__l10n']['won\'t be displayed'] = 'ne sera pas affichée'; 45 46 #public_l10n.php:34 47 $GLOBALS['__l10n']['Notes'] = 'Notes'; 48 49 #_public.php:614 50 $GLOBALS['__l10n']['New post submitted on %s'] = 'Nouveau billet envoyé sur %s.'; 70 #public_l10n.php:50 71 $GLOBALS['__l10n']['This is a preview.'] = 'Ceci est un aperçu.'; 51 72 52 73 #public_l10n.php:56 53 74 $GLOBALS['__l10n']['wiki syntax reference'] = 'référence de la syntaxe wiki'; 54 75 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'; 60 61 #public_l10n.php:36 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'; 76 #public_l10n.php:57 77 $GLOBALS['__l10n']['won\'t be displayed'] = 'ne sera pas affichée'; 63 78 64 79 #public_l10n.php:60 65 80 $GLOBALS['__l10n']['Your informations'] = 'Vos informations'; 66 81 67 #_public.php:64768 $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:4671 $GLOBALS['__l10n']['Write a post for this blog'] = 'Écrire un billet pour ce blog';72 73 #_public.php:64374 $GLOBALS['__l10n']['Edit this entry:'] = 'Éditer ce billet :';75 76 82 ?>
Note: See TracChangeset
for help on using the changeset viewer.