[ Index ] |
|
Code source de Dotclear 1.2.5 |
1 <?php 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear. 4 # Copyright (c) 2004 Olivier Meunier and contributors. All rights 5 # reserved. 6 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 # 21 # ***** END LICENSE BLOCK ***** 22 # 23 24 25 # DOT NOT MODIFY THIS FILE ! 26 27 28 29 30 $GLOBALS['__l10n']['No such user ID or invalid user ID'] = 'Pas d\'identifiant ou identifiant invalide'; 31 $GLOBALS['__l10n']['Invalid user level'] = 'Niveau d\'utilisateur invalide'; 32 $GLOBALS['__l10n']['User password missing'] = 'Pas de mot de passe'; 33 $GLOBALS['__l10n']['User name missing'] = 'Pas de nom d\'utilisateur'; 34 $GLOBALS['__l10n']['Invalid email address'] = 'Adresse email invalide'; 35 $GLOBALS['__l10n']['Invalid publication format'] = 'Format de publication invalide'; 36 $GLOBALS['__l10n']['Invalid edit size'] = 'Taille d\'édition invalide'; 37 $GLOBALS['__l10n']['Category does not exist'] = 'Catégorie inexistante'; 38 $GLOBALS['__l10n']['This user has entries'] = 'L\'utilisateur a des billets'; 39 $GLOBALS['__l10n']['Empty category title'] = 'Le libellé de la catégorie est vide'; 40 $GLOBALS['__l10n']['No category ID'] = 'Pas d\'identifiant de catégorie'; 41 $GLOBALS['__l10n']['This category is not empty'] = 'La catégorie n\'est pas vide'; 42 $GLOBALS['__l10n']['Empty or invalid URLed title'] = 'Le titre URL de la catégorie est vide ou invalide'; 43 $GLOBALS['__l10n']['Empty entry title'] = 'Titre du billet vide'; 44 $GLOBALS['__l10n']['Empty entry content'] = 'Contenu du billet vide'; 45 $GLOBALS['__l10n']['No entry ID'] = 'Pas d\'identifiant de billet'; 46 $GLOBALS['__l10n']['Empty comment author'] = 'Auteur du commentaire vide'; 47 $GLOBALS['__l10n']['Empty comment content'] = 'Contenu du commentaire vide'; 48 $GLOBALS['__l10n']['Entry does not exists'] = 'Billet inexistant'; 49 $GLOBALS['__l10n']['Source is not a ping URL'] = 'La source n\'est pas une URL de ping'; 50 $GLOBALS['__l10n']['Trackback error'] = 'Erreur de trackback'; 51 $GLOBALS['__l10n']['No entry.'] = 'Aucun billet.'; 52 $GLOBALS['__l10n']['Comment for entry %s'] = 'Commentaire pour le billet %s'; 53 $GLOBALS['__l10n']['By: %s'] = 'Par : %s'; 54 $GLOBALS['__l10n']['Website: %s'] = 'Site Web : %s'; 55 $GLOBALS['__l10n']['Search of %s doesn\'t give any result.'] = 'La recherche de %s ne donne aucun résultat.'; 56 $GLOBALS['__l10n']['Your comment has been sent successfully. It will be online soon.'] = 'Votre commentaire a été envoyé. Il sera en ligne bientôt.'; 57 $GLOBALS['__l10n']['Strong emphasis'] = 'Forte emphase'; 58 $GLOBALS['__l10n']['Emphasis'] = 'Emphase'; 59 $GLOBALS['__l10n']['Inserted'] = 'Inséré'; 60 $GLOBALS['__l10n']['Deleted'] = 'Supprimé'; 61 $GLOBALS['__l10n']['Inline quote'] = 'Citation en ligne'; 62 $GLOBALS['__l10n']['Code'] = 'Code'; 63 $GLOBALS['__l10n']['Line break'] = 'Saut de ligne'; 64 $GLOBALS['__l10n']['Blockquote'] = 'Bloc de citation'; 65 $GLOBALS['__l10n']['Preformated text'] = 'Texte préformaté'; 66 $GLOBALS['__l10n']['Unordered list'] = 'Liste non ordonnée'; 67 $GLOBALS['__l10n']['Ordered list'] = 'Liste ordonnée'; 68 $GLOBALS['__l10n']['URL?'] = 'URL ?'; 69 $GLOBALS['__l10n']['Language?'] = 'Langue ?'; 70 $GLOBALS['__l10n']['Link'] = 'Lien'; 71 $GLOBALS['__l10n']['External image'] = 'Image externe'; 72 $GLOBALS['__l10n']['Internal image'] = 'Image interne'; 73 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Feb 23 21:40:15 2007 | par Balluche grâce à PHPXref 0.7 |