From 07d38d71bc54ee600d9d4ce8703432ce82000281 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 9 Aug 2012 20:12:12 +0000 Subject: removed some unused language keys and fix lower/uppercase discrepancies git-svn-id: http://piwigo.org/svn/trunk@17509 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/batch_manager_global.tpl | 4 ++-- admin/themes/default/template/configuration.tpl | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'admin') diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index cce55082a..d314f0c46 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -112,8 +112,8 @@ var selectedMessage_all = "{'All %d photos are selected'|@translate}"; var width_str = '{'Width'|@translate}'; var height_str = '{'Height'|@translate}'; -var max_width_str = '{'Maximum Width'|@translate}'; -var max_height_str = '{'Maximum Height'|@translate}'; +var max_width_str = '{'Maximum width'|@translate}'; +var max_height_str = '{'Maximum height'|@translate}'; {literal} function str_repeat(i, m) { for (var o = []; m > 0; o[--m] = i); diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index f612c8386..75c956eab 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -267,10 +267,10 @@ jQuery(document).ready(function () { {if isset($sizes)} {footer_script} -var labelMaxWidth = "{'Maximum Width'|@translate}"; +var labelMaxWidth = "{'Maximum width'|@translate}"; var labelWidth = "{'Width'|@translate}"; -var labelMaxHeight = "{'Maximum Height'|@translate}"; +var labelMaxHeight = "{'Maximum height'|@translate}"; var labelHeight = "{'Height'|@translate}"; {literal} jQuery(document).ready(function(){ @@ -341,14 +341,14 @@ jQuery(document).ready(function(){ - + - + - + - +
{'Maximum Width'|@translate}{'Maximum width'|@translate} {'pixels'|@translate} {if isset($ferrors.original_resize_maxwidth)}!{/if}
{'Maximum Height'|@translate}{'Maximum height'|@translate} {'pixels'|@translate} {if isset($ferrors.original_resize_maxheight)}!{/if} @@ -414,7 +414,7 @@ jQuery(document).ready(function(){ {/if}
{if $d.must_square or $d.crop}{'Width'|@translate}{else}{'Maximum Width'|@translate}{/if}{if $d.must_square or $d.crop}{'Width'|@translate}{else}{'Maximum width'|@translate}{/if} {'pixels'|@translate} @@ -424,7 +424,7 @@ jQuery(document).ready(function(){ {if !$d.must_square}
{if $d.crop}{'Height'|@translate}{else}{'Maximum Height'|@translate}{/if}{if $d.crop}{'Height'|@translate}{else}{'Maximum height'|@translate}{/if} {'pixels'|@translate} -- cgit v1.2.3