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
This commit is contained in:
parent
c4bb9c71dd
commit
c206a73dd2
69 changed files with 536 additions and 536 deletions
|
|
@ -208,8 +208,8 @@ function initialize_menu()
|
|||
$block->data['recent_cats'] =
|
||||
array(
|
||||
'URL' => make_index_url(array('section' => 'recent_cats')),
|
||||
'TITLE' => l10n('display recently updated categories'),
|
||||
'NAME' => l10n('Recent categories'),
|
||||
'TITLE' => l10n('display recently updated albums'),
|
||||
'NAME' => l10n('Recent albums'),
|
||||
);
|
||||
|
||||
|
||||
|
|
@ -324,4 +324,4 @@ function initialize_menu()
|
|||
}
|
||||
$menu->apply('MENUBAR', 'menubar.tpl' );
|
||||
}
|
||||
?>
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue