From d71468599514e8af1a9b0c0ca7718445ca7ce19b Mon Sep 17 00:00:00 2001 From: ddtddt Date: Sun, 7 Mar 2010 13:42:33 +0000 Subject: [Branche2] bug:1486 git-svn-id: http://piwigo.org/svn/branches/2.0@5070 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/permalinks.php | 2 +- admin/template/goto/permalinks.tpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'admin') diff --git a/admin/permalinks.php b/admin/permalinks.php index bd56e69d8..517060850 100644 --- a/admin/permalinks.php +++ b/admin/permalinks.php @@ -100,7 +100,7 @@ DELETE FROM '.OLD_PERMALINKS_TABLE.' LIMIT 1'; pwg_query($query); if (mysql_affected_rows()==0) - array_push($page['errors'], 'Cannot delete the old permalink !'); + array_push($page['errors'], l10n('Cannot delete the old permalink !')); } diff --git a/admin/template/goto/permalinks.tpl b/admin/template/goto/permalinks.tpl index 3e04cc3d0..52677b7cb 100644 --- a/admin/template/goto/permalinks.tpl +++ b/admin/template/goto/permalinks.tpl @@ -48,9 +48,9 @@ Id {$SORT_OLD_CAT_ID} {'Category'|@translate} {'Permalink'|@translate} {$SORT_OLD_PERMALINK} - Deleted on {$SORT_OLD_DATE_DELETED} - Last hit {$SORT_OLD_LAST_HIT} - Hit {$SORT_OLD_HIT} + {'Deleted on'|@translate} {$SORT_OLD_DATE_DELETED} + {'Last hit'|@translate} {$SORT_OLD_LAST_HIT} + {'Hit'|@translate} {$SORT_OLD_HIT} {foreach from=$deleted_permalinks item=permalink} -- cgit v1.2.3