[dev] mnemo/config/prefs.php.dist and nag/config/prefs.php.dist gettext fix

Vilius Sumskas vilius at lnk.lt
Mon Feb 9 01:37:33 PST 2004


see attachments

--
  Best Regards,

  Vilius Sumskas
  LNK TV system administrator
  Mob. +370-614-75713
  http://www.lnk.lt





-------------- next part --------------
--- prefs.php.dist.orig     Fri Nov 28 12:38:14 2003
+++ prefs.php.dist     Mon Feb  9 12:36:44 2004
@@ -57,7 +57,7 @@

 // user note categories
 $_prefs['memo_categories'] = array(
-    'value' => '1:Personal|2:Business',
+    'value' => sprintf('1:%s|2:%s', _("Personal"), _("Business")),
     'locked' => false,
     'shared' => false,
     'type' => 'implicit');
-------------- next part --------------
--- prefs.php.dist.orig     Fri Nov 28 12:38:15 2003
+++ prefs.php.dist     Mon Feb  9 12:42:11 2004
@@ -100,7 +100,7 @@

 // user task categories
 $_prefs['task_categories'] = array(
-    'value' => '1:Personal|2:Business',
+    'value' => sprintf('1:%s|2:%s', _("Personal"), _("Business")),
     'locked' => false,
     'shared' => false,
     'type' => 'implicit'


More information about the dev mailing list