diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-16 19:03:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-16 19:03:56 +0000 |
commit | c206a73dd21bd16e8666396455b42936a6551992 (patch) | |
tree | 678fb9b59dde4c7a1623d538044f91123d4fa2c5 /themes | |
parent | c4bb9c71dd3ca0cb3366623896d867903ce0c531 (diff) |
feature 1616: rename "category" into "album" (first commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/template/index.tpl | 4 | ||||
-rw-r--r-- | themes/default/template/mainpage_categories.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/notification.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/picture.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/profile_content.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/search.tpl | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index febc64abb..5db0b6e3c 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -35,7 +35,7 @@ {/if} {if isset($U_MODE_FLAT) } - <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-categories'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'display all elements in all sub-categories'|@translate}"></a></li> + <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-albums'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'display all elements in all sub-albums'|@translate}"></a></li> {/if} {if isset($U_MODE_NORMAL) } @@ -74,7 +74,7 @@ {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} {if !empty($category_search_results) } -<div style="font-size:16px;margin:10px 16px">{'Category results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : +<div style="font-size:16px;margin:10px 16px">{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : <em><strong> {foreach from=$category_search_results item=res name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} diff --git a/themes/default/template/mainpage_categories.tpl b/themes/default/template/mainpage_categories.tpl index 0a88d3534..3f68dd8f6 100644 --- a/themes/default/template/mainpage_categories.tpl +++ b/themes/default/template/mainpage_categories.tpl @@ -5,7 +5,7 @@ <div class="thumbnailCategory"> <div class="illustration"> <a href="{$cat.URL}"> - <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'shows images at the root of this category'|@translate}"> + <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'shows images at the root of this album'|@translate}"> </a> </div> <div class="description"> diff --git a/themes/default/template/notification.tpl b/themes/default/template/notification.tpl index 1848e5e46..3b39405a7 100644 --- a/themes/default/template/notification.tpl +++ b/themes/default/template/notification.tpl @@ -11,7 +11,7 @@ <h2>{'Notification'|@translate}</h2> </div> - <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'|@translate}</p> + <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'|@translate}</p> <dl> <dt> diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 70eeb0fb8..3656d8d7f 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -53,7 +53,7 @@ <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this image from your favorites'|@translate}{else}{'add this image to your favorites'|@translate}{/if}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/{if $favorite.IS_FAVORITE}del_favorite{else}favorite{/if}.png" class="button" alt="favorite" title="{if $favorite.IS_FAVORITE}{'delete this image from your favorites'|@translate}{else}{'add this image to your favorites'|@translate}{/if}"></a> {/if} {if !empty($U_SET_AS_REPRESENTATIVE) } - <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as category representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a> + <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as album representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a> {/if} {if isset($U_ADMIN) } <a href="{$U_ADMIN}" title="{'Modify information'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/preferences.png" class="button" alt="{'edit'|@translate}"></a> diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl index f65987e56..acd9a01a7 100644 --- a/themes/default/template/profile_content.tpl +++ b/themes/default/template/profile_content.tpl @@ -75,7 +75,7 @@ <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{$RECENT_PERIOD}"> </li> <li> - <span class="property">{'Expand all categories'|@translate}</span> + <span class="property">{'Expand all albums'|@translate}</span> {html_radios name='expand' options=$radio_options selected=$EXPAND} </li> <li> diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index 133d5be1f..5ad8dee96 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -118,13 +118,13 @@ <fieldset> <legend>{'Search Options'|@translate}</legend> - <label>{'Search in Categories'|@translate} + <label>{'Search in albums'|@translate} <select class="categoryList" name="cat[]" multiple="multiple" > {html_options options=$category_options selected=$category_options_selected} </select> </label> <ul> - <li><label>{'Search in subcategories'|@translate}</label></li> + <li><label>{'Search in sub-albums'|@translate}</label></li> <li><label> <input type="radio" name="subcats-included" value="1" checked="checked">{'Yes'|@translate} </label></li> |