From 6ae29f33858761d4600435f9db70889351cbe43b Mon Sep 17 00:00:00 2001 From: Aleksandar Erkalovic Date: Fri, 3 May 2013 15:26:47 +0200 Subject: [PATCH] BK-478 Settings -> Permissions and visibility -> corresponding list entries are not translated into russian --- .../editor/templates/editor/edit_book.html | 8 ++++---- lib/booki/locale/en/LC_MESSAGES/django.mo | Bin 1756 -> 1756 bytes lib/booki/locale/en/LC_MESSAGES/django.po | 18 ++++++++++++++++- lib/booki/locale/es/LC_MESSAGES/django.mo | Bin 51931 -> 51931 bytes lib/booki/locale/es/LC_MESSAGES/django.po | 19 +++++++++++++++++- lib/booki/locale/fi/LC_MESSAGES/django.mo | Bin 31286 -> 31286 bytes lib/booki/locale/fi/LC_MESSAGES/django.po | 19 +++++++++++++++++- lib/booki/locale/fr/LC_MESSAGES/django.mo | Bin 25180 -> 25180 bytes lib/booki/locale/fr/LC_MESSAGES/django.po | 19 +++++++++++++++++- lib/booki/locale/it/LC_MESSAGES/django.mo | Bin 44676 -> 44676 bytes lib/booki/locale/it/LC_MESSAGES/django.po | 19 +++++++++++++++++- lib/booki/locale/pl/LC_MESSAGES/django.mo | Bin 575 -> 575 bytes lib/booki/locale/pl/LC_MESSAGES/django.po | 18 ++++++++++++++++- lib/booki/locale/pt/LC_MESSAGES/django.mo | Bin 50734 -> 50734 bytes lib/booki/locale/pt/LC_MESSAGES/django.po | 19 +++++++++++++++++- lib/booki/locale/ru/LC_MESSAGES/django.mo | Bin 64102 -> 64102 bytes lib/booki/locale/ru/LC_MESSAGES/django.po | 19 +++++++++++++++++- lib/booki/locale/sq/LC_MESSAGES/django.mo | Bin 52157 -> 52157 bytes lib/booki/locale/sq/LC_MESSAGES/django.po | 19 +++++++++++++++++- 19 files changed, 164 insertions(+), 13 deletions(-) diff --git a/lib/booki/editor/templates/editor/edit_book.html b/lib/booki/editor/templates/editor/edit_book.html index ca3a3b313..70049ec79 100644 --- a/lib/booki/editor/templates/editor/edit_book.html +++ b/lib/booki/editor/templates/editor/edit_book.html @@ -533,10 +533,10 @@

{% trans "Settings" %}

