[ Index ] |
|
Code source de Dotclear 2.0-beta6 |
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']['Import/Export'] = 'Import/Export'; 30 $GLOBALS['__l10n']['No file to read.'] = 'Aucun fichier lisible.'; 31 $GLOBALS['__l10n']['File is not a DotClear backup.'] = 'Le fichier n\'est pas une sauvegarde DotClear.'; 32 $GLOBALS['__l10n']['File is not a single blog export.'] = 'Le fichier n\'est pas un fichier d\'export simple.'; 33 $GLOBALS['__l10n']['File is not a full export.'] = 'Le fichier n\'est pas un fichier d\'export complet.'; 34 $GLOBALS['__l10n']['Cannot retrieve feed URL.'] = 'Impossible d\'atteindre l\'URL du fil.'; 35 $GLOBALS['__l10n']['No items in feed.'] = 'Aucun élément dans le feed.'; 36 $GLOBALS['__l10n']['Are you sure you want to import a full backup file?'] = 'Êtes-vous certain de vouloir charger un fichier de sauvegarde complet ?'; 37 $GLOBALS['__l10n']['Content successfully imported.'] = 'Contenu importé avec succès.'; 38 $GLOBALS['__l10n']['Import'] = 'Import'; 39 $GLOBALS['__l10n']['Import a single blog'] = 'Importer un blog'; 40 $GLOBALS['__l10n']['This will import a single blog backup as new content in the current blog: %s.'] = 'Ceci va charger une sauvegarde de blog comme un nouveau contenu dans le blog en cours : %s.'; 41 $GLOBALS['__l10n']['Upload a backup file'] = 'Charger un fichier de sauvegarde'; 42 $GLOBALS['__l10n']['or pick up a local file in your public directory'] = 'ou choisissez un fichier local dans votre répertoire public'; 43 $GLOBALS['__l10n']['Send'] = 'Envoyer'; 44 $GLOBALS['__l10n']['Import a full backup file'] = 'Import d\'un fichier de sauvegarde complet'; 45 $GLOBALS['__l10n']['Warning: This will reset all the content of your database, except users.'] = 'Attention : Ceci va remettre à zéro tout le contenu, sauf les utilisateurs.'; 46 $GLOBALS['__l10n']['Import from a feed'] = 'Import depuis un fil de nouvelles'; 47 $GLOBALS['__l10n']['This will import a feed (RSS or Atom) a as new content in the current blog: %s.'] = 'Ceci va importer un fil (RSS ou Atom) comme un nouveau contenu dans le blog en cours : %s.'; 48 $GLOBALS['__l10n']['Feed URL:'] = 'URL du fil'; 49 $GLOBALS['__l10n']['Export'] = 'Export'; 50 $GLOBALS['__l10n']['Export all content'] = 'Exporter tout le contenu'; 51 $GLOBALS['__l10n']['Export a blog'] = 'Exporter un blog'; 52 $GLOBALS['__l10n']['Blog to export:'] = 'Blog à exporter :'; 53 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Feb 23 22:16:06 2007 | par Balluche grâce à PHPXref 0.7 |