Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinier Heeres <rwh@rwh.(none)>2008-09-19 07:17:37 (GMT)
committer Reinier Heeres <rwh@rwh.(none)>2008-09-19 07:17:37 (GMT)
commit4f4c43bea31a5a9a9b85cc22f933eb1a2470d13d (patch)
tree042843883d0683a1a1209ed86ac58559366db821
parent9dfe255192a98b7b29dd0fc5433c54d4e4f6dbd3 (diff)
Fix translations that had taken mul_sym litterally
-rw-r--r--mathlib.py4
-rw-r--r--po/de.po4
-rw-r--r--po/el.po4
-rw-r--r--po/fa_AF.po4
-rw-r--r--po/ja.po4
-rw-r--r--po/mr.po4
-rw-r--r--po/ps.po4
-rw-r--r--po/pt_BR.po6
-rw-r--r--po/rw.po4
-rw-r--r--po/sl.po4
-rw-r--r--po/te.po4
-rw-r--r--po/ur.po4
12 files changed, 24 insertions, 26 deletions
diff --git a/mathlib.py b/mathlib.py
index c81c6f9..fadb516 100644
--- a/mathlib.py
+++ b/mathlib.py
@@ -72,12 +72,12 @@ class MathLib:
# TRANS: multiplication symbol (default: '*')
self.mul_sym = _('mul_sym')
- if self.mul_sym == 'mul_sym':
+ if len(self.mul_sym) == 0 or len(self.mul_sym) > 3:
self.mul_sym = '*'
# TRANS: division symbol (default: '/')
self.div_sym = _('div_sym')
- if self.div_sym == 'div_sym':
+ if len(self.div_sym) == 0 or len(self.div_sym) > 3:
self.div_sym = '/'
def set_angle_type(self, type):
diff --git a/po/de.po b/po/de.po
index 6257f36..99c3ec2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -541,12 +541,12 @@ msgstr "Grad / Radiant"
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
msgid "mul_sym"
-msgstr "* ist das Zeichen für multiplizieren."
+msgstr "*"
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
msgid "div_sym"
-msgstr "/ ist das Zeichen für die Division."
+msgstr "/"
#: mathlib.py:134
msgid "Undefined"
diff --git a/po/el.po b/po/el.po
index c4adfac..571168f 100644
--- a/po/el.po
+++ b/po/el.po
@@ -452,13 +452,13 @@ msgstr "Εμφάνιση μεταβλητών"
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
msgid "mul_sym"
-msgstr "συμβ_πολλ/σμού"
+msgstr "*"
# Σύμβολο διαίρεσης (προκαθορισμένο: '/')
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
msgid "div_sym"
-msgstr "συμβ_διαίρεσης"
+msgstr "/"
#: mathlib.py:134
msgid "Undefined"
diff --git a/po/fa_AF.po b/po/fa_AF.po
index cea675a..c77f815 100644
--- a/po/fa_AF.po
+++ b/po/fa_AF.po
@@ -295,12 +295,12 @@ msgstr "کسر_sep"
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
msgid "mul_sym"
-msgstr "نماد ضرب"
+msgstr "*"
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
msgid "div_sym"
-msgstr "نماد تقسیم"
+msgstr "/"
#: mathlib.py:132
msgid "Undefined"
diff --git a/po/ja.po b/po/ja.po
index ecd7531..5d6b25d 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -503,12 +503,12 @@ msgstr "角度/ラジアン"
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
msgid "mul_sym"
-msgstr "mul_sym"
+msgstr "*"
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
msgid "div_sym"
-msgstr "div_sym"
+msgstr "/"
#: mathlib.py:134
msgid "Undefined"
diff --git a/po/mr.po b/po/mr.po
index 08722ea..0535ffc 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -425,12 +425,12 @@ msgstr "वेरियबल्स दाखवा."
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
msgid "mul_sym"
-msgstr "mul_sym"
+msgstr "*"
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
msgid "div_sym"
-msgstr "div_sym"
+msgstr "/"
#: mathlib.py:134
msgid "Undefined"
diff --git a/po/ps.po b/po/ps.po
index 551fbab..6aafdc2 100644
--- a/po/ps.po
+++ b/po/ps.po
@@ -407,12 +407,12 @@ msgstr "بدلېدنې ښکاره کول"
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
msgid "mul_sym"
-msgstr "ضرب_اېس وای اېم"
+msgstr "*"
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
msgid "div_sym"
-msgstr "وېشل_اېس وای اې"
+msgstr "/"
#: mathlib.py:132
msgid "Undefined"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 50c06ec..7239e9e 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -261,16 +261,14 @@ msgstr "sep_frações"
#. The multiplication symbol (default: '*')
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
-#, fuzzy
msgid "mul_sym"
-msgstr "sím_mult"
+msgstr "*"
#. The division symbol (default: '/')
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
-#, fuzzy
msgid "div_sym"
-msgstr "sím_div"
+msgstr "/"
#: eqnparser.py:33
#, fuzzy
diff --git a/po/rw.po b/po/rw.po
index 1935212..316fbfa 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -526,12 +526,12 @@ msgstr "Ingano/radians"
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
msgid "mul_sym"
-msgstr "mul_sym"
+msgstr "*"
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
msgid "div_sym"
-msgstr "div_sym"
+msgstr "/"
#: mathlib.py:134
msgid "Undefined"
diff --git a/po/sl.po b/po/sl.po
index a3dd0ba..fc12f38 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -403,12 +403,12 @@ msgstr "Pokaži spremenljivke"
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
msgid "mul_sym"
-msgstr "mul_sym"
+msgstr "*"
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
msgid "div_sym"
-msgstr "div_sym"
+msgstr "/"
#: mathlib.py:134
msgid "Undefined"
diff --git a/po/te.po b/po/te.po
index 9e031b3..761cad7 100644
--- a/po/te.po
+++ b/po/te.po
@@ -439,12 +439,12 @@ msgstr "వేరియబుల్స్ ని చూపుము"
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
msgid "mul_sym"
-msgstr "ముల్_సిమ్"
+msgstr "*"
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
msgid "div_sym"
-msgstr "డివ్_సిమ్"
+msgstr "/"
#: mathlib.py:134
msgid "Undefined"
diff --git a/po/ur.po b/po/ur.po
index d97fe21..3cbdd6b 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -435,12 +435,12 @@ msgstr "ويری ايبل ديکھائيں"
#. TRANS: multiplication symbol (default: '*')
#: mathlib.py:74
msgid "mul_sym"
-msgstr "ضرب_ايس وائی ايم"
+msgstr "*"
#. TRANS: division symbol (default: '/')
#: mathlib.py:79
msgid "div_sym"
-msgstr "تقسيم"
+msgstr "/"
#: mathlib.py:134
msgid "Undefined"