feature 1616: rename category into album, a few language keys were missing

git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-09-27 23:32:09 +00:00
parent 70978fdf54
commit c6a5f13d23
47 changed files with 134 additions and 134 deletions
+2 -2
View File
@@ -602,7 +602,7 @@ array_push($mysql_changes, 'define(\'PHPWG_INSTALLED\', true);');
$page['infos'] = array_merge(
$page['infos'],
array(
l10n('All sub-categories of private categories become private'),
l10n('All sub-albums of private albums become private'),
l10n('User permissions and group permissions have been erased'),
l10n('Only thumbnails prefix and webmaster mail address have been saved from previous configuration')
)
@@ -610,4 +610,4 @@ $page['infos'] = array_merge(
// now we upgrade from 1.4.0
include_once(PHPWG_ROOT_PATH.'install/upgrade_1.4.0.php');
?>
?>