aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-10-24 18:58:00 +0000
committerz0rglub <z0rglub@piwigo.org>2004-10-24 18:58:00 +0000
commit93fa5c6bae0ae0fdfaea1ec40e6b5d06e3f7d771 (patch)
treed7b99f8a3d04e2e368db630f901bde7e01e1d200 /language
parent9b3138c6afdfbdb52b2d0efa0fd3b0696b8d363a (diff)
added messages for category metadata update, virtual category add/deletion
git-svn-id: http://piwigo.org/svn/trunk@583 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/admin.lang.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php
index 871ca6a56..1d4d50ae8 100644
--- a/language/en_UK.iso-8859-1/admin.lang.php
+++ b/language/en_UK.iso-8859-1/admin.lang.php
@@ -317,4 +317,8 @@ $lang['waiting_update'] = 'Validated pictures will be displayed only once pictur
$lang['cat_unknown_id'] = 'This category is unknown in the database';
$lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
- ?> \ No newline at end of file
+$lang['cat_list_update_metadata'] = 'Synchronize<br />metadata';
+$lang['cat_list_update_metadata_confirmation'] = 'files metadata updated';
+$lang['cat_list_virtual_category_added'] = 'virtual category added';
+$lang['cat_list_virtual_category_deleted'] = 'virtual category deleted';
+?> \ No newline at end of file