diff --git a/.gitignore b/.gitignore index 67cac1d..8333973 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,6 @@ nosetests.xml coverage.xml # Translations -*.mo *.pot # Django stuff: diff --git a/Obok_calibre_plugin/obok_plugin.zip b/Obok_calibre_plugin/obok_plugin.zip index 45cea37..aace561 100644 Binary files a/Obok_calibre_plugin/obok_plugin.zip and b/Obok_calibre_plugin/obok_plugin.zip differ diff --git a/Obok_calibre_plugin/obok_plugin/__init__.py b/Obok_calibre_plugin/obok_plugin/__init__.py index 101b8fa..84d0ec1 100644 --- a/Obok_calibre_plugin/obok_plugin/__init__.py +++ b/Obok_calibre_plugin/obok_plugin/__init__.py @@ -19,7 +19,7 @@ except NameError: PLUGIN_NAME = 'Obok DeDRM' PLUGIN_SAFE_NAME = PLUGIN_NAME.strip().lower().replace(' ', '_') PLUGIN_DESCRIPTION = _('Removes DRM from Kobo kepubs and adds them to the library.') -PLUGIN_VERSION_TUPLE = (3, 1, 2) +PLUGIN_VERSION_TUPLE = (3, 1, 3) PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE]) HELPFILE_NAME = PLUGIN_SAFE_NAME + '_Help.htm' PLUGIN_AUTHORS = 'Anon' diff --git a/Obok_calibre_plugin/obok_plugin/obok/obok.py b/Obok_calibre_plugin/obok_plugin/obok/obok.py index 42620d2..6846be1 100644 --- a/Obok_calibre_plugin/obok_plugin/obok/obok.py +++ b/Obok_calibre_plugin/obok_plugin/obok/obok.py @@ -1,6 +1,9 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# Version 3.1.3 August 2015 +# Add translations for Portuguese and Arabic +# # Version 3.1.2 January 2015 # Add coding, version number and version announcement # @@ -109,7 +112,7 @@ # """Manage all Kobo books, either encrypted or DRM-free.""" -__version__ = '3.1.1' +__version__ = '3.1.3' import sys import os diff --git a/Obok_calibre_plugin/obok_plugin/obok_dedrm_Help.htm b/Obok_calibre_plugin/obok_plugin/obok_dedrm_Help.htm index c631a82..251c23f 100644 --- a/Obok_calibre_plugin/obok_plugin/obok_dedrm_Help.htm +++ b/Obok_calibre_plugin/obok_plugin/obok_dedrm_Help.htm @@ -8,7 +8,7 @@

Obok DeDRM Plugin

-

(version 3.1.2)

+

(version 3.1.3)

Installation:

diff --git a/Obok_calibre_plugin/obok_plugin/translations/ar.mo b/Obok_calibre_plugin/obok_plugin/translations/ar.mo new file mode 100644 index 0000000..401a78e Binary files /dev/null and b/Obok_calibre_plugin/obok_plugin/translations/ar.mo differ diff --git a/Obok_calibre_plugin/obok_plugin/default.po b/Obok_calibre_plugin/obok_plugin/translations/ar.po similarity index 88% rename from Obok_calibre_plugin/obok_plugin/default.po rename to Obok_calibre_plugin/obok_plugin/translations/ar.po index 2b73c84..7c09de8 100644 --- a/Obok_calibre_plugin/obok_plugin/default.po +++ b/Obok_calibre_plugin/obok_plugin/translations/ar.po @@ -3,33 +3,37 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-17 12:51+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"PO-Revision-Date: 2015-05-31 22:44+1000\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Last-Translator: \n" +"Language-Team: \n" +"X-Generator: Poedit 1.8.1\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"Language: ar\n" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:80 msgid "" "

No books found in Kobo Library\n" "Are you sure it's installed\\configured\\synchronized?" msgstr "" +"

لا يوجد كتب بمكتبة كوبو الخاصة بكم\n" +"هل أنت متأكد أنها موجودة\\معدة بشكل سليم\\محملة بشكل كامل؟" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:87 msgid "Legacy key found: " -msgstr "" +msgstr "تم العثور على مفتاح شفرة قديم" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:93 msgid "Trouble retrieving keys with newer obok method." -msgstr "" +msgstr "هناك مشكلة فى تحميل مفاتيح الشفرة بطريقة أوبوك الجديدة." #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:97 msgid "Found {0} possible keys to try." @@ -150,13 +154,14 @@ msgstr "" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:399 msgid "

{0} successfully added." -msgstr "" +msgstr "

{0} تم إضافتهم بنجاح." #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:403 msgid "" "

Not all selected Kobo books made it into calibre.

View report " "for details." msgstr "" +"

لم يتم نقل كل كتب كوبو إلى كاليبر.

