aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK.iso-8859-1
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-12-14 21:37:51 +0000
committerrub <rub@piwigo.org>2006-12-14 21:37:51 +0000
commitc012c22df671dce2f5d29adfda6063baf5401a8f (patch)
tree2dc969c92c0074d715a0fd363c3931efea7485a8 /language/en_UK.iso-8859-1
parentf7960e7e72ca913e1e67844dec6ff0d40de46d1b (diff)
Feature Issue ID 0000460:
Add advanced features on administration menu git-svn-id: http://piwigo.org/svn/trunk@1656 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r--language/en_UK.iso-8859-1/admin.lang.php2
-rw-r--r--language/en_UK.iso-8859-1/help/advanced_feature.html12
-rw-r--r--language/en_UK.iso-8859-1/help/maintenance.html10
3 files changed, 19 insertions, 5 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php
index 55c99117b..4650eccee 100644
--- a/language/en_UK.iso-8859-1/admin.lang.php
+++ b/language/en_UK.iso-8859-1/admin.lang.php
@@ -494,4 +494,6 @@ $lang['w_day'] = 'Day';
$lang['waiting'] = 'Waiting';
$lang['is_default_group'] = 'default';
$lang['toggle_is_default_group'] = 'Toggle \'default group\' property';
+$lang['Advanced_features'] = 'Advanced features';
+$lang['Elements_not_linked'] = 'Not linked elements';
?> \ No newline at end of file
diff --git a/language/en_UK.iso-8859-1/help/advanced_feature.html b/language/en_UK.iso-8859-1/help/advanced_feature.html
new file mode 100644
index 000000000..75f400f32
--- /dev/null
+++ b/language/en_UK.iso-8859-1/help/advanced_feature.html
@@ -0,0 +1,12 @@
+<h2>Advanced features</h2>
+
+<p>List special functionnalties for expert PWG administrator.</p>
+
+<ul>
+
+ <li>
+ <strong>Not linked elements:</strong>
+ Display images witch are not associaed with an virtual catgory
+ </li>
+
+</ul>
diff --git a/language/en_UK.iso-8859-1/help/maintenance.html b/language/en_UK.iso-8859-1/help/maintenance.html
index 1bc3978b3..80f4b7f48 100644
--- a/language/en_UK.iso-8859-1/help/maintenance.html
+++ b/language/en_UK.iso-8859-1/help/maintenance.html
@@ -11,13 +11,13 @@ information from database make you save disk space.</p>
<ul>
- <li><strong>Update categories informations</strong>. For each category,
+ <li><strong>Update categories informations:</strong> For each category,
informations to update or control are the following : list of parent
categories, number of pictures, date of the last picture, position among
brother categories, position among all categories. This action also checks
the coherence of representative picture.</li>
- <li><strong>Update images informations</strong>. For each picture,
+ <li><strong>Update images informations:</strong> For each picture,
informations to update are : full path to file, average
rate. <em>Warning</em>: do not get confuse with metadata informations
which can be synchronized from <span class="pwgScreen">Administration,
@@ -25,17 +25,17 @@ information from database make you save disk space.</p>
single picture (through <span class="pwgScreen">Picture</span> for
example).</li>
- <li><strong>Purge history</strong>. Delete all lines from
+ <li><strong>Purge history:</strong> Delete all lines from
<code>history</code> table. Screen <span class="pwgScreen">Administration,
General, History</span> shows no informations anymore on past
history. <em>Warning</em>: all data will be lost and there is no way to
get informations back.</li>
- <li><strong>Purge sessions</strong>. Delete expired user sessions.</li>
+ <li><strong>Purge sessions:</strong> Delete expired user sessions.</li>
<li><strong>Purge never used notification feeds</strong></li>
- <li><strong>Repair and optimize database</strong>
+ <li><strong>Repair and optimize database:</strong>
For each table, re-odrer, repair and optimize operations are done.
</li>