Changeset 93129 in spip-zone
- Timestamp:
- Nov 24, 2015, 4:35:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/saveauto/trunk/lang/saveauto_en.php
r87142 r93129 7 7 8 8 $GLOBALS[$GLOBALS['idx_lang']] = array( 9 10 // A 11 'ajouter_webmestre' => 'Include the webmaster to the addressees', 9 12 10 13 // B … … 20 23 'erreur_probleme_donnees_corruption' => 'Problem with data in the @table@ table, it may be corrupted!', 21 24 'erreur_repertoire_inaccessible' => 'The @rep@ directory is not open for write access.', 25 'erreur_repertoire_perso_inaccessible' => 'The configured folder @rep@ is not accessible: the SPIP backup folder will be used instead', 22 26 23 27 // H … … 26 30 'help_contenu_auto' => 'Choose the content of automatic backups.', 27 31 'help_frequence' => 'Enter the frequency of automatic backups in days.', 28 'help_liste_tables' => 'By default, all tables are exported with the exception of tables @noexport@. If you want to choose precisely the tables to save open the list by unchecking the box below.', # MODIF32 'help_liste_tables' => 'By default, all SPIP tables are exported with the exception of @noexport@ tables. If you want to choose the tables to be saved precisely, open the list by unchecking the box below.', 29 33 'help_mail_max_size' => 'Enter the maximum size in MB of the backup file beyond which the mail will not be sent (value to check with your mail provider).', 30 34 'help_max_zip' => 'The backup file is automatically zipped if its size is less than a threshold. Enter the threshold in megabytes (This threshold is necessary to not crash the server by making a too big zip)', 35 'help_nbr_garder' => 'Indicate the minimum number of backups that should always be saved', 31 36 'help_notif_active' => 'If you wish to be notified of automatic processing, enable the notifications. For automatic backup you will receive the generated file by mail if it is not too large and if the "Facteur" plugin is enabled.', 32 'help_notif_mail' => 'Enter addresses separated by commas ",". These addresses are added to the one of the webmaster.', # MODIF37 'help_notif_mail' => 'Enter addresses separated by commas ",".', 33 38 'help_obsolete' => 'Enter the storage life of the backups in days', 34 39 'help_prefixe' => 'Enter a prefix added to the name of each backup file', 40 'help_repertoire' => 'In order to use a backup folder different from the SPIP default, specify its path from the site root (ending with / )', 35 41 'help_restauration' => '<strong>Warning !!!</strong> the backups made are <strong>not in SPIP format</strong> and can’t be used with the restore tool of the database from SPIP.<br /><br /> 36 42 … … 39 45 The backups contain an SQL formatted file with the commands used to <strong>delete</strong> the existing SPIP tables and to <strong>replace</strong> them with archived data. Any data <strong>more recent</strong> than those in the backup will therefore be <strong>LOST</strong>!', 40 46 'help_sauvegarde_1' => 'This option allows you to save the structure and content of the database in a MySQL format file that will be stored in the folder tmp/dump/. The file is named 41 <em>@prefixe@_yyyymmdd_hhmmss.</em>. The table prefix is retained.', # MODIF47 <em>@prefixe@_yyyymmdd_hhmmss.</em>. The table prefix is retained.', 42 48 'help_sauvegarde_2' => 'Automatic backup is enabled (frequency in days: @frequence@).', 43 49 … … 65 71 'label_mail_max_size' => 'Threshold for sending email', 66 72 'label_max_zip' => 'Threshold of the zips', 73 'label_nbr_garder' => 'How many backups to save', 67 74 'label_nettoyage_journalier' => 'Enable daily cleaning of archives', 68 75 'label_notif_active' => 'Enable the notifications', … … 70 77 'label_obsolete_jours' => 'Backup storage', 71 78 'label_prefixe_sauvegardes' => 'Prefix:', 79 'label_repertoire_sauvegardes' => 'Folder', 72 80 'label_sauvegarde_reguliere' => 'Enable regular backup', 73 81 'label_structure' => 'Structure of the tables', 74 'label_toutes_tables' => 'Backup all tables', # MODIF 82 'label_tables_non_spip' => 'Non-SPIP tables', 83 'label_toutes_tables' => 'Backup all SPIP tables', 75 84 'legend_cfg_generale' => 'General settings of the backups', 76 85 'legend_cfg_notification' => 'Notifications', … … 88 97 89 98 // T 90 'titre_boite_historique' => 'MySQL backups available for download ', # MODIF99 'titre_boite_historique' => 'MySQL backups available for download in folder @dossier@', 91 100 'titre_boite_sauver' => 'Create a MySQL backup', 92 101 'titre_page_configurer' => 'Saveauto plugin configuration',
Note: See TracChangeset
for help on using the changeset viewer.