{% trans "Set permissions" %}
diff --git a/lib/booki/locale/en/LC_MESSAGES/django.mo b/lib/booki/locale/en/LC_MESSAGES/django.mo index 795b0adac2f71ba459431a6f272fa0dee471b127..ef23b29fc3f056ac2f17124a7f920d08b38e9436 100644 GIT binary patch delta 20 bcmcb^dxv)eA2YkLf}yFEk?Cep=Htu&KuZOR delta 20 bcmcb^dxv)eA2Yj=f|0S6k>zGl=Htu&Ku-mX diff --git a/lib/booki/locale/en/LC_MESSAGES/django.po b/lib/booki/locale/en/LC_MESSAGES/django.po index 88d139fb0..3e0637152 100644 --- a/lib/booki/locale/en/LC_MESSAGES/django.po +++ b/lib/booki/locale/en/LC_MESSAGES/django.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Booktype\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-02 23:29+0200\n" +"POT-Creation-Date: 2013-05-03 15:25+0200\n" "PO-Revision-Date: 2013-04-08 17:29+0100\n" "Last-Translator: Daniel James \n" "Language-Team: English Localization \n" @@ -2014,6 +2014,22 @@ msgstr "" msgid "This book can be edited by:" msgstr "" +#: editor/templates/editor/edit_book.html:536 +msgid "anyone" +msgstr "" + +#: editor/templates/editor/edit_book.html:537 +msgid "book owner" +msgstr "" + +#: editor/templates/editor/edit_book.html:538 +msgid "admins" +msgstr "" + +#: editor/templates/editor/edit_book.html:539 +msgid "admins and editors" +msgstr "" + #: editor/templates/editor/edit_book.html:541 msgid "Set permissions" msgstr "" diff --git a/lib/booki/locale/es/LC_MESSAGES/django.mo b/lib/booki/locale/es/LC_MESSAGES/django.mo index dbe099b3fce0ea4926fd51fae0337430dce5ed23..fae8593d278c99f275bbafd0fba79b547af1fad7 100644 GIT binary patch delta 22 ecmcaTmHGBm<_$76?8XX)rdCF#o0V&J_yGW6MhEBs delta 22 ecmcaTmHGBm<_$76>_!Sk##Tm_o0V&J_yGW6N(bry diff --git a/lib/booki/locale/es/LC_MESSAGES/django.po b/lib/booki/locale/es/LC_MESSAGES/django.po index f901d33f8..5e62a8979 100644 --- a/lib/booki/locale/es/LC_MESSAGES/django.po +++ b/lib/booki/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Booktype 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-02 23:29+0200\n" +"POT-Creation-Date: 2013-05-03 15:25+0200\n" "PO-Revision-Date: 2013-04-12 11:11+0100\n" "Last-Translator: Daniel James \n" "Language-Team: Spanish Localization \n" @@ -2089,6 +2089,23 @@ msgstr "Permisos y visibilidad" msgid "This book can be edited by:" msgstr "Este libro puede ser editado por:" +#: editor/templates/editor/edit_book.html:536 +msgid "anyone" +msgstr "" + +#: editor/templates/editor/edit_book.html:537 +#, fuzzy +msgid "book owner" +msgstr "Portada del e-libro" + +#: editor/templates/editor/edit_book.html:538 +msgid "admins" +msgstr "" + +#: editor/templates/editor/edit_book.html:539 +msgid "admins and editors" +msgstr "" + #: editor/templates/editor/edit_book.html:541 msgid "Set permissions" msgstr "Asignar permisos" diff --git a/lib/booki/locale/fi/LC_MESSAGES/django.mo b/lib/booki/locale/fi/LC_MESSAGES/django.mo index 8144221d715fd5f247fa2de4b25e10eba6526e97..9db62ba410acbc5f552326d6c8a7e99cec867285 100644 GIT binary patch delta 22 ecmdn?g>l;##tpN5*^LzpO|6VfH!t#?q5}YLYzVRd delta 22 ecmdn?g>l;##tpN5*^Ly8jIE3;H!t#?q5}YLa0s*j diff --git a/lib/booki/locale/fi/LC_MESSAGES/django.po b/lib/booki/locale/fi/LC_MESSAGES/django.po index 561bf463f..950a9a134 100644 --- a/lib/booki/locale/fi/LC_MESSAGES/django.po +++ b/lib/booki/locale/fi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Booktype 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-02 23:29+0200\n" +"POT-Creation-Date: 2013-05-03 15:25+0200\n" "PO-Revision-Date: 2013-04-11 11:46+0100\n" "Last-Translator: Daniel James \n" "Language-Team: Finnish FLOSS Manuals \n" @@ -2116,6 +2116,23 @@ msgstr "Käyttöoikeudet ja näkyvyys" msgid "This book can be edited by:" msgstr "Tätä kirjaa voi muokata: " +#: editor/templates/editor/edit_book.html:536 +msgid "anyone" +msgstr "" + +#: editor/templates/editor/edit_book.html:537 +#, fuzzy +msgid "book owner" +msgstr "Kirjan muistiinpano" + +#: editor/templates/editor/edit_book.html:538 +msgid "admins" +msgstr "" + +#: editor/templates/editor/edit_book.html:539 +msgid "admins and editors" +msgstr "" + #: editor/templates/editor/edit_book.html:541 msgid "Set permissions" msgstr "Aseta käyttöoikeudet" diff --git a/lib/booki/locale/fr/LC_MESSAGES/django.mo b/lib/booki/locale/fr/LC_MESSAGES/django.mo index aefb60496f445e97e2d717ec38221439f0141d6c..9dcbc52891f805936399b0ed89321490939748a1 100644 GIT binary patch delta 22 ecmca}gz?T1#tj>6*o_qoO|6VfH*dFDstN#Zy9lrV delta 22 ecmca}gz?T1#tj>6*o_p7jIE3;H*dFDstN#ZzX-Ab diff --git a/lib/booki/locale/fr/LC_MESSAGES/django.po b/lib/booki/locale/fr/LC_MESSAGES/django.po index 3014f0273..b7dd2b184 100644 --- a/lib/booki/locale/fr/LC_MESSAGES/django.po +++ b/lib/booki/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Booktype 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-02 23:29+0200\n" +"POT-Creation-Date: 2013-05-03 15:25+0200\n" "PO-Revision-Date: 2013-04-29 10:16+0100\n" "Last-Translator: Daniel James \n" "Language-Team: French Localization \n" @@ -2119,6 +2119,23 @@ msgstr "Autorisation et visibilité" msgid "This book can be edited by:" msgstr "Ce livre peut être édité par" +#: editor/templates/editor/edit_book.html:536 +msgid "anyone" +msgstr "" + +#: editor/templates/editor/edit_book.html:537 +#, fuzzy +msgid "book owner" +msgstr "Remarque sur le livre" + +#: editor/templates/editor/edit_book.html:538 +msgid "admins" +msgstr "" + +#: editor/templates/editor/edit_book.html:539 +msgid "admins and editors" +msgstr "" + #: editor/templates/editor/edit_book.html:541 msgid "Set permissions" msgstr "Définir les autorisations" diff --git a/lib/booki/locale/it/LC_MESSAGES/django.mo b/lib/booki/locale/it/LC_MESSAGES/django.mo index 24bdab71f47d495630060d4334dc2232e57a3c68..fc3f52144686d0ab9cb51ac0a931b3b5eed8740d 100644 GIT binary patch delta 22 ecmZp<%hYn0X~W`Nc4GxYQ!69W&8u>6IRF4>W(dpx delta 22 ecmZp<%hYn0X~W`Nb|VENV=E)e&8u>6IRF4>Y6#8% diff --git a/lib/booki/locale/it/LC_MESSAGES/django.po b/lib/booki/locale/it/LC_MESSAGES/django.po index 04c8cc919..371a018c3 100644 --- a/lib/booki/locale/it/LC_MESSAGES/django.po +++ b/lib/booki/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Booktype 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-02 23:29+0200\n" +"POT-Creation-Date: 2013-05-03 15:25+0200\n" "PO-Revision-Date: 2013-04-11 12:04+0100\n" "Last-Translator: Daniel James \n" "Language-Team: Italian Localization \n" @@ -2111,6 +2111,23 @@ msgstr "Permessi e visibilità" msgid "This book can be edited by:" msgstr "Questo libro può essere editato da:" +#: editor/templates/editor/edit_book.html:536 +msgid "anyone" +msgstr "" + +#: editor/templates/editor/edit_book.html:537 +#, fuzzy +msgid "book owner" +msgstr "Cover E-book" + +#: editor/templates/editor/edit_book.html:538 +msgid "admins" +msgstr "" + +#: editor/templates/editor/edit_book.html:539 +msgid "admins and editors" +msgstr "" + #: editor/templates/editor/edit_book.html:541 msgid "Set permissions" msgstr "Imposta permessi" diff --git a/lib/booki/locale/pl/LC_MESSAGES/django.mo b/lib/booki/locale/pl/LC_MESSAGES/django.mo index 693135a19886fd45bb0d18fc8e6307401765221c..e8a07f6000fcb6dd4c972d79a3946ba424aa0a2c 100644 GIT binary patch delta 18 ZcmdnbvY%x_KfAGlp{bRT>Bea*838%n1^55} delta 18 ZcmdnbvY%x_Kf95Fk+GGL<;H0%838%p1^NI0 diff --git a/lib/booki/locale/pl/LC_MESSAGES/django.po b/lib/booki/locale/pl/LC_MESSAGES/django.po index 82854aa5c..7bc68c2f4 100644 --- a/lib/booki/locale/pl/LC_MESSAGES/django.po +++ b/lib/booki/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Booktype 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-02 23:29+0200\n" +"POT-Creation-Date: 2013-05-03 15:25+0200\n" "PO-Revision-Date: 2013-04-11 12:25+0100\n" "Last-Translator: Daniel James \n" "Language-Team: Polish Localization \n" @@ -2007,6 +2007,22 @@ msgstr "" msgid "This book can be edited by:" msgstr "" +#: editor/templates/editor/edit_book.html:536 +msgid "anyone" +msgstr "" + +#: editor/templates/editor/edit_book.html:537 +msgid "book owner" +msgstr "" + +#: editor/templates/editor/edit_book.html:538 +msgid "admins" +msgstr "" + +#: editor/templates/editor/edit_book.html:539 +msgid "admins and editors" +msgstr "" + #: editor/templates/editor/edit_book.html:541 msgid "Set permissions" msgstr "" diff --git a/lib/booki/locale/pt/LC_MESSAGES/django.mo b/lib/booki/locale/pt/LC_MESSAGES/django.mo index 8dcc6f132793d3b3df41ee81072a3061ad590ce6..20eb7b6f5ace2382ca1b1442613e53e685a7bda3 100644 GIT binary patch delta 22 dcmZ42!@RDCd4o(1yRm|ysg;rGX5|`gF926m2Fm~d delta 22 dcmZ42!@RDCd4o(1yODyCv6YeKX5|`gF926q2F(Bf diff --git a/lib/booki/locale/pt/LC_MESSAGES/django.po b/lib/booki/locale/pt/LC_MESSAGES/django.po index 33781cad6..cbdef5ebd 100644 --- a/lib/booki/locale/pt/LC_MESSAGES/django.po +++ b/lib/booki/locale/pt/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Booktype 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-02 23:29+0200\n" +"POT-Creation-Date: 2013-05-03 15:25+0200\n" "PO-Revision-Date: 2013-04-16 10:51+0100\n" "Last-Translator: Daniel James \n" "Language-Team: Portuguese Localization \n" @@ -2085,6 +2085,23 @@ msgstr "Permissões e visibilidade" msgid "This book can be edited by:" msgstr "Este livro pode ser editado por:" +#: editor/templates/editor/edit_book.html:536 +msgid "anyone" +msgstr "" + +#: editor/templates/editor/edit_book.html:537 +#, fuzzy +msgid "book owner" +msgstr "Capa E-book" + +#: editor/templates/editor/edit_book.html:538 +msgid "admins" +msgstr "" + +#: editor/templates/editor/edit_book.html:539 +msgid "admins and editors" +msgstr "" + #: editor/templates/editor/edit_book.html:541 msgid "Set permissions" msgstr "Definir permissões" diff --git a/lib/booki/locale/ru/LC_MESSAGES/django.mo b/lib/booki/locale/ru/LC_MESSAGES/django.mo index a4f544130849e61ab14e792c7aa6d0da532a174c..885b86f1db5b406c75e3a1767e006604a8c33cf1 100644 GIT binary patch delta 22 dcmaF%h56YR<_$76?8XX)rdCE~o0V&v>i}@h2zUSh delta 22 dcmaF%h56YR<_$76>_!Sk##Tm_o0V&v>i}@f2zdYi diff --git a/lib/booki/locale/ru/LC_MESSAGES/django.po b/lib/booki/locale/ru/LC_MESSAGES/django.po index debb3c8ba..463255169 100644 --- a/lib/booki/locale/ru/LC_MESSAGES/django.po +++ b/lib/booki/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Booktype 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-02 23:29+0200\n" +"POT-Creation-Date: 2013-05-03 15:26+0200\n" "PO-Revision-Date: 2013-04-12 16:03+0100\n" "Last-Translator: Daniel James \n" "Language-Team: Russian Localization \n" @@ -2085,6 +2085,23 @@ msgstr "Права и видимость" msgid "This book can be edited by:" msgstr "Эту книгу может редактировать:" +#: editor/templates/editor/edit_book.html:536 +msgid "anyone" +msgstr "" + +#: editor/templates/editor/edit_book.html:537 +#, fuzzy +msgid "book owner" +msgstr "Обложка е-книги" + +#: editor/templates/editor/edit_book.html:538 +msgid "admins" +msgstr "" + +#: editor/templates/editor/edit_book.html:539 +msgid "admins and editors" +msgstr "" + #: editor/templates/editor/edit_book.html:541 msgid "Set permissions" msgstr "Назначить права" diff --git a/lib/booki/locale/sq/LC_MESSAGES/django.mo b/lib/booki/locale/sq/LC_MESSAGES/django.mo index ff46624e8c4bc5f10cfd8e971bd8227ad0be0f42..e151e0e32e53c74991b716bbc1a96e42b3c756b0 100644 GIT binary patch delta 22 ecmdlxoq6wc<_$76?8XX)rdCE~o0V&3`2zr4kq49j delta 22 ecmdlxoq6wc<_$76>_!Sk##Tm_o0V&3`2zr4j|Y_i diff --git a/lib/booki/locale/sq/LC_MESSAGES/django.po b/lib/booki/locale/sq/LC_MESSAGES/django.po index a6963f909..cd7ceb3e3 100644 --- a/lib/booki/locale/sq/LC_MESSAGES/django.po +++ b/lib/booki/locale/sq/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Booktype 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-02 23:29+0200\n" +"POT-Creation-Date: 2013-05-03 15:26+0200\n" "PO-Revision-Date: 2013-04-16 23:02+0200\n" "Last-Translator: Besnik Bleta \n" "Language-Team: Albanian Localization \n" @@ -2096,6 +2096,23 @@ msgstr "Leje dhe dukshmëri" msgid "This book can be edited by:" msgstr "Ky libër mund të përpunohet nga:" +#: editor/templates/editor/edit_book.html:536 +msgid "anyone" +msgstr "" + +#: editor/templates/editor/edit_book.html:537 +#, fuzzy +msgid "book owner" +msgstr "Kapak e-libri" + +#: editor/templates/editor/edit_book.html:538 +msgid "admins" +msgstr "" + +#: editor/templates/editor/edit_book.html:539 +msgid "admins and editors" +msgstr "" + #: editor/templates/editor/edit_book.html:541 msgid "Set permissions" msgstr "Caktoni lejet"