From 7907d31a9c757ea8224ad6ecde5deb434806ebbc Mon Sep 17 00:00:00 2001 From: rvelices Date: Sun, 19 Sep 2010 19:50:02 +0000 Subject: feature 1616: rename "category" into "album" (second commit; still to come) git-svn-id: http://piwigo.org/svn/trunk@6969 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/cat_list.tpl | 4 ++-- admin/themes/default/template/cat_modify.tpl | 8 ++++---- admin/themes/default/template/cat_move.tpl | 4 ++-- admin/themes/default/template/photos_add_direct.tpl | 2 +- admin/themes/default/template/picture_modify.tpl | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) (limited to 'admin/themes/default') diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 69e599502..4bb4dccfe 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -35,7 +35,7 @@

- {'Add a virtual category'|@translate} : + {'Add a virtual album'|@translate} : {if count($categories)>9 } @@ -57,7 +57,7 @@ - + diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index e76650d8c..df21bbe82 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -56,7 +56,7 @@ {if isset($move_cat_options) }

{'Move'|@translate} - {'Parent category'|@translate} + {'Parent album'|@translate} - +
{foreach from=$image_orders item=order} @@ -156,12 +156,12 @@ - + - +
{'Virtual category name'|@translate}{'Virtual album name'|@translate}
{'Parent category'|@translate}{'Parent album'|@translate} diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index b1c9e1b7b..0d33d5823 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -297,7 +297,7 @@ var sizeLimit = {$upload_max_filesize};
- + - + {if isset($related_categories) } - +
{'Parent category'|@translate}{'Parent album'|@translate}
{'Storage category'|@translate}{'Storage album'|@translate} {$STORAGE_CATEGORY}
{'Linked categories'|@translate}{'Linked albums'|@translate}
    {foreach from=$related_categories item=name} -- cgit v1.2.3