From a631fe29f3950f8db1f7fb4ce1f47261a9b0feff Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Thu, 8 Jan 2009 17:13:06 +0000 Subject: i18n refactoring: Rename all _() (reserved by gettext) calls to t(). - And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key. --- themes/admin_default/views/admin.html.php | 2 +- themes/admin_default/views/pager.html.php | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-) (limited to 'themes/admin_default') diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index a8650068..9385a346 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -30,7 +30,7 @@
site_status() ?> admin_header_top() ?> - " id="gLogo" alt="" /> + " id="gLogo" alt="" />
admin_menu() ?>
diff --git a/themes/admin_default/views/pager.html.php b/themes/admin_default/views/pager.html.php index a07800c2..5c7c5396 100644 --- a/themes/admin_default/views/pager.html.php +++ b/themes/admin_default/views/pager.html.php @@ -1,25 +1,30 @@ -- cgit v1.2.3