messages.lang.php 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. # DOT NOT MODIFY THIS FILE !
  24. $GLOBALS['__l10n']['No such user ID or invalid user ID'] = 'Pas d\'identifiant ou identifiant invalide';
  25. $GLOBALS['__l10n']['Invalid user level'] = 'Niveau d\'utilisateur invalide';
  26. $GLOBALS['__l10n']['User password missing'] = 'Pas de mot de passe';
  27. $GLOBALS['__l10n']['User name missing'] = 'Pas de nom d\'utilisateur';
  28. $GLOBALS['__l10n']['Invalid email address'] = 'Adresse email invalide';
  29. $GLOBALS['__l10n']['Invalid publication format'] = 'Format de publication invalide';
  30. $GLOBALS['__l10n']['Invalid edit size'] = 'Taille d\'édition invalide';
  31. $GLOBALS['__l10n']['Category does not exist'] = 'Catégorie inexistante';
  32. $GLOBALS['__l10n']['This user has entries'] = 'L\'utilisateur a des billets';
  33. $GLOBALS['__l10n']['Empty category title'] = 'Le libellé de la catégorie est vide';
  34. $GLOBALS['__l10n']['No category ID'] = 'Pas d\'identifiant de catégorie';
  35. $GLOBALS['__l10n']['This category is not empty'] = 'La catégorie n\'est pas vide';
  36. $GLOBALS['__l10n']['Empty or invalid URLed title'] = 'Le titre URL de la catégorie est vide ou invalide';
  37. $GLOBALS['__l10n']['Empty entry title'] = 'Titre du billet vide';
  38. $GLOBALS['__l10n']['Empty entry content'] = 'Contenu du billet vide';
  39. $GLOBALS['__l10n']['No entry ID'] = 'Pas d\'identifiant de billet';
  40. $GLOBALS['__l10n']['Empty comment author'] = 'Auteur du commentaire vide';
  41. $GLOBALS['__l10n']['Empty comment content'] = 'Contenu du commentaire vide';
  42. $GLOBALS['__l10n']['Entry does not exists'] = 'Billet inexistant';
  43. $GLOBALS['__l10n']['Source is not a ping URL'] = 'La source n\'est pas une URL de ping';
  44. $GLOBALS['__l10n']['Trackback error'] = 'Erreur de trackback';
  45. $GLOBALS['__l10n']['No entry.'] = 'Aucun billet.';
  46. $GLOBALS['__l10n']['Comment for entry %s'] = 'Commentaire pour le billet %s';
  47. $GLOBALS['__l10n']['By: %s'] = 'By : %s';
  48. $GLOBALS['__l10n']['Website: %s'] = 'Site Web : %s';
  49. $GLOBALS['__l10n']['Search of %s doesn\'t give any result.'] = 'La recherche de %s ne donne aucun résultat.';
  50. $GLOBALS['__l10n']['Your comment has been sent successfully. It will be online soon.'] = 'Votre commentaire a été envoyé. Il sera en ligne bientôt.';
  51. $GLOBALS['__l10n']['Strong emphasis'] = 'Forte emphase';
  52. $GLOBALS['__l10n']['Emphasis'] = 'Emphase';
  53. $GLOBALS['__l10n']['Inserted'] = 'Inséré';
  54. $GLOBALS['__l10n']['Deleted'] = 'Supprimé';
  55. $GLOBALS['__l10n']['Inline quote'] = 'Citation en ligne';
  56. $GLOBALS['__l10n']['Code'] = 'Code';
  57. $GLOBALS['__l10n']['Line break'] = 'Saut de ligne';
  58. $GLOBALS['__l10n']['Blockquote'] = 'Bloc de citation';
  59. $GLOBALS['__l10n']['Preformated text'] = 'Texte préformaté';
  60. $GLOBALS['__l10n']['Unordered list'] = 'Liste non ordonnée';
  61. $GLOBALS['__l10n']['Ordered list'] = 'Liste ordonnée';
  62. $GLOBALS['__l10n']['URL?'] = 'URL ?';
  63. $GLOBALS['__l10n']['Language?'] = 'Langue ?';
  64. $GLOBALS['__l10n']['Link'] = 'Lien';
  65. $GLOBALS['__l10n']['External image'] = 'Image externe';
  66. $GLOBALS['__l10n']['Internal image'] = 'Image interne';
  67. ?>