1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de https://trad.spip.net/tradlang_module/fusion_spip?lang_cible=en |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
7 | return; |
---|
8 | } |
---|
9 | |
---|
10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
11 | |
---|
12 | // B |
---|
13 | 'base' => 'Source site', |
---|
14 | 'base_desc' => 'The source site database must be<a href=""/ecrire/?exec=admin_tech">declared as an external database</a>.<br/> |
---|
15 | The base of the source site must be in the same version as the host site', |
---|
16 | 'bouton_importer' => 'Start to merge', |
---|
17 | 'bouton_supprimer' => 'Delete the merge', |
---|
18 | |
---|
19 | // C |
---|
20 | 'confirme_traduire_documents_doublons' => 'Translate duplicate documents using <multi> tags.', |
---|
21 | 'confirme_warning' => 'Confirm the merge of the databases?', |
---|
22 | |
---|
23 | // D |
---|
24 | 'dossier_existe_pas' => 'The directory @dossier@ doesn’t exist', |
---|
25 | 'dossier_pas_lisible' => 'The directory @dossier@ cannot be read', |
---|
26 | |
---|
27 | // E |
---|
28 | 'erreur_img_accessible' => 'Your IMG directory is not accessible. It is impossible either to write a file to the root, or to create a subdirectory.', |
---|
29 | 'erreur_source_inaccessible' => 'Error reading the source IMG directory ', |
---|
30 | 'erreur_traduction_document' => 'Your databases are in different languages, ticking the following box, you can translate the contents of duplicate documents using <multi> tags.', |
---|
31 | 'erreur_version_indeterminee' => 'undefined (key version_installee of table spip_meta not found) ', |
---|
32 | 'erreur_versions' => 'The host site and the source site are not in the same database version: |
---|
33 | <br/>- host is in version: @vhote@ |
---|
34 | <br/>- source is in version: @vsource@', |
---|
35 | 'erreur_versions_impossible' => 'Impossible to check the version of the imported database (table spip_meta not found) ', |
---|
36 | |
---|
37 | // I |
---|
38 | 'img_dir' => 'Physical path of the documents', |
---|
39 | 'img_dir_desc' => 'To copy the documents from the source site in the host site, indicate their physical path (absolute path on the hard disk, for example <code>/home/edgard/www/edgard_spip/IMG</code>). If the field is empty, no document will be imported, you will have to copy them manually.', |
---|
40 | |
---|
41 | // M |
---|
42 | 'maj_base' => 'Update of the database', |
---|
43 | 'manque_champs_hote' => 'The fields @diff@ are missing in the "@table@" table of the host base', |
---|
44 | 'manque_champs_source' => 'The fields "@diff@" are missing in the table "@table@" of the source database', |
---|
45 | 'manque_table_source' => 'The table "@table@" is missing in the source database', |
---|
46 | 'message_img_dir_nok' => 'Please precise the path', |
---|
47 | 'message_import_nok' => 'Error during the merge', |
---|
48 | 'message_import_ok' => 'Fusion ended<br>detailed log: <code>tmp/log/fusion_spip_fusion_spip*.log</code><br><br>Here is a summary of the imported objects:<br>', |
---|
49 | 'message_suppression_ok' => 'Deleted objects', |
---|
50 | |
---|
51 | // R |
---|
52 | 'referers' => 'Do not process referrers (inbound links)', |
---|
53 | |
---|
54 | // S |
---|
55 | 'secteur' => 'Sector', |
---|
56 | 'secteur_desc' => 'To import the source site in a sector, otherwise it will be imported at the root', |
---|
57 | 'stats' => 'Do not process statistics', |
---|
58 | |
---|
59 | // T |
---|
60 | 'titre_fusion_spip' => 'Spip Websites Fusion', |
---|
61 | 'titre_fusion_spip_suppression' => 'Deletion' |
---|
62 | ); |
---|