[gbrainy] Rename female_cars var for consistence with other var names
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Rename female_cars var for consistence with other var names
- Date: Sun, 3 Jul 2011 09:43:44 +0000 (UTC)
commit 3fad054b7ef53403b7c6ad7acd27f1157f0ee94d
Author: Jordi Mas <jmas softcatala org>
Date: Sun Jul 3 11:42:49 2011 +0200
Rename female_cars var for consistence with other var names
data/games.xml | 8 ++++----
po/af.po | 4 ++--
po/ca.po | 4 ++--
po/cs.po | 4 ++--
po/da.po | 4 ++--
po/de.po | 4 ++--
po/en_GB.po | 4 ++--
po/es.po | 4 ++--
po/eu.po | 4 ++--
po/fr.po | 4 ++--
po/gl.po | 4 ++--
po/hu.po | 4 ++--
po/nl.po | 4 ++--
po/pt.po | 4 ++--
po/pt_BR.po | 4 ++--
po/ro.po | 4 ++--
po/ru.po | 4 ++--
po/sl.po | 4 ++--
po/sr.po | 4 ++--
po/sr latin po | 4 ++--
po/sv.po | 4 ++--
po/tr.po | 2 +-
po/zh_CN.po | 2 +-
23 files changed, 46 insertions(+), 46 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index 9e23199..97d5ee8 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -424,9 +424,9 @@
<variables>
double all_cars = 40 + random.Next (4) * 10;
double males_cars = 10 + random.Next (3) * 10;
- double female_cars = all_cars - males_cars;
- double option_a = female_cars / all_cars * 100;
- double option_b = female_cars + ((2 + random.Next (3)) * 5);
+ double females_cars = all_cars - males_cars;
+ double option_a = females_cars / all_cars * 100;
+ double option_b = females_cars + ((2 + random.Next (3)) * 5);
double option_c = (all_cars - males_cars);
double option_d = (all_cars - males_cars) + 1 + random.Next (10);
</variables>
@@ -451,7 +451,7 @@
</option>
<answer>[option_c]%</answer>
- <_rationale>[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and have a car.</_rationale>
+ <_rationale>[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and have a car.</_rationale>
</variant>
</game>
diff --git a/po/af.po b/po/af.po
index 9f24e99..5615f97 100644
--- a/po/af.po
+++ b/po/af.po
@@ -645,10 +645,10 @@ msgstr "Daar kan 6 * 5 * [z] * 2 bokse inpas."
#: ../data/games.xml.h:72
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) van die inwoners is vrouens en "
+"[females_cars]% ([all_cars] - [males_cars]) van die inwoners is vrouens en "
"het 'n kar."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
diff --git a/po/ca.po b/po/ca.po
index c877f75..a6a5436 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -652,10 +652,10 @@ msgstr "Podeu encabir 6 * 5 * [z] * 2 caixes."
#: ../data/games.xml.h:72
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"El [female_cars]% ([all_cars] - [males_cars]) dels habitants sÃn dones i "
+"El [females_cars]% ([all_cars] - [males_cars]) dels habitants sÃn dones i "
"tenen un cotxe."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
diff --git a/po/cs.po b/po/cs.po
index 13dd3c9..ea98eee 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -681,10 +681,10 @@ msgstr "MÅÅete zabalit 6 . 5 . [z] . 2 krabic."
#: ../data/games.xml.h:72
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]Â% ([all_cars] - [males_cars]) z obyvatel jsou Åeny a zÃroveÅ "
+"[females_cars]Â% ([all_cars] - [males_cars]) z obyvatel jsou Åeny a zÃroveÅ "
"majà auto."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
diff --git a/po/da.po b/po/da.po
index 8cae739..d013ccc 100644
--- a/po/da.po
+++ b/po/da.po
@@ -647,10 +647,10 @@ msgstr "Du kan indpasse 6 * 5 * [z] * 2 bokse."
#: ../data/games.xml.h:72
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) af indbyggerne er kvinder og har "
+"[females_cars]% ([all_cars] - [males_cars]) af indbyggerne er kvinder og har "
"en bil."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
diff --git a/po/de.po b/po/de.po
index a1d4945..8dd197a 100644
--- a/po/de.po
+++ b/po/de.po
@@ -659,10 +659,10 @@ msgstr "Es passen 6 * 5 * [z] * 2 Schachteln hinein."
#: ../data/games.xml.h:72
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) aller Einwohner sind Frauen und "
+"[females_cars]% ([all_cars] - [males_cars]) aller Einwohner sind Frauen und "
"besitzen ein Auto."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
diff --git a/po/en_GB.po b/po/en_GB.po
index 9420800..f21c7b5 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -489,10 +489,10 @@ msgstr ""
#: ../data/games.xml.h:58
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
#: ../data/games.xml.h:59
diff --git a/po/es.po b/po/es.po
index e1fb35a..2740641 100644
--- a/po/es.po
+++ b/po/es.po
@@ -656,10 +656,10 @@ msgstr "Puedes encajar 6 * 5 * [z] * 2 cajas."
#: ../data/games.xml.h:72
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) de los habitantes son mujeres y "
+"[females_cars]% ([all_cars] - [males_cars]) de los habitantes son mujeres y "
"tienen un coche."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
diff --git a/po/eu.po b/po/eu.po
index c874a48..70c5ac9 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -466,10 +466,10 @@ msgstr ""
#: ../data/games.xml.h:54
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car, that is, [option_a]% of the total."
msgstr ""
-"Biztanlegoaren %[female_cars] ([all_cars] - [males_cars]) emakumeak dira, "
+"Biztanlegoaren %[females_cars] ([all_cars] - [males_cars]) emakumeak dira, "
"eta kotxe bat dute, hau da guztiaren %[option_a]."
#: ../data/games.xml.h:55
diff --git a/po/fr.po b/po/fr.po
index b50b035..19c5673 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -657,10 +657,10 @@ msgstr "Vous pouvez placer 6 * 5 * [z] * 2 boÃtes."
#: ../data/games.xml.h:72
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) des habitants sont des femmes qui "
+"[females_cars]% ([all_cars] - [males_cars]) des habitants sont des femmes qui "
"possÃdent une voiture."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
diff --git a/po/gl.po b/po/gl.po
index 44abe9e..04ca2f2 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -490,10 +490,10 @@ msgstr ""
#: ../data/games.xml.h:58
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) dos habitantes son mulleres e "
+"[females_cars]% ([all_cars] - [males_cars]) dos habitantes son mulleres e "
"teÃen un coche."
#: ../data/games.xml.h:59
diff --git a/po/hu.po b/po/hu.po
index 289f404..b9f2ef6 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -454,9 +454,9 @@ msgstr "6 * 5 * [z] * 2 doboz fÃr el."
#: ../data/games.xml.h:55
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
-msgstr "A lakÃk [female_cars]%-a ([all_cars] - [males_cars]) nÅ Ãs autÃtulajdonos."
+msgstr "A lakÃk [females_cars]%-a ([all_cars] - [males_cars]) nÅ Ãs autÃtulajdonos."
#: ../data/games.xml.h:56
msgid "[option_prefix] (x - y) * 2"
diff --git a/po/nl.po b/po/nl.po
index d4d2168..0e2652a 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -493,10 +493,10 @@ msgstr ""
#: ../data/games.xml.h:58
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) van de inwoners is vrouw en bezit "
+"[females_cars]% ([all_cars] - [males_cars]) van de inwoners is vrouw en bezit "
"een auto."
#: ../data/games.xml.h:59
diff --git a/po/pt.po b/po/pt.po
index 0140112..e7c9f9c 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -488,10 +488,10 @@ msgstr ""
#: ../data/games.xml.h:58
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) dos habitantes sÃo mulheres e tÃm "
+"[females_cars]% ([all_cars] - [males_cars]) dos habitantes sÃo mulheres e tÃm "
"automÃvel."
#: ../data/games.xml.h:59
diff --git a/po/pt_BR.po b/po/pt_BR.po
index d7dfab4..6a2e372 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -649,10 +649,10 @@ msgstr "Vocà pode ajustar 6 * 5 * [z] * 2 caixas."
#: ../data/games.xml.h:72
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) dos habitantes sÃo mulheres e tem "
+"[females_cars]% ([all_cars] - [males_cars]) dos habitantes sÃo mulheres e tem "
"um carro."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
diff --git a/po/ro.po b/po/ro.po
index 32c8171..f265ba8 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -525,10 +525,10 @@ msgstr ""
#: ../data/games.xml.h:58
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] - [males_cars]) dintre locuitori sunt femei Èi au "
+"[females_cars]% ([all_cars] - [males_cars]) dintre locuitori sunt femei Èi au "
"maÈinÄ."
#: ../data/games.xml.h:59
diff --git a/po/ru.po b/po/ru.po
index eee422b..9087b0e 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -324,8 +324,8 @@ msgstr "ÐÐÐÑÐÐ ÐÑÐÑÑÐÐ ÐÐÐÑÑ [brothers_only] ÑÐÐÐÐÐÐ,
#: ../data/games.xml.h:58
#, no-c-format
-msgid "[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and have a car."
-msgstr "[female_cars]% ÐÐÑÐÐÐÐÐÑ â ÐÐÐÑÐÐÑ, ÐÐÑÐÑÑÐ ÐÐÐÑÑ ÐÐÑÐÐÐÐÐÐÑ. ([all_cars] - [males_cars])"
+msgid "[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and have a car."
+msgstr "[females_cars]% ÐÐÑÐÐÐÐÐÑ â ÐÐÐÑÐÐÑ, ÐÐÑÐÑÑÐ ÐÐÐÑÑ ÐÐÑÐÐÐÐÐÐÑ. ([all_cars] - [males_cars])"
#: ../data/games.xml.h:59
msgid "[option_a] and [option_b] are both multiples of [product]."
diff --git a/po/sl.po b/po/sl.po
index 59a150d..5b63a5d 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -420,8 +420,8 @@ msgstr "Spravite lahko 6 * 5 * [z] * 2 Åkatli."
#: ../data/games.xml.h:72
#, no-c-format
-msgid "[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and have a car."
-msgstr "[female_cars]% ([all_cars] - [males_cars]) prebivalcev so Åenske, ki imajo avtomobile."
+msgid "[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and have a car."
+msgstr "[females_cars]% ([all_cars] - [males_cars]) prebivalcev so Åenske, ki imajo avtomobile."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
#: ../data/games.xml.h:74
diff --git a/po/sr.po b/po/sr.po
index 4ea6e6a..eb47f75 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -688,10 +688,10 @@ msgstr "ÐÐÐÐÑÐ ÐÐ ÑÐÐÐÑÑÐÑÐ 6 * 5 * [z] * 2 ÐÑÑÐÑÐ."
#: ../data/games.xml.h:70
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] â [males_cars]) ÑÑÐÐÐÐÐÐÐÐ ÑÑ ÐÐÐÐ Ð ÐÐÐÑÑ "
+"[females_cars]% ([all_cars] â [males_cars]) ÑÑÐÐÐÐÐÐÐÐ ÑÑ ÐÐÐÐ Ð ÐÐÐÑÑ "
"ÐÑÑÐÐÐÐÐÐ."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
diff --git a/po/sr latin po b/po/sr latin po
index 953882b..54115e3 100644
--- a/po/sr latin po
+++ b/po/sr latin po
@@ -688,10 +688,10 @@ msgstr "MoÅete da upakujete 6 * 5 * [z] * 2 kutija."
#: ../data/games.xml.h:70
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
-"[female_cars]% ([all_cars] â [males_cars]) stanovnika su Åene i imaju "
+"[females_cars]% ([all_cars] â [males_cars]) stanovnika su Åene i imaju "
"automobil."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
diff --git a/po/sv.po b/po/sv.po
index 9eaa0fd..6abdbe1 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -331,8 +331,8 @@ msgstr "Du kan fà in 6 * 5 * [z] * 2 lÃdor."
#: ../data/games.xml.h:60
#, no-c-format
-msgid "[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and have a car."
-msgstr "[female_cars]% ([all_cars] - [males_cars]) av invÃnarna Ãr kvinnor och har en bil."
+msgid "[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and have a car."
+msgstr "[females_cars]% ([all_cars] - [males_cars]) av invÃnarna Ãr kvinnor och har en bil."
#. Since this a multioption the answer string is set to option | this string, what makes answer_show is not useful here
#: ../data/games.xml.h:62
diff --git a/po/tr.po b/po/tr.po
index fd1eb61..d085e0f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -485,7 +485,7 @@ msgstr "6 * 5 * [z] * 2 boyutlu kutularla doldurabilirsiniz."
#: ../data/games.xml.h:60
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car."
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 89a5636..6602763 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -436,7 +436,7 @@ msgstr ""
#: ../data/games.xml.h:58
#, no-c-format
msgid ""
-"[female_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
+"[females_cars]% ([all_cars] - [males_cars]) of the inhabitants are women and "
"have a car, that is, [option_a]% of the total."
msgstr ""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]