Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,55 @@
<html>
<head>
<title>Import</title>
</head>
<body>
<h4>Flat file import</h4>
<p>Imports a blog or a full Dotclear installation from a flat file.</p>
<h5>Single blog</h5>
<p>Select the backup file (exported from another Dotclear install) or select one from the root directory of your media manager and click on the <strong>Import</strong> button to start the import process.</p>
<p>Note: the content imported during this process will be added to the existing content of the current blog, nothing will be lost.</p>
<h5>Multiple blogs</h5>
<p>Select the full backup file from your computer or select one from the root folder of your media manager, enter your password and click on the <strong>Import</strong> button to start the full import process.</p>
<p><strong>Warning:</strong> the whole content of the current blog will be deleted and replaced by the content of the backup file. Only current users will be kept. Additional users from the backup file will be added to the current users list.</p>
<h4>RSS or Atom feed import</h4>
<p>Add a feed content to the current blog.</p>
<p>Enter the URL of the RSS or Atom feed you want to import and click on <strong>Import</strong>. The content found in the feed will be added to your current blog content.</p>
<h4>Dotclear 1.2 import</h4>
<p>This feature allows you to import a Dotclear 1.2 installation into your current blog. This process will replace the categories, blogrolls, entries and comments of the current blog.</p>
<p>Enter the server URL where the Dotclear 1.2 database to import is located, then input the database name, the user name and password to connect to the database and the database tables prefix used in the Dotclear 1.2 installation. You can find this information in the <code>conf/config.php</code> file from your Dotclear 1.2 installation.</p>
<p>Click on the <strong>Import my blog now</strong> button to start the import process.</p>
<p>You can decrease or increase the amount of entries imported at once using the <strong>Number of entries to import at once</strong> field, depending on the access speed of your Dotclear 1.2 installation.</p>
<h4>Wordpress import</h4>
<p>This feature allows you to import a Wordpress installation into your current blog. This process will replace the categories, blogrolls, entries and comments of the current blog.</p>
<p>Enter the server URL where the Wordpress database to import is located, then input the database name, the user name and password to connect to the database and the database tables prefix used in the Wordpress installation.</p>
<p>You can set up a few import options regarding the categories import and the number of entries to import at once. You can also define the syntax used for the entries and the comments content (XHTML, Wiki or others depending on the currently installed and activated syntaxes).</p>
<p>Click on <strong>Import my blog now</strong> to start the import process.</p>
<hr />
<p>Note: the export functions are now located in the<a href="/plugin.php?p=maintenance&tab=backup#backup">Maintenance</a> page.</p>
</body>
</html>

View File

