aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin.php1
-rw-r--r--admin/advanced_feature.php108
-rw-r--r--admin/include/functions.php1
-rw-r--r--admin/maintenance.php30
-rw-r--r--admin/themes/default/template/admin.tpl1
-rw-r--r--admin/themes/default/template/advanced_feature.tpl9
-rw-r--r--admin/themes/default/template/maintenance.tpl6
-rw-r--r--language/de_DE/help/advanced_feature.html16
-rw-r--r--language/de_DE/help/maintenance.html15
-rw-r--r--language/en_UK/help/advanced_feature.html16
-rw-r--r--language/en_UK/help/maintenance.html13
-rw-r--r--language/es_ES/help/advanced_feature.html16
-rw-r--r--language/es_ES/help/maintenance.html13
-rw-r--r--language/fr_FR/help/advanced_feature.html16
-rw-r--r--language/fr_FR/help/maintenance.html13
-rw-r--r--language/hr_HR/help/advanced_feature.html16
-rw-r--r--language/hr_HR/help/maintenance.html13
-rw-r--r--language/hu_HU/help/maintenance.html (renamed from language/hu_HU/help/advanced_feature.html)4
-rw-r--r--language/it_IT/help/advanced_feature.html16
-rw-r--r--language/it_IT/help/maintenance.html15
-rw-r--r--language/ja_JP/help/advanced_feature.html16
-rw-r--r--language/ja_JP/help/maintenance.html15
-rw-r--r--language/nl_NL/help/advanced_feature.html16
-rw-r--r--language/nl_NL/help/maintenance.html13
-rw-r--r--language/pl_PL/help/advanced_feature.html16
-rw-r--r--language/pl_PL/help/maintenance.html13
-rw-r--r--language/ru_RU/help/advanced_feature.html16
-rw-r--r--language/ru_RU/help/maintenance.html13
28 files changed, 169 insertions, 287 deletions
diff --git a/admin.php b/admin.php
index b08343f24..ff5398616 100644
--- a/admin.php
+++ b/admin.php
@@ -106,7 +106,6 @@ $template->assign(
'U_SITES'=> $link_start.'remote_site',
'U_MAINTENANCE'=> $link_start.'maintenance',
'U_NOTIFICATION_BY_MAIL'=> $link_start.'notification_by_mail',
- 'U_ADVANCED_FEATURE'=> $link_start.'advanced_feature',
'U_CONFIG_GENERAL'=> $link_start.'configuration',
'U_CONFIG_DISPLAY'=> $conf_link.'default',
'U_CONFIG_EXTENTS'=> $link_start.'extend_for_templates',
diff --git a/admin/advanced_feature.php b/admin/advanced_feature.php
deleted file mode 100644
index df88f970d..000000000
--- a/admin/advanced_feature.php
+++ /dev/null
@@ -1,108 +0,0 @@
-<?php
-// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
-// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
-// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
-// +-----------------------------------------------------------------------+
-// | This program is free software; you can redistribute it and/or modify |
-// | it under the terms of the GNU General Public License as published by |
-// | the Free Software Foundation |
-// | |
-// | This program is distributed in the hope that it will be useful, but |
-// | WITHOUT ANY WARRANTY; without even the implied warranty of |
-// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
-// | General Public License for more details. |
-// | |
-// | You should have received a copy of the GNU General Public License |
-// | along with this program; if not, write to the Free Software |
-// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
-// | USA. |
-// +-----------------------------------------------------------------------+
-
-if (!defined('PHPWG_ROOT_PATH'))
-{
- die ("Hacking attempt!");
-}
-
-// +-----------------------------------------------------------------------+
-// | Check Access and exit when user status is not ok |
-// +-----------------------------------------------------------------------+
-check_status(ACCESS_ADMINISTRATOR);
-
-// +-----------------------------------------------------------------------+
-// | Actions |
-// +-----------------------------------------------------------------------+
-
-/*$action = (isset($_GET['action']) and !is_adviser()) ? $_GET['action'] : '';
-
-switch ($action)
-{
- case '???' :
- {
- break;
- }
- default :
- {
- break;
- }
-}*/
-
-// +-----------------------------------------------------------------------+
-// | Define advanced features |
-// +-----------------------------------------------------------------------+
-
-$advanced_features = array();
-
-// Add advanced features
-/*array_push($advanced_features,
- array
- (
- 'CAPTION' => l10n('???'),
- 'URL' => $start_url.'???'
- ));*/
-
-array_push($advanced_features,
- array
- (
- 'CAPTION' => l10n('Not linked elements'),
- 'URL' => get_root_url().'admin.php?page=element_set&amp;cat=not_linked'
- ));
-
-array_push($advanced_features,
- array
- (
- 'CAPTION' => l10n('Files with same name in more than one physical category'),
- 'URL' => get_root_url().'admin.php?page=element_set&amp;cat=duplicates'
- ));
-
-//$advanced_features is array of array composed of CAPTION & URL
-$advanced_features =
- trigger_event('get_admin_advanced_features_links', $advanced_features);
-
-// +-----------------------------------------------------------------------+
-// | Template init |
-// +-----------------------------------------------------------------------+
-
-$template->set_filename('advanced_feature', 'advanced_feature.tpl');
-
-$start_url = get_root_url().'admin.php?page=advanced_feature&amp;action=';
-
-$template->assign(
- array
- (
- 'U_HELP' => get_root_url().'popuphelp.php?page=advanced_feature',
- 'U_ACTIVE_MENU' => 5
- ));
-
-// advanced_features
-$template->assign('advanced_features', $advanced_features);
-
-// +-----------------------------------------------------------------------+
-// | Sending html code |
-// +-----------------------------------------------------------------------+
-
-$template->assign_var_from_handle('ADMIN_CONTENT', 'advanced_feature');
-
-?>
diff --git a/admin/include/functions.php b/admin/include/functions.php
index 42ed056b6..618c65b99 100644
--- a/admin/include/functions.php
+++ b/admin/include/functions.php
@@ -1940,7 +1940,6 @@ function get_active_menu($menu_page)
case 'stats':
case 'history':
case 'maintenance':
- case 'advanced_feature':
case 'thumbnail':
return 4;
diff --git a/admin/maintenance.php b/admin/maintenance.php
index 78ac844bd..06dc67474 100644
--- a/admin/maintenance.php
+++ b/admin/maintenance.php
@@ -145,6 +145,36 @@ $template->assign(
);
// +-----------------------------------------------------------------------+
+// | Define advanced features |
+// +-----------------------------------------------------------------------+
+
+$advanced_features = array();
+
+array_push(
+ $advanced_features,
+ array(
+ 'CAPTION' => l10n('Not linked elements'),
+ 'URL' => get_root_url().'admin.php?page=element_set&amp;cat=not_linked'
+ )
+ );
+
+array_push(
+ $advanced_features,
+ array(
+ 'CAPTION' => l10n('Files with same name in more than one physical category'),
+ 'URL' => get_root_url().'admin.php?page=element_set&amp;cat=duplicates'
+ )
+ );
+
+//$advanced_features is array of array composed of CAPTION & URL
+$advanced_features = trigger_event(
+ 'get_admin_advanced_features_links',
+ $advanced_features
+ );
+
+$template->assign('advanced_features', $advanced_features);
+
+// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl
index 9f2bde9e0..380248870 100644
--- a/admin/themes/default/template/admin.tpl
+++ b/admin/themes/default/template/admin.tpl
@@ -73,7 +73,6 @@ jQuery().ready(function(){ldelim}
<li><a href="{$U_HISTORY_STAT}">{'History'|@translate}</a></li>
<li><a href="{$U_THUMBNAILS}">{'Thumbnails'|@translate}</a></li>
<li><a href="{$U_MAINTENANCE}">{'Maintenance'|@translate}</a></li>
- <li><a href="{$U_ADVANCED_FEATURE}">{'Advanced features'|@translate}</a></li>
</ul>
</dd>
</dl>
diff --git a/admin/themes/default/template/advanced_feature.tpl b/admin/themes/default/template/advanced_feature.tpl
deleted file mode 100644
index 76209387c..000000000
--- a/admin/themes/default/template/advanced_feature.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="titrePage">
- <h2>{'Advanced features'|@translate}</h2>
-</div>
-
-<ul>
- {foreach from=$advanced_features item=feature}
- <li><a href="{$feature.URL}" {$TAG_INPUT_ENABLED}>{$feature.CAPTION}</a></li>
- {/foreach}
-</ul>
diff --git a/admin/themes/default/template/maintenance.tpl b/admin/themes/default/template/maintenance.tpl
index 2208b5baa..0ac001156 100644
--- a/admin/themes/default/template/maintenance.tpl
+++ b/admin/themes/default/template/maintenance.tpl
@@ -3,6 +3,12 @@
</div>
<ul>
+ {foreach from=$advanced_features item=feature}
+ <li><a href="{$feature.URL}" {$TAG_INPUT_ENABLED}>{$feature.CAPTION}</a></li>
+ {/foreach}
+</ul>
+
+<ul>
<li><a href="{$U_MAINT_CATEGORIES}" {$TAG_INPUT_ENABLED}>{'Update categories informations'|@translate}</a></li>
<li><a href="{$U_MAINT_IMAGES}" {$TAG_INPUT_ENABLED}>{'Update images informations'|@translate}</a></li>
<li><a href="{$U_MAINT_DATABASE}" {$TAG_INPUT_ENABLED}>{'Repair and optimize database'|@translate}</a></li>
diff --git a/language/de_DE/help/advanced_feature.html b/language/de_DE/help/advanced_feature.html
deleted file mode 100644
index 40f39f644..000000000
--- a/language/de_DE/help/advanced_feature.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2>Erweiterte Funktionen</h2>
-
-<p>Liste der speziellen Funktionen für Administratoren und Experten PWG:</p>
-
-<ul>
-
- <li>
- <strong>Nicht verlinkte Elemente: </strong>
- Zeigt die Bilder, die nicht mit einer virtuellen Kategorie verlinkt sind (sind aber in realen Kategorien vorhanden)
- </li>
- <li>
- <strong> Finde Dateien mit dem gleichen Dateiname: </strong>
- Findet Dateien mit dem gleichen Dateiname die in verschiedenen Ordnern gespeichert sind.
- </li>
-
-</ul>
diff --git a/language/de_DE/help/maintenance.html b/language/de_DE/help/maintenance.html
index d0591bf1d..4ef2a7a21 100644
--- a/language/de_DE/help/maintenance.html
+++ b/language/de_DE/help/maintenance.html
@@ -12,6 +12,19 @@ Datenbank gibt den Speicherplatz frei.</p>
<ul>
+ <li>
+ <strong>Nicht verlinkte Elemente: </strong>
+ Zeigt die Bilder, die nicht mit einer virtuellen Kategorie verlinkt sind (sind aber in realen Kategorien vorhanden)
+ </li>
+ <li>
+ <strong> Finde Dateien mit dem gleichen Dateiname: </strong>
+ Findet Dateien mit dem gleichen Dateiname die in verschiedenen Ordnern gespeichert sind.
+ </li>
+
+</ul>
+
+<ul>
+
<li><strong>aktualisieren die Informationen der Kategorien:</strong> Für
jeder Kategorie, die Informationen zu kontrollieren und / oder zu aktualisieren, werden die
folgenden: Liste der Kategorien Mütter, Anzahl der Elemente, Datum der letzten
@@ -52,4 +65,4 @@ Abgelaufene ..</li>
<li><strong>Löschen der kompilierten Templates</strong></li>
-</ul> \ No newline at end of file
+</ul>
diff --git a/language/en_UK/help/advanced_feature.html b/language/en_UK/help/advanced_feature.html
deleted file mode 100644
index 7851e48c5..000000000
--- a/language/en_UK/help/advanced_feature.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2>Advanced features</h2>
-
-<p>List special functionnalities for expert Piwigo administrators:</p>
-
-<ul>
-
- <li>
- <strong>Unlinked elements:</strong>
- Display images which are not associated to any virtual category.
- </li>
- <li>
- <strong>Files with the same name in more than one physical category:</strong>
- Display images or files which are found with the same filename in several categories.
- </li>
-
-</ul>
diff --git a/language/en_UK/help/maintenance.html b/language/en_UK/help/maintenance.html
index e70558e8d..040bad8aa 100644
--- a/language/en_UK/help/maintenance.html
+++ b/language/en_UK/help/maintenance.html
@@ -11,6 +11,19 @@ information from database make you save disk space.</p>
<ul>
+ <li>
+ <strong>Unlinked elements:</strong>
+ Display images which are not associated to any virtual category.
+ </li>
+ <li>
+ <strong>Files with the same name in more than one physical category:</strong>
+ Display images or files which are found with the same filename in several categories.
+ </li>
+
+</ul>
+
+<ul>
+
<li><strong>Update categories informations:</strong> For each category,
the following information is checked, and updated if necessary : list of parent
categories, number of pictures, last picture date, position among
diff --git a/language/es_ES/help/advanced_feature.html b/language/es_ES/help/advanced_feature.html
deleted file mode 100644
index dd35e3127..000000000
--- a/language/es_ES/help/advanced_feature.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2>Funciones avanzadas</h2>
-
-<p>Lista de las funcionalidades especiales para los administradores expertos de PWG:</p>
-
-<ul>
-
- <li>
- <strong>Elementos no atados :</strong>
- Visualiza las imágenes que no son asociadas con una categoría virtual
- </li>
- <li>
- <strong>Ficheros que llevan el mismo nombre en varias categorías físicas :</strong>
- Visualiza las imágenes o los ficheros que eventualemente podrían estar encontrados en varias categorías.
- </li>
-
-</ul>
diff --git a/language/es_ES/help/maintenance.html b/language/es_ES/help/maintenance.html
index 83b55d88c..1ec7fca4e 100644
--- a/language/es_ES/help/maintenance.html
+++ b/language/es_ES/help/maintenance.html
@@ -6,6 +6,19 @@
<ul>
+ <li>
+ <strong>Elementos no atados :</strong>
+ Visualiza las imágenes que no son asociadas con una categoría virtual
+ </li>
+ <li>
+ <strong>Ficheros que llevan el mismo nombre en varias categorías físicas :</strong>
+ Visualiza las imágenes o los ficheros que eventualemente podrían estar encontrados en varias categorías.
+ </li>
+
+</ul>
+
+<ul>
+
<li><strong>Poner al día las informaciones de las categorías:</strong> Para cada categoría, las informaciones a controllar y\o poner al día son las siguientes: lista de las categorías madres, número de elementos, fecha del último elemento, la posición entre las categorías hermana, posición en el árbol completo de las categorías. Esta acción también verifica la coherencia de los representantes.</li>
<li><strong>Poner al día las informaciones de las imágenes:</strong> Para cada imagen, las informaciones que hay que poner al día son: camino completo hacia el fichero, la nota media. <em>Atención</em>: No confundir con los méta-datos que son sincronizados sobre la pantalla <span
diff --git a/language/fr_FR/help/advanced_feature.html b/language/fr_FR/help/advanced_feature.html
deleted file mode 100644
index 0f8cfc7dc..000000000
--- a/language/fr_FR/help/advanced_feature.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2>Fonctions avancées</h2>
-
-<p>Liste des fonctionnalités spéciales pour les administrateurs experts de Piwigo :</p>
-
-<ul>
-
- <li>
- <strong>Eléments non liés:</strong>
- Affiche les images qui ne sont associées à aucune catégorie virtuelle
- </li>
- <li>
- <strong>Fichiers portant le même nom dans plusieurs catégories physiques :</strong>
- Affiche les images ou les éventuels fichiers qui pourraient être trouvés dans plusieurs catégories.
- </li>
-
-</ul>
diff --git a/language/fr_FR/help/maintenance.html b/language/fr_FR/help/maintenance.html
index 52d049bd0..34f7f2472 100644
--- a/language/fr_FR/help/maintenance.html
+++ b/language/fr_FR/help/maintenance.html
@@ -11,6 +11,19 @@ Les supprimer de la base de données libère de l'espace disque.</p>
<ul>
+ <li>
+ <strong>Eléments non liés:</strong>
+ Affiche les images qui ne sont associées à aucune catégorie virtuelle
+ </li>
+ <li>
+ <strong>Fichiers portant le même nom dans plusieurs catégories physiques :</strong>
+ Affiche les images ou les éventuels fichiers qui pourraient être trouvés dans plusieurs catégories.
+ </li>
+
+</ul>
+
+<ul>
+
<li><strong>Mettre à jour les informations des catégories :</strong>
Pour chaque catégorie, les informations suivantes sont contrôlées, et mises à jour le cas échéant :
liste des catégories mères, nombre d'éléments, date du dernier élément, position parmi les
diff --git a/language/hr_HR/help/advanced_feature.html b/language/hr_HR/help/advanced_feature.html
deleted file mode 100644
index 806c54d3f..000000000
--- a/language/hr_HR/help/advanced_feature.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2>Napredne mogućnosti</h2>
-
-<p>Popis posebnih funkcionalnosti za napredne PWG upravitelje:</p>
-
-<ul>
-
- <li>
- <strong>Nepovezane stavke:</strong>
- Prikaz slika koje nisu povezane ni s jednom nestvarnom skupinom.
- </li>
- <li>
- <strong>Slike istog naziva u više od jednoj stvarnoj skupini:</strong>
- Prikaz slika istog naziva koje se nalaze u više skupina.
- </li>
-
-</ul>
diff --git a/language/hr_HR/help/maintenance.html b/language/hr_HR/help/maintenance.html
index a0d47f7a3..698afaf5d 100644
--- a/language/hr_HR/help/maintenance.html
+++ b/language/hr_HR/help/maintenance.html
@@ -11,6 +11,19 @@ information from database make you save disk space.</p>
<ul>
+ <li>
+ <strong>Nepovezane stavke:</strong>
+ Prikaz slika koje nisu povezane ni s jednom nestvarnom skupinom.
+ </li>
+ <li>
+ <strong>Slike istog naziva u više od jednoj stvarnoj skupini:</strong>
+ Prikaz slika istog naziva koje se nalaze u više skupina.
+ </li>
+
+</ul>
+
+<ul>
+
<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
diff --git a/language/hu_HU/help/advanced_feature.html b/language/hu_HU/help/maintenance.html
index a55a76cb7..6cccea38b 100644
--- a/language/hu_HU/help/advanced_feature.html
+++ b/language/hu_HU/help/maintenance.html
@@ -1,7 +1,3 @@
-<h2>Speciális funkciók</h2>
-
-<p>Speciális szakértői funkciók listázása a PWG rendszergazda számára:</p>
-
<ul>
<li>
diff --git a/language/it_IT/help/advanced_feature.html b/language/it_IT/help/advanced_feature.html
deleted file mode 100644
index dcf696417..000000000
--- a/language/it_IT/help/advanced_feature.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2>Funzioni avanzate</h2>
-
-<p>Elenco delle funzionalità speciali per gli amministratori esperti di PWG:</p>
-
-<ul>
-
- <li>
- <strong>Elementi sciolti:</strong>
- Mostra le immagini che non sono associate a una categoria virtuale.
- </li>
- <li>
- <strong>File con lo stesso nome in più categorie fisiche:</strong>
- Mostra le immagini o altri file trovati con lo stesso nome in più categorie.
- </li>
-
-</ul>
diff --git a/language/it_IT/help/maintenance.html b/language/it_IT/help/maintenance.html
index 7656dc180..e394264c5 100644
--- a/language/it_IT/help/maintenance.html
+++ b/language/it_IT/help/maintenance.html
@@ -11,6 +11,19 @@ informazioni inutili dalla base base permette di liberare spazio sul disco.</p>
<ul>
+ <li>
+ <strong>Elementi sciolti:</strong>
+ Mostra le immagini che non sono associate a una categoria virtuale.
+ </li>
+ <li>
+ <strong>File con lo stesso nome in più categorie fisiche:</strong>
+ Mostra le immagini o altri file trovati con lo stesso nome in più categorie.
+ </li>
+
+</ul>
+
+<ul>
+
<li><strong>Aggiornare le informazioni delle categorie:</strong>
Per ogni categoria, le informazioni da aggiornare o controllare sono le seguenti:
elenco delle categorie madri, numero delle immagini, data dell'ultima immagine, posizione tra
@@ -48,4 +61,4 @@ Cancella tutte le informazioni del sommario (ottenute dal dettaglio della cronol
<li><strong>Ripulire i templates compilati</strong></li>
-</ul> \ No newline at end of file
+</ul>
diff --git a/language/ja_JP/help/advanced_feature.html b/language/ja_JP/help/advanced_feature.html
deleted file mode 100644
index af95dfad0..000000000
--- a/language/ja_JP/help/advanced_feature.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2>高度な機能</h2>
-
-<p>PWG管理エキスパート用の特別機能一覧です:</p>
-
-<ul>
-
- <li>
- <strong>未リンクのエレメント:</strong>
- どのバーチャルカテゴリにも関連付けられていないイメージを表示します。
- </li>
- <li>
- <strong>1つ以上の物理カテゴリに存在する同一名ファイル:</strong>
- 複数カテゴリで見つかった同一ファイル名のイメージまたはファイルを表示します。
- </li>
-
-</ul> \ No newline at end of file
diff --git a/language/ja_JP/help/maintenance.html b/language/ja_JP/help/maintenance.html
index 7c6cf27c2..6fe01d3f6 100644
--- a/language/ja_JP/help/maintenance.html
+++ b/language/ja_JP/help/maintenance.html
@@ -10,6 +10,19 @@
<ul>
+ <li>
+ <strong>未リンクのエレメント:</strong>
+ どのバーチャルカテゴリにも関連付けられていないイメージを表示します。
+ </li>
+ <li>
+ <strong>1つ以上の物理カテゴリに存在する同一名ファイル:</strong>
+ 複数カテゴリで見つかった同一ファイル名のイメージまたはファイルを表示します。
+ </li>
+
+</ul>
+
+<ul>
+
<li><strong>カテゴリ情報を更新する:</strong> それぞれのカテゴリに関して、次の情報が更新または管理されます:
親カテゴリのリスト、写真数、最近の写真の日付、子カテゴリのポジション、すべてのカテゴリのポジション。
この処理では、サムネイルの一致もチェックされます。</li>
@@ -40,4 +53,4 @@
<li><strong>コンパイル済みテンプレートを削除する</strong></li>
-</ul> \ No newline at end of file
+</ul>
diff --git a/language/nl_NL/help/advanced_feature.html b/language/nl_NL/help/advanced_feature.html
deleted file mode 100644
index 51673cb9f..000000000
--- a/language/nl_NL/help/advanced_feature.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2>Geavanceerde mogelijkheden</h2>
-
-<p>Lijst met speciale functies voor een deskundig PWG administrator:</p>
-
-<ul>
-
- <li>
- <strong>Niet gelinkte elementen:</strong>
- Toon afbeeldingen die niet gekoppeld zijn aan enige virtuele categorie.
- </li>
- <li>
- <strong>Bestanden met dezelfde naam in meer dan één physieke categorie:</strong>
- Toon afbeeldingen of bestanden met dezelfde naam in verschillende categorieën.
- </li>
-
-</ul>
diff --git a/language/nl_NL/help/maintenance.html b/language/nl_NL/help/maintenance.html
index 45b4593cc..199598a84 100644
--- a/language/nl_NL/help/maintenance.html
+++ b/language/nl_NL/help/maintenance.html
@@ -9,6 +9,19 @@ maar soms kan een fout optreden en de cache informatie is dan foutief.</p>
<ul>
+ <li>
+ <strong>Niet gelinkte elementen:</strong>
+ Toon afbeeldingen die niet gekoppeld zijn aan enige virtuele categorie.
+ </li>
+ <li>
+ <strong>Bestanden met dezelfde naam in meer dan één physieke categorie:</strong>
+ Toon afbeeldingen of bestanden met dezelfde naam in verschillende categorieën.
+ </li>
+
+</ul>
+
+<ul>
+
<li><strong>Update categorie informatie:</strong> Voor elke categorie,
informatie bijwerken of controleren zijn de volgende: lijst van hooft
categorieën, aantal afbeeldingen, datum van de laatste afbeelding, positie onder
diff --git a/language/pl_PL/help/advanced_feature.html b/language/pl_PL/help/advanced_feature.html
deleted file mode 100644
index 8c9a445aa..000000000
--- a/language/pl_PL/help/advanced_feature.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2>Zaawansowane</h2>
-
-<p>Lista specjalnych funkcjonalności dla zaawansowanego administratora PWG:</p>
-
-<ul>
-
- <li>
- <strong>Nie powiązane elementy:</strong>
- Wyświetla obrazy, któe nie są powiązane z żadną wirtualną kategorią.
- </li>
- <li>
- <strong>Pliki o tej samej nazwie w jednej lub wielu kategoriach:</strong>
- Wyświtla obrazy lub pliki o tej samej nazwie znalezione w jednej lub wielu kategoriach.
- </li>
-
-</ul>
diff --git a/language/pl_PL/help/maintenance.html b/language/pl_PL/help/maintenance.html
index 209ce2842..2ea6ec6e3 100644
--- a/language/pl_PL/help/maintenance.html
+++ b/language/pl_PL/help/maintenance.html
@@ -6,6 +6,19 @@
<ul>
+ <li>
+ <strong>Nie powiązane elementy:</strong>
+ Wyświetla obrazy, któe nie są powiązane z żadną wirtualną kategorią.
+ </li>
+ <li>
+ <strong>Pliki o tej samej nazwie w jednej lub wielu kategoriach:</strong>
+ Wyświtla obrazy lub pliki o tej samej nazwie znalezione w jednej lub wielu kategoriach.
+ </li>
+
+</ul>
+
+<ul>
+
<li><strong>Aktualizuj informacje o kategoriach:</strong> Informacje dla każdej kategorii : lista kategorii nadrzędnych, liczba obrazów, data dodania ostatniego obrazu, pozycja względem sąsiednich kategorii, pozycja względem wszystkich kategorii. Akcja ta sprawda także istnienie reprezentanta dla kategorii.</li>
<li><strong>Aktualizuj informacje o obrazach:</strong> Dla każdego obrazu są to informacje : pełna ścieżka do pliku, średnie oceny. <em>Ostrzeżenie</em>: nie należy mylić tych informacji z metadanymi, które są dostepne z poziomu <span class="pwgScreen">Administracja,
diff --git a/language/ru_RU/help/advanced_feature.html b/language/ru_RU/help/advanced_feature.html
deleted file mode 100644
index 3fc18a068..000000000
--- a/language/ru_RU/help/advanced_feature.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h2>Расширенные функции</h2>
-
-<p>Показаны специальные возможности для продвинутых администраторов PWG:</p>
-
-<ul>
-
- <li>
- <strong>Не привязанные элементы:</strong>
- Показывает фотографии которые не связаны ни с одной виртуальной категорией.
- </li>
- <li>
- <strong>Файлы с одинаковыми именами в разных папках:</strong>
- Показывает фотографии или другие файлы имеющие одинаковые имена и находящиеся в разных категориях.
- </li>
-
-</ul>
diff --git a/language/ru_RU/help/maintenance.html b/language/ru_RU/help/maintenance.html
index 38f5b9ff9..97af5a5fc 100644
--- a/language/ru_RU/help/maintenance.html
+++ b/language/ru_RU/help/maintenance.html
@@ -11,6 +11,19 @@
<ul>
+ <li>
+ <strong>Не привязанные элементы:</strong>
+ Показывает фотографии которые не связаны ни с одной виртуальной категорией.
+ </li>
+ <li>
+ <strong>Файлы с одинаковыми именами в разных папках:</strong>
+ Показывает фотографии или другие файлы имеющие одинаковые имена и находящиеся в разных категориях.
+ </li>
+
+</ul>
+
+<ul>
+
<li><strong>Обновить информацию о категориях:</strong> Для каждой категории
обновляется или контролируется следующая информация: список родительских категорий,
число фотографий, дата последней фотографии, положение среди категорий одного