[dev] Gettext patches for Nag and Mnemo
Jan Kuipers
jrkuipers@lauwerscollege.nl
Tue, 4 Jun 2002 08:50:13 +0200
Some small gettext patches for Mnemo and Nag.
Index: prefs.php.dist
===================================================================
RCS file: /repository/mnemo/config/prefs.php.dist,v
retrieving revision 1.1
diff -r1.1 prefs.php.dist
53c53
< 'value' => '1:Personal|2:Business',
---
> 'value' => '1:' . _("Personal") . '|2:' . _("Business"),
Index: prefs.php.dist
===================================================================
RCS file: /repository/nag/config/prefs.php.dist,v
retrieving revision 1.13
diff -r1.13 prefs.php.dist
65c65
< 'value' => '1:Personal|2:Business',
---
> 'value' => '1:' . _("Personal") . '|2:' . _("Business"),
FYI: The translated strings work fine for Nag, but for some reason not for
Mnemo.
--
Jan Kuipers
Systeembeheer Lauwers College