@ -0,0 +1,12 @@
<?php
/**
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!isset($__resources['help']['import'])) {
$__resources['help']['import'] = dirname(__FILE__) . '/help/import.html';
}

View File

@ -0,0 +1,55 @@
<html>
<head>
<title>Importation</title>
</head>
<body>
<h4>Importation d'un fichier « à plat »</h4>
<p>Importe un blog ou une installation Dotclear complète depuis un fichier « à plat ».</p>
<h5>Importation d'un blog simple</h5>
<p>Sélectionnez le fichier de sauvegarde (habituellement exporté depuis une installation Dotclear) ou sélectionnez-en un présent dans votre répertoire racine de votre médiathèque puis cliquez ensuite sur le bouton <strong>Importer</strong> pour lancer l'importation.</p>
<p>Notez que cette importation s'ajoutera au contenu existant de votre blog, il n'est donc pas destructeur.</p>
<h5>Tous les blogs</h5>
<p>Sélectionnez le fichier de sauvegarde complet ou sélectionnez-en un présent dans votre répertoire racine de votre médiathèque, indiquez votre mot de passe puis cliquez ensuite sur le bouton <strong>Importer</strong> pour lancer l'importation.</p>
<p><strong>Attention</strong> : Tout le contenu actuel de votre installation sera au préalable supprimé et remplacé par le contenu de la sauvegarde importée, à l'exception des utilisateurs existants qui seront préservés. Les utilisateur·rice·s additionnel·le·s de la sauvegarde importée seront ajoutés à la liste existante.</p>
<h4>Importation d'un flux RSS ou Atom</h4>
<p>Ajouter les contenus d'un flux au blog.</p>
<p>Indiquez l'URL du flux RSS ou Atom que vous voulez importer puis cliquez sur le bouton <strong>Importer</strong>. Les contenus trouvés dans le flux seront alors ajoutés au contenu existant de votre blog.</p>
<h4>Importation depuis Dotclear 1.2</h4>
<p>Cette fonction permet d'importer une installation Dotclear 1.2 dans votre blog courant. Cette importation remplacera les catégories, la liste des liens, les billets et les commentaires présents dans votre blog.</p>
<p>Indiquez l'URL du serveur où est accessible la base de données de l'installation Dotclear 1.2, indiquez ensuite le nom de la base de données, le nom et le mot de passe de l'utilisateur·rice permettant de s'y connecter et enfin le préfixe de table utilisé pour Dotclear 1.2. Vous pouvez trouver ces informations dans le fichier <code>conf/config.php</code> de votre installation Dotclear 1.2.</p>
<p>Cliquez ensuite sur le bouton <strong>Importer mon blog maintenant</strong> pour lancer le processus.</p>
<p>Vous pouvez réduire (ou augmenter) le nombre de billets importés à chaque passe, positionné à 20 par défaut, en fonction de la vitesse d'accès constatée à votre installation Dotclear 1.2</p>
<h4>Importation Wordpress</h4>
<p>Cette fonction vous permet d'importer une installation WordPress dans le blog courant.</p>
<p>Indiquez l'URL du serveur où est accessible la base de données de l'installation Wordpress, indiquez ensuite le nom de la base de données, le nom et le mot de passe de l'utilisateur·rice permettant de s'y connecter et enfin le préfixe de table utilisé pour Wordpress.</p>
<p>Vous pouvez si nécessaire définir quelques options d'importation à propos de la récupération des catégories et du nombre de billets traités à chaque passe. Vous pouvez également définir la syntaxe utilisée pour le contenu des billets et des commentaires (XHTML, wiki, ou d'autres en fonction des syntaxes installées et actives).</p>
<p>Cliquez ensuite sur le bouton <strong>Importer mon blog maintenant</strong> pour lancer le processus.</p>
<hr />
<p>Note : les fonctions d'export sont désormais dans la page de <a href="plugin.php?p=maintenance&amp;tab=backup#backup">Maintenance</a>.</p>
</body>
</html>

View File

@ -0,0 +1,92 @@
<?php
# -- BEGIN LICENSE BLOCK ---------------------------------------
#
# This file is part of Dotclear 2.
#
# Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK -----------------------------------------#
#
#
# DOT NOT MODIFY THIS FILE !
$GLOBALS['__l10n']['Import/Export'] = 'Import/Export';
$GLOBALS['__l10n']['Flat file export'] = 'Exporter un fichier texte';
$GLOBALS['__l10n']['Exports a blog or a full Dotclear installation to flat file.'] = 'Exporte un blog ou toutes les données de Dotclear dans un fichier texte.';
$GLOBALS['__l10n']['Export file not found.'] = 'Fichier d\'export non trouvé.';
$GLOBALS['__l10n']['Failed to compress export file.'] = 'Impossible de compresser le fichier d\'export.';
$GLOBALS['__l10n']['Single blog'] = 'Un seul blog';
$GLOBALS['__l10n']['This will create an export of your current blog: %s'] = 'Ceci va exporter le contenu du blog en cours : %s.';
$GLOBALS['__l10n']['File name:'] = 'Nom du fichier :';
$GLOBALS['__l10n']['Compress file'] = 'Compresser le fichier';
$GLOBALS['__l10n']['You may also want to download your media directory as a zip file'] = 'Vous pouvez également télécharger votre répertoire de médias au format zip.';
$GLOBALS['__l10n']['Export'] = 'Exporter';
$GLOBALS['__l10n']['Multiple blogs'] = 'Tous les blogs';
$GLOBALS['__l10n']['This will create an export of all the content of your database.'] = 'Ceci va exporter le contenu complet de votre base de données.';
$GLOBALS['__l10n']['Congratulation!'] = 'Félicitations !';
$GLOBALS['__l10n']['Your blog has been successfully imported. Welcome on Dotclear 2!'] = 'Votre blog a été importé avec succès. Bienvenue sur Dotclear 2 !';
$GLOBALS['__l10n']['Why don\'t you blog this now?'] = 'Pourquoi ne pas le bloguer maintenant ?';
$GLOBALS['__l10n']['or'] = 'ou';
$GLOBALS['__l10n']['visit your dashboard'] = 'vous rendre sur votre tableau de bord';
$GLOBALS['__l10n']['Dotclear 1.2 import'] = 'Importer depuis Dotclear 1.2';
$GLOBALS['__l10n']['Import a Dotclear 1.2 installation into your current blog.'] = 'Importe un blog Dotclear 1.2 dans votre blog en cours.';
$GLOBALS['__l10n']['This will import your Dotclear 1.2 content as new content in the current blog: %s.'] = 'Ceci va importer votre blog Dotclear 1.2 comme un nouveau contenu dans le blog en cours : %s.';
$GLOBALS['__l10n']['Depending on the size of your blog, it could take a few minutes.'] = 'Selon la taille de votre blog, ceci peut prendre quelques minutes.';
$GLOBALS['__l10n']['General information'] = 'Informations générales';
$GLOBALS['__l10n']['Import my blog now'] = 'Importer mon blog';
$GLOBALS['__l10n']['We first need some information about your old Dotclear 1.2 installation.'] = 'Nous avons d\'abord besoin de renseignements à propos de votre ancienne installation Dotclear 1.2.';
$GLOBALS['__l10n']['Entries import options'] = 'Options d\'importation des billets';
$GLOBALS['__l10n']['Number of entries to import at once:'] = 'Nombre de billets à importer à chaque étape :';
$GLOBALS['__l10n']['Importing users'] = 'Importe les utilisateurs';
$GLOBALS['__l10n']['Importing categories'] = 'Importe les catégories';
$GLOBALS['__l10n']['Importing blogroll'] = 'Importe les liens';
$GLOBALS['__l10n']['Importing entries from %d to %d / %d'] = 'Importation des billets %d à %d';
$GLOBALS['__l10n']['Please read carefully'] = 'Merci de lire attentivement';
$GLOBALS['__l10n']['next step'] = 'étape suivante';
$GLOBALS['__l10n']['Dotclear tables not found'] = 'Tables Dotclear non trouvées';
$GLOBALS['__l10n']['Feed import'] = 'Importer depuis un flux';
$GLOBALS['__l10n']['Imports a feed as new entries.'] = 'Importe un flux comme nouveaux billets.';
$GLOBALS['__l10n']['Cannot retrieve feed URL.'] = 'Impossible d\'atteindre l\'URL du fil.';
$GLOBALS['__l10n']['No items in feed.'] = 'Aucun élément dans le fil.';
$GLOBALS['__l10n']['Content successfully imported.'] = 'Contenu importé avec succès.';
$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']['Import'] = 'Importer';
$GLOBALS['__l10n']['Flat file import'] = 'Importer depuis un fichier texte';
$GLOBALS['__l10n']['Imports a blog or a full Dotclear installation from flat file.'] = 'Importe un blog ou toutes les données depuis un fichier texte.';
$GLOBALS['__l10n']['Single blog successfully imported.'] = 'Blog importé avec succès.';
$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']['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']['This will reset all the content of your database, except users.'] = 'Ceci va remettre à zéro tout le contenu, sauf les utilisateurs.';
$GLOBALS['__l10n']['File is empty or not a compressed file.'] = 'Le Fichier est vide ou n\'est pas un fichier compressé.';
$GLOBALS['__l10n']['Another file with same name exists.'] = 'Un autre fichier du même nom existe déjà.';
$GLOBALS['__l10n']['Failed to extract backup file.'] = 'Impossible d\'extraire le fichier de sauvegarde.';
$GLOBALS['__l10n']['No backup in compressed file.'] = 'Pas de sauvegarde dans le fichier compressé.';
$GLOBALS['__l10n']['WordPress import'] = 'Importer depuis WordPress';
$GLOBALS['__l10n']['Import a WordPress installation into your current blog.'] = 'Importe un blog WordPress dans votre blog en cours.';
$GLOBALS['__l10n']['This will import your WordPress content as new content in the current blog: %s.'] = 'Ceci va importer votre blog WordPress comme un nouveau contenu dans le blog en cours : %s.';
$GLOBALS['__l10n']['We first need some information about your old WordPress installation.'] = 'Nous avons d\'abord besoin de renseignements à propos de votre ancienne installation WordPress.';
$GLOBALS['__l10n']['Ignore the first category:'] = 'Ignorer la première catégorie :';
$GLOBALS['__l10n']['Import lowest numbered category on posts:'] = 'Importer la catégorie la plus ancienne sur les articles :';
$GLOBALS['__l10n']['Import all categories as tags:'] = 'Importer les catégories comme des mots-clés :';
$GLOBALS['__l10n']['Prefix such tags with:'] = 'Préfixer ces mots-clés avec :';
$GLOBALS['__l10n']['Content filters'] = 'Filtres de contenu';
$GLOBALS['__l10n']['You may want to process your post and/or comment content with the following filters.'] = 'Vous pouvez utiliser les filtres suivants sur vos articles et/ou commentaires.';
$GLOBALS['__l10n']['Post content formatter:'] = 'Formatage des articles :';
$GLOBALS['__l10n']['Comment content formatter:'] = 'Formatage des commentaires :';
$GLOBALS['__l10n']['WordPress tables not found'] = 'Tables WordPress non trouvées';
$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']['ID of "%3$s" does not match on record "%1$s" at line %2$s of backup file.'] = 'L\'ID de "%3$s" ne correspond pas dans l\'enregistrement de "%1$s" à la ligne %2$s du fichier de sauvegarde.';
$GLOBALS['__l10n']['Please wait...'] = 'Veuillez patienter...';
?>

View File

@ -0,0 +1,333 @@
# Language: Français
# Module: importExport - 3.1
# Date: 2012-07-09 14:37:32
# Translated with translater 1.5
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: importExport 3.1\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2012-07-09T14:37:32+00:00\n"
"Last-Translator: Jean-Christian Denis\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
#: _admin.php:15
#: _admin.php:28
#: index.php:59
msgid "Import/Export"
msgstr "Import/Export"
#: inc/class.dc.export.flat.php:19
msgid "Flat file export"
msgstr "Exporter un fichier texte"
#: inc/class.dc.export.flat.php:20
msgid "Exports a blog or a full Dotclear installation to flat file."
msgstr "Exporte un blog ou toutes les données de Dotclear dans un fichier texte."
#: inc/class.dc.export.flat.php:140
msgid "Export file not found."
msgstr "Fichier d'export non trouvé."
#: inc/class.dc.export.flat.php:184
msgid "Failed to compress export file."
msgstr "Impossible de compresser le fichier d'export."
#: inc/class.dc.export.flat.php:194
#: inc/class.dc.import.feed.php:84
#: inc/class.dc.import.flat.php:183
msgid "Single blog"
msgstr "Un seul blog"
#: inc/class.dc.export.flat.php:195
msgid "This will create an export of your current blog: %s"
msgstr "Ceci va exporter le contenu du blog en cours : %s."
#: inc/class.dc.export.flat.php:197
#: inc/class.dc.export.flat.php:223
msgid "File name:"
msgstr "Nom du fichier :"
#: inc/class.dc.export.flat.php:203
#: inc/class.dc.export.flat.php:229
msgid "Compress file"
msgstr "Compresser le fichier"
#: inc/class.dc.export.flat.php:207
msgid "You may also want to download your media directory as a zip file"
msgstr "Vous pouvez également télécharger votre répertoire de médias au format zip."
#: inc/class.dc.export.flat.php:209
#: inc/class.dc.export.flat.php:232
#: index.php:89
msgid "Export"
msgstr "Exporter"
#: inc/class.dc.export.flat.php:220
#: inc/class.dc.import.flat.php:211
msgid "Multiple blogs"
msgstr "Tous les blogs"
#: inc/class.dc.export.flat.php:221
msgid "This will create an export of all the content of your database."
msgstr "Ceci va exporter le contenu complet de votre base de données."
#: inc/class.dc.ieModule.php:74
msgid "Congratulation!"
msgstr "Félicitations !"
#: inc/class.dc.ieModule.php:75
msgid "Your blog has been successfully imported. Welcome on Dotclear 2!"
msgstr "Votre blog a été importé avec succès. Bienvenue sur Dotclear 2 !"
#: inc/class.dc.ieModule.php:76
msgid "Why don't you blog this now?"
msgstr "Pourquoi ne pas le bloguer maintenant ?"
#: inc/class.dc.ieModule.php:77
msgid "or"
msgstr "ou"
#: inc/class.dc.ieModule.php:77
msgid "visit your dashboard"
msgstr "vous rendre sur votre tableau de bord"
#: inc/class.dc.import.dc1.php:43
msgid "Dotclear 1.2 import"
msgstr "Importer depuis Dotclear 1.2"
#: inc/class.dc.import.dc1.php:44
msgid "Import a Dotclear 1.2 installation into your current blog."
msgstr "Importe un blog Dotclear 1.2 dans votre blog en cours."
#: inc/class.dc.import.dc1.php:145
msgid "This will import your Dotclear 1.2 content as new content in the current blog: %s."
msgstr "Ceci va importer votre blog Dotclear 1.2 comme un nouveau contenu dans le blog en cours : %s."
#: inc/class.dc.import.dc1.php:149
#: inc/class.dc.import.wp.php:180
msgid "Depending on the size of your blog, it could take a few minutes."
msgstr "Selon la taille de votre blog, ceci peut prendre quelques minutes."
#: inc/class.dc.import.dc1.php:151
#: inc/class.dc.import.wp.php:182
msgid "General information"
msgstr "Informations générales"
#: inc/class.dc.import.dc1.php:151
#: inc/class.dc.import.wp.php:182
msgid "Import my blog now"
msgstr "Importer mon blog"
#: inc/class.dc.import.dc1.php:152
msgid "We first need some information about your old Dotclear 1.2 installation."
msgstr "Nous avons d'abord besoin de renseignements à propos de votre ancienne installation Dotclear 1.2."
#: inc/class.dc.import.dc1.php:163
#: inc/class.dc.import.wp.php:194
msgid "Entries import options"
msgstr "Options d'importation des billets"
#: inc/class.dc.import.dc1.php:164
#: inc/class.dc.import.wp.php:212
msgid "Number of entries to import at once:"
msgstr "Nombre de billets à importer à chaque étape :"
#: inc/class.dc.import.dc1.php:169
#: inc/class.dc.import.wp.php:222
msgid "Importing users"
msgstr "Importe les utilisateurs"
#: inc/class.dc.import.dc1.php:174
#: inc/class.dc.import.wp.php:227
msgid "Importing categories"
msgstr "Importe les catégories"
#: inc/class.dc.import.dc1.php:179
#: inc/class.dc.import.wp.php:232
msgid "Importing blogroll"
msgstr "Importe les liens"
#: inc/class.dc.import.dc1.php:184
#: inc/class.dc.import.wp.php:237
msgid "Importing entries from %d to %d / %d"
msgstr "Importation des billets %d à %d"
#: inc/class.dc.import.dc1.php:193
msgid "Please read carefully"
msgstr "Merci de lire attentivement"
#: inc/class.dc.import.dc1.php:214
#: inc/class.dc.import.wp.php:258
msgid "next step"
msgstr "étape suivante"
#: inc/class.dc.import.dc1.php:242
msgid "Dotclear tables not found"
msgstr "Tables Dotclear non trouvées"
#: inc/class.dc.import.feed.php:22
msgid "Feed import"
msgstr "Importer depuis un flux"
#: inc/class.dc.import.feed.php:23
msgid "Imports a feed as new entries."
msgstr "Importe un flux comme nouveaux billets."
#: inc/class.dc.import.feed.php:41
msgid "Cannot retrieve feed URL."
msgstr "Impossible d'atteindre l'URL du fil."
#: inc/class.dc.import.feed.php:44
msgid "No items in feed."
msgstr "Aucun élément dans le fil."
#: inc/class.dc.import.feed.php:79
#: inc/class.dc.import.flat.php:149
msgid "Content successfully imported."
msgstr "Contenu importé avec succès."
#: inc/class.dc.import.feed.php:85
msgid "This will import a feed (RSS or Atom) a as new content in the current blog: %s."
msgstr "Ceci va importer un fil (RSS ou Atom) comme un nouveau contenu dans le blog en cours : %s."
#: inc/class.dc.import.feed.php:87
msgid "Feed URL:"
msgstr "URL du fil :"
#: inc/class.dc.import.feed.php:93
#: inc/class.dc.import.flat.php:202
#: inc/class.dc.import.flat.php:233
#: index.php:88
msgid "Import"
msgstr "Importer"
#: inc/class.dc.import.flat.php:21
msgid "Flat file import"
msgstr "Importer depuis un fichier texte"
#: inc/class.dc.import.flat.php:22
msgid "Imports a blog or a full Dotclear installation from flat file."
msgstr "Importe un blog ou toutes les données depuis un fichier texte."
#: inc/class.dc.import.flat.php:144
msgid "Single blog successfully imported."
msgstr "Blog importé avec succès."
#: inc/class.dc.import.flat.php:160
msgid "Are you sure you want to import a full backup file?"
msgstr "Êtes-vous certain de vouloir charger un fichier de sauvegarde complet ?"
#: inc/class.dc.import.flat.php:184
msgid "This will import a single blog backup as new content in the current blog: %s."
msgstr "Ceci va charger une sauvegarde de blog comme un nouveau contenu dans le blog en cours : %s."
#: inc/class.dc.import.flat.php:186
#: inc/class.dc.import.flat.php:214
msgid "Upload a backup file"
msgstr "Charger un fichier de sauvegarde"
#: inc/class.dc.import.flat.php:192
#: inc/class.dc.import.flat.php:220
msgid "or pick up a local file in your public directory"
msgstr "ou choisissez un fichier local dans votre répertoire public"
#: inc/class.dc.import.flat.php:212
msgid "This will reset all the content of your database, except users."
msgstr "Ceci va remettre à zéro tout le contenu, sauf les utilisateurs."
#: inc/class.dc.import.flat.php:281
msgid "File is empty or not a compressed file."
msgstr "Le Fichier est vide ou n'est pas un fichier compressé."
#: inc/class.dc.import.flat.php:304
msgid "Another file with same name exists."
msgstr "Un autre fichier du même nom existe déjà."
#: inc/class.dc.import.flat.php:311
msgid "Failed to extract backup file."
msgstr "Impossible d'extraire le fichier de sauvegarde."
#: inc/class.dc.import.flat.php:322
msgid "No backup in compressed file."
msgstr "Pas de sauvegarde dans le fichier compressé."
#: inc/class.dc.import.wp.php:64
msgid "WordPress import"
msgstr "Importer depuis WordPress"
#: inc/class.dc.import.wp.php:65
msgid "Import a WordPress installation into your current blog."
msgstr "Importe un blog WordPress dans votre blog en cours."
#: inc/class.dc.import.wp.php:176
msgid "This will import your WordPress content as new content in the current blog: %s."
msgstr "Ceci va importer votre blog WordPress comme un nouveau contenu dans le blog en cours : %s."
#: inc/class.dc.import.wp.php:183
msgid "We first need some information about your old WordPress installation."
msgstr "Nous avons d'abord besoin de renseignements à propos de votre ancienne installation WordPress."
#: inc/class.dc.import.wp.php:205
msgid "Ignore the first category:"
msgstr "Ignorer la première catégorie :"
#: inc/class.dc.import.wp.php:207
msgid "Import lowest numbered category on posts:"
msgstr "Importer la catégorie la plus ancienne sur les articles :"
#: inc/class.dc.import.wp.php:209
msgid "Import all categories as tags:"
msgstr "Importer les catégories comme des mots-clés :"
#: inc/class.dc.import.wp.php:210
msgid "Prefix such tags with:"
msgstr "Préfixer ces mots-clés avec :"
#: inc/class.dc.import.wp.php:215
msgid "Content filters"
msgstr "Filtres de contenu"
#: inc/class.dc.import.wp.php:216
msgid "You may want to process your post and/or comment content with the following filters."
msgstr "Vous pouvez utiliser les filtres suivants sur vos articles et/ou commentaires."
#: inc/class.dc.import.wp.php:217
msgid "Post content formatter:"
msgstr "Formatage des articles :"
#: inc/class.dc.import.wp.php:218
msgid "Comment content formatter:"
msgstr "Formatage des commentaires :"
#: inc/class.dc.import.wp.php:286
msgid "WordPress tables not found"
msgstr "Tables WordPress non trouvées"
#: inc/flat/class.flat.backup.php:34
msgid "No file to read."
msgstr "Aucun fichier lisible."
#: inc/flat/class.flat.import.php:54
msgid "File is not a DotClear backup."
msgstr "Le fichier n'est pas une sauvegarde DotClear."
#: inc/flat/class.flat.import.php:105
msgid "File is not a single blog export."
msgstr "Le fichier n'est pas un fichier d'export simple."
#: inc/flat/class.flat.import.php:222
msgid "File is not a full export."
msgstr "Le fichier n'est pas un fichier d'export complet."
#: inc/flat/class.flat.import.php:704
msgid "ID of \"%3$s\" does not match on record \"%1$s\" at line %2$s of backup file."
msgstr "L'ID de \"%3$s\" ne correspond pas dans l'enregistrement de \"%1$s\" à la ligne %2$s du fichier de sauvegarde."
#: index.php:69
msgid "Please wait..."
msgstr "Veuillez patienter..."

View File

@ -0,0 +1,12 @@
<?php
/**
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!isset($__resources['help']['import'])) {
$__resources['help']['import'] = dirname(__FILE__) . '/help/import.html';
}