Your IP : 216.73.216.130


Current Path : /home/magalijoj/www/blog/plugins/importExport/locales/fr/
Upload File :
Current File : /home/magalijoj/www/blog/plugins/importExport/locales/fr/main.lang.php

<?php
# ***** BEGIN LICENSE BLOCK *****
# This file is part of DotClear.
# Copyright (c) 2005 Olivier Meunier. All rights
# reserved.
#
# DotClear is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# 
# DotClear is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with DotClear; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
# ***** END LICENSE BLOCK *****#
#
#
#        DOT NOT MODIFY THIS FILE !




$GLOBALS['__l10n']['Import/Export'] = 'Import/Export';
$GLOBALS['__l10n']['No file to read.'] = 'Aucun fichier lisible.';
$GLOBALS['__l10n']['File is not a DotClear backup.'] = 'Le fichier n\'est pas une sauvegarde DotClear.';
$GLOBALS['__l10n']['File is not a single blog export.'] = 'Le fichier n\'est pas un fichier d\'export simple.';
$GLOBALS['__l10n']['File is not a full export.'] = 'Le fichier n\'est pas un fichier d\'export complet.';
$GLOBALS['__l10n']['Cannot retrieve feed URL.'] = 'Impossible d\'atteindre l\'URL du fil.';
$GLOBALS['__l10n']['No items in feed.'] = 'Aucun élément dans le feed.';
$GLOBALS['__l10n']['Are you sure you want to import a full backup file?'] = 'Êtes-vous certain de vouloir charger un fichier de sauvegarde complet ?';
$GLOBALS['__l10n']['Content successfully imported.'] = 'Contenu importé avec succès.';
$GLOBALS['__l10n']['Import'] = 'Import';
$GLOBALS['__l10n']['Import a single blog'] = 'Importer un blog';
$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.';
$GLOBALS['__l10n']['Upload a backup file'] = 'Charger un fichier de sauvegarde';
$GLOBALS['__l10n']['or pick up a local file in your public directory'] = 'ou choisissez un fichier local dans votre répertoire public';
$GLOBALS['__l10n']['Send'] = 'Envoyer';
$GLOBALS['__l10n']['Import a full backup file'] = 'Import d\'un fichier de sauvegarde complet';
$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.';
$GLOBALS['__l10n']['Import from a feed'] = 'Import depuis un fil de nouvelles';
$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.';
$GLOBALS['__l10n']['Feed URL:'] = 'URL du fil';
$GLOBALS['__l10n']['Export'] = 'Export';
$GLOBALS['__l10n']['Export all content'] = 'Exporter tout le contenu';
$GLOBALS['__l10n']['Export a blog'] = 'Exporter un blog';
$GLOBALS['__l10n']['Blog to export:'] = 'Blog à exporter :';
?>