شاهد التقرير لمزيد من التفاصيل" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:404 msgid "

Total attempted: {}

\n" @@ -200,7 +205,7 @@ msgstr "" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:458 msgid "Unknown Book Title" -msgstr "" +msgstr "عنوان غير معروف" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:460 msgid "it couldn't be decrypted." @@ -214,15 +219,15 @@ msgstr "" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:464 msgid "of unknown reasons. Gosh I'm embarrassed!" -msgstr "" +msgstr "معذرة، خطأ غير معروف! أشعر بالخجل من هذا!" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:465 msgid "

{0} not added because {1}" -msgstr "" +msgstr "

لم يتم إضافة {0} بسبب {1}" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\common_utils.py:226 msgid "Help" -msgstr "" +msgstr "مساعدة" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\common_utils.py:235 #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\utilities.py:214 @@ -237,7 +242,7 @@ msgstr "" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\common_utils.py:322 msgid "Undefined" -msgstr "" +msgstr "غير معرف" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\config.py:30 msgid "When should Obok try to insert EPUBs into existing calibre entries?" @@ -251,32 +256,23 @@ msgstr "" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\config.py:35 msgid "Ask" -msgstr "" +msgstr "اسأل" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\config.py:35 msgid "Always" -msgstr "" +msgstr "دائما" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\config.py:35 msgid "Never" -msgstr "" - -#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:60 -#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\utilities.py:150 -msgid " v" -msgstr "" +msgstr "أبدا" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:65 msgid "Obok DeDRM" msgstr "" -#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:68 -msgid "Help" -msgstr "" - #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:89 msgid "Select All" -msgstr "" +msgstr "اختر الكل" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:90 msgid "Select all books to add them to the calibre library." @@ -300,23 +296,23 @@ msgstr "" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:146 msgid "Title" -msgstr "" +msgstr "العنوان" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:146 msgid "Author" -msgstr "" +msgstr "مؤلِّف" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:146 msgid "Series" -msgstr "" +msgstr "السلسلة" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:369 msgid "Copy to clipboard" -msgstr "" +msgstr "نسخ إلى الحافظة" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:397 msgid "View Report" -msgstr "" +msgstr "مشاهدة التقرير" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\__init__.py:21 msgid "Removes DRM from Kobo kepubs and adds them to the library." @@ -328,8 +324,8 @@ msgstr "" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\obok\obok.py:167 msgid "Failed to initialize AES key" -msgstr "" +msgstr "خطأ فى تحميل مفتاح AES" #: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\obok\obok.py:175 msgid "AES decryption failed" -msgstr "" +msgstr "خطأ فى فك الحماية بطريقة AES" diff --git a/Obok_calibre_plugin/obok_plugin/translations/de.mo b/Obok_calibre_plugin/obok_plugin/translations/de.mo new file mode 100644 index 0000000..7fc5ef4 Binary files /dev/null and b/Obok_calibre_plugin/obok_plugin/translations/de.mo differ diff --git a/Obok_calibre_plugin/obok_plugin/translations/es.mo b/Obok_calibre_plugin/obok_plugin/translations/es.mo new file mode 100644 index 0000000..e4d2a3a Binary files /dev/null and b/Obok_calibre_plugin/obok_plugin/translations/es.mo differ diff --git a/Obok_calibre_plugin/obok_plugin/translations/nl.mo b/Obok_calibre_plugin/obok_plugin/translations/nl.mo new file mode 100644 index 0000000..78b6f53 Binary files /dev/null and b/Obok_calibre_plugin/obok_plugin/translations/nl.mo differ diff --git a/Obok_calibre_plugin/obok_plugin/translations/pt.mo b/Obok_calibre_plugin/obok_plugin/translations/pt.mo new file mode 100644 index 0000000..5fdea4b Binary files /dev/null and b/Obok_calibre_plugin/obok_plugin/translations/pt.mo differ diff --git a/Obok_calibre_plugin/obok_plugin/translations/pt.po b/Obok_calibre_plugin/obok_plugin/translations/pt.po new file mode 100644 index 0000000..43e3c5b --- /dev/null +++ b/Obok_calibre_plugin/obok_plugin/translations/pt.po @@ -0,0 +1,361 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-11-17 12:51+0100\n" +"PO-Revision-Date: 2015-05-31 22:44+1000\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Last-Translator: \n" +"Language-Team: \n" +"X-Generator: Poedit 1.8.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: pt\n" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:80 +msgid "" +"

No books found in Kobo Library\n" +"Are you sure it's installed\\configured\\synchronized?" +msgstr "" +"

Não foram encontrados livros na livraria Kobo\n" +"Tem a certeza de que está instalado\\configured\\synchronized?" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:87 +msgid "Legacy key found: " +msgstr "Chave de legado encontrada" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:93 +msgid "Trouble retrieving keys with newer obok method." +msgstr "Problema na obtenção das chaves com o novo método obok." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:97 +msgid "Found {0} possible keys to try." +msgstr "Encontradas {0} chaves possíveis para experimentar." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:99 +msgid "

No userkeys found to decrypt books with. No point in proceeding." +msgstr "" +"Não foi encontrada nenhuma chave de usuário com a qual desencriptar os " +"livros. Não vale a pena continuar." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:115 +msgid "{} - Decryption canceled by user." +msgstr "Desencriptação cancelada pelo utilizador." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:135 +msgid "{} - \"Add books\" canceled by user." +msgstr "{} - \"Adição de livros\" cancelada pelo utilizador." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:137 +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:156 +msgid "{} - wrapping up results." +msgstr "{} - finalizando os resultados." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:153 +msgid "{} - User opted not to try to insert EPUB formats" +msgstr "O utilizador optou por não tentar inserir formatos EPUB" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:188 +msgid "{0} - Decrypting {1}" +msgstr "Desencriptando" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:197 +msgid "{0} - Couldn't decrypt {1}" +msgstr "{0} - Não foi possível desencriptar {1}" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:198 +msgid "decryption errors" +msgstr "erros na desencriptação" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:213 +msgid "{0} - Added {1}" +msgstr "{0} - Adicionado {1}" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:218 +msgid "{0} - {1} already exists. Will try to add format later." +msgstr "{0} - {1} já existe. a adição do formato irá ser tentada mais tarde." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:219 +msgid "duplicate detected" +msgstr "detectados duplicados" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:233 +msgid "{0} - Successfully added EPUB format to existing {1}" +msgstr "{0} - formato EPUB adicionado com sucesso ao existente {1}" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:236 +msgid "" +"{0} - Error adding EPUB format to existing {1}. This really shouldn't happen." +msgstr "" +"{0} - Erro ao adicionar o formato EPUB ao existente {1}. Isto realmente não " +"deveria acontecer." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:259 +msgid "{} - \"Insert formats\" canceled by user." +msgstr "{} - \"Inserção de formatos\" cancelada pelo utilizador." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:291 +msgid "" +"

{0} EPUB{2} successfully added to library.

{1} " +msgstr "" +"

{0} EPUB{2} adicionado com sucesso à biblioteca.

{1}" +" " + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:292 +msgid "" +"not added because books with the same title/author were detected.

Would you like to try and add the EPUB format{0}" +msgstr "" +"não adicionados porque foram detectados com o mesmo título/autor.

Gostaria de tentar e adicionar o formato EPUB{0}" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:293 +msgid "" +" to those existing entries?

NOTE: no pre-existing EPUBs will be " +"overwritten." +msgstr "" +" às entradas existentes?

NOTA: EPUBs pré existentes não serão " +"reescritos." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:295 +msgid "" +"{0} -- not added because of {1} in your library.\n" +"\n" +msgstr "" +"{0} -- não adicionado porque {1} na biblioteca.\n" +"\n" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:297 +msgid "

{0} -- not added because of {1} in your library.

" +msgstr "

{0} -- não adicionado porque {1} na biblioteca.

" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:298 +msgid "" +"Would you like to try and add the EPUB format to an available calibre " +"duplicate?

" +msgstr "" +"Gostaria de tentar adicionar o formato EPUB a um duplicado já existente no " +"calibre?

" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:299 +msgid "NOTE: no pre-existing EPUB will be overwritten." +msgstr "NOTA: EPUBs pré existentes não serão reescritos." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:346 +msgid "Trying key: " +msgstr "Experimentando a chave:" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:378 +msgid "Decryption failed, trying next key." +msgstr "A desencriptação falhou, tentado a próxima chave." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:382 +msgid "Unknown Error decrypting, trying next key.." +msgstr "Erro desconhecido na desencriptação, tentado a próxima chave." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:395 +msgid "" +"

All selected Kobo books added as new calibre books or inserted into " +"existing calibre ebooks.

No issues." +msgstr "" +"

Todos os livros Kobo selecionados foram adicionados como livros novos no " +"calibre ou inseridos em livros já existentes no calibre.

Sem " +"problemas." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:399 +msgid "

{0} successfully added." +msgstr "

{0} adicionados com sucesso." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:403 +msgid "" +"

Not all selected Kobo books made it into calibre.

View report " +"for details." +msgstr "" +"

Nem todos os livros Kobo selecionados seguiram para o calibre.

Veja o relatório para mais detalhes." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:404 +msgid "

Total attempted: {}

\n" +msgstr "

tentativas totais: {}

\n" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:405 +msgid "

Decryption errors: {}

\n" +msgstr "

Erros de desencriptação: {}

\n" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:411 +msgid "

