diff --git a/admin/cat_list.php b/admin/cat_list.php index 0ee142771..dd79287bd 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -190,7 +190,7 @@ SELECT id, name, id_uppercat array_push( $page['infos'], - l10n('Categories automatically sorted') + l10n('Albums automatically sorted') ); } } diff --git a/admin/cat_options.php b/admin/cat_options.php index 1561206d4..638757cb0 100644 --- a/admin/cat_options.php +++ b/admin/cat_options.php @@ -211,7 +211,7 @@ SELECT id,name,uppercats,global_rank ;'; $template->assign( array( - 'L_SECTION' => l10n('Select uploadable categories'), + 'L_SECTION' => l10n('Select uploadable albums'), 'L_CAT_OPTIONS_TRUE' => l10n('Authorized'), 'L_CAT_OPTIONS_FALSE' => l10n('Forbidden'), ) @@ -232,7 +232,7 @@ SELECT id,name,uppercats,global_rank ;'; $template->assign( array( - 'L_SECTION' => l10n('Authorize users to add comments on selected categories'), + 'L_SECTION' => l10n('Authorize users to add comments on selected albums'), 'L_CAT_OPTIONS_TRUE' => l10n('Authorized'), 'L_CAT_OPTIONS_FALSE' => l10n('Forbidden'), ) @@ -274,7 +274,7 @@ SELECT id,name,uppercats,global_rank ;'; $template->assign( array( - 'L_SECTION' => l10n('Manage authorizations for selected categories'), + 'L_SECTION' => l10n('Manage authorizations for selected albums'), 'L_CAT_OPTIONS_TRUE' => l10n('Public'), 'L_CAT_OPTIONS_FALSE' => l10n('Private'), ) diff --git a/admin/element_set.php b/admin/element_set.php index 58113861d..11bbcb2ac 100644 --- a/admin/element_set.php +++ b/admin/element_set.php @@ -166,7 +166,7 @@ SELECT DISTINCT(image_id) } else if ('duplicates' == $_GET['cat']) { - $page['title'] = l10n('Files with same name in more than one physical category'); + $page['title'] = l10n('Files with same name in more than one physical album'); $template->assign(array('U_ACTIVE_MENU' => 5 )); // we are searching related elements twice or more to physical categories diff --git a/admin/include/functions.php b/admin/include/functions.php index 718fa7236..d8aade68d 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1062,7 +1062,7 @@ SELECT uppercats { array_push( $page['errors'], - l10n('You cannot move a album in its own sub album') + l10n('You cannot move an album in its own sub album') ); return; } diff --git a/admin/include/functions_permalinks.php b/admin/include/functions_permalinks.php index 4073970fd..579f5f159 100644 --- a/admin/include/functions_permalinks.php +++ b/admin/include/functions_permalinks.php @@ -87,7 +87,7 @@ SELECT permalink { $page['errors'][] = sprintf( - l10n('Permalink %s has been previously used by category %s. Delete from the permalink history first'), + l10n('Permalink %s has been previously used by album %s. Delete from the permalink history first'), $permalink, $old_cat_id ); return false; @@ -156,7 +156,7 @@ function set_cat_permalink( $cat_id, $permalink, $save ) { $page['errors'][] = sprintf( - l10n('Permalink %s is already used by category %s'), + l10n('Permalink %s is already used by album %s'), $permalink, $existing_cat_id ); return false; @@ -169,7 +169,7 @@ function set_cat_permalink( $cat_id, $permalink, $save ) { $page['errors'][] = sprintf( - l10n('Permalink %s has been previously used by category %s. Delete from the permalink history first'), + l10n('Permalink %s has been previously used by album %s. Delete from the permalink history first'), $permalink, $old_cat_id ); return false; diff --git a/admin/maintenance.php b/admin/maintenance.php index 586bc3d4c..06b80862f 100644 --- a/admin/maintenance.php +++ b/admin/maintenance.php @@ -161,7 +161,7 @@ array_push( array_push( $advanced_features, array( - 'CAPTION' => l10n('Files with same name in more than one physical category'), + 'CAPTION' => l10n('Files with same name in more than one physical album'), 'URL' => get_root_url().'admin.php?page=element_set&cat=duplicates' ) ); diff --git a/admin/photos_add_direct.php b/admin/photos_add_direct.php index d12d8971d..727045c6a 100644 --- a/admin/photos_add_direct.php +++ b/admin/photos_add_direct.php @@ -112,7 +112,7 @@ if (isset($_GET['processed'])) array_push( $page['infos'], sprintf( - l10n('Category "%s" has been added'), + l10n('Album "%s" has been added'), ''.$category_name.'' ) ); @@ -346,7 +346,7 @@ SELECT array_push( $page['infos'], sprintf( - l10n('Category "%s" now contains %d photos'), + l10n('Album "%s" now contains %d photos'), ''.$category_name.'', $count ) @@ -457,7 +457,7 @@ if (pwg_db_num_rows($result) > 0) } } -// existing category +// existing album $query = ' SELECT id,name,uppercats,global_rank FROM '.CATEGORIES_TABLE.' diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl index 39c8f7c9d..1e2b2f88e 100644 --- a/admin/themes/default/template/admin.tpl +++ b/admin/themes/default/template/admin.tpl @@ -31,7 +31,7 @@ jQuery().ready(function(){ldelim}
| {'Categories'|@translate} | +{'Albums'|@translate} |