[ Index ]
 

Code source de Dotclear 2.0-beta6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/locales/fr/ -> public.lang.php (source)

   1  <?php
   2  # ***** BEGIN LICENSE BLOCK *****
   3  # This file is part of DotClear.
   4  # Copyright (c) 2005 Olivier Meunier. 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  #        DOT NOT MODIFY THIS FILE !
  25  
  26  
  27  
  28  
  29  $GLOBALS['__l10n']['To content'] = 'Aller au contenu';
  30  $GLOBALS['__l10n']['To menu'] = 'Aller au menu';
  31  $GLOBALS['__l10n']['To search'] = 'Aller à la recherche';
  32  $GLOBALS['__l10n']['By'] = 'Par';
  33  $GLOBALS['__l10n']['by'] = 'par';
  34  $GLOBALS['__l10n']['on'] = 'le';
  35  $GLOBALS['__l10n']['On'] = 'Le';
  36  $GLOBALS['__l10n']['Continue reading'] = 'Lire la suite';
  37  $GLOBALS['__l10n']['Read'] = 'Lire';
  38  $GLOBALS['__l10n']['no comment'] = 'aucun commentaire';
  39  $GLOBALS['__l10n']['one comment'] = 'un commentaire';
  40  $GLOBALS['__l10n']['%d comments'] = '%d commentaires';
  41  $GLOBALS['__l10n']['no trackback'] = 'aucun rétrolien';
  42  $GLOBALS['__l10n']['one trackback'] = 'un rétrolien';
  43  $GLOBALS['__l10n']['%d trackbacks'] = '%d rétroliens';
  44  $GLOBALS['__l10n']['no attachment'] = 'aucune annexe';
  45  $GLOBALS['__l10n']['one attachment'] = 'une annexe';
  46  $GLOBALS['__l10n']['%d attachments'] = '%d annexes';
  47  $GLOBALS['__l10n']['previous entries'] = 'billets précédents';
  48  $GLOBALS['__l10n']['page'] = 'page';
  49  $GLOBALS['__l10n']['of'] = 'de';
  50  $GLOBALS['__l10n']['next entries'] = 'billets suivants';
  51  $GLOBALS['__l10n']['Search'] = 'Recherche';
  52  $GLOBALS['__l10n']['Home'] = 'Accueil';
  53  $GLOBALS['__l10n']['Keywords'] = 'Mots clés';
  54  $GLOBALS['__l10n']['Keyword'] = 'Mot clé';
  55  $GLOBALS['__l10n']['All keywords'] = 'Tous les mots clés';
  56  $GLOBALS['__l10n']['Best of me'] = 'À retenir';
  57  $GLOBALS['__l10n']['Languages'] = 'Langues';
  58  $GLOBALS['__l10n']['Categories'] = 'Catégories';
  59  $GLOBALS['__l10n']['Archives'] = 'Archives';
  60  $GLOBALS['__l10n']['Links'] = 'Liens';
  61  $GLOBALS['__l10n']['Subscribe'] = 'S\'abonner';
  62  $GLOBALS['__l10n']['Entries feed'] = 'Fil des billets';
  63  $GLOBALS['__l10n']['This blog\'s entries RSS feed'] = 'Fil RSS des billets de ce blog';
  64  $GLOBALS['__l10n']['Comments feed'] = 'Fil des commentaires';
  65  $GLOBALS['__l10n']['This blog\'s comments RSS feed'] = 'Fil RSS des commentaires de ce blog';
  66  $GLOBALS['__l10n']['This category\'s entries RSS feed'] = 'Fil RSS des billets de cette catégorie';
  67  $GLOBALS['__l10n']['This category\'s comments RSS feed'] = 'Fil RSS des commentaires de cette catégorie';
  68  $GLOBALS['__l10n']['This post\'s comments feed'] = 'Fil des commentaires de ce billet';
  69  $GLOBALS['__l10n']['This post\'s comments RSS feed'] = 'Fil RSS des commentaires de ce billet';
  70  $GLOBALS['__l10n']['Attachments'] = 'Annexes';
  71  $GLOBALS['__l10n']['Permalink'] = 'Lien permanent';
  72  $GLOBALS['__l10n']['Comments'] = 'Commentaires';
  73  $GLOBALS['__l10n']['Your comment'] = 'Votre commentaire';
  74  $GLOBALS['__l10n']['You must provide a valid email adress.'] = 'Vous devez indiquer une adresse e-mail valide.';
  75  $GLOBALS['__l10n']['Your comment has been published.'] = 'Votre commentaire a été publié.';
  76  $GLOBALS['__l10n']['Your comment has been submitted and will be reviewed for publication.'] = 'Votre commentaire a été enregistré et sera publié après validation.';
  77  $GLOBALS['__l10n']['Add a comment'] = 'Ajouter un commentaire';
  78  $GLOBALS['__l10n']['Name or nickname'] = 'Nom ou pseudo';
  79  $GLOBALS['__l10n']['Email address'] = 'Adresse email';
  80  $GLOBALS['__l10n']['Website'] = 'Site web';
  81  $GLOBALS['__l10n']['optional'] = 'facultatif';
  82  $GLOBALS['__l10n']['Comment'] = 'Commentaire';
  83  $GLOBALS['__l10n']['HTML code is displayed as text and web addresses are automatically converted.'] = 'Le code HTML est affiché comme du texte et les adresses web sont automatiquement transformées.';
  84  $GLOBALS['__l10n']['Remember me on this blog'] = 'Se souvenir de moi sur ce blog';
  85  $GLOBALS['__l10n']['preview'] = 'prévisualiser';
  86  $GLOBALS['__l10n']['send'] = 'envoyer';
  87  $GLOBALS['__l10n']['They posted on the same topic'] = 'La discussion continue ailleurs';
  88  $GLOBALS['__l10n']['Trackback URL'] = 'URL de rétrolien';
  89  $GLOBALS['__l10n']['You must provide an author name'] = 'Vous devez indiquer un nom';
  90  $GLOBALS['__l10n']['You must provide a comment'] = 'Vous devez écrire un commentaire';
  91  $GLOBALS['__l10n']['Email adress is not valid'] = 'Adresse email incorrecte';
  92  $GLOBALS['__l10n']['Document not found'] = 'Document non trouvé';
  93  $GLOBALS['__l10n']['The document you are looking for does not exists.'] = 'Le document que vous cherchez n\'existe pas.';
  94  $GLOBALS['__l10n']['Powered by'] = 'Propulsé par';
  95  $GLOBALS['__l10n']['Subscribe to'] = 'S\'abonner à';
  96  $GLOBALS['__l10n']['What is an RSS feed?'] = 'Qu\'est ce qu\'un fil RSS ?';
  97  $GLOBALS['__l10n']['RSS feed is a free blog summary. It provides content (either posts or comments) or summaries of content, together with links to the full versions, and other metadata. The last published items may then be read by your favorite RSS <a href="http://en.wikipedia.org/wiki/Aggregator">aggregator</a>.'] = 'Un fil RSS recueille les informations de mise à jour d\'un site. Il fournit le contenu des billets ou des commentaires ou un extrait de ceux-ci, ainsi qu\'un lien vers les versions complètes et quelques autres informations. Ce fil a pour vocation d\'être lu par un <a href="http://fr.wikipedia.org/wiki/Agr%C3%A9gateur">agrégateur</a> RSS.';
  98  $GLOBALS['__l10n']['Simply copy the following URL into your aggregator:'] = 'Copier simplement l\'adresse suivante dans votre agrégateur :';
  99  $GLOBALS['__l10n']['Password needed'] = 'Mot de passe nécessaire';
 100  $GLOBALS['__l10n']['You must give a password to access this area.'] = 'Vous devez indiquer un mot de passe pour accéder à cette partie.';
 101  $GLOBALS['__l10n']['Password:'] = 'Mot de passe :';
 102  ?>


Généré le : Fri Feb 23 22:16:06 2007 par Balluche grâce à PHPXref 0.7