[SPIP] ~maj 3.0.10 --> 3.0.14
[lhc/web/www.git] / www / plugins-dist / dump / lang / dump_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/dump?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // A
11 'aucune_donnee' => 'empty',
12 'avis_probleme_ecriture_fichier' => 'Problem writing the file @file@',
13
14 // B
15 'bouton_restaurer_base' => 'Restore the database',
16
17 // C
18 'confirmer_ecraser_base' => 'Yes, I want to overwrite my database with the backup',
19 'confirmer_ecraser_tables_selection' => 'Yes, I want to overwrite the selected tables with the backup',
20
21 // D
22 'details_sauvegarde' => 'Details of the backup:',
23
24 // E
25 'erreur_aucune_donnee_restauree' => 'No data restored',
26 'erreur_connect_dump' => 'A server named "@dump@" already exists. Rename it.',
27 'erreur_creation_base_sqlite' => 'Unable to create a SQLite database for backup',
28 'erreur_nom_fichier' => 'This file name is not allowed',
29 'erreur_restaurer_verifiez' => 'Resolve the error in order to restore.',
30 'erreur_sauvegarde_deja_en_cours' => 'You already have a backup in progress',
31 'erreur_sqlite_indisponible' => 'Unable to make a SQLite backup on your hosting provider',
32 'erreur_table_absente' => 'Table @table@ missing',
33 'erreur_table_donnees_manquantes' => 'Table @table@, datas missing',
34 'erreur_taille_sauvegarde' => 'The backup appears to have failed. @fichier@ file is empty or absent.',
35
36 // I
37 'info_aucune_sauvegarde_trouvee' => 'No backup found',
38 'info_restauration_finie' => 'It’s over!. The backup @archive@ has been restored to your site. you can',
39 'info_restauration_sauvegarde' => 'Restoring the backup @archive@',
40 'info_sauvegarde' => 'Backup',
41 'info_sauvegarde_reussi_02' => 'The database has been saved in @archive@. You can',
42 'info_sauvegarde_reussi_03' => 'return to the management',
43 'info_sauvegarde_reussi_04' => 'of your site.',
44 'info_selection_sauvegarde' => 'You have chosen to restore the backup @file@. This is irreversible.',
45
46 // L
47 'label_nom_fichier_restaurer' => 'Or specify the file name to restore',
48 'label_nom_fichier_sauvegarde' => 'File name for backup',
49 'label_selectionnez_fichier' => 'Select a file in the list',
50
51 // N
52 'nb_donnees' => '@nb@ records',
53
54 // R
55 'restauration_en_cours' => 'Restoration in progress',
56
57 // S
58 'sauvegarde_en_cours' => 'Backup in progress',
59 'sauvegardes_existantes' => 'Existing backups',
60 'selectionnez_table_a_restaurer' => 'Select the tables to restore',
61
62 // T
63 'texte_admin_tech_01' => 'This option lets you save the content of the database as a file in the directory @dossier@. Do not forget to retrieve the whole @img@ directory, which contains the images and documents used in the articles and sections.',
64 'texte_admin_tech_02' => 'Warning: this backup can ONLY be restored by the same version of SPIP that created it. You cannot "empty the database" and expect to reinstall the backup after an upgrade... Refer to <a href="@spipnet@">SPIP documentation</a>.',
65 'texte_restaurer_base' => 'Restore a database content backup',
66 'texte_restaurer_sauvegarde' => 'This option allows you to restore a previous backup of the database. For this, the file containing the backup should have been stored in the directory @dossier@.
67 Be very careful with this feature: <b>any potential modifications or losses are irreversible.</b>',
68 'texte_sauvegarde' => 'Backup database content',
69 'texte_sauvegarde_base' => 'Backup the database',
70 'tout_restaurer' => 'Restore all the tables',
71 'tout_sauvegarder' => 'Backup all the tables',
72
73 // U
74 'une_donnee' => '1 record'
75 );
76
77 ?>