[Xfce4-commits] <xfce4-weather-plugin:master> Correct "Astrological data" to "Astronomical data" (bug #9190).

Harald Judt noreply at xfce.org
Thu Aug 9 17:44:01 CEST 2012


Updating branch refs/heads/master
         to dd69bbcc3f69fb85e281ff0ad60baaa0a2171280 (commit)
       from 2b878a76f967f6a1ddd1612adebc216ac67fcfeb (commit)

commit dd69bbcc3f69fb85e281ff0ad60baaa0a2171280
Author: Marcus Holland-Moritz <xfce-bugs at mhxnet.de>
Date:   Thu Aug 9 17:36:24 2012 +0200

    Correct "Astrological data" to "Astronomical data" (bug #9190).
    
    Astronomy is a natural science, astrology is not.
    
    Thanks to Marcus Holland-Moritz for his complete patch that not
    only fixes all occurrences in the code, but in all translation
    files too.

 panel-plugin/weather-config.c  |    2 +-
 panel-plugin/weather-summary.c |    2 +-
 panel-plugin/weather.c         |    2 +-
 po/ar.po                       |    2 +-
 po/ast.po                      |    2 +-
 po/be.po                       |    2 +-
 po/ca.po                       |    2 +-
 po/cs.po                       |    2 +-
 po/da.po                       |    2 +-
 po/de.po                       |    4 ++--
 po/el.po                       |    4 ++--
 po/en_GB.po                    |    2 +-
 po/es.po                       |    2 +-
 po/eu.po                       |    2 +-
 po/fi.po                       |    2 +-
 po/gl.po                       |    2 +-
 po/he.po                       |    4 ++--
 po/hr.po                       |    2 +-
 po/hu.po                       |    2 +-
 po/id.po                       |    2 +-
 po/it.po                       |    2 +-
 po/ja.po                       |    2 +-
 po/ko.po                       |    4 ++--
 po/lt.po                       |    2 +-
 po/lv.po                       |    2 +-
 po/nb.po                       |    2 +-
 po/nl.po                       |    4 ++--
 po/nn.po                       |    2 +-
 po/pa.po                       |    2 +-
 po/pl.po                       |    2 +-
 po/pt.po                       |    4 ++--
 po/pt_BR.po                    |    2 +-
 po/ru.po                       |    2 +-
 po/sk.po                       |    2 +-
 po/sq.po                       |    2 +-
 po/sv.po                       |    2 +-
 po/te.po                       |    2 +-
 po/tr.po                       |    2 +-
 po/ug.po                       |    2 +-
 po/uk.po                       |    4 ++--
 po/ur.po                       |    2 +-
 po/ur_PK.po                    |    2 +-
 po/zh_CN.po                    |    2 +-
 po/zh_TW.po                    |    2 +-
 44 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 24355ff..fad0773 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -273,7 +273,7 @@ apply_options(xfceweather_dialog *dialog)
     data->location_name =
         g_strdup(gtk_entry_get_text(GTK_ENTRY(dialog->txt_loc_name)));
 
-    /* force update of astrological data */
+    /* force update of astronomical data */
     memset(&data->last_astro_update, 0, sizeof(data->last_astro_update));
 
     /* call labels_clear() here */
diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
index d660bef..050ec17 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -342,7 +342,7 @@ create_summary_tab(xfceweather_data *data)
     APPEND_TEXT_ITEM_REAL(value);
 
     /* sun and moon */
-    APPEND_BTEXT(_("\nAstrological Data\n"));
+    APPEND_BTEXT(_("\nAstronomical Data\n"));
     if (data->astrodata) {
         if (data->astrodata->sun_never_rises) {
             value = g_strdup(_("\tSunrise:\t\tThe sun never rises today.\n"));
diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index 8b6951e..8fc93e8 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -499,7 +499,7 @@ update_weatherdata(xfceweather_data *data)
         return TRUE;
     }
 
-    /* fetch astrological data */
+    /* fetch astronomical data */
     if (need_astro_update(data)) {
         now_t = time(NULL);
         now_tm = *localtime(&now_t);
diff --git a/po/ar.po b/po/ar.po
index 3ffa87c..7399c88 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -462,7 +462,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/ast.po b/po/ast.po
index 6a4c81f..9057eca 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -456,7 +456,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/be.po b/po/be.po
index 552ce7c..573ea72 100644
--- a/po/be.po
+++ b/po/be.po
@@ -462,7 +462,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/ca.po b/po/ca.po
index ba49bde..60be624 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -469,7 +469,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/cs.po b/po/cs.po
index 00cb69e..b04ad13 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -463,7 +463,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/da.po b/po/da.po
index c6ae0da..dbdd9f3 100644
--- a/po/da.po
+++ b/po/da.po
@@ -460,7 +460,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/de.po b/po/de.po
index 2060941..2ec9b5f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -481,10 +481,10 @@ msgstr ""
 #, fuzzy
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 "\n"
-"Astrologische Daten\n"
+"Astronomische Daten\n"
 
 #: ../panel-plugin/weather-summary.c:348
 #, fuzzy
diff --git a/po/el.po b/po/el.po
index bd50e27..5f38afa 100644
--- a/po/el.po
+++ b/po/el.po
@@ -466,10 +466,10 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 "\n"
-"Αστρολογικά Δεδομένα\n"
+"Αστρονομικά Δεδομένα\n"
 
 #: ../panel-plugin/weather-summary.c:348
 msgid "\tSunrise:\t\tThe sun never rises today.\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index ed1fb98..9f1b823 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -462,7 +462,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/es.po b/po/es.po
index 1b8af0c..d78224c 100644
--- a/po/es.po
+++ b/po/es.po
@@ -464,7 +464,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/eu.po b/po/eu.po
index 0c3d4b4..c0342ed 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -449,7 +449,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/fi.po b/po/fi.po
index 96b1b36..30b8c69 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -462,7 +462,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/gl.po b/po/gl.po
index 009e659..6e5c906 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -472,7 +472,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/he.po b/po/he.po
index 63c4fdc..f0ea3f4 100644
--- a/po/he.po
+++ b/po/he.po
@@ -477,10 +477,10 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 "\n"
-"מידע אסטרולוגי\n"
+"מידע אסטרונומי\n"
 
 #: ../panel-plugin/weather-summary.c:348
 msgid "\tSunrise:\t\tThe sun never rises today.\n"
diff --git a/po/hr.po b/po/hr.po
index 395f759..2990e43 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -439,7 +439,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/hu.po b/po/hu.po
index 555ee6d..2e18703 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -466,7 +466,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/id.po b/po/id.po
index ef3679f..05825ac 100644
--- a/po/id.po
+++ b/po/id.po
@@ -462,7 +462,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/it.po b/po/it.po
index dee3710..74824c0 100644
--- a/po/it.po
+++ b/po/it.po
@@ -455,7 +455,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 "\n"
 "Data astronomica\n"
diff --git a/po/ja.po b/po/ja.po
index bd0e804..6d59ce2 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -468,7 +468,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 "\n"
 "天文情報\n"
diff --git a/po/ko.po b/po/ko.po
index 95c1053..dc2b523 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -470,10 +470,10 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 "\n"
-"점성술 데이터\n"
+"천문 데이터\n"
 
 #: ../panel-plugin/weather-summary.c:348
 msgid "\tSunrise:\t\tThe sun never rises today.\n"
diff --git a/po/lt.po b/po/lt.po
index a033250..7d35313 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -462,7 +462,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/lv.po b/po/lv.po
index ae42d3f..21da1a5 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -467,7 +467,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/nb.po b/po/nb.po
index 62f477f..4b02b2c 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -464,7 +464,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/nl.po b/po/nl.po
index 5d8a329..45df807 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -463,10 +463,10 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 "\n"
-"Astrologische gegevens\n"
+"Astronomische gegevens\n"
 
 #: ../panel-plugin/weather-summary.c:348
 msgid "\tSunrise:\t\tThe sun never rises today.\n"
diff --git a/po/nn.po b/po/nn.po
index c27e4fe..69db7bb 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -461,7 +461,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/pa.po b/po/pa.po
index 3942757..b48c88b 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -459,7 +459,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/pl.po b/po/pl.po
index 455b3b1..8083232 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -467,7 +467,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/pt.po b/po/pt.po
index 3365212..9c417d5 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -463,10 +463,10 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 "\n"
-"Dados astrológicos\n"
+"Dados astronômicos\n"
 
 #: ../panel-plugin/weather-summary.c:348
 msgid "\tSunrise:\t\tThe sun never rises today.\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b797c7e..2b20cdf 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -463,7 +463,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/ru.po b/po/ru.po
index 57d6c45..c612e9b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -461,7 +461,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/sk.po b/po/sk.po
index 74553c0..f5de9c9 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -466,7 +466,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/sq.po b/po/sq.po
index 8b53047..f22ab11 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -461,7 +461,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/sv.po b/po/sv.po
index 1f2702b..af18be0 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -464,7 +464,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/te.po b/po/te.po
index 2751e59..8a036ee 100644
--- a/po/te.po
+++ b/po/te.po
@@ -441,7 +441,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/tr.po b/po/tr.po
index 40c5a21..89636bd 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -466,7 +466,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/ug.po b/po/ug.po
index cc5bbd1..f637555 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -462,7 +462,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/uk.po b/po/uk.po
index 9c684de..1a43219 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -462,10 +462,10 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 "\n"
-"Астрологічні дані\n"
+"Астрономічні дані\n"
 
 #: ../panel-plugin/weather-summary.c:348
 msgid "\tSunrise:\t\tThe sun never rises today.\n"
diff --git a/po/ur.po b/po/ur.po
index f0d1b0a..24e3faf 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -464,7 +464,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/ur_PK.po b/po/ur_PK.po
index f0d1b0a..24e3faf 100644
--- a/po/ur_PK.po
+++ b/po/ur_PK.po
@@ -464,7 +464,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 82ecf8b..51e11e8 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -479,7 +479,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 07496c5..e1d79d8 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -482,7 +482,7 @@ msgstr ""
 #: ../panel-plugin/weather-summary.c:345
 msgid ""
 "\n"
-"Astrological Data\n"
+"Astronomical Data\n"
 msgstr ""
 
 #: ../panel-plugin/weather-summary.c:348


More information about the Xfce4-commits mailing list