New Books created: {}

\n" +msgstr "

Novos livros criados: {}

\n" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:418 +msgid "

Duplicates that weren't added: {}

\n" +msgstr "

Duplicados não adicionados: {}

\n" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:426 +msgid "

Book imports cancelled by user: {}

\n" +msgstr "

Importação de livros cancelada pelo utilizador: {}

\n" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:428 +msgid "" +"

New EPUB formats inserted in existing calibre books: {0}

\n" +msgstr "" +"

Novos formatos EPUB inseridos em livros existentes no calibre: {0}" +"

\n" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:434 +msgid "" +"

EPUB formats NOT inserted into existing calibre books: {}
\n" +msgstr "" +"

formatos EPUB NÃO inseridos em livros existentes no calibre: {}" +"
\n" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:435 +msgid "" +"(Either because the user chose not to insert them, or because all " +"duplicates already had an EPUB format)" +msgstr "" +"(Porque o utilizador escolheu não os inserir, ou porque todos os " +"duplicados já tinham um formato EPUB)" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:444 +msgid "

Format imports cancelled by user: {}

\n" +msgstr "

Importação do formato cancelada pelo utilizador: {}

\n" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:458 +msgid "Unknown Book Title" +msgstr "Título do livro desconhecido" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:460 +msgid "it couldn't be decrypted." +msgstr "não pode ser desencriptado." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:462 +msgid "" +"user CHOSE not to insert the new EPUB format, or all existing calibre " +"entries HAD an EPUB format already." +msgstr "" +"o utilizador ESCOLHEU não inserir o novo formato EPUB, ou todas as entradas " +"existentes no calibre já tinham um formato EPUB." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:464 +msgid "of unknown reasons. Gosh I'm embarrassed!" +msgstr "de razões desconhecidas. Estou envergonhado!" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\action.py:465 +msgid "

{0} not added because {1}" +msgstr "

{0} não adicionado porque {1}" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\common_utils.py:226 +msgid "Help" +msgstr "Help" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\common_utils.py:235 +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\utilities.py:214 +msgid "Restart required" +msgstr "Reinicio requerido" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\common_utils.py:236 +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\utilities.py:215 +msgid "" +"Title image not found - you must restart Calibre before using this plugin!" +msgstr "" +"Imagem do título não encontrada - tem que reiniciar o Calibre antes de " +"utilizar este plugin!" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\common_utils.py:322 +msgid "Undefined" +msgstr "Não definido" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\config.py:30 +msgid "When should Obok try to insert EPUBs into existing calibre entries?" +msgstr "" +"Quando deve o Obok tentar inserir EPUBs em entradas já existentes no calibre?" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\config.py:33 +msgid "" +"

Default behavior when duplicates are detected. None of the choices will " +"cause calibre ebooks to be overwritten" +msgstr "" +"

Comportamento por defeito quando são detetados duplicados. Nenhuma das " +"escolhas fará com que os livros existentes no calibre sejam reescritos" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\config.py:35 +msgid "Ask" +msgstr "Pergunta" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\config.py:35 +msgid "Always" +msgstr "Sempre" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\config.py:35 +msgid "Never" +msgstr "Nunca" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:65 +msgid "Obok DeDRM" +msgstr "" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:89 +msgid "Select All" +msgstr "Selecionar todos" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:90 +msgid "Select all books to add them to the calibre library." +msgstr "Selecionar todos os livros para adicioná-los à biblioteca do calibre." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:92 +msgid "All with DRM" +msgstr "Todos com DRM" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:93 +msgid "Select all books with DRM." +msgstr "Selecionar todos os livros com DRM" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:95 +msgid "All DRM free" +msgstr "Todos sem DRM" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:96 +msgid "Select all books without DRM." +msgstr "Selecionar todos os livros sem DRM." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:146 +msgid "Title" +msgstr "Título" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:146 +msgid "Author" +msgstr "Autor" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:146 +msgid "Series" +msgstr "Série" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:369 +msgid "Copy to clipboard" +msgstr "Copiar para a área de transferência" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\dialogs.py:397 +msgid "View Report" +msgstr "Ver relatório" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\__init__.py:21 +msgid "Removes DRM from Kobo kepubs and adds them to the library." +msgstr "Remove o DRM dos kepubs Kobo e adiciona-os à biblioteca." + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\obok\obok.py:162 +msgid "AES improper key used" +msgstr "AES chave imprópria usada" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\obok\obok.py:167 +msgid "Failed to initialize AES key" +msgstr "Falha na inicialização da chave AES" + +#: I:\Herramientas\PoeditPortable\App\Poedit\bin\obok_plugin-3.1.0_trad\obok\obok.py:175 +msgid "AES decryption failed" +msgstr "A desencriptação da chave AES falhou"