Skip to content

Commit 6a3479a

Browse files
Complete ja, it, fr, nl, ru translations and fix a string.
Thanks to all translators. There was a typo "infinite an infinite number..." I just keeped the translations as they are very likely to be correct. I also removed the location info in all translations (as we started doing a while ago) and old strings not useful anymore.
1 parent 71a9545 commit 6a3479a

10 files changed

Lines changed: 197 additions & 1143 deletions

File tree

cms/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def format_token_rules(tokens, t_type=None, locale=None):
488488
# This message will only be shown on tasks in case of a mixed
489489
# modes scenario.
490490
result += \
491-
_("You have infinite an infinite number of %(type_pl)s "
491+
_("You have an infinite number of %(type_pl)s "
492492
"for this task.") % tokens
493493
else:
494494
if tokens['gen_initial'] == 0:

cms/server/po/bs.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2014-04-02 16:39+0200\n"
11-
"PO-Revision-Date: 2014-04-02 19:33+0100\n"
10+
"POT-Creation-Date: 2014-07-01 07:17+0100\n"
11+
"PO-Revision-Date: 2014-07-01 07:18+0100\n"
1212
"Last-Translator: Vedran Ljubović <vljubovic@smartnet.ba>\n"
1313
"Language-Team: Bosnian\n"
1414
"Language: bs\n"
@@ -89,6 +89,9 @@ msgstr "Djelomično ispravno"
8989
msgid "Invalid files in submission"
9090
msgstr "Neispravne datoteke u prijavi"
9191

92+
msgid "Execution completed successfully"
93+
msgstr ""
94+
9295
msgid "No compilation needed"
9396
msgstr "Nije potrebno kompajliranje"
9497

@@ -328,7 +331,7 @@ msgid "You don't have %(type_pl)s available for this task."
328331
msgstr "Nemate %(type_pl)s dostupnih za ovaj zadatak."
329332

330333
#, python-format
331-
msgid "You have infinite an infinite number of %(type_pl)s for this task."
334+
msgid "You have an infinite number of %(type_pl)s for this task."
332335
msgstr "Imate beskonačan broj %(type_pl)s za ovaj zadatak."
333336

334337
#, python-format
@@ -405,6 +408,10 @@ msgstr[2] "Ne možete koristiti više od %(max_number)d %(type_pl)s ukupno."
405408
msgid "You have no limitations on how you use them."
406409
msgstr "Nemate ograničenja na njihovu upotrebu."
407410

411+
#, python-format
412+
msgid "Automatic (%s)"
413+
msgstr ""
414+
408415
#, python-format
409416
msgid "Logged in as <strong>%(first_name)s %(last_name)s</strong> <em>(%(username)s)</em>"
410417
msgstr "Prijavljen kao <strong>%(first_name)s %(last_name)s</strong> <em>(%(username)s)</em>"

0 commit comments

Comments
 (0)