]> code.citadel.org Git - citadel.git/commitdiff
Changed text "Calendar hour format" to "Time format" as it applies to
authorDave West <davew@uncensored.citadel.org>
Sun, 7 Oct 2007 14:42:12 +0000 (14:42 +0000)
committerDave West <davew@uncensored.citadel.org>
Sun, 7 Oct 2007 14:42:12 +0000 (14:42 +0000)
all times (nearly).
Updated the associated translations (please check them).

webcit/po/da.po
webcit/po/de.po
webcit/po/en_GB.po
webcit/po/es.po
webcit/po/fr.po
webcit/po/it.po
webcit/po/nl.po
webcit/preferences.c

index 7403e68a306307f1587af3b18d28a1810ef60d84..1050d9b51838b99ec3b1be22f3b509969c0977a4 100644 (file)
@@ -1576,8 +1576,8 @@ msgid "Table (rooms) view"
 msgstr "Bord (rum) visning"
 
 #: ../preferences.c:250
-msgid "Calendar hour format"
-msgstr "Kalender time format"
+msgid "Time format"
+msgstr "Time format"
 
 #: ../preferences.c:256
 msgid "12 hour (am/pm)"
index 0e54cfe11af4aa78f5805115c3dd58952b7387ad..ae58fd000874fb375e18c0452c2471e5f02ea90a 100644 (file)
@@ -1573,8 +1573,8 @@ msgid "Table (rooms) view"
 msgstr "Tabellen- (Raum) Anzeige"
 
 #: ../preferences.c:250
-msgid "Calendar hour format"
-msgstr "Uhrzeitformat des Kalenders"
+msgid "Time format"
+msgstr "Uhrzeitformat"
 
 #: ../preferences.c:256
 msgid "12 hour (am/pm)"
index aff1ba76c635c9d78c82db590641e7f988d55680..d5ae468c5905494dd88405dfbda4c8b5bcd5bec9 100644 (file)
@@ -1517,7 +1517,7 @@ msgid "Table (rooms) view"
 msgstr ""
 
 #: ../preferences.c:250
-msgid "Calendar hour format"
+msgid "Time format"
 msgstr ""
 
 #: ../preferences.c:256
index 6253932abc1911e045303dc9fd718965d278ece7..61c92b30d3523745cf120b436bff9fb2a1170eaa 100644 (file)
@@ -1581,8 +1581,8 @@ msgid "Table (rooms) view"
 msgstr "Ver (salas) en tabla"
 
 #: ../preferences.c:250
-msgid "Calendar hour format"
-msgstr "Formato horario del calendario"
+msgid "Time format"
+msgstr "Formato horario"
 
 #: ../preferences.c:256
 msgid "12 hour (am/pm)"
index ab90266d8040a54bc8694ca751cfebb714efb335..0f529fa53adb9c5d5df22d110536a68e22ec1184 100644 (file)
@@ -1573,8 +1573,8 @@ msgid "Table (rooms) view"
 msgstr "Vue en tableaux"
 
 #: ../preferences.c:250
-msgid "Calendar hour format"
-msgstr "Format horaire de l'agenda"
+msgid "Time format"
+msgstr "Format horaire"
 
 #: ../preferences.c:256
 msgid "12 hour (am/pm)"
index 746669509afd13558c88a891a3c90feb02505eac..55e7073ccd18903d601745d875f9c70352d8df5c 100644 (file)
@@ -1591,8 +1591,8 @@ msgid "Table (rooms) view"
 msgstr "Vista a tabella (stanze)"
 
 #: ../preferences.c:250
-msgid "Calendar hour format"
-msgstr "Formato dell'ora nel calendario"
+msgid "Time format"
+msgstr "Formato dell'ora"
 
 #: ../preferences.c:256
 msgid "12 hour (am/pm)"
index d99d1860985cadd9763d2f80f222ad155be21706..62e51eee9fa71c316141a5e6ffd53c7d60591dad 100644 (file)
@@ -1574,8 +1574,8 @@ msgid "Table (rooms) view"
 msgstr "Tabel (ruimte) instelling"
 
 #: ../preferences.c:250
-msgid "Calendar hour format"
-msgstr "Agenda uurformaat"
+msgid "Time format"
+msgstr "uurformaat"
 
 #: ../preferences.c:256
 msgid "12 hour (am/pm)"
index 279dac08583a16c3dbffc0585ec575d1143054c0..c854533387fc9c649a660bde5390a47e47913955 100644 (file)
@@ -238,11 +238,11 @@ void display_preferences(void)
        wprintf("</td></tr>\n");
 
        /**
-        * Calendar hour format
+        * Time hour format
         */
 
        wprintf("<tr class=\"odd\"><td>");
-       wprintf(_("Calendar hour format"));
+       wprintf(_("Time format"));
        wprintf("</td><td>");
 
        wprintf("<input type=\"radio\" name=\"calhourformat\" VALUE=\"12\"");