source: extensions/Prune_History/language/en_UK/plugin.lang.php @ 14855

Last change on this file since 14855 was 14855, checked in by Eric, 12 years ago

Update support topics URL

  • Property svn:eol-style set to LF
File size: 3.1 KB
Line 
1<?php
2$lang['PH_ManualPrune_title'] = 'Manual Prune';
3$lang['PH_ManualPrune_title_d'] = 'This feature allows you to delete history entries based on a range of dates. Choose a start date and end date of treatment and run.<br><br>
4<b style=&quot;color: red;&quot;>Warning: The history data will be irretrievably deleted!</b> You can backup and restore history table by using the functions in the right frame.<br><br>
5Note: The history summary is not affected by pruning.';
6
7$lang['PH_Save_Title'] = 'Safety backup';
8$lang['PH_Save_Title_d'] = 'Because pruning is final and irreversible, it is advisable to save your history table before beginning pruning. By default, the table is saved in a file on the server and can be restored from there.<br><br>
9But it is also possible to download the backup file to keep it out of your gallery. In this case, the restoration must be done via your database management tool (usually phpMyAdmin).';
10
11$lang['PH_Dump_Download'] = 'To download the backup file, check this box:';
12$lang['PH_Restore'] = 'To restore a backup of your history table.<br>Only the saved file on the server is taken into account.';
13$lang['PH_Save'] = 'Backup history';
14$lang['PH_Restore_File'] = 'Restore history';
15$lang['PH_Dump_OK'] = 'The backup was successful!';
16$lang['PH_Dump_NOK'] = 'The backup failed!';
17$lang['PH_Restoration_OK'] = 'Restoration successful!';
18$lang['PH_Restoration_NOK'] = 'Restoration failed!';
19$lang['PH_Bad_version_backup'] = 'Wrong plugin version! The backup you are trying to restore is outdated or has been created with an older version of the plugin.';
20$lang['PH_No_Backup_File'] = 'No backup file found to restore!';
21
22$lang['PH_AutoPrune_title'] = 'Automatic Prune';
23$lang['PH_AutoPrune_title_d'] = 'If you enable automatic pruning, it will be triggered automatically at each user login on the gallery (including an administrator or webmaster) and based on the conservation settings.<br><br>
24<b style=&quot;color: red;&quot;>Use with caution! Pruned data will not be recoverable!</b>';
25
26$lang['PH_AutoPrune_false'] = 'Disable (default)';
27$lang['PH_AutoPrune_true'] = 'Enable';
28$lang['Start_Date'] = 'Start date';
29
30$lang['PH_AutoRange_title'] = 'keep the history up to:';
31$lang['PH_AutoRange_title_d'] = 'Please configure your History <b>conservation</b> criterion for automatic pruning. Several choices are possible:<br><br>
32- Keep x days<br>
33- Keep x months<br>
34- Keep x years<br><br>
35For example: If you want to keep a historical depth of 3 months, you can set up three months or 91 days.<br><br>
36Note: The history summary is not affected by auto pruning.';
37
38$lang['PH_save_config'] = 'Settings saved!';
39$lang['PH_Prune'] = 'Run manual pruning';
40$lang['PH_submit'] = 'Save settings';
41
42$lang['PH_Prune_Done'] = 'Manual pruning done!';
43$lang['PH_Prune_Error'] = 'Error manual pruning! Check your date range.';
44
45$lang['range'][1] = 'Day(s)';
46$lang['range'][2] = 'Month(s)';
47$lang['range'][3] = 'Year(s)';
48
49$lang['PH_Support'] = 'The official support on this plugin is only on these Piwigo forum topic:<br>
50<a href="http://piwigo.org/forum/viewtopic.php?id=19418" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=19418</a>';
51?>
Note: See TracBrowser for help on using the repository browser.