Categories management icon update

git-svn-id: http://piwigo.org/svn/trunk@608 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
gweltas
2004-11-18 15:17:33 +00:00
parent f20efb0cfa
commit af0b3d5f57
7 changed files with 24 additions and 3 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ if (isset($_GET['delete']) and is_numeric($_GET['delete']))
$to_delete_categories = array();
array_push($to_delete_categories,$_GET['delete']);
delete_categories($to_delete_categories);
array_push($infos, $lang['cat_list_virtual_category_deleted']);
array_push($infos, $lang['cat_virtual_deleted']);
}
// request to add a virtual category
else if (isset($_POST['submit']))
@@ -100,7 +100,7 @@ UPDATE '.CATEGORIES_TABLE.'
WHERE id = '.$my_id.'
;';
pwg_query($query);
array_push($infos, $lang['cat_list_virtual_category_added']);
array_push($infos, $lang['cat_virtual_added']);
}
}
// +-----------------------------------------------------------------------+
+3 -1
View File
@@ -76,7 +76,7 @@ $lang['remote_site_local_found'] = 'A local listing.xml file has been found for
$lang['remote_site_local_new'] = '(new site)';
$lang['remote_site_local_update'] = 'read local listing.xml and update';
// Categorie words
// Categories
$lang['cat_up'] = 'Move up';
$lang['cat_down'] = 'Move down';
$lang['cat_add'] = 'Add a virtual category';
@@ -92,6 +92,8 @@ $lang['cat_upload_info'] = 'Only non virtual categories are shown.';
$lang['cat_lock'] = 'Lock';
$lang['cat_lock_info'] = 'This category will temporary been disabled for maintenance.';
$lang['cat_access_info'] = 'Permission management.';
$lang['cat_virtual_added'] = 'Virtual category added';
$lang['cat_virtual_deleted'] = 'Virtual category deleted';
// Titles
$lang['admin_panel'] = 'Administration Panel';
+19
View File
@@ -93,6 +93,25 @@ $lang['cat_upload_info'] = 'Seules les cat
$lang['cat_lock'] = 'Verrouiller';
$lang['cat_lock_info'] = 'Cela rendra la catégorie temporairement invisible pour les utilisateurs (maintenance)';
$lang['cat_access_info'] = 'Permet de gérer l\'accès à cette catégorie.';
$lang['cat_virtual_added'] = 'Catégorie virtuelle créée';
$lang['cat_virtual_deleted'] = 'Catégorie virtuelle détruite';
$lang['cat_options_menu'] = 'Options';
$lang['cat_options_menu_upload'] = 'upload';
$lang['cat_options_menu_visible'] = 'lock';
$lang['cat_options_menu_comments'] = 'comments';
$lang['cat_options_menu_status'] = 'access';
$lang['cat_options_upload_true'] = 'authorize upload';
$lang['cat_options_upload_false'] = 'forbid upload';
$lang['cat_options_upload_info'] = '(multi)select categories to make them uploadable or not. Upload is not applicable to virtual categories and to categories from a remote site.';
$lang['cat_options_comments_true'] = 'authorize comments';
$lang['cat_options_comments_false'] = 'forbid comments';
$lang['cat_options_comments_info'] = '(multi)select categories to make them commentable or not. By inheritance, an element is commentable if it belongs at least to one commentable category.';
$lang['cat_options_visible_true'] = 'unlock';
$lang['cat_options_visible_false'] = 'lock temporary';
$lang['cat_options_visible_info'] = '(multi)select categories to lock or unlock them. If you lock category, all its child categories becomes locked. It you unlock a category, all its parent categories becomes unlocked';
$lang['cat_options_status_true'] = 'public';
$lang['cat_options_status_false'] = 'private';
$lang['cat_options_status_info'] = '(multi)select categories to make them public or private. If you make a category private, all its child categories becomes private. It you make a category public, all its parent categories becomes public';
//Titles
$lang['admin_panel'] = 'Panneau d\'administration';
Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 705 B

After

Width:  |  Height:  |  Size: 1.3 KiB