[Debian-hebrew-package] r746 - in /pkg/hdate-applet/trunk: po/he.po po/sv.po src/interface.c
kaplan at users.alioth.debian.org
kaplan at users.alioth.debian.org
Sat Mar 22 12:08:09 UTC 2008
Author: kaplan
Date: Sat Mar 22 12:08:09 2008
New Revision: 746
URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=746
Log:
Fix the "use locale" string in intreface.c and the translations
Modified:
pkg/hdate-applet/trunk/po/he.po
pkg/hdate-applet/trunk/po/sv.po
pkg/hdate-applet/trunk/src/interface.c
Modified: pkg/hdate-applet/trunk/po/he.po
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hdate-applet/trunk/po/he.po?rev=746&op=diff
==============================================================================
--- pkg/hdate-applet/trunk/po/he.po (original)
+++ pkg/hdate-applet/trunk/po/he.po Sat Mar 22 12:08:09 2008
@@ -57,8 +57,8 @@
msgstr "×ר×× ××× ×©×§××¢× (×ת××ת ×××פ××)"
#: src/interface.c:143
-msgid "Use locale (hebrew)"
-msgstr "×שת×ש ××××§× (×¢×ר×ת)"
+msgid "Use locale"
+msgstr "×שת×ש ××××§×"
#: src/interface.c:159
msgid "Show parasha"
Modified: pkg/hdate-applet/trunk/po/sv.po
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hdate-applet/trunk/po/sv.po?rev=746&op=diff
==============================================================================
--- pkg/hdate-applet/trunk/po/sv.po (original)
+++ pkg/hdate-applet/trunk/po/sv.po Sat Mar 22 12:08:09 2008
@@ -56,8 +56,8 @@
msgstr "Visa tid för solnedgång/soluppgång (i verktygstips)"
#: src/interface.c:143
-msgid "Use locale (hebrew)"
-msgstr "Använd lokalinställning (hebreisk)"
+msgid "Use locale"
+msgstr "Använd lokalinställning"
#: src/interface.c:159
msgid "Show parasha"
Modified: pkg/hdate-applet/trunk/src/interface.c
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hdate-applet/trunk/src/interface.c?rev=746&op=diff
==============================================================================
--- pkg/hdate-applet/trunk/src/interface.c (original)
+++ pkg/hdate-applet/trunk/src/interface.c Sat Mar 22 12:08:09 2008
@@ -140,7 +140,7 @@
gtk_container_add (GTK_CONTAINER (vbox1), hbox_he_locale);
checkbutton_heb =
- gtk_check_button_new_with_mnemonic (_("Use locale (hebrew)"));
+ gtk_check_button_new_with_mnemonic (_("Use locale"));
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (checkbutton_heb),
cd->use_hebrew_locale);
More information about the Debian-hebrew-package
mailing list