From 11751ccd2c0b90f24820e409d905d2f0def9525d Mon Sep 17 00:00:00 2001 From: nikrou Date: Wed, 3 Mar 2010 11:18:21 +0000 Subject: Feature 1451 : fix mispelling and missing translations git-svn-id: http://piwigo.org/svn/trunk@5036 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/group_list.tpl | 8 ++++---- admin/template/goto/plugins_new.tpl | 2 +- admin/template/goto/plugins_update.tpl | 2 +- admin/template/goto/site_manager.tpl | 2 +- admin/template/goto/tags.tpl | 2 +- admin/template/goto/user_list.tpl | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'admin/template/goto') diff --git a/admin/template/goto/group_list.tpl b/admin/template/goto/group_list.tpl index 8aff9daed..6b32da66b 100644 --- a/admin/template/goto/group_list.tpl +++ b/admin/template/goto/group_list.tpl @@ -30,11 +30,11 @@ {$group.MEMBERS} - {'Permissions'|@translate} + {'Permissions'|@translate} - {'Delete'|@translate} - - {'Toggle \'default group\' property'|@translate} + {'Delete'|@translate} + + {'Toggle \'default group\' property'|@translate} {/foreach} diff --git a/admin/template/goto/plugins_new.tpl b/admin/template/goto/plugins_new.tpl index 99b6a6c8c..6b106b87e 100644 --- a/admin/template/goto/plugins_new.tpl +++ b/admin/template/goto/plugins_new.tpl @@ -38,7 +38,7 @@ jQuery().ready(function(){ldelim} {$plugin.VERSION} {$plugin.DATE} {$plugin.AUTHOR} - {'plugins_auto_install'|@translate} + {'Automatic installation'|@translate} / {'Download file'|@translate} diff --git a/admin/template/goto/plugins_update.tpl b/admin/template/goto/plugins_update.tpl index 470b53558..3cb628f75 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.tpl @@ -31,7 +31,7 @@ jQuery().ready(function(){ldelim} {$plugin.EXT_NAME} {$plugin.VERSION} {$plugin.NEW_VERSION} - {'plugins_auto_update'|@translate} + {'plugins_auto_update'|@translate} / {'Download file'|@translate} {/foreach} diff --git a/admin/template/goto/site_manager.tpl b/admin/template/goto/site_manager.tpl index 1cbdfbf87..678f177fb 100644 --- a/admin/template/goto/site_manager.tpl +++ b/admin/template/goto/site_manager.tpl @@ -33,7 +33,7 @@ {if not empty($sites)} - + {foreach from=$sites item=site name=site} diff --git a/admin/template/goto/tags.tpl b/admin/template/goto/tags.tpl index 27ee02693..3db8417a6 100644 --- a/admin/template/goto/tags.tpl +++ b/admin/template/goto/tags.tpl @@ -46,7 +46,7 @@

- +

diff --git a/admin/template/goto/user_list.tpl b/admin/template/goto/user_list.tpl index 2a7d4c690..ed68a719a 100644 --- a/admin/template/goto/user_list.tpl +++ b/admin/template/goto/user_list.tpl @@ -87,7 +87,7 @@ {/foreach}
{'Remote'|@translate} / {'Remote'|@translate}{'Local'|@translate} / {'Remote'|@translate} {'Actions'|@translate}
{$data} - {'Permissions'|@translate} + {'Permissions'|@translate} {'Profile'|@translate} {foreach from=$user.plugin_actions item=data} {$data} -- cgit v1.2.3