From b782dd3c1bc5f79dbc7efed8059d78167f39a75d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 9 May 2010 19:32:00 -0400 Subject: fixed a few pluralization bugs in translations --- locale/en/LC_MESSAGES/django.mo | Bin 25198 -> 25292 bytes locale/en/LC_MESSAGES/django.po | 48 ++++++++++++++-------------------------- 2 files changed, 16 insertions(+), 32 deletions(-) (limited to 'locale/en') diff --git a/locale/en/LC_MESSAGES/django.mo b/locale/en/LC_MESSAGES/django.mo index d7532e6c..f24b7ad8 100644 Binary files a/locale/en/LC_MESSAGES/django.mo and b/locale/en/LC_MESSAGES/django.mo differ diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index a0f6ac2e..ac7e923f 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-05-03 22:40-0400\n" +"POT-Creation-Date: 2010-05-09 19:28-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Evgeny Fadeev \n" "Language-Team: LANGUAGE \n" @@ -436,7 +436,7 @@ msgstr "" msgid "[deleted]" msgstr "" -#: forum/const.py:127 forum/views/readers.py:397 forum/views/readers.py:418 +#: forum/const.py:127 forum/views/readers.py:396 forum/views/readers.py:417 msgid "initial version" msgstr "" @@ -705,7 +705,7 @@ msgstr "" msgid "command/" msgstr "" -#: forum/urls.py:60 forum/views/readers.py:266 +#: forum/urls.py:60 forum/views/readers.py:265 msgid "question/" msgstr "" @@ -779,7 +779,7 @@ msgstr "news from Q&A forum" #: forum/management/commands/send_email_alerts.py:238 #, python-format -msgid "%(name)s, this is an update message header for a question" +msgid "%(name)s, this is an update message header for %(num)d question" msgid_plural "%(name)s, this is an update message header for %(num)d questions" msgstr[0] "" "

Dear %(name)s,

The following question has been updated on the Q&A " @@ -2251,7 +2251,7 @@ msgstr "" #: forum/skins/default/templates/post_contributor_info.html:9 #, python-format -msgid "one revision" +msgid "%(rev_count)s revision" msgid_plural "%(rev_count)s revisions" msgstr[0] "" msgstr[1] "" @@ -2408,7 +2408,7 @@ msgstr "post a comment" #: forum/skins/default/templates/question.html:198 #: forum/skins/default/templates/question.html:340 #, python-format -msgid "see one more" +msgid "see %(counter)s more" msgid_plural "see %(counter)s more" msgstr[0] "" msgstr[1] "" @@ -2416,7 +2416,7 @@ msgstr[1] "" #: forum/skins/default/templates/question.html:200 #: forum/skins/default/templates/question.html:342 #, python-format -msgid "see one more comment" +msgid "see %(counter)s more comment" msgid_plural "" "see %(counter)s more comments\n" " " @@ -2438,7 +2438,7 @@ msgstr "" #, python-format msgid "" "\n" -" One Answer:\n" +" %(counter)s Answer:\n" " " msgid_plural "" "\n" @@ -2792,9 +2792,9 @@ msgstr "" #: forum/skins/default/templates/questions.html:141 #, python-format -msgid " One question found" +msgid " %(q_num)s question found" msgid_plural "%(q_num)s questions found" -msgstr[0] "" +msgstr[0] "One question found" msgstr[1] "" #: forum/skins/default/templates/questions.html:143 @@ -3093,14 +3093,14 @@ msgstr "" #: forum/skins/default/templates/user_stats.html:11 #, python-format -msgid "1 Question" +msgid "%(counter)s Question" msgid_plural "%(counter)s Questions" msgstr[0] "" msgstr[1] "" #: forum/skins/default/templates/user_stats.html:16 #, python-format -msgid "1 Answer" +msgid "%(counter)s Answer" msgid_plural "%(counter)s Answers" msgstr[0] "" msgstr[1] "" @@ -3116,14 +3116,14 @@ msgstr "" #: forum/skins/default/templates/user_stats.html:34 #, python-format -msgid "(one comment)" +msgid "(%(comment_count)s comment)" msgid_plural "the answer has been commented %(comment_count)s times" msgstr[0] "" msgstr[1] "" #: forum/skins/default/templates/user_stats.html:44 #, python-format -msgid "1 Vote" +msgid "%(cnt)s Vote" msgid_plural "%(cnt)s Votes " msgstr[0] "" msgstr[1] "" @@ -3146,7 +3146,7 @@ msgstr "" #: forum/skins/default/templates/user_stats.html:64 #, python-format -msgid "1 Tag" +msgid "%(counter)s Tag" msgid_plural "%(counter)s Tags" msgstr[0] "" msgstr[1] "" @@ -3159,7 +3159,7 @@ msgstr "" #: forum/skins/default/templates/user_stats.html:86 #, python-format -msgid "1 Badge" +msgid "%(counter)s Badge" msgid_plural "%(counter)s Badges" msgstr[0] "" msgstr[1] "" @@ -4028,22 +4028,6 @@ msgstr "" msgid "books/" msgstr "" -#~ msgid "" -#~ "\n" -#~ " (one comment)\n" -#~ " " -#~ msgid_plural "" -#~ "\n" -#~ " the answer has been commented %(comment_count)s " -#~ "times\n" -#~ " " -#~ msgstr[0] "" -#~ "\n" -#~ "(one comment)" -#~ msgstr[1] "" -#~ "\n" -#~ "(%(comment_count)s comments)" - #~ msgid "welcome to website" #~ msgstr "Welcome to Q&A forum" -- cgit v1.2.3-1-g7c22