From 7ca4f8e06004740e3dc0c331629daeccc868defe Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 17 Jan 2011 23:53:47 +0000 Subject: feature 2102: add a few language keys to remove all image/picture/element and replace by photo git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/batch_manager_unit.php | 2 +- admin/cat_modify.php | 4 ++-- admin/picture_modify.php | 2 +- admin/themes/default/template/cat_list.tpl | 2 +- admin/themes/default/template/cat_modify.tpl | 4 ++-- admin/themes/default/template/site_update.tpl | 4 ++-- admin/themes/default/template/thumbnail.tpl | 4 ++-- admin/thumbnail.php | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) (limited to 'admin') diff --git a/admin/batch_manager_unit.php b/admin/batch_manager_unit.php index d0bb2f182..be107f689 100644 --- a/admin/batch_manager_unit.php +++ b/admin/batch_manager_unit.php @@ -122,7 +122,7 @@ SELECT id, date_creation $datas ); - array_push($page['infos'], l10n('Picture informations updated')); + array_push($page['infos'], l10n('Photo informations updated')); } // +-----------------------------------------------------------------------+ diff --git a/admin/cat_modify.php b/admin/cat_modify.php index 4c0504428..adce08bd2 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -152,7 +152,7 @@ elseif (isset($_POST['submitAdd'])) array_push( $page['infos'], sprintf( - l10n('Album elements associated to the following albums: %s'), + l10n('Album photos associated to the following albums: %s'), '' @@ -181,7 +181,7 @@ elseif (isset($_POST['submitDestinations']) array_push( $page['infos'], sprintf( - l10n('Album elements associated to the following albums: %s'), + l10n('Album photos associated to the following albums: %s'), '' ) ); diff --git a/admin/picture_modify.php b/admin/picture_modify.php index db776c6d3..b14f419d5 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -118,7 +118,7 @@ if (isset($_POST['submit']) and count($page['errors']) == 0) } set_tags($tag_ids, $_GET['image_id']); - array_push($page['infos'], l10n('Picture informations updated')); + array_push($page['infos'], l10n('Photo informations updated')); } // associate the element to other categories than its storage category if (isset($_POST['associate']) diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 1a41344cd..0990258e5 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -70,7 +70,7 @@ jQuery(document).ready(function(){ldelim} {/if}
  • {'edit'|@translate}
  • {if isset($category.U_MANAGE_ELEMENTS) } -
  • {'elements'|@translate}
  • +
  • {'Photos'|@translate}
  • {/if}
  • {'sub-albums'|@translate}
  • {if isset($category.U_MANAGE_PERMISSIONS) } diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index dbc3f4380..4c6ebe7fb 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -13,7 +13,7 @@
  • {'jump to album'|@translate}
  • {/if} {if isset($U_MANAGE_ELEMENTS) } -
  • {'elements'|@translate}
  • +
  • {'Photos'|@translate}
  • {'ranks'|@translate}
  • {/if}
  • {'sub-albums'|@translate}
  • @@ -122,7 +122,7 @@ {if isset($representant.picture) } {else} - {'Random picture'|@translate} + {'Random photo'|@translate} {/if} diff --git a/admin/themes/default/template/site_update.tpl b/admin/themes/default/template/site_update.tpl index a4ee630d5..d8826f127 100644 --- a/admin/themes/default/template/site_update.tpl +++ b/admin/themes/default/template/site_update.tpl @@ -20,7 +20,7 @@ {if isset($metadata_result)}

    {$L_RESULT_METADATA}

    @@ -76,7 +76,7 @@
    - {'synchronize files metadata with database elements informations'|@translate} + {'synchronize files metadata with database photos informations'|@translate}