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. --- modules/user/views/admin_groups.html.php | 12 ++++++------ modules/user/views/admin_users.html.php | 12 ++++++------ modules/user/views/login.html.php | 10 +++++----- 3 files changed, 17 insertions(+), 17 deletions(-) (limited to 'modules/user/views') diff --git a/modules/user/views/admin_groups.html.php b/modules/user/views/admin_groups.html.php index 5b5066dc..9547e121 100644 --- a/modules/user/views/admin_groups.html.php +++ b/modules/user/views/admin_groups.html.php @@ -1,24 +1,24 @@
-

+

-

+

diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index c31588d9..3d1c311f 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -1,22 +1,22 @@
-

+

-

+

    $user): ?>
  • name ?> last_login == 0) ? "" : "(" . date("M j, Y", $user->last_login) . ")" ?> - + id == $user->id || user::guest()->id == $user->id)): ?> - +
  • -
  • "> -
  • +
  • "> +
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php index b73bea07..fd9bd773 100644 --- a/modules/user/views/login.html.php +++ b/modules/user/views/login.html.php @@ -2,13 +2,13 @@ -- cgit v1.2.3