[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/language/fr/ -> viewtopic.php (source)

   1  <?php
   2  /**
   3  *
   4  * viewtopic [Standard french]
   5  * translated originally by PhpBB-fr.com <http://www.phpbb-fr.com/> and phpBB.biz <http://www.phpBB.biz>
   6  *
   7  * @package language
   8  * @version $Id: viewtopic.php 79 2013-10-01 00:10:32Z Skouat $
   9  * @copyright (c) 2005 phpBB Group
  10  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  11  *
  12  */
  13  
  14  /**
  15  * DO NOT CHANGE
  16  */
  17  if (!defined('IN_PHPBB'))
  18  {
  19      exit;
  20  }
  21  
  22  if (empty($lang) || !is_array($lang))
  23  {
  24      $lang = array();
  25  }
  26  
  27  // DEVELOPERS PLEASE NOTE
  28  //
  29  // All language files should use UTF-8 as their encoding and the files must not contain a BOM.
  30  //
  31  // Placeholders can now contain order information, e.g. instead of
  32  // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
  33  // translators to re-order the output of data while ensuring it remains correct
  34  //
  35  // You do not need this where single placeholders are used, e.g. 'Message %d' is fine
  36  // equally where a string contains only two placeholders which are used to wrap text
  37  // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
  38  
  39  $lang = array_merge($lang, array(
  40      'ATTACHMENT'                        => 'Fichier(s) joint(s)',
  41      'ATTACHMENT_FUNCTIONALITY_DISABLED'    => 'Les fichiers joints ont été désactivés.',
  42  
  43      'BOOKMARK_ADDED'        => 'Le sujet a été ajouté aux favoris.',
  44      'BOOKMARK_ERR'            => 'Le sujet n’a pas pu être ajouté aux favoris. Essayez à nouveau.',
  45      'BOOKMARK_REMOVED'        => 'Le sujet a été supprimé des favoris.',
  46      'BOOKMARK_TOPIC'        => 'Ajouter ce sujet aux favoris',
  47      'BOOKMARK_TOPIC_REMOVE'    => 'Supprimer ce sujet des favoris',
  48      'BUMPED_BY'                => 'Sujet remonté par %1$s le %2$s.',
  49      'BUMP_TOPIC'            => 'Remonter le sujet',
  50  
  51      'CODE'                    => 'Code',
  52      'COLLAPSE_QR'            => 'Masquer la réponse rapide',
  53  
  54      'DELETE_TOPIC'            => 'Supprimer le sujet',
  55      'DOWNLOAD_NOTICE'        => 'Vous n’avez pas les permissions nécessaires pour voir les fichiers joints à ce message.',
  56  
  57      'EDITED_TIMES_TOTAL'    => 'Dernière édition par %1$s le %2$s, édité %3$d fois.',
  58      'EDITED_TIME_TOTAL'        => 'Dernière édition par %1$s le %2$s, édité %3$d fois.',
  59      'EMAIL_TOPIC'            => 'Envoyer par e-mail à un ami',
  60      'ERROR_NO_ATTACHMENT'    => 'Le fichier joint sélectionné n’est plus disponible.',
  61  
  62      'FILE_NOT_FOUND_404'    => 'Le fichier <strong>%s</strong> n’existe pas.',
  63      'FORK_TOPIC'            => 'Copier le sujet',
  64      'FULL_EDITOR'            => 'Éditeur complet',
  65  
  66      'LINKAGE_FORBIDDEN'        => 'Vous ne pouvez pas voir, télécharger ou joindre des fichiers à partir de ce site.',
  67      'LOGIN_NOTIFY_TOPIC'    => 'Vous avez demandé à surveiller ce sujet. Connectez-vous pour le voir.',
  68      'LOGIN_VIEWTOPIC'        => 'Vous devez être enregistré et connecté pour voir ce sujet.',
  69  
  70      'MAKE_ANNOUNCE'                => 'Mettre en « Annonce »',
  71      'MAKE_GLOBAL'                => 'Mettre en « Annonce globale »',
  72      'MAKE_NORMAL'                => 'Mettre en « Sujet standard »',
  73      'MAKE_STICKY'                => 'Mettre en « Post-it »',
  74      'MAX_OPTIONS_SELECT'        => 'Vous pouvez sélectionner jusqu’à <strong>%d</strong> options',
  75      'MAX_OPTION_SELECT'            => 'Vous pouvez sélectionner <strong>1</strong> option',
  76      'MISSING_INLINE_ATTACHMENT'    => 'Le fichier joint <strong>%s</strong> n’est plus disponible.',
  77      'MOVE_TOPIC'                => 'Déplacer le sujet',
  78  
  79      'NO_ATTACHMENT_SELECTED'=> 'Vous n’avez pas sélectionné de fichier joint à voir ou à télécharger.',
  80      'NO_NEWER_TOPICS'        => 'Aucun nouveau sujet dans ce forum.',
  81      'NO_OLDER_TOPICS'        => 'Aucun ancien sujet dans ce forum.',
  82      'NO_UNREAD_POSTS'        => 'Aucun nouveau message non-lu dans ce sujet.',
  83      'NO_VOTE_OPTION'        => 'Vous devez choisir une option lorsque vous votez.',
  84      'NO_VOTES'                => 'Aucun vote',
  85  
  86      'POLL_ENDED_AT'            => 'Le sondage s’est terminé le %s',
  87      'POLL_RUN_TILL'            => 'Le sondage est actif jusqu’au %s',
  88      'POLL_VOTED_OPTION'        => 'Vous avez voté pour cette option',
  89      'PRINT_TOPIC'            => 'Imprimer le sujet',
  90  
  91      'QUICK_MOD'                => 'Actions rapides de modération',
  92      'QUICKREPLY'            => 'Réponse rapide',
  93      'QUOTE'                    => 'Citation',
  94  
  95      'REPLY_TO_TOPIC'        => 'Répondre au sujet',
  96      'RETURN_POST'            => '%sRevenir au message%s',
  97  
  98      'SHOW_QR'                => 'Réponse rapide',
  99      'SUBMIT_VOTE'            => 'Voter',
 100  
 101      'TOTAL_VOTES'            => 'Nombre total de votes',
 102  
 103      'UNLOCK_TOPIC'            => 'Déverrouiller le sujet',
 104  
 105      'VIEW_INFO'                => 'Informations du message',
 106      'VIEW_NEXT_TOPIC'        => 'Sujet suivant',
 107      'VIEW_PREVIOUS_TOPIC'    => 'Sujet précédent',
 108      'VIEW_RESULTS'            => 'Voir les résultats',
 109      'VIEW_TOPIC_POST'        => '1 message',
 110      'VIEW_TOPIC_POSTS'        => '%d messages',
 111      'VIEW_UNREAD_POST'        => 'Voir le premier message non lu',
 112      'VISIT_WEBSITE'            => 'Site Internet',
 113      'VOTE_SUBMITTED'        => 'Votre vote a été pris en compte.',
 114      'VOTE_CONVERTED'        => 'La modification d’un vote n’est pas possible pour les sondages issus d’une conversion.',
 115  
 116  ));
 117  
 118  ?>


Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1