pull/394/head
OzzieIsaacs 7 years ago
parent 8388df202f
commit 09f86ee8d4

@ -90,7 +90,7 @@ def make_mobi(book_id, calibrepath):
p = subprocess.Popen((kindlegen + " \"" + file_path + u".epub\"").encode(sys.getfilesystemencoding()),
stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
except Exception:
error_message = _(u"kindlegen failed, no excecution permissions")
error_message = _(u"kindlegen failed, no execution permissions")
app.logger.error("make_mobi: " + error_message)
return error_message, RET_FAIL
# Poll process for new output until finished

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n"
"POT-Creation-Date: 2017-11-01 16:05+0100\n"
"POT-Creation-Date: 2017-11-12 14:54+0100\n"
"PO-Revision-Date: 2016-07-12 19:54+0200\n"
"Last-Translator: Ozzie Isaacs\n"
"Language: de\n"
@ -32,7 +32,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1368
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1398
msgid "not installed"
msgstr "Nicht installiert"
@ -47,7 +47,7 @@ msgid "epub format not found for book id: %(book)d"
msgstr "epub Format für Bücher-ID %(book)d nicht gefunden"
#: cps/helper.py:93
msgid "kindlegen failed, no excecution permissions"
msgid "kindlegen failed, no execution permissions"
msgstr "Kindlegen Aufruf fehlgeschlagen, keine Ausführungsberechtigung"
#: cps/helper.py:108
@ -78,384 +78,384 @@ msgstr ""
"Konnte keine Formate finden welche für das versenden per E-Mail geeignet "
"sind"
#: cps/ub.py:567
#: cps/ub.py:577
msgid "Guest"
msgstr "Gast"
#: cps/web.py:962
#: cps/web.py:964
msgid "Requesting update package"
msgstr "Frage Update Paket an"
#: cps/web.py:963
#: cps/web.py:965
msgid "Downloading update package"
msgstr "Lade Update Paket herunter"
#: cps/web.py:964
#: cps/web.py:966
msgid "Unzipping update package"
msgstr "Entpacke Update Paket"
#: cps/web.py:965
#: cps/web.py:967
msgid "Files are replaced"
msgstr "Ersetze Dateien"
#: cps/web.py:966
#: cps/web.py:968
msgid "Database connections are closed"
msgstr "Schließe Datenbankverbindungen"
#: cps/web.py:967
#: cps/web.py:969
msgid "Server is stopped"
msgstr "Stoppe Server"
#: cps/web.py:968
#: cps/web.py:970
msgid "Update finished, please press okay and reload page"
msgstr "Update abgeschlossen, bitte okay drücken und Seite neu laden"
#: cps/web.py:1042
#: cps/web.py:1044
msgid "Recently Added Books"
msgstr "Kürzlich hinzugefügte Bücher"
#: cps/web.py:1051
#: cps/web.py:1054
msgid "Newest Books"
msgstr "Neueste Bücher"
#: cps/web.py:1060
#: cps/web.py:1065
msgid "Oldest Books"
msgstr "Älteste Bücher"
#: cps/web.py:1069
#: cps/web.py:1077
msgid "Books (A-Z)"
msgstr "Bücher (A-Z)"
#: cps/web.py:1078
#: cps/web.py:1088
msgid "Books (Z-A)"
msgstr "Bücher (Z-A)"
#: cps/web.py:1105
#: cps/web.py:1116
msgid "Hot Books (most downloaded)"
msgstr "Beliebte Bücher (die meisten Downloads)"
#: cps/web.py:1115
#: cps/web.py:1129
msgid "Best rated books"
msgstr "Best bewertete Bücher"
#: cps/templates/index.xml:32 cps/web.py:1124
#: cps/templates/index.xml:32 cps/web.py:1140
msgid "Random Books"
msgstr "Zufällige Bücher"
#: cps/web.py:1135
#: cps/web.py:1154
msgid "Author list"
msgstr "Autorenliste"
#: cps/web.py:1145 cps/web.py:1201 cps/web.py:1325 cps/web.py:1790
#: cps/web.py:1166 cps/web.py:1225 cps/web.py:1355 cps/web.py:1827
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
"Buch öffnen fehlgeschlagen. Datei existiert nicht, oder ist nicht "
"zugänglich."
#: cps/templates/index.xml:64 cps/web.py:1187
#: cps/templates/index.xml:64 cps/web.py:1209
msgid "Series list"
msgstr "Liste Serien"
#: cps/web.py:1199
#: cps/web.py:1223
#, python-format
msgid "Series: %(serie)s"
msgstr "Serie: %(serie)s"
#: cps/web.py:1231
#: cps/web.py:1256
msgid "Available languages"
msgstr "Verfügbare Sprachen"
#: cps/web.py:1246
#: cps/web.py:1273
#, python-format
msgid "Language: %(name)s"
msgstr "Sprache: %(name)s"
#: cps/templates/index.xml:58 cps/web.py:1255
#: cps/templates/index.xml:58 cps/web.py:1283
msgid "Category list"
msgstr "Kategorieliste"
#: cps/web.py:1267
#: cps/web.py:1297
#, python-format
msgid "Category: %(name)s"
msgstr "Kategorie: %(name)s"
#: cps/web.py:1379
#: cps/web.py:1409
msgid "Excecution permissions missing"
msgstr "Ausführungsberechtigung nicht vorhanden"
#: cps/web.py:1393
#: cps/web.py:1423
msgid "Statistics"
msgstr "Statistiken"
#: cps/web.py:1557
#: cps/web.py:1587
msgid "Server restarted, please reload page"
msgstr "Server neu gestartet,bitte Seite neu laden"
#: cps/web.py:1559
#: cps/web.py:1589
msgid "Performing shutdown of server, please close window"
msgstr "Server wird runtergefahren, bitte Fenster schließen"
#: cps/web.py:1575
#: cps/web.py:1605
msgid "Update done"
msgstr "Update durchgeführt"
#: cps/web.py:1650 cps/web.py:1663
#: cps/web.py:1687 cps/web.py:1700
msgid "search"
msgstr "Suche"
#: cps/templates/index.xml:39 cps/templates/index.xml:42
#: cps/templates/layout.html:127 cps/web.py:1745
#: cps/templates/layout.html:131 cps/web.py:1782
msgid "Read Books"
msgstr "Gelesene Bücher"
#: cps/templates/index.xml:45 cps/templates/index.xml:48
#: cps/templates/layout.html:128 cps/web.py:1748
#: cps/templates/layout.html:132 cps/web.py:1785
msgid "Unread Books"
msgstr "Ungelesene Bücher"
#: cps/web.py:1823 cps/web.py:1825 cps/web.py:1827 cps/web.py:1836
#: cps/web.py:1860 cps/web.py:1862 cps/web.py:1864 cps/web.py:1873
msgid "Read a Book"
msgstr "Lese ein Buch"
#: cps/web.py:1888 cps/web.py:2514
#: cps/web.py:1925 cps/web.py:2555
msgid "Please fill out all fields!"
msgstr "Bitte alle Felder ausfüllen!"
#: cps/web.py:1889 cps/web.py:1905 cps/web.py:1910 cps/web.py:1912
#: cps/web.py:1926 cps/web.py:1942 cps/web.py:1947 cps/web.py:1949
msgid "register"
msgstr "Registieren"
#: cps/web.py:1904
#: cps/web.py:1941
msgid "An unknown error occured. Please try again later."
msgstr "Es ist ein unbekannter Fehler aufgetreten. Bitte später erneut versuchen."
#: cps/web.py:1909
#: cps/web.py:1946
msgid "This username or email address is already in use."
msgstr "Der Benutzername oder die E-Mailadresse ist in bereits in Benutzung."
#: cps/web.py:1928 cps/web.py:2024
#: cps/web.py:1965 cps/web.py:2061
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr "Du bist nun eingeloggt als '%(nickname)s'"
#: cps/web.py:1933
#: cps/web.py:1970
msgid "Wrong Username or Password"
msgstr "Falscher Benutzername oder Passwort"
#: cps/web.py:1939 cps/web.py:1960
#: cps/web.py:1976 cps/web.py:1997
msgid "login"
msgstr "Login"
#: cps/web.py:1972 cps/web.py:2003
#: cps/web.py:2009 cps/web.py:2040
msgid "Token not found"
msgstr "Token wurde nicht gefunden"
#: cps/web.py:1980 cps/web.py:2011
#: cps/web.py:2017 cps/web.py:2048
msgid "Token has expired"
msgstr "Das Token ist abgelaufen"
#: cps/web.py:1988
#: cps/web.py:2025
msgid "Success! Please return to your device"
msgstr "Erfolg! Bitte zum Gerät zurückkehren"
#: cps/web.py:2038
#: cps/web.py:2075
msgid "Please configure the SMTP mail settings first..."
msgstr "Bitte zuerst die SMTP Mail Einstellung konfigurieren ..."
#: cps/web.py:2042
#: cps/web.py:2079
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr "Buch erfolgreich versandt an %(kindlemail)s"
#: cps/web.py:2046
#: cps/web.py:2083
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr "Beim Senden des Buchs trat ein Fehler auf: %(res)s"
#: cps/web.py:2048 cps/web.py:2599
#: cps/web.py:2085 cps/web.py:2640
msgid "Please configure your kindle email address first..."
msgstr "Bitte die Kindle E-Mail Adresse zuuerst konfigurieren..."
#: cps/web.py:2092
#: cps/web.py:2129
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr "Das Buch wurde dem Bücherregal: %(sname)s hinzugefügt"
#: cps/web.py:2127
#: cps/web.py:2164
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr "Das Buch wurde aus dem Bücherregal: %(sname)s entfernt"
#: cps/web.py:2146 cps/web.py:2170
#: cps/web.py:2183 cps/web.py:2207
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr "Es existiert bereits ein Bücheregal mit dem Titel '%(title)s'"
#: cps/web.py:2151
#: cps/web.py:2188
#, python-format
msgid "Shelf %(title)s created"
msgstr "Bücherregal %(title)s erzeugt"
#: cps/web.py:2153 cps/web.py:2181
#: cps/web.py:2190 cps/web.py:2218
msgid "There was an error"
msgstr "Es trat ein Fehler auf"
#: cps/web.py:2154 cps/web.py:2156
#: cps/web.py:2191 cps/web.py:2193
msgid "create a shelf"
msgstr "Bücherregal erzeugen"
#: cps/web.py:2179
#: cps/web.py:2216
#, python-format
msgid "Shelf %(title)s changed"
msgstr "Bücherregal %(title)s verändert"
#: cps/web.py:2182 cps/web.py:2184
#: cps/web.py:2219 cps/web.py:2221
msgid "Edit a shelf"
msgstr "Bücherregal editieren"
#: cps/web.py:2205
#: cps/web.py:2242
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr "Bücherregal %(name)s erfolgreich gelöscht"
#: cps/web.py:2227
#: cps/web.py:2264
#, python-format
msgid "Shelf: '%(name)s'"
msgstr "Bücherregal: '%(name)s'"
#: cps/web.py:2230
#: cps/web.py:2267
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Fehler beim Öffnen. Bücherregel exisitert nicht oder ist nicht zugänglich"
#: cps/web.py:2262
#: cps/web.py:2299
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr "Reihenfolge in Bücherregal '%(name)s' verändern"
#: cps/web.py:2327
#: cps/web.py:2368
msgid "Found an existing account for this email address."
msgstr "Es existiert ein Benutzerkonto für diese E-Mailadresse"
#: cps/web.py:2329 cps/web.py:2333
#: cps/web.py:2370 cps/web.py:2374
#, python-format
msgid "%(name)s's profile"
msgstr "%(name)s's Profil"
#: cps/web.py:2330
#: cps/web.py:2371
msgid "Profile updated"
msgstr "Profil aktualisiert"
#: cps/web.py:2344
#: cps/web.py:2385
msgid "Admin page"
msgstr "Admin Seite"
#: cps/web.py:2468
#: cps/web.py:2509
msgid "Calibre-web configuration updated"
msgstr "Calibre-web Konfiguration wurde aktualisiert"
#: cps/web.py:2475 cps/web.py:2481 cps/web.py:2495
#: cps/web.py:2516 cps/web.py:2522 cps/web.py:2536
msgid "Basic Configuration"
msgstr "Basis Konfiguration"
#: cps/web.py:2479
#: cps/web.py:2520
msgid "DB location is not valid, please enter correct path"
msgstr "DB Speicherort ist ungültig, bitte Pfad korrigieren"
#: cps/templates/admin.html:34 cps/web.py:2516 cps/web.py:2569
#: cps/templates/admin.html:34 cps/web.py:2557 cps/web.py:2610
msgid "Add new user"
msgstr "Neuen Benutzer hinzufügen"
#: cps/web.py:2561
#: cps/web.py:2602
#, python-format
msgid "User '%(user)s' created"
msgstr "Benutzer '%(user)s' angelegt"
#: cps/web.py:2565
#: cps/web.py:2606
msgid "Found an existing account for this email address or nickname."
msgstr ""
"Es existiert ein Benutzerkonto für diese Emailadresse oder den "
"Benutzernamen."
#: cps/web.py:2587
#: cps/web.py:2628
msgid "Mail settings updated"
msgstr "E-Mail Einstellungen aktualisiert"
#: cps/web.py:2594
#: cps/web.py:2635
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr "Test E-Mail erfolgreich an %(kindlemail)s versendet"
#: cps/web.py:2597
#: cps/web.py:2638
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr "Fehler beim versenden der Test E-Mail: %(res)s"
#: cps/web.py:2601
#: cps/web.py:2642
msgid "E-Mail settings updated"
msgstr "E-Mail Einstellungen wurde aktualisiert"
#: cps/web.py:2602
#: cps/web.py:2643
msgid "Edit mail settings"
msgstr "E-Mail Einstellungen editieren"
#: cps/web.py:2631
#: cps/web.py:2672
#, python-format
msgid "User '%(nick)s' deleted"
msgstr "Benutzer '%(nick)s' gelöscht"
#: cps/web.py:2729
#: cps/web.py:2780
#, python-format
msgid "User '%(nick)s' updated"
msgstr "Benutzer '%(nick)s' aktualisiert"
#: cps/web.py:2732
#: cps/web.py:2783
msgid "An unknown error occured."
msgstr "Es ist ein unbekanter Fehler aufgetreten"
#: cps/web.py:2735
#: cps/web.py:2786
#, python-format
msgid "Edit User %(nick)s"
msgstr "Benutzer %(nick)s bearbeiten"
#: cps/web.py:2751
#: cps/web.py:2802
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr ""
"Buch öffnen fehlgeschlagen. Datei existiert nicht, oder ist nicht "
"zugänglich"
#: cps/web.py:2766 cps/web.py:2967 cps/web.py:3110
#: cps/web.py:2817 cps/web.py:3018 cps/web.py:3161
msgid "edit metadata"
msgstr "Metadaten editieren"
#: cps/web.py:2776 cps/web.py:3004
#: cps/web.py:2827 cps/web.py:3055
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr "Die Dateiendung \"%s\" kann nicht auf diesen Server hochgeladen werden"
#: cps/web.py:2787
#: cps/web.py:2838
#, python-format
msgid "Failed to store file %s."
msgstr ""
#: cps/web.py:2807 cps/web.py:2811
#: cps/web.py:2858 cps/web.py:2862
msgid "unknown"
msgstr "Unbekannt"
#: cps/web.py:3010
#: cps/web.py:3061
msgid "File to be uploaded must have an extension"
msgstr "Datei müssen eine Erweiterung haben, um hochgeladen zu werden"
#: cps/web.py:3029
#: cps/web.py:3080
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr "Fehler beim Erzeugen des Pfads %s (Zugriff verweigert)"
#: cps/web.py:3034
#: cps/web.py:3085
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr "Fehler beim speichern der Datei %s (Zugriff verweigert)"
#: cps/web.py:3039
#: cps/web.py:3090
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgstr "Fehler beim Löschen von Datei %s (Zugriff verweigert)"
@ -614,7 +614,7 @@ msgstr "Ok"
#: cps/templates/book_edit.html:135 cps/templates/book_edit.html:157
#: cps/templates/config_edit.html:156 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:60 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:131
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:139
msgid "Back"
msgstr "Zurück"
@ -660,7 +660,7 @@ msgstr "Beschreibung"
msgid "Tags"
msgstr "Tags"
#: cps/templates/book_edit.html:39 cps/templates/layout.html:137
#: cps/templates/book_edit.html:39 cps/templates/layout.html:141
#: cps/templates/search_form.html:37
msgid "Series"
msgstr "Serien"
@ -707,7 +707,7 @@ msgstr "Metadaten laden"
#: cps/templates/book_edit.html:134 cps/templates/config_edit.html:154
#: cps/templates/login.html:20 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:129
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:137
msgid "Submit"
msgstr "Abschicken"
@ -747,7 +747,7 @@ msgstr "Klicke auf das Bild um die Metadaten zu übertragen"
msgid "Loading..."
msgstr "Lade..."
#: cps/templates/book_edit.html:196 cps/templates/layout.html:201
#: cps/templates/book_edit.html:196 cps/templates/layout.html:205
msgid "Close"
msgstr "Schließen"
@ -800,8 +800,8 @@ msgstr "Matadata Überwachungs-ID"
msgid "Server Port"
msgstr "Server Port"
#: cps/templates/config_edit.html:56 cps/templates/layout.html:116
#: cps/templates/layout.html:117 cps/templates/shelf_edit.html:7
#: cps/templates/config_edit.html:56 cps/templates/layout.html:119
#: cps/templates/layout.html:120 cps/templates/shelf_edit.html:7
msgid "Title"
msgstr "Titel"
@ -857,31 +857,31 @@ msgstr "eheimer Goodreads API Schlüssel"
msgid "Default Settings for new users"
msgstr "Default Einstellungen für neue Benutzer"
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:86
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:94
msgid "Admin user"
msgstr "Admin Benutzer"
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:95
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:103
msgid "Allow Downloads"
msgstr "Downloads erlauben"
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:99
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:107
msgid "Allow Uploads"
msgstr "Uploads erlauben"
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:103
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:111
msgid "Allow Edit"
msgstr "Bearbeiten erlauben"
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:107
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:115
msgid "Allow Delete books"
msgstr "Bücher löschen erlauben"
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:112
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:120
msgid "Allow Changing Password"
msgstr "Passwort ändern erlauben"
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:116
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:124
msgid "Allow Editing Public Shelfs"
msgstr "Öffentliche Bücherregale editieren erlauben"
@ -956,7 +956,7 @@ msgstr "Einstellungen speichern"
msgid "Save settings and send Test E-Mail"
msgstr "Einstellungen speichern und Test E-Mail versenden"
#: cps/templates/feed.xml:20 cps/templates/layout.html:185
#: cps/templates/feed.xml:20 cps/templates/layout.html:189
msgid "Next"
msgstr "Nächste"
@ -973,7 +973,7 @@ msgstr "Entdecke (Zufälliges Buch)"
msgid "Start"
msgstr "Start"
#: cps/templates/index.xml:14 cps/templates/layout.html:121
#: cps/templates/index.xml:14 cps/templates/layout.html:125
msgid "Hot Books"
msgstr "Beliebte Bücher"
@ -981,7 +981,7 @@ msgstr "Beliebte Bücher"
msgid "Popular publications from this catalog based on Downloads."
msgstr "Beliebte Publikationen aus dieser Bibliothek basierend auf Downloadzahlen"
#: cps/templates/index.xml:20 cps/templates/layout.html:124
#: cps/templates/index.xml:20 cps/templates/layout.html:128
msgid "Best rated Books"
msgstr "Best bewertete Bücher"
@ -1001,7 +1001,7 @@ msgstr "Die neuesten Bücher"
msgid "Show Random Books"
msgstr "Zeige zufällige Bücher"
#: cps/templates/index.xml:52 cps/templates/layout.html:140
#: cps/templates/index.xml:52 cps/templates/layout.html:144
msgid "Authors"
msgstr "Autoren"
@ -1037,68 +1037,68 @@ msgstr "Registrieren"
msgid "Browse"
msgstr "Browsen"
#: cps/templates/layout.html:107
#: cps/templates/layout.html:108
msgid "Recently Added"
msgstr "Kürzlich hinzugefügt"
#: cps/templates/layout.html:110
#: cps/templates/layout.html:113
msgid "Sorted Books"
msgstr "Bücher Sortiert"
#: cps/templates/layout.html:114 cps/templates/layout.html:115
#: cps/templates/layout.html:116 cps/templates/layout.html:117
#: cps/templates/layout.html:117 cps/templates/layout.html:118
#: cps/templates/layout.html:119 cps/templates/layout.html:120
msgid "Sort By"
msgstr "Sortiert nach"
#: cps/templates/layout.html:114
#: cps/templates/layout.html:117
msgid "Newest"
msgstr "Neueste"
#: cps/templates/layout.html:115
#: cps/templates/layout.html:118
msgid "Oldest"
msgstr "Älteste"
#: cps/templates/layout.html:116
#: cps/templates/layout.html:119
msgid "Ascending"
msgstr "Aufsteigend"
#: cps/templates/layout.html:117
#: cps/templates/layout.html:120
msgid "Descending"
msgstr "Absteigend"
#: cps/templates/layout.html:131
#: cps/templates/layout.html:135
msgid "Discover"
msgstr "Entdecke"
#: cps/templates/layout.html:134
#: cps/templates/layout.html:138
msgid "Categories"
msgstr "Kategorien"
#: cps/templates/layout.html:143 cps/templates/search_form.html:58
#: cps/templates/layout.html:147 cps/templates/search_form.html:58
msgid "Languages"
msgstr "Sprachen"
#: cps/templates/layout.html:146
#: cps/templates/layout.html:150
msgid "Public Shelves"
msgstr "Öffentiche Bücherregale"
#: cps/templates/layout.html:150
#: cps/templates/layout.html:154
msgid "Your Shelves"
msgstr "Deine Bücherregale"
#: cps/templates/layout.html:155
#: cps/templates/layout.html:159
msgid "Create a Shelf"
msgstr "Bücherregal erzeugen"
#: cps/templates/layout.html:156 cps/templates/stats.html:3
#: cps/templates/layout.html:160 cps/templates/stats.html:3
msgid "About"
msgstr "Über"
#: cps/templates/layout.html:170
#: cps/templates/layout.html:174
msgid "Previous"
msgstr "Voerheriger"
#: cps/templates/layout.html:197
#: cps/templates/layout.html:201
msgid "Book Details"
msgstr "Buchdetails"
@ -1273,46 +1273,54 @@ msgid "Show random books"
msgstr "Zeige Zufällige Bücher"
#: cps/templates/user_edit.html:50
msgid "Show recent books"
msgstr ""
#: cps/templates/user_edit.html:54
msgid "Show sorted books"
msgstr ""
#: cps/templates/user_edit.html:58
msgid "Show hot books"
msgstr "Zeige Auswahl Beliebte Bücher"
#: cps/templates/user_edit.html:54
#: cps/templates/user_edit.html:62
msgid "Show best rated books"
msgstr "Zeige am besten bewertete Bücher"
#: cps/templates/user_edit.html:58
#: cps/templates/user_edit.html:66
msgid "Show language selection"
msgstr "Zeige Sprachauswahl"
#: cps/templates/user_edit.html:62
#: cps/templates/user_edit.html:70
msgid "Show series selection"
msgstr "Zeige Serienauswahl"
#: cps/templates/user_edit.html:66
#: cps/templates/user_edit.html:74
msgid "Show category selection"
msgstr "Zeige Kategorienauswahl"
#: cps/templates/user_edit.html:70
#: cps/templates/user_edit.html:78
msgid "Show author selection"
msgstr "Zeige Autorenauswahl"
#: cps/templates/user_edit.html:74
#: cps/templates/user_edit.html:82
msgid "Show read and unread"
msgstr "Zeige Gelesen/Ungelesen Auswahl"
#: cps/templates/user_edit.html:78
#: cps/templates/user_edit.html:86
msgid "Show random books in detail view"
msgstr "Zeige zufällige Bücher in der Detailansicht"
#: cps/templates/user_edit.html:90
#: cps/templates/user_edit.html:98
msgid "Show mature content"
msgstr "Erwachsenencontent anzeigen"
#: cps/templates/user_edit.html:123
#: cps/templates/user_edit.html:131
msgid "Delete this user"
msgstr "Benutzer löschen"
#: cps/templates/user_edit.html:138
#: cps/templates/user_edit.html:146
msgid "Recent Downloads"
msgstr "Letzte Downloads"

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n"
"POT-Creation-Date: 2017-11-01 16:05+0100\n"
"POT-Creation-Date: 2017-11-12 14:54+0100\n"
"PO-Revision-Date: 2017-04-04 15:09+0200\n"
"Last-Translator: Juan F. Villa <juan.villa@paisdelconocimiento.org>\n"
"Language: es\n"
@ -25,7 +25,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1368
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1398
msgid "not installed"
msgstr "No instalado"
@ -40,7 +40,7 @@ msgid "epub format not found for book id: %(book)d"
msgstr ""
#: cps/helper.py:93
msgid "kindlegen failed, no excecution permissions"
msgid "kindlegen failed, no execution permissions"
msgstr ""
#: cps/helper.py:108
@ -69,380 +69,380 @@ msgstr "Enviar a Kindle"
msgid "Could not find any formats suitable for sending by email"
msgstr "Formato no compatible para enviar por correo electronico"
#: cps/ub.py:567
#: cps/ub.py:577
msgid "Guest"
msgstr "Invitado"
#: cps/web.py:962
#: cps/web.py:964
msgid "Requesting update package"
msgstr "Solicitando paquete de actualización"
#: cps/web.py:963
#: cps/web.py:965
msgid "Downloading update package"
msgstr "Descargando paquete de actualización"
#: cps/web.py:964
#: cps/web.py:966
msgid "Unzipping update package"
msgstr "Descomprimiendo paquete de actualización"
#: cps/web.py:965
#: cps/web.py:967
msgid "Files are replaced"
msgstr "Ficheros sustituidos"
#: cps/web.py:966
#: cps/web.py:968
msgid "Database connections are closed"
msgstr "Los conexiones de base datos están cerradas"
#: cps/web.py:967
#: cps/web.py:969
msgid "Server is stopped"
msgstr "El servidor está detenido"
#: cps/web.py:968
#: cps/web.py:970
msgid "Update finished, please press okay and reload page"
msgstr "Actualización finalizada. Por favor, pulse OK y recargue la página"
#: cps/web.py:1042
#: cps/web.py:1044
msgid "Recently Added Books"
msgstr ""
#: cps/web.py:1051
#: cps/web.py:1054
msgid "Newest Books"
msgstr ""
#: cps/web.py:1060
#: cps/web.py:1065
msgid "Oldest Books"
msgstr ""
#: cps/web.py:1069
#: cps/web.py:1077
msgid "Books (A-Z)"
msgstr ""
#: cps/web.py:1078
#: cps/web.py:1088
msgid "Books (Z-A)"
msgstr ""
#: cps/web.py:1105
#: cps/web.py:1116
msgid "Hot Books (most downloaded)"
msgstr "Libros populares (los mas descargados)"
#: cps/web.py:1115
#: cps/web.py:1129
msgid "Best rated books"
msgstr "Libros mejor valorados"
#: cps/templates/index.xml:32 cps/web.py:1124
#: cps/templates/index.xml:32 cps/web.py:1140
msgid "Random Books"
msgstr "Libros al azar"
#: cps/web.py:1135
#: cps/web.py:1154
msgid "Author list"
msgstr "Lista de autores"
#: cps/web.py:1145 cps/web.py:1201 cps/web.py:1325 cps/web.py:1790
#: cps/web.py:1166 cps/web.py:1225 cps/web.py:1355 cps/web.py:1827
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr "Error en la apertura del eBook. El archivo no existe o no es accesible:"
#: cps/templates/index.xml:64 cps/web.py:1187
#: cps/templates/index.xml:64 cps/web.py:1209
msgid "Series list"
msgstr "Lista de series"
#: cps/web.py:1199
#: cps/web.py:1223
#, python-format
msgid "Series: %(serie)s"
msgstr "Series : %(serie)s"
#: cps/web.py:1231
#: cps/web.py:1256
msgid "Available languages"
msgstr "Lenguajes disponibles"
#: cps/web.py:1246
#: cps/web.py:1273
#, python-format
msgid "Language: %(name)s"
msgstr "Lenguaje: %(name)s"
#: cps/templates/index.xml:58 cps/web.py:1255
#: cps/templates/index.xml:58 cps/web.py:1283
msgid "Category list"
msgstr "Lista de categorias"
#: cps/web.py:1267
#: cps/web.py:1297
#, python-format
msgid "Category: %(name)s"
msgstr "Categoría : %(name)s"
#: cps/web.py:1379
#: cps/web.py:1409
msgid "Excecution permissions missing"
msgstr ""
#: cps/web.py:1393
#: cps/web.py:1423
msgid "Statistics"
msgstr "Estadisticas"
#: cps/web.py:1557
#: cps/web.py:1587
msgid "Server restarted, please reload page"
msgstr "Servidor reiniciado. Por favor, recargue la página"
#: cps/web.py:1559
#: cps/web.py:1589
msgid "Performing shutdown of server, please close window"
msgstr "Servidor en proceso de apagado. Por favor, cierre la ventana."
#: cps/web.py:1575
#: cps/web.py:1605
msgid "Update done"
msgstr "Actualización realizada"
#: cps/web.py:1650 cps/web.py:1663
#: cps/web.py:1687 cps/web.py:1700
msgid "search"
msgstr "búsqueda"
#: cps/templates/index.xml:39 cps/templates/index.xml:42
#: cps/templates/layout.html:127 cps/web.py:1745
#: cps/templates/layout.html:131 cps/web.py:1782
msgid "Read Books"
msgstr "Libros leídos"
#: cps/templates/index.xml:45 cps/templates/index.xml:48
#: cps/templates/layout.html:128 cps/web.py:1748
#: cps/templates/layout.html:132 cps/web.py:1785
msgid "Unread Books"
msgstr "Libros no leídos"
#: cps/web.py:1823 cps/web.py:1825 cps/web.py:1827 cps/web.py:1836
#: cps/web.py:1860 cps/web.py:1862 cps/web.py:1864 cps/web.py:1873
msgid "Read a Book"
msgstr "Leer un libro"
#: cps/web.py:1888 cps/web.py:2514
#: cps/web.py:1925 cps/web.py:2555
msgid "Please fill out all fields!"
msgstr "¡Por favor completar todos los campos!"
#: cps/web.py:1889 cps/web.py:1905 cps/web.py:1910 cps/web.py:1912
#: cps/web.py:1926 cps/web.py:1942 cps/web.py:1947 cps/web.py:1949
msgid "register"
msgstr "registrarse"
#: cps/web.py:1904
#: cps/web.py:1941
msgid "An unknown error occured. Please try again later."
msgstr "Error desconocido. Por favor, inténtelo de nuevo mas tarde."
#: cps/web.py:1909
#: cps/web.py:1946
msgid "This username or email address is already in use."
msgstr "Usuario o dirección de correo en uso."
#: cps/web.py:1928 cps/web.py:2024
#: cps/web.py:1965 cps/web.py:2061
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr "Sesion iniciada como : '%(nickname)s'"
#: cps/web.py:1933
#: cps/web.py:1970
msgid "Wrong Username or Password"
msgstr "Usuario o contraseña invalido"
#: cps/web.py:1939 cps/web.py:1960
#: cps/web.py:1976 cps/web.py:1997
msgid "login"
msgstr "Iniciar sesión"
#: cps/web.py:1972 cps/web.py:2003
#: cps/web.py:2009 cps/web.py:2040
msgid "Token not found"
msgstr ""
#: cps/web.py:1980 cps/web.py:2011
#: cps/web.py:2017 cps/web.py:2048
msgid "Token has expired"
msgstr ""
#: cps/web.py:1988
#: cps/web.py:2025
msgid "Success! Please return to your device"
msgstr ""
#: cps/web.py:2038
#: cps/web.py:2075
msgid "Please configure the SMTP mail settings first..."
msgstr "Configurar primero los parametros SMTP por favor..."
#: cps/web.py:2042
#: cps/web.py:2079
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr "Envio de Libro a %(kindlemail)s correctamente"
#: cps/web.py:2046
#: cps/web.py:2083
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr "Ha sucedido un error en el envio del Libro: %(res)s"
#: cps/web.py:2048 cps/web.py:2599
#: cps/web.py:2085 cps/web.py:2640
msgid "Please configure your kindle email address first..."
msgstr "Configurar primero la dirección de correo Kindle por favor..."
#: cps/web.py:2092
#: cps/web.py:2129
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr "El libro fue agregado a el estante: %(sname)s"
#: cps/web.py:2127
#: cps/web.py:2164
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr "El libro fue removido del estante: %(sname)s"
#: cps/web.py:2146 cps/web.py:2170
#: cps/web.py:2183 cps/web.py:2207
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr "Une étagère de ce nom '%(title)s' existe déjà."
#: cps/web.py:2151
#: cps/web.py:2188
#, python-format
msgid "Shelf %(title)s created"
msgstr "Estante %(title)s creado"
#: cps/web.py:2153 cps/web.py:2181
#: cps/web.py:2190 cps/web.py:2218
msgid "There was an error"
msgstr "Ha sucedido un error"
#: cps/web.py:2154 cps/web.py:2156
#: cps/web.py:2191 cps/web.py:2193
msgid "create a shelf"
msgstr "crear un estante"
#: cps/web.py:2179
#: cps/web.py:2216
#, python-format
msgid "Shelf %(title)s changed"
msgstr "Estante %(title)s cambiado"
#: cps/web.py:2182 cps/web.py:2184
#: cps/web.py:2219 cps/web.py:2221
msgid "Edit a shelf"
msgstr "Editar un estante"
#: cps/web.py:2205
#: cps/web.py:2242
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr "Estante %(name)s fue borrado correctamente"
#: cps/web.py:2227
#: cps/web.py:2264
#, python-format
msgid "Shelf: '%(name)s'"
msgstr "Estante: '%(name)s'"
#: cps/web.py:2230
#: cps/web.py:2267
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr ""
#: cps/web.py:2262
#: cps/web.py:2299
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr "Cambiar orden del estante: '%(name)s'"
#: cps/web.py:2327
#: cps/web.py:2368
msgid "Found an existing account for this email address."
msgstr "Existe una cuenta vinculada a esta dirección de correo."
#: cps/web.py:2329 cps/web.py:2333
#: cps/web.py:2370 cps/web.py:2374
#, python-format
msgid "%(name)s's profile"
msgstr "Perfil de %(name)s"
#: cps/web.py:2330
#: cps/web.py:2371
msgid "Profile updated"
msgstr "Perfil actualizado"
#: cps/web.py:2344
#: cps/web.py:2385
msgid "Admin page"
msgstr "Página de administración"
#: cps/web.py:2468
#: cps/web.py:2509
msgid "Calibre-web configuration updated"
msgstr "Configuración de Calibre-web actualizada"
#: cps/web.py:2475 cps/web.py:2481 cps/web.py:2495
#: cps/web.py:2516 cps/web.py:2522 cps/web.py:2536
msgid "Basic Configuration"
msgstr "Configuración básica"
#: cps/web.py:2479
#: cps/web.py:2520
msgid "DB location is not valid, please enter correct path"
msgstr "Localicación de la BD inválida. Por favor, introduzca la ruta correcta."
#: cps/templates/admin.html:34 cps/web.py:2516 cps/web.py:2569
#: cps/templates/admin.html:34 cps/web.py:2557 cps/web.py:2610
msgid "Add new user"
msgstr "Agregar un nuevo usuario"
#: cps/web.py:2561
#: cps/web.py:2602
#, python-format
msgid "User '%(user)s' created"
msgstr "Usuario '%(user)s' creado"
#: cps/web.py:2565
#: cps/web.py:2606
msgid "Found an existing account for this email address or nickname."
msgstr ""
"Se ha encontrado una cuenta vinculada a esta dirección de correo o nombre"
" de usuario."
#: cps/web.py:2587
#: cps/web.py:2628
msgid "Mail settings updated"
msgstr "Parámetros de correo actualizados"
#: cps/web.py:2594
#: cps/web.py:2635
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr "Exito al realizar envio de prueba a %(kindlemail)s"
#: cps/web.py:2597
#: cps/web.py:2638
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr "Error al realizar envio de prueba a E-Mail: %(res)s"
#: cps/web.py:2601
#: cps/web.py:2642
msgid "E-Mail settings updated"
msgstr "Ajustes de correo electrónico actualizados"
#: cps/web.py:2602
#: cps/web.py:2643
msgid "Edit mail settings"
msgstr "Editar parametros de correo"
#: cps/web.py:2631
#: cps/web.py:2672
#, python-format
msgid "User '%(nick)s' deleted"
msgstr "Usuario '%(nick)s' borrado"
#: cps/web.py:2729
#: cps/web.py:2780
#, python-format
msgid "User '%(nick)s' updated"
msgstr "Usuario '%(nick)s' actualizado"
#: cps/web.py:2732
#: cps/web.py:2783
msgid "An unknown error occured."
msgstr "Error inesperado."
#: cps/web.py:2735
#: cps/web.py:2786
#, python-format
msgid "Edit User %(nick)s"
msgstr "Editar Usuario %(nick)s"
#: cps/web.py:2751
#: cps/web.py:2802
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr ""
#: cps/web.py:2766 cps/web.py:2967 cps/web.py:3110
#: cps/web.py:2817 cps/web.py:3018 cps/web.py:3161
msgid "edit metadata"
msgstr "editar metainformación"
#: cps/web.py:2776 cps/web.py:3004
#: cps/web.py:2827 cps/web.py:3055
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr "No se permite subir archivos con la extensión \"%s\" a este servidor"
#: cps/web.py:2787
#: cps/web.py:2838
#, python-format
msgid "Failed to store file %s."
msgstr ""
#: cps/web.py:2807 cps/web.py:2811
#: cps/web.py:2858 cps/web.py:2862
msgid "unknown"
msgstr ""
#: cps/web.py:3010
#: cps/web.py:3061
msgid "File to be uploaded must have an extension"
msgstr "El archivo a subir debe tener una extensión"
#: cps/web.py:3029
#: cps/web.py:3080
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr "Fallo al crear la ruta %s (permiso negado)"
#: cps/web.py:3034
#: cps/web.py:3085
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr "Fallo al almacenar el archivo %s (permiso negado)"
#: cps/web.py:3039
#: cps/web.py:3090
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgstr "Fallo al borrar el archivo %s (permiso negado)"
@ -601,7 +601,7 @@ msgstr "Ok"
#: cps/templates/book_edit.html:135 cps/templates/book_edit.html:157
#: cps/templates/config_edit.html:156 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:60 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:131
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:139
msgid "Back"
msgstr "Regresar"
@ -647,7 +647,7 @@ msgstr "Descripcion"
msgid "Tags"
msgstr "Etiqueta"
#: cps/templates/book_edit.html:39 cps/templates/layout.html:137
#: cps/templates/book_edit.html:39 cps/templates/layout.html:141
#: cps/templates/search_form.html:37
msgid "Series"
msgstr "Series"
@ -694,7 +694,7 @@ msgstr "Obtener metainformación"
#: cps/templates/book_edit.html:134 cps/templates/config_edit.html:154
#: cps/templates/login.html:20 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:129
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:137
msgid "Submit"
msgstr "Enviar"
@ -734,7 +734,7 @@ msgstr "Haga clic en la portada para cargar la metainformación en el formulario
msgid "Loading..."
msgstr "Cargando..."
#: cps/templates/book_edit.html:196 cps/templates/layout.html:201
#: cps/templates/book_edit.html:196 cps/templates/layout.html:205
msgid "Close"
msgstr "Cerrar"
@ -787,8 +787,8 @@ msgstr "Metadata Watch Channel ID"
msgid "Server Port"
msgstr "Puerto del servidor"
#: cps/templates/config_edit.html:56 cps/templates/layout.html:116
#: cps/templates/layout.html:117 cps/templates/shelf_edit.html:7
#: cps/templates/config_edit.html:56 cps/templates/layout.html:119
#: cps/templates/layout.html:120 cps/templates/shelf_edit.html:7
msgid "Title"
msgstr "Titulo"
@ -844,31 +844,31 @@ msgstr ""
msgid "Default Settings for new users"
msgstr "Ajustes por defecto para nuevos usuarios"
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:86
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:94
msgid "Admin user"
msgstr "Usuario Administrador"
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:95
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:103
msgid "Allow Downloads"
msgstr "Permitir descargas"
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:99
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:107
msgid "Allow Uploads"
msgstr "Permitir subidas de archivos"
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:103
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:111
msgid "Allow Edit"
msgstr "Permitir editar"
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:107
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:115
msgid "Allow Delete books"
msgstr ""
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:112
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:120
msgid "Allow Changing Password"
msgstr "Permitir cambiar la clave"
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:116
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:124
msgid "Allow Editing Public Shelfs"
msgstr ""
@ -943,7 +943,7 @@ msgstr "Guardar cambios"
msgid "Save settings and send Test E-Mail"
msgstr "Guardar cambios y enviar un correo de prueba"
#: cps/templates/feed.xml:20 cps/templates/layout.html:185
#: cps/templates/feed.xml:20 cps/templates/layout.html:189
msgid "Next"
msgstr "Siguiente"
@ -960,7 +960,7 @@ msgstr "Descubrir (Libros al azar)"
msgid "Start"
msgstr "Iniciar"
#: cps/templates/index.xml:14 cps/templates/layout.html:121
#: cps/templates/index.xml:14 cps/templates/layout.html:125
msgid "Hot Books"
msgstr "Libros Populares"
@ -968,7 +968,7 @@ msgstr "Libros Populares"
msgid "Popular publications from this catalog based on Downloads."
msgstr "Publicaciones mas populares para este catálogo basadas en las descargas."
#: cps/templates/index.xml:20 cps/templates/layout.html:124
#: cps/templates/index.xml:20 cps/templates/layout.html:128
msgid "Best rated Books"
msgstr "Libros mejor valorados"
@ -988,7 +988,7 @@ msgstr "Libros recientes"
msgid "Show Random Books"
msgstr "Mostrar libros al azar"
#: cps/templates/index.xml:52 cps/templates/layout.html:140
#: cps/templates/index.xml:52 cps/templates/layout.html:144
msgid "Authors"
msgstr "Autores"
@ -1024,68 +1024,68 @@ msgstr "Registro"
msgid "Browse"
msgstr "Explorar"
#: cps/templates/layout.html:107
#: cps/templates/layout.html:108
msgid "Recently Added"
msgstr ""
#: cps/templates/layout.html:110
#: cps/templates/layout.html:113
msgid "Sorted Books"
msgstr ""
#: cps/templates/layout.html:114 cps/templates/layout.html:115
#: cps/templates/layout.html:116 cps/templates/layout.html:117
#: cps/templates/layout.html:117 cps/templates/layout.html:118
#: cps/templates/layout.html:119 cps/templates/layout.html:120
msgid "Sort By"
msgstr ""
#: cps/templates/layout.html:114
#: cps/templates/layout.html:117
msgid "Newest"
msgstr ""
#: cps/templates/layout.html:115
#: cps/templates/layout.html:118
msgid "Oldest"
msgstr ""
#: cps/templates/layout.html:116
#: cps/templates/layout.html:119
msgid "Ascending"
msgstr ""
#: cps/templates/layout.html:117
#: cps/templates/layout.html:120
msgid "Descending"
msgstr ""
#: cps/templates/layout.html:131
#: cps/templates/layout.html:135
msgid "Discover"
msgstr "Descubrir"
#: cps/templates/layout.html:134
#: cps/templates/layout.html:138
msgid "Categories"
msgstr "Categoria"
#: cps/templates/layout.html:143 cps/templates/search_form.html:58
#: cps/templates/layout.html:147 cps/templates/search_form.html:58
msgid "Languages"
msgstr "Lenguaje"
#: cps/templates/layout.html:146
#: cps/templates/layout.html:150
msgid "Public Shelves"
msgstr "Estantes públicos"
#: cps/templates/layout.html:150
#: cps/templates/layout.html:154
msgid "Your Shelves"
msgstr "Sus estantes"
#: cps/templates/layout.html:155
#: cps/templates/layout.html:159
msgid "Create a Shelf"
msgstr "Crear un estante"
#: cps/templates/layout.html:156 cps/templates/stats.html:3
#: cps/templates/layout.html:160 cps/templates/stats.html:3
msgid "About"
msgstr "Acerca de"
#: cps/templates/layout.html:170
#: cps/templates/layout.html:174
msgid "Previous"
msgstr ""
#: cps/templates/layout.html:197
#: cps/templates/layout.html:201
msgid "Book Details"
msgstr ""
@ -1260,46 +1260,54 @@ msgid "Show random books"
msgstr "Mostrar libros al azar"
#: cps/templates/user_edit.html:50
msgid "Show recent books"
msgstr ""
#: cps/templates/user_edit.html:54
msgid "Show sorted books"
msgstr ""
#: cps/templates/user_edit.html:58
msgid "Show hot books"
msgstr "Mostrar libros populares"
#: cps/templates/user_edit.html:54
#: cps/templates/user_edit.html:62
msgid "Show best rated books"
msgstr "Mostrar libros mejor valorados"
#: cps/templates/user_edit.html:58
#: cps/templates/user_edit.html:66
msgid "Show language selection"
msgstr "Mostrar lenguaje seleccionado"
#: cps/templates/user_edit.html:62
#: cps/templates/user_edit.html:70
msgid "Show series selection"
msgstr "Mostrar series seleccionadas"
#: cps/templates/user_edit.html:66
#: cps/templates/user_edit.html:74
msgid "Show category selection"
msgstr "Mostrar categorias elegidas"
#: cps/templates/user_edit.html:70
#: cps/templates/user_edit.html:78
msgid "Show author selection"
msgstr "Mostrar selección de autores"
#: cps/templates/user_edit.html:74
#: cps/templates/user_edit.html:82
msgid "Show read and unread"
msgstr "Mostrar leídos y no leídos"
#: cps/templates/user_edit.html:78
#: cps/templates/user_edit.html:86
msgid "Show random books in detail view"
msgstr "Mostrar libro aleatorios con vista detallada"
#: cps/templates/user_edit.html:90
#: cps/templates/user_edit.html:98
msgid "Show mature content"
msgstr ""
#: cps/templates/user_edit.html:123
#: cps/templates/user_edit.html:131
msgid "Delete this user"
msgstr "Borrar este usuario"
#: cps/templates/user_edit.html:138
#: cps/templates/user_edit.html:146
msgid "Recent Downloads"
msgstr "Descargas Recientes"

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n"
"POT-Creation-Date: 2017-11-01 16:05+0100\n"
"POT-Creation-Date: 2017-11-12 14:54+0100\n"
"PO-Revision-Date: 2017-10-26 22:42+0200\n"
"Last-Translator: Nicolas Roudninski <nicoroud@gmail.com>\n"
"Language: fr\n"
@ -31,7 +31,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1368
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1398
msgid "not installed"
msgstr "non installé"
@ -46,7 +46,7 @@ msgid "epub format not found for book id: %(book)d"
msgstr ""
#: cps/helper.py:93
msgid "kindlegen failed, no excecution permissions"
msgid "kindlegen failed, no execution permissions"
msgstr ""
#: cps/helper.py:108
@ -75,382 +75,382 @@ msgstr "Envoyer vers Kindle"
msgid "Could not find any formats suitable for sending by email"
msgstr "Impossible de trouver un format adapté à envoyer par courriel"
#: cps/ub.py:567
#: cps/ub.py:577
msgid "Guest"
msgstr "Invité"
#: cps/web.py:962
#: cps/web.py:964
msgid "Requesting update package"
msgstr ""
#: cps/web.py:963
#: cps/web.py:965
msgid "Downloading update package"
msgstr "Téléchargement la mise à jour"
#: cps/web.py:964
#: cps/web.py:966
msgid "Unzipping update package"
msgstr "Décompression de la mise à jour"
#: cps/web.py:965
#: cps/web.py:967
msgid "Files are replaced"
msgstr "Fichiers remplacés"
#: cps/web.py:966
#: cps/web.py:968
msgid "Database connections are closed"
msgstr "Connexion à la base de donnée fermée"
#: cps/web.py:967
#: cps/web.py:969
msgid "Server is stopped"
msgstr "Serveur arrêté"
#: cps/web.py:968
#: cps/web.py:970
msgid "Update finished, please press okay and reload page"
msgstr "Mise à jour terminée, merci dappuyer sur okay et de rafraîchir la page"
#: cps/web.py:1042
#: cps/web.py:1044
msgid "Recently Added Books"
msgstr "Ajouts récents"
#: cps/web.py:1051
#: cps/web.py:1054
msgid "Newest Books"
msgstr "Livres récents"
#: cps/web.py:1060
#: cps/web.py:1065
msgid "Oldest Books"
msgstr "Anciens livres"
#: cps/web.py:1069
#: cps/web.py:1077
msgid "Books (A-Z)"
msgstr "Livres (A-Z)"
#: cps/web.py:1078
#: cps/web.py:1088
msgid "Books (Z-A)"
msgstr "Livres (Z-A)"
#: cps/web.py:1105
#: cps/web.py:1116
msgid "Hot Books (most downloaded)"
msgstr "Livres populaires (les plus téléchargés)"
#: cps/web.py:1115
#: cps/web.py:1129
msgid "Best rated books"
msgstr "Livres les mieux notés"
#: cps/templates/index.xml:32 cps/web.py:1124
#: cps/templates/index.xml:32 cps/web.py:1140
msgid "Random Books"
msgstr "Livres au hasard"
#: cps/web.py:1135
#: cps/web.py:1154
msgid "Author list"
msgstr "Liste des auteurs"
#: cps/web.py:1145 cps/web.py:1201 cps/web.py:1325 cps/web.py:1790
#: cps/web.py:1166 cps/web.py:1225 cps/web.py:1355 cps/web.py:1827
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
"Erreur d'ouverture du livre numérique. Le fichier n'existe pas ou n'est "
"pas accessible :"
#: cps/templates/index.xml:64 cps/web.py:1187
#: cps/templates/index.xml:64 cps/web.py:1209
msgid "Series list"
msgstr "Liste des séries"
#: cps/web.py:1199
#: cps/web.py:1223
#, python-format
msgid "Series: %(serie)s"
msgstr "Séries : %(serie)s"
#: cps/web.py:1231
#: cps/web.py:1256
msgid "Available languages"
msgstr "Langues disponibles"
#: cps/web.py:1246
#: cps/web.py:1273
#, python-format
msgid "Language: %(name)s"
msgstr "Langue : %(name)s"
#: cps/templates/index.xml:58 cps/web.py:1255
#: cps/templates/index.xml:58 cps/web.py:1283
msgid "Category list"
msgstr "Liste des catégories"
#: cps/web.py:1267
#: cps/web.py:1297
#, python-format
msgid "Category: %(name)s"
msgstr "Catégorie : %(name)s"
#: cps/web.py:1379
#: cps/web.py:1409
msgid "Excecution permissions missing"
msgstr ""
#: cps/web.py:1393
#: cps/web.py:1423
msgid "Statistics"
msgstr "Statistiques"
#: cps/web.py:1557
#: cps/web.py:1587
msgid "Server restarted, please reload page"
msgstr "Serveur redémarré, merci de rafraîchir la page"
#: cps/web.py:1559
#: cps/web.py:1589
msgid "Performing shutdown of server, please close window"
msgstr ""
#: cps/web.py:1575
#: cps/web.py:1605
msgid "Update done"
msgstr "Mise à jour effectuée"
#: cps/web.py:1650 cps/web.py:1663
#: cps/web.py:1687 cps/web.py:1700
msgid "search"
msgstr "recherche"
#: cps/templates/index.xml:39 cps/templates/index.xml:42
#: cps/templates/layout.html:127 cps/web.py:1745
#: cps/templates/layout.html:131 cps/web.py:1782
msgid "Read Books"
msgstr "Livres lus"
#: cps/templates/index.xml:45 cps/templates/index.xml:48
#: cps/templates/layout.html:128 cps/web.py:1748
#: cps/templates/layout.html:132 cps/web.py:1785
msgid "Unread Books"
msgstr "Livres non-lus"
#: cps/web.py:1823 cps/web.py:1825 cps/web.py:1827 cps/web.py:1836
#: cps/web.py:1860 cps/web.py:1862 cps/web.py:1864 cps/web.py:1873
msgid "Read a Book"
msgstr "Lire un livre"
#: cps/web.py:1888 cps/web.py:2514
#: cps/web.py:1925 cps/web.py:2555
msgid "Please fill out all fields!"
msgstr "SVP, complétez tous les champs !"
#: cps/web.py:1889 cps/web.py:1905 cps/web.py:1910 cps/web.py:1912
#: cps/web.py:1926 cps/web.py:1942 cps/web.py:1947 cps/web.py:1949
msgid "register"
msgstr "senregistrer"
#: cps/web.py:1904
#: cps/web.py:1941
msgid "An unknown error occured. Please try again later."
msgstr "Une erreur a eu lieu. Merci de réessayez plus tard."
#: cps/web.py:1909
#: cps/web.py:1946
msgid "This username or email address is already in use."
msgstr "Ce nom d'utilisateur ou cette adresse de courriel est déjà utilisée."
#: cps/web.py:1928 cps/web.py:2024
#: cps/web.py:1965 cps/web.py:2061
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr "Vous êtes maintenant connecté sous : '%(nickname)s'"
#: cps/web.py:1933
#: cps/web.py:1970
msgid "Wrong Username or Password"
msgstr "Mauvais nom d'utilisateur ou mot de passe"
#: cps/web.py:1939 cps/web.py:1960
#: cps/web.py:1976 cps/web.py:1997
msgid "login"
msgstr "connexion"
#: cps/web.py:1972 cps/web.py:2003
#: cps/web.py:2009 cps/web.py:2040
msgid "Token not found"
msgstr "Jeton non trouvé"
#: cps/web.py:1980 cps/web.py:2011
#: cps/web.py:2017 cps/web.py:2048
msgid "Token has expired"
msgstr "Jeton expiré"
#: cps/web.py:1988
#: cps/web.py:2025
msgid "Success! Please return to your device"
msgstr "Réussite! Merci de vous tourner vers votre appareil"
#: cps/web.py:2038
#: cps/web.py:2075
msgid "Please configure the SMTP mail settings first..."
msgstr "Veillez configurer les paramètres smtp d'abord..."
#: cps/web.py:2042
#: cps/web.py:2079
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr "Livres envoyés à %(kindlemail)s avec succès"
#: cps/web.py:2046
#: cps/web.py:2083
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr "Il y a eu une erreur en envoyant ce livre : %(res)s"
#: cps/web.py:2048 cps/web.py:2599
#: cps/web.py:2085 cps/web.py:2640
msgid "Please configure your kindle email address first..."
msgstr "Veuillez configurer votre adresse kindle d'abord..."
#: cps/web.py:2092
#: cps/web.py:2129
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr "Le livre a bien été ajouté à l'étagère : %(sname)s"
#: cps/web.py:2127
#: cps/web.py:2164
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr "Le livre a été supprimé de l'étagère %(sname)s"
#: cps/web.py:2146 cps/web.py:2170
#: cps/web.py:2183 cps/web.py:2207
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr "Une étagère de ce nom '%(title)s' existe déjà."
#: cps/web.py:2151
#: cps/web.py:2188
#, python-format
msgid "Shelf %(title)s created"
msgstr "Étagère %(title)s créée"
#: cps/web.py:2153 cps/web.py:2181
#: cps/web.py:2190 cps/web.py:2218
msgid "There was an error"
msgstr "Il y a eu une erreur"
#: cps/web.py:2154 cps/web.py:2156
#: cps/web.py:2191 cps/web.py:2193
msgid "create a shelf"
msgstr "créer une étagère"
#: cps/web.py:2179
#: cps/web.py:2216
#, python-format
msgid "Shelf %(title)s changed"
msgstr ""
#: cps/web.py:2182 cps/web.py:2184
#: cps/web.py:2219 cps/web.py:2221
msgid "Edit a shelf"
msgstr "Modifier une étagère"
#: cps/web.py:2205
#: cps/web.py:2242
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr "létagère %(name)s a été supprimé avec succès"
#: cps/web.py:2227
#: cps/web.py:2264
#, python-format
msgid "Shelf: '%(name)s'"
msgstr "Étagère : '%(name)s'"
#: cps/web.py:2230
#: cps/web.py:2267
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr ""
#: cps/web.py:2262
#: cps/web.py:2299
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:2327
#: cps/web.py:2368
msgid "Found an existing account for this email address."
msgstr "Un compte avec cette adresse de courriel existe déjà."
#: cps/web.py:2329 cps/web.py:2333
#: cps/web.py:2370 cps/web.py:2374
#, python-format
msgid "%(name)s's profile"
msgstr "Profil de %(name)s"
#: cps/web.py:2330
#: cps/web.py:2371
msgid "Profile updated"
msgstr "Profil mis à jour"
#: cps/web.py:2344
#: cps/web.py:2385
msgid "Admin page"
msgstr "Page administrateur"
#: cps/web.py:2468
#: cps/web.py:2509
msgid "Calibre-web configuration updated"
msgstr "Configuration de Calibre-web mise à jour"
#: cps/web.py:2475 cps/web.py:2481 cps/web.py:2495
#: cps/web.py:2516 cps/web.py:2522 cps/web.py:2536
msgid "Basic Configuration"
msgstr "Configuration basique"
#: cps/web.py:2479
#: cps/web.py:2520
msgid "DB location is not valid, please enter correct path"
msgstr ""
#: cps/templates/admin.html:34 cps/web.py:2516 cps/web.py:2569
#: cps/templates/admin.html:34 cps/web.py:2557 cps/web.py:2610
msgid "Add new user"
msgstr "Ajouter un nouvel utilisateur"
#: cps/web.py:2561
#: cps/web.py:2602
#, python-format
msgid "User '%(user)s' created"
msgstr "Utilisateur '%(user)s' créé"
#: cps/web.py:2565
#: cps/web.py:2606
msgid "Found an existing account for this email address or nickname."
msgstr "Un compte avec cette adresse de courriel ou ce surnom existe déjà."
#: cps/web.py:2587
#: cps/web.py:2628
msgid "Mail settings updated"
msgstr "Paramètres de courriel mis à jour"
#: cps/web.py:2594
#: cps/web.py:2635
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr ""
#: cps/web.py:2597
#: cps/web.py:2638
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr ""
#: cps/web.py:2601
#: cps/web.py:2642
msgid "E-Mail settings updated"
msgstr "Préférences e-mail mises à jour"
#: cps/web.py:2602
#: cps/web.py:2643
msgid "Edit mail settings"
msgstr "Éditer les paramètres de courriel"
#: cps/web.py:2631
#: cps/web.py:2672
#, python-format
msgid "User '%(nick)s' deleted"
msgstr "Utilisateur '%(nick)s' supprimé"
#: cps/web.py:2729
#: cps/web.py:2780
#, python-format
msgid "User '%(nick)s' updated"
msgstr "Utilisateur '%(nick)s' mis à jour"
#: cps/web.py:2732
#: cps/web.py:2783
msgid "An unknown error occured."
msgstr "Oups ! Une erreur inconnue a eu lieu."
#: cps/web.py:2735
#: cps/web.py:2786
#, python-format
msgid "Edit User %(nick)s"
msgstr "Éditer l'utilisateur %(nick)s"
#: cps/web.py:2751
#: cps/web.py:2802
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr ""
"Erreur à louverture du livre. Le fichier nexiste pas ou nest pas "
"accessible"
#: cps/web.py:2766 cps/web.py:2967 cps/web.py:3110
#: cps/web.py:2817 cps/web.py:3018 cps/web.py:3161
msgid "edit metadata"
msgstr "modifier les métadonnées"
#: cps/web.py:2776 cps/web.py:3004
#: cps/web.py:2827 cps/web.py:3055
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr ""
#: cps/web.py:2787
#: cps/web.py:2838
#, python-format
msgid "Failed to store file %s."
msgstr ""
#: cps/web.py:2807 cps/web.py:2811
#: cps/web.py:2858 cps/web.py:2862
msgid "unknown"
msgstr "inconnu"
#: cps/web.py:3010
#: cps/web.py:3061
msgid "File to be uploaded must have an extension"
msgstr "Pour être téléverser le fichier doit avoir une extension"
#: cps/web.py:3029
#: cps/web.py:3080
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr "Impossible de créer le chemin %s (permission refusée)"
#: cps/web.py:3034
#: cps/web.py:3085
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr "Impossible d'enregistrer le fichier %s (permission refusée)"
#: cps/web.py:3039
#: cps/web.py:3090
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgstr "Impossible de supprimer le fichier %s (permission refusée)"
@ -609,7 +609,7 @@ msgstr "Daccord"
#: cps/templates/book_edit.html:135 cps/templates/book_edit.html:157
#: cps/templates/config_edit.html:156 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:60 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:131
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:139
msgid "Back"
msgstr "Retour"
@ -655,7 +655,7 @@ msgstr "Description"
msgid "Tags"
msgstr "Étiquette"
#: cps/templates/book_edit.html:39 cps/templates/layout.html:137
#: cps/templates/book_edit.html:39 cps/templates/layout.html:141
#: cps/templates/search_form.html:37
msgid "Series"
msgstr "Séries"
@ -702,7 +702,7 @@ msgstr "Obtenir les métadonnées"
#: cps/templates/book_edit.html:134 cps/templates/config_edit.html:154
#: cps/templates/login.html:20 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:129
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:137
msgid "Submit"
msgstr "Soumettre"
@ -742,7 +742,7 @@ msgstr ""
msgid "Loading..."
msgstr "Chargement…"
#: cps/templates/book_edit.html:196 cps/templates/layout.html:201
#: cps/templates/book_edit.html:196 cps/templates/layout.html:205
msgid "Close"
msgstr "Fermer"
@ -795,8 +795,8 @@ msgstr ""
msgid "Server Port"
msgstr ""
#: cps/templates/config_edit.html:56 cps/templates/layout.html:116
#: cps/templates/layout.html:117 cps/templates/shelf_edit.html:7
#: cps/templates/config_edit.html:56 cps/templates/layout.html:119
#: cps/templates/layout.html:120 cps/templates/shelf_edit.html:7
msgid "Title"
msgstr "Titre"
@ -852,31 +852,31 @@ msgstr ""
msgid "Default Settings for new users"
msgstr "Réglages par défaut pour les nouveaux utilisateurs"
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:86
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:94
msgid "Admin user"
msgstr "Utilisateur admin"
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:95
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:103
msgid "Allow Downloads"
msgstr "Permettre les téléchargements"
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:99
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:107
msgid "Allow Uploads"
msgstr "Permettre les téléversements"
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:103
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:111
msgid "Allow Edit"
msgstr "Permettre l'édition"
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:107
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:115
msgid "Allow Delete books"
msgstr "Autoriser la suppression des livres"
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:112
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:120
msgid "Allow Changing Password"
msgstr "Permettre le changement de mot de passe"
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:116
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:124
msgid "Allow Editing Public Shelfs"
msgstr "Autoriser la modification détagères publiques"
@ -951,7 +951,7 @@ msgstr "Sauvegarder les réglages"
msgid "Save settings and send Test E-Mail"
msgstr "Sauvegarder les réglages et tester lenvoi de-mail"
#: cps/templates/feed.xml:20 cps/templates/layout.html:185
#: cps/templates/feed.xml:20 cps/templates/layout.html:189
msgid "Next"
msgstr "Suivant"
@ -968,7 +968,7 @@ msgstr "Découverte (livres au hasard)"
msgid "Start"
msgstr "Démarrer"
#: cps/templates/index.xml:14 cps/templates/layout.html:121
#: cps/templates/index.xml:14 cps/templates/layout.html:125
msgid "Hot Books"
msgstr "Livres populaires"
@ -978,7 +978,7 @@ msgstr ""
"Publications populaires depuis le catalogue basées sur les "
"téléchargements."
#: cps/templates/index.xml:20 cps/templates/layout.html:124
#: cps/templates/index.xml:20 cps/templates/layout.html:128
msgid "Best rated Books"
msgstr "Livres les mieux notés"
@ -998,7 +998,7 @@ msgstr "Les derniers livres"
msgid "Show Random Books"
msgstr "Montrer des livres au hasard"
#: cps/templates/index.xml:52 cps/templates/layout.html:140
#: cps/templates/index.xml:52 cps/templates/layout.html:144
msgid "Authors"
msgstr "Auteurs"
@ -1034,68 +1034,68 @@ msgstr "S'enregistrer"
msgid "Browse"
msgstr "Explorer"
#: cps/templates/layout.html:107
#: cps/templates/layout.html:108
msgid "Recently Added"
msgstr "Ajouts récents"
#: cps/templates/layout.html:110
#: cps/templates/layout.html:113
msgid "Sorted Books"
msgstr "Classer les livres"
#: cps/templates/layout.html:114 cps/templates/layout.html:115
#: cps/templates/layout.html:116 cps/templates/layout.html:117
#: cps/templates/layout.html:117 cps/templates/layout.html:118
#: cps/templates/layout.html:119 cps/templates/layout.html:120
msgid "Sort By"
msgstr "Classer par"
#: cps/templates/layout.html:114
#: cps/templates/layout.html:117
msgid "Newest"
msgstr "Récents"
#: cps/templates/layout.html:115
#: cps/templates/layout.html:118
msgid "Oldest"
msgstr "Anciens"
#: cps/templates/layout.html:116
#: cps/templates/layout.html:119
msgid "Ascending"
msgstr "Ascendant"
#: cps/templates/layout.html:117
#: cps/templates/layout.html:120
msgid "Descending"
msgstr "Descendant"
#: cps/templates/layout.html:131
#: cps/templates/layout.html:135
msgid "Discover"
msgstr "Découvrir"
#: cps/templates/layout.html:134
#: cps/templates/layout.html:138
msgid "Categories"
msgstr "Catégories"
#: cps/templates/layout.html:143 cps/templates/search_form.html:58
#: cps/templates/layout.html:147 cps/templates/search_form.html:58
msgid "Languages"
msgstr "Langues"
#: cps/templates/layout.html:146
#: cps/templates/layout.html:150
msgid "Public Shelves"
msgstr "Étagères publiques"
#: cps/templates/layout.html:150
#: cps/templates/layout.html:154
msgid "Your Shelves"
msgstr "Vos étagères"
#: cps/templates/layout.html:155
#: cps/templates/layout.html:159
msgid "Create a Shelf"
msgstr "Créer une étagère"
#: cps/templates/layout.html:156 cps/templates/stats.html:3
#: cps/templates/layout.html:160 cps/templates/stats.html:3
msgid "About"
msgstr "À propos"
#: cps/templates/layout.html:170
#: cps/templates/layout.html:174
msgid "Previous"
msgstr "Précédent"
#: cps/templates/layout.html:197
#: cps/templates/layout.html:201
msgid "Book Details"
msgstr "Détails du livre"
@ -1270,46 +1270,54 @@ msgid "Show random books"
msgstr "Montrer des livres au hasard"
#: cps/templates/user_edit.html:50
msgid "Show recent books"
msgstr ""
#: cps/templates/user_edit.html:54
msgid "Show sorted books"
msgstr ""
#: cps/templates/user_edit.html:58
msgid "Show hot books"
msgstr "Montrer les livres populaires"
#: cps/templates/user_edit.html:54
#: cps/templates/user_edit.html:62
msgid "Show best rated books"
msgstr "Montrer les livres les mieux notés"
#: cps/templates/user_edit.html:58
#: cps/templates/user_edit.html:66
msgid "Show language selection"
msgstr "Montrer la sélection par langue"
#: cps/templates/user_edit.html:62
#: cps/templates/user_edit.html:70
msgid "Show series selection"
msgstr "Montrer la sélection par séries"
#: cps/templates/user_edit.html:66
#: cps/templates/user_edit.html:74
msgid "Show category selection"
msgstr "Montrer la sélection par catégories"
#: cps/templates/user_edit.html:70
#: cps/templates/user_edit.html:78
msgid "Show author selection"
msgstr "Montrer la sélection par auteur"
#: cps/templates/user_edit.html:74
#: cps/templates/user_edit.html:82
msgid "Show read and unread"
msgstr "Montrer lu et non-lu"
#: cps/templates/user_edit.html:78
#: cps/templates/user_edit.html:86
msgid "Show random books in detail view"
msgstr "Montrer aléatoirement des livres dans la vue détaillée"
#: cps/templates/user_edit.html:90
#: cps/templates/user_edit.html:98
msgid "Show mature content"
msgstr "Montrer le contenu pour adulte"
#: cps/templates/user_edit.html:123
#: cps/templates/user_edit.html:131
msgid "Delete this user"
msgstr "Supprimer cet utilisateur"
#: cps/templates/user_edit.html:138
#: cps/templates/user_edit.html:146
msgid "Recent Downloads"
msgstr "Téléchargements récents"

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n"
"POT-Creation-Date: 2017-11-01 16:05+0100\n"
"POT-Creation-Date: 2017-11-12 14:54+0100\n"
"PO-Revision-Date: 2017-04-04 15:09+0200\n"
"Last-Translator: Marco Picone <marcovendere@gmail.com>\n"
"Language: it\n"
@ -25,7 +25,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1368
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1398
msgid "not installed"
msgstr "non installato"
@ -40,7 +40,7 @@ msgid "epub format not found for book id: %(book)d"
msgstr "formato epub non trovato"
#: cps/helper.py:93
msgid "kindlegen failed, no excecution permissions"
msgid "kindlegen failed, no execution permissions"
msgstr "non ci sono permessi"
#: cps/helper.py:108
@ -69,386 +69,386 @@ msgstr "Invia a Kindle"
msgid "Could not find any formats suitable for sending by email"
msgstr "Impossibile trovare i formati adatti per l'invio tramite email"
#: cps/ub.py:567
#: cps/ub.py:577
msgid "Guest"
msgstr "ospite"
#: cps/web.py:962
#: cps/web.py:964
msgid "Requesting update package"
msgstr "Richiesta del pacchetto di aggiornamento"
#: cps/web.py:963
#: cps/web.py:965
msgid "Downloading update package"
msgstr "Scaricare il pacchetto di aggiornamento"
#: cps/web.py:964
#: cps/web.py:966
msgid "Unzipping update package"
msgstr "Decomprimere pacchetto di aggiornamento"
#: cps/web.py:965
#: cps/web.py:967
msgid "Files are replaced"
msgstr "I file vengono sostituiti"
#: cps/web.py:966
#: cps/web.py:968
msgid "Database connections are closed"
msgstr "Le connessioni di database sono chiuse"
#: cps/web.py:967
#: cps/web.py:969
msgid "Server is stopped"
msgstr "Il server viene arrestato"
#: cps/web.py:968
#: cps/web.py:970
msgid "Update finished, please press okay and reload page"
msgstr "Aggiornamento completato, prego premere bene e ricaricare pagina"
#: cps/web.py:1042
#: cps/web.py:1044
msgid "Recently Added Books"
msgstr "Libri aggiunti di recente"
#: cps/web.py:1051
#: cps/web.py:1054
msgid "Newest Books"
msgstr "I più nuovi libri"
#: cps/web.py:1060
#: cps/web.py:1065
msgid "Oldest Books"
msgstr "Libri più vecchi"
#: cps/web.py:1069
#: cps/web.py:1077
msgid "Books (A-Z)"
msgstr "Ebook (A-Z)"
#: cps/web.py:1078
#: cps/web.py:1088
msgid "Books (Z-A)"
msgstr "Ebook (Z-A)"
#: cps/web.py:1105
#: cps/web.py:1116
msgid "Hot Books (most downloaded)"
msgstr "Hot Books (più scaricati)"
#: cps/web.py:1115
#: cps/web.py:1129
msgid "Best rated books"
msgstr "I migliori libri valutati"
#: cps/templates/index.xml:32 cps/web.py:1124
#: cps/templates/index.xml:32 cps/web.py:1140
msgid "Random Books"
msgstr "Libri casuali"
#: cps/web.py:1135
#: cps/web.py:1154
msgid "Author list"
msgstr "Elenco degli autori"
#: cps/web.py:1145 cps/web.py:1201 cps/web.py:1325 cps/web.py:1790
#: cps/web.py:1166 cps/web.py:1225 cps/web.py:1355 cps/web.py:1827
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
"Errore durante l'apertura di eBook. Il file non esiste o il file non è "
"accessibile:"
#: cps/templates/index.xml:64 cps/web.py:1187
#: cps/templates/index.xml:64 cps/web.py:1209
msgid "Series list"
msgstr "Lista delle serie"
#: cps/web.py:1199
#: cps/web.py:1223
#, python-format
msgid "Series: %(serie)s"
msgstr "Serie :"
#: cps/web.py:1231
#: cps/web.py:1256
msgid "Available languages"
msgstr "Lingue disponibili"
#: cps/web.py:1246
#: cps/web.py:1273
#, python-format
msgid "Language: %(name)s"
msgstr "Lingue: %(name)s"
#: cps/templates/index.xml:58 cps/web.py:1255
#: cps/templates/index.xml:58 cps/web.py:1283
msgid "Category list"
msgstr "Elenco categorie"
#: cps/web.py:1267
#: cps/web.py:1297
#, python-format
msgid "Category: %(name)s"
msgstr "Categoria : %(name)s"
#: cps/web.py:1379
#: cps/web.py:1409
msgid "Excecution permissions missing"
msgstr "Mancano autorizzazioni di esecuzione"
#: cps/web.py:1393
#: cps/web.py:1423
msgid "Statistics"
msgstr "Statistica"
#: cps/web.py:1557
#: cps/web.py:1587
msgid "Server restarted, please reload page"
msgstr "Server riavviato, ricarica pagina"
#: cps/web.py:1559
#: cps/web.py:1589
msgid "Performing shutdown of server, please close window"
msgstr "Eseguire l'arresto del server, chiudi la finestra."
#: cps/web.py:1575
#: cps/web.py:1605
msgid "Update done"
msgstr "Aggiornamento fatto"
#: cps/web.py:1650 cps/web.py:1663
#: cps/web.py:1687 cps/web.py:1700
msgid "search"
msgstr "ricerca"
#: cps/templates/index.xml:39 cps/templates/index.xml:42
#: cps/templates/layout.html:127 cps/web.py:1745
#: cps/templates/layout.html:131 cps/web.py:1782
msgid "Read Books"
msgstr "Leggere libri"
#: cps/templates/index.xml:45 cps/templates/index.xml:48
#: cps/templates/layout.html:128 cps/web.py:1748
#: cps/templates/layout.html:132 cps/web.py:1785
msgid "Unread Books"
msgstr "Libri non letti"
#: cps/web.py:1823 cps/web.py:1825 cps/web.py:1827 cps/web.py:1836
#: cps/web.py:1860 cps/web.py:1862 cps/web.py:1864 cps/web.py:1873
msgid "Read a Book"
msgstr "Leggere un libro"
#: cps/web.py:1888 cps/web.py:2514
#: cps/web.py:1925 cps/web.py:2555
msgid "Please fill out all fields!"
msgstr "Compila tutti i campi"
#: cps/web.py:1889 cps/web.py:1905 cps/web.py:1910 cps/web.py:1912
#: cps/web.py:1926 cps/web.py:1942 cps/web.py:1947 cps/web.py:1949
msgid "register"
msgstr "Registrare"
#: cps/web.py:1904
#: cps/web.py:1941
msgid "An unknown error occured. Please try again later."
msgstr "Si è verificato un errore sconosciuto. Per favore riprova più tardi."
#: cps/web.py:1909
#: cps/web.py:1946
msgid "This username or email address is already in use."
msgstr "Questo nome utente o indirizzo email è già in uso."
#: cps/web.py:1928 cps/web.py:2024
#: cps/web.py:1965 cps/web.py:2061
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr "ora sei connesso come : '%(nickname)s'"
#: cps/web.py:1933
#: cps/web.py:1970
msgid "Wrong Username or Password"
msgstr "Nome utente o password errata"
#: cps/web.py:1939 cps/web.py:1960
#: cps/web.py:1976 cps/web.py:1997
msgid "login"
msgstr "Accesso"
#: cps/web.py:1972 cps/web.py:2003
#: cps/web.py:2009 cps/web.py:2040
msgid "Token not found"
msgstr "Token non trovato"
#: cps/web.py:1980 cps/web.py:2011
#: cps/web.py:2017 cps/web.py:2048
msgid "Token has expired"
msgstr "Il token è scaduto"
#: cps/web.py:1988
#: cps/web.py:2025
msgid "Success! Please return to your device"
msgstr "Successo! Torna al tuo dispositivo"
#: cps/web.py:2038
#: cps/web.py:2075
msgid "Please configure the SMTP mail settings first..."
msgstr "Configurare prima le impostazioni della posta SMTP..."
#: cps/web.py:2042
#: cps/web.py:2079
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr "Libro inviare con successo %(kindlemail)s correttamente"
#: cps/web.py:2046
#: cps/web.py:2083
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr "Si è verificato un errore durante l'invio di questo libro: %(res)s"
#: cps/web.py:2048 cps/web.py:2599
#: cps/web.py:2085 cps/web.py:2640
msgid "Please configure your kindle email address first..."
msgstr "Si prega di configurare innanzitutto il tuo indirizzo email..."
#: cps/web.py:2092
#: cps/web.py:2129
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr "Il libro è stato aggiunto alla mensola: %(sname)s"
#: cps/web.py:2127
#: cps/web.py:2164
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr "Il libro è stato rimosso dalla mensola: %(sname)s"
#: cps/web.py:2146 cps/web.py:2170
#: cps/web.py:2183 cps/web.py:2207
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr "Uno scaffale con il nome '%(title)s' esiste già."
#: cps/web.py:2151
#: cps/web.py:2188
#, python-format
msgid "Shelf %(title)s created"
msgstr "Mensola %(title)s creato"
#: cps/web.py:2153 cps/web.py:2181
#: cps/web.py:2190 cps/web.py:2218
msgid "There was an error"
msgstr "c'era un errore"
#: cps/web.py:2154 cps/web.py:2156
#: cps/web.py:2191 cps/web.py:2193
msgid "create a shelf"
msgstr "creare uno scaffale"
#: cps/web.py:2179
#: cps/web.py:2216
#, python-format
msgid "Shelf %(title)s changed"
msgstr "Mensola %(title)s cambiato"
#: cps/web.py:2182 cps/web.py:2184
#: cps/web.py:2219 cps/web.py:2221
msgid "Edit a shelf"
msgstr "Modifica un ripiano"
#: cps/web.py:2205
#: cps/web.py:2242
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr "cancellato con successo il ripiano %(name)s"
#: cps/web.py:2227
#: cps/web.py:2264
#, python-format
msgid "Shelf: '%(name)s'"
msgstr "Mensola: '%(name)s'"
#: cps/web.py:2230
#: cps/web.py:2267
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr ""
"Errore durante l'apertura dello scaffale. La mensola non esiste o non è "
"accessibile"
#: cps/web.py:2262
#: cps/web.py:2299
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr "Modificare l'ordine della mensola: '%(name)s'"
#: cps/web.py:2327
#: cps/web.py:2368
msgid "Found an existing account for this email address."
msgstr "Trovato un account esistente per questo indirizzo email."
#: cps/web.py:2329 cps/web.py:2333
#: cps/web.py:2370 cps/web.py:2374
#, python-format
msgid "%(name)s's profile"
msgstr "Profilo di %(name)s"
#: cps/web.py:2330
#: cps/web.py:2371
msgid "Profile updated"
msgstr "Profilo aggiornato"
#: cps/web.py:2344
#: cps/web.py:2385
msgid "Admin page"
msgstr "Pagina di amministrazione"
#: cps/web.py:2468
#: cps/web.py:2509
msgid "Calibre-web configuration updated"
msgstr "Aggiornamento della configurazione del calibro-web"
#: cps/web.py:2475 cps/web.py:2481 cps/web.py:2495
#: cps/web.py:2516 cps/web.py:2522 cps/web.py:2536
msgid "Basic Configuration"
msgstr "Configurazione di base"
#: cps/web.py:2479
#: cps/web.py:2520
msgid "DB location is not valid, please enter correct path"
msgstr "Posizione DB non valida. Inserisci il percorso corretto."
#: cps/templates/admin.html:34 cps/web.py:2516 cps/web.py:2569
#: cps/templates/admin.html:34 cps/web.py:2557 cps/web.py:2610
msgid "Add new user"
msgstr "Aggiungi un nuovo utente"
#: cps/web.py:2561
#: cps/web.py:2602
#, python-format
msgid "User '%(user)s' created"
msgstr "utente '%(user)s' creato"
#: cps/web.py:2565
#: cps/web.py:2606
msgid "Found an existing account for this email address or nickname."
msgstr ""
"È stato trovato un account collegato a questo indirizzo e-mail o nome "
"utente."
#: cps/web.py:2587
#: cps/web.py:2628
msgid "Mail settings updated"
msgstr "Parametri di posta aggiornati"
#: cps/web.py:2594
#: cps/web.py:2635
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr "Successo quando invii il test a %(kindlemail)s"
#: cps/web.py:2597
#: cps/web.py:2638
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr "Impossibile inviare il test a E-Mail: %(res)s"
#: cps/web.py:2601
#: cps/web.py:2642
msgid "E-Mail settings updated"
msgstr "Impostazioni email aggiornate"
#: cps/web.py:2602
#: cps/web.py:2643
msgid "Edit mail settings"
msgstr "Modificare i parametri della posta"
#: cps/web.py:2631
#: cps/web.py:2672
#, python-format
msgid "User '%(nick)s' deleted"
msgstr "utente '%(nick)s' cancellati"
#: cps/web.py:2729
#: cps/web.py:2780
#, python-format
msgid "User '%(nick)s' updated"
msgstr "utente '%(nick)s' aggiornato"
#: cps/web.py:2732
#: cps/web.py:2783
msgid "An unknown error occured."
msgstr "Errore imprevisto."
#: cps/web.py:2735
#: cps/web.py:2786
#, python-format
msgid "Edit User %(nick)s"
msgstr "Modifica utente %(nick)s"
#: cps/web.py:2751
#: cps/web.py:2802
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr ""
"Errore durante l'apertura di eBook. Il file non esiste o il file non è "
"accessibile"
#: cps/web.py:2766 cps/web.py:2967 cps/web.py:3110
#: cps/web.py:2817 cps/web.py:3018 cps/web.py:3161
msgid "edit metadata"
msgstr "modificare la metainformazione"
#: cps/web.py:2776 cps/web.py:3004
#: cps/web.py:2827 cps/web.py:3055
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr "Non è consentito caricare i file con l'estensione \"%s\" a questo server"
#: cps/web.py:2787
#: cps/web.py:2838
#, python-format
msgid "Failed to store file %s."
msgstr ""
#: cps/web.py:2807 cps/web.py:2811
#: cps/web.py:2858 cps/web.py:2862
msgid "unknown"
msgstr "Sconosciuto"
#: cps/web.py:3010
#: cps/web.py:3061
msgid "File to be uploaded must have an extension"
msgstr "Il file da caricare deve avere un'estensione"
#: cps/web.py:3029
#: cps/web.py:3080
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr "Impossibile creare il percorso %s (autorizzazione negata)"
#: cps/web.py:3034
#: cps/web.py:3085
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr "Impossibile archiviare il file %s (autorizzazione negata)"
#: cps/web.py:3039
#: cps/web.py:3090
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgstr "Impossibile eliminare il file %s (autorizzazione negata)"
@ -607,7 +607,7 @@ msgstr "Ok"
#: cps/templates/book_edit.html:135 cps/templates/book_edit.html:157
#: cps/templates/config_edit.html:156 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:60 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:131
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:139
msgid "Back"
msgstr "Indietro"
@ -653,7 +653,7 @@ msgstr "Descrizione"
msgid "Tags"
msgstr "Tags"
#: cps/templates/book_edit.html:39 cps/templates/layout.html:137
#: cps/templates/book_edit.html:39 cps/templates/layout.html:141
#: cps/templates/search_form.html:37
msgid "Series"
msgstr "Serie"
@ -700,7 +700,7 @@ msgstr "Ottieni metadati"
#: cps/templates/book_edit.html:134 cps/templates/config_edit.html:154
#: cps/templates/login.html:20 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:129
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:137
msgid "Submit"
msgstr "Sottoscrivi"
@ -740,7 +740,7 @@ msgstr "Fai clic sul coperchio per caricare i metadati nel modulo"
msgid "Loading..."
msgstr "Caricamento in corso..."
#: cps/templates/book_edit.html:196 cps/templates/layout.html:201
#: cps/templates/book_edit.html:196 cps/templates/layout.html:205
msgid "Close"
msgstr "Chiuso"
@ -793,8 +793,8 @@ msgstr "ID canale Watch Metadata"
msgid "Server Port"
msgstr "Porta del server"
#: cps/templates/config_edit.html:56 cps/templates/layout.html:116
#: cps/templates/layout.html:117 cps/templates/shelf_edit.html:7
#: cps/templates/config_edit.html:56 cps/templates/layout.html:119
#: cps/templates/layout.html:120 cps/templates/shelf_edit.html:7
msgid "Title"
msgstr "Titolo"
@ -850,31 +850,31 @@ msgstr "Goodreads API Secret"
msgid "Default Settings for new users"
msgstr "Impostazioni predefinite per i nuovi utenti"
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:86
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:94
msgid "Admin user"
msgstr "Utente amministratore"
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:95
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:103
msgid "Allow Downloads"
msgstr "Consenti download"
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:99
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:107
msgid "Allow Uploads"
msgstr "Consenti caricamenti"
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:103
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:111
msgid "Allow Edit"
msgstr "Consenti Modifica"
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:107
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:115
msgid "Allow Delete books"
msgstr "Consenti l'eliminazione di libri"
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:112
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:120
msgid "Allow Changing Password"
msgstr "Consenti la modifica della password"
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:116
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:124
msgid "Allow Editing Public Shelfs"
msgstr "Consenti la modifica dei ripiani pubblici"
@ -949,7 +949,7 @@ msgstr "Salva le impostazioni"
msgid "Save settings and send Test E-Mail"
msgstr "Salvare le impostazioni e inviare Test e-mail"
#: cps/templates/feed.xml:20 cps/templates/layout.html:185
#: cps/templates/feed.xml:20 cps/templates/layout.html:189
msgid "Next"
msgstr "Prossimo"
@ -966,7 +966,7 @@ msgstr "Scoprire (Libri casuali)"
msgid "Start"
msgstr "Inizio"
#: cps/templates/index.xml:14 cps/templates/layout.html:121
#: cps/templates/index.xml:14 cps/templates/layout.html:125
msgid "Hot Books"
msgstr "Hot Ebook"
@ -974,7 +974,7 @@ msgstr "Hot Ebook"
msgid "Popular publications from this catalog based on Downloads."
msgstr "Pubblicazioni popolari di questo catalogo in base ai download."
#: cps/templates/index.xml:20 cps/templates/layout.html:124
#: cps/templates/index.xml:20 cps/templates/layout.html:128
msgid "Best rated Books"
msgstr "Libri più votati"
@ -994,7 +994,7 @@ msgstr "Gli ultimi Libri"
msgid "Show Random Books"
msgstr "Mostra libri casuali"
#: cps/templates/index.xml:52 cps/templates/layout.html:140
#: cps/templates/index.xml:52 cps/templates/layout.html:144
msgid "Authors"
msgstr "Autori"
@ -1030,68 +1030,68 @@ msgstr "Registrare"
msgid "Browse"
msgstr "Navigare"
#: cps/templates/layout.html:107
#: cps/templates/layout.html:108
msgid "Recently Added"
msgstr "Aggiunto recentemente"
#: cps/templates/layout.html:110
#: cps/templates/layout.html:113
msgid "Sorted Books"
msgstr "Libri ordinati"
#: cps/templates/layout.html:114 cps/templates/layout.html:115
#: cps/templates/layout.html:116 cps/templates/layout.html:117
#: cps/templates/layout.html:117 cps/templates/layout.html:118
#: cps/templates/layout.html:119 cps/templates/layout.html:120
msgid "Sort By"
msgstr "Ordina per"
#: cps/templates/layout.html:114
#: cps/templates/layout.html:117
msgid "Newest"
msgstr "i più nuovi"
#: cps/templates/layout.html:115
#: cps/templates/layout.html:118
msgid "Oldest"
msgstr "il più vecchio"
#: cps/templates/layout.html:116
#: cps/templates/layout.html:119
msgid "Ascending"
msgstr "Ascendente"
#: cps/templates/layout.html:117
#: cps/templates/layout.html:120
msgid "Descending"
msgstr "Discendente"
#: cps/templates/layout.html:131
#: cps/templates/layout.html:135
msgid "Discover"
msgstr "Per scoprire"
#: cps/templates/layout.html:134
#: cps/templates/layout.html:138
msgid "Categories"
msgstr "Categoria"
#: cps/templates/layout.html:143 cps/templates/search_form.html:58
#: cps/templates/layout.html:147 cps/templates/search_form.html:58
msgid "Languages"
msgstr "lingua"
#: cps/templates/layout.html:146
#: cps/templates/layout.html:150
msgid "Public Shelves"
msgstr "Ripiani pubblici"
#: cps/templates/layout.html:150
#: cps/templates/layout.html:154
msgid "Your Shelves"
msgstr "I tuoi scaffali"
#: cps/templates/layout.html:155
#: cps/templates/layout.html:159
msgid "Create a Shelf"
msgstr "Crea una mensola"
#: cps/templates/layout.html:156 cps/templates/stats.html:3
#: cps/templates/layout.html:160 cps/templates/stats.html:3
msgid "About"
msgstr "Di"
#: cps/templates/layout.html:170
#: cps/templates/layout.html:174
msgid "Previous"
msgstr "Precedente"
#: cps/templates/layout.html:197
#: cps/templates/layout.html:201
msgid "Book Details"
msgstr "Dettagli ebook"
@ -1268,46 +1268,54 @@ msgid "Show random books"
msgstr "Mostra libro a caso"
#: cps/templates/user_edit.html:50
msgid "Show recent books"
msgstr ""
#: cps/templates/user_edit.html:54
msgid "Show sorted books"
msgstr ""
#: cps/templates/user_edit.html:58
msgid "Show hot books"
msgstr "Mostra libri popolari"
#: cps/templates/user_edit.html:54
#: cps/templates/user_edit.html:62
msgid "Show best rated books"
msgstr "Mostra sezione più votati"
#: cps/templates/user_edit.html:58
#: cps/templates/user_edit.html:66
msgid "Show language selection"
msgstr "Mostra sezione lingua"
#: cps/templates/user_edit.html:62
#: cps/templates/user_edit.html:70
msgid "Show series selection"
msgstr "Mostra sezione serie"
#: cps/templates/user_edit.html:66
#: cps/templates/user_edit.html:74
msgid "Show category selection"
msgstr "Mostra sezione categorie"
#: cps/templates/user_edit.html:70
#: cps/templates/user_edit.html:78
msgid "Show author selection"
msgstr "Mostra sezione autore"
#: cps/templates/user_edit.html:74
#: cps/templates/user_edit.html:82
msgid "Show read and unread"
msgstr "Mostra letto e non letto"
#: cps/templates/user_edit.html:78
#: cps/templates/user_edit.html:86
msgid "Show random books in detail view"
msgstr "Un libro a caso"
#: cps/templates/user_edit.html:90
#: cps/templates/user_edit.html:98
msgid "Show mature content"
msgstr "Mostra sezione adulti"
#: cps/templates/user_edit.html:123
#: cps/templates/user_edit.html:131
msgid "Delete this user"
msgstr "Elimina questo utente"
#: cps/templates/user_edit.html:138
#: cps/templates/user_edit.html:146
msgid "Recent Downloads"
msgstr "Download Recenti"

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-web dutch translation by Ed Driesen (GPL V3)\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-11-01 16:05+0100\n"
"POT-Creation-Date: 2017-11-12 14:54+0100\n"
"PO-Revision-Date: 2017-06-21 20:15+0200\n"
"Last-Translator: \n"
"Language: nl\n"
@ -33,7 +33,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1368
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1398
msgid "not installed"
msgstr "niet geïnstalleerd"
@ -48,7 +48,7 @@ msgid "epub format not found for book id: %(book)d"
msgstr "epub type niet gevonden voor boek met id: %(book)d"
#: cps/helper.py:93
msgid "kindlegen failed, no excecution permissions"
msgid "kindlegen failed, no execution permissions"
msgstr "kindlegen gefaald, geen rechten om uit te voeren"
#: cps/helper.py:108
@ -77,378 +77,382 @@ msgstr "Stuur naar Kindle:"
msgid "Could not find any formats suitable for sending by email"
msgstr "Kon geen geschikte formaten vinden om te verzenden per email"
#: cps/ub.py:567
#: cps/ub.py:577
msgid "Guest"
msgstr "Gast"
#: cps/web.py:962
#: cps/web.py:964
msgid "Requesting update package"
msgstr "Update pakket wordt aangevraagd"
#: cps/web.py:963
#: cps/web.py:965
msgid "Downloading update package"
msgstr "Update pakket wordt gedownload"
#: cps/web.py:964
#: cps/web.py:966
msgid "Unzipping update package"
msgstr "Update pakket wordt uitgepakt"
#: cps/web.py:965
#: cps/web.py:967
msgid "Files are replaced"
msgstr "Bestanden zijn vervangen"
#: cps/web.py:966
#: cps/web.py:968
msgid "Database connections are closed"
msgstr "Database verbindingen zijn gesloten"
#: cps/web.py:967
#: cps/web.py:969
msgid "Server is stopped"
msgstr "Server is gestopt"
#: cps/web.py:968
#: cps/web.py:970
msgid "Update finished, please press okay and reload page"
msgstr "Update voltooid, klik op ok en herlaad de pagina"
#: cps/web.py:1042
#: cps/web.py:1044
msgid "Recently Added Books"
msgstr "Recent toegevoegde boeken"
#: cps/web.py:1051
#: cps/web.py:1054
msgid "Newest Books"
msgstr "Nieuwste boeken"
#: cps/web.py:1060
#: cps/web.py:1065
msgid "Oldest Books"
msgstr "Oudste boeken"
#: cps/web.py:1069
#: cps/web.py:1077
msgid "Books (A-Z)"
msgstr "Boeken (A-Z)"
#: cps/web.py:1078
#: cps/web.py:1088
msgid "Books (Z-A)"
msgstr "Boeken (A-Z)"
#: cps/web.py:1105
#: cps/web.py:1116
msgid "Hot Books (most downloaded)"
msgstr "Populaire boeken (meeste downloads)"
#: cps/web.py:1115
#: cps/web.py:1129
msgid "Best rated books"
msgstr "Best beoordeelde boeken"
#: cps/templates/index.xml:32 cps/web.py:1124
#: cps/templates/index.xml:32 cps/web.py:1140
msgid "Random Books"
msgstr "Willekeurige boeken"
#: cps/web.py:1135
#: cps/web.py:1154
msgid "Author list"
msgstr "Auteur lijst"
#: cps/web.py:1145 cps/web.py:1201 cps/web.py:1325 cps/web.py:1790
#: cps/web.py:1166 cps/web.py:1225 cps/web.py:1355 cps/web.py:1827
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr "Fout bij openen van het boek. Bestand bestaat niet of is niet toegankelijk:"
msgstr ""
"Fout bij openen van het boek. Bestand bestaat niet of is niet "
"toegankelijk:"
#: cps/templates/index.xml:64 cps/web.py:1187
#: cps/templates/index.xml:64 cps/web.py:1209
msgid "Series list"
msgstr "Serie lijst"
#: cps/web.py:1199
#: cps/web.py:1223
#, python-format
msgid "Series: %(serie)s"
msgstr "Serie: %(serie)s"
#: cps/web.py:1231
#: cps/web.py:1256
msgid "Available languages"
msgstr "Beschikbare talen"
#: cps/web.py:1246
#: cps/web.py:1273
#, python-format
msgid "Language: %(name)s"
msgstr "Taal: %(name)s"
#: cps/templates/index.xml:58 cps/web.py:1255
#: cps/templates/index.xml:58 cps/web.py:1283
msgid "Category list"
msgstr "Categorie lijst"
#: cps/web.py:1267
#: cps/web.py:1297
#, python-format
msgid "Category: %(name)s"
msgstr "Categorie: %(name)s"
#: cps/web.py:1379
#: cps/web.py:1409
msgid "Excecution permissions missing"
msgstr "Rechten om uit te voeren ontbreken"
#: cps/web.py:1393
#: cps/web.py:1423
msgid "Statistics"
msgstr "Statistieken"
#: cps/web.py:1557
#: cps/web.py:1587
msgid "Server restarted, please reload page"
msgstr "Server herstart, gelieve de pagina herladen"
#: cps/web.py:1559
#: cps/web.py:1589
msgid "Performing shutdown of server, please close window"
msgstr "Bezig met het stoppen van de server, gelieve venster te sluiten"
#: cps/web.py:1575
#: cps/web.py:1605
msgid "Update done"
msgstr "Update voltooid"
#: cps/web.py:1650 cps/web.py:1663
#: cps/web.py:1687 cps/web.py:1700
msgid "search"
msgstr "zoek"
#: cps/templates/index.xml:39 cps/templates/index.xml:42
#: cps/templates/layout.html:127 cps/web.py:1745
#: cps/templates/layout.html:131 cps/web.py:1782
msgid "Read Books"
msgstr "Gelezen Boeken"
#: cps/templates/index.xml:45 cps/templates/index.xml:48
#: cps/templates/layout.html:128 cps/web.py:1748
#: cps/templates/layout.html:132 cps/web.py:1785
msgid "Unread Books"
msgstr "Ongelezen Boeken"
#: cps/web.py:1823 cps/web.py:1825 cps/web.py:1827 cps/web.py:1836
#: cps/web.py:1860 cps/web.py:1862 cps/web.py:1864 cps/web.py:1873
msgid "Read a Book"
msgstr "Lees een boek"
#: cps/web.py:1888 cps/web.py:2514
#: cps/web.py:1925 cps/web.py:2555
msgid "Please fill out all fields!"
msgstr "Gelieve alle velden in te vullen!"
#: cps/web.py:1889 cps/web.py:1905 cps/web.py:1910 cps/web.py:1912
#: cps/web.py:1926 cps/web.py:1942 cps/web.py:1947 cps/web.py:1949
msgid "register"
msgstr "registreer"
#: cps/web.py:1904
#: cps/web.py:1941
msgid "An unknown error occured. Please try again later."
msgstr "Een onbekende fout deed zich voor. Gelieve later nog eens te proberen."
#: cps/web.py:1909
#: cps/web.py:1946
msgid "This username or email address is already in use."
msgstr "Deze gebruikersnaam of dit emailadres is reeds in gebruik."
#: cps/web.py:1928 cps/web.py:2024
#: cps/web.py:1965 cps/web.py:2061
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr "je bent nu ingelogd als: '%(nickname)s'"
#: cps/web.py:1933
#: cps/web.py:1970
msgid "Wrong Username or Password"
msgstr "Verkeerde gebruikersnaam of Wachtwoord"
#: cps/web.py:1939 cps/web.py:1960
#: cps/web.py:1976 cps/web.py:1997
msgid "login"
msgstr "login"
#: cps/web.py:1972 cps/web.py:2003
#: cps/web.py:2009 cps/web.py:2040
msgid "Token not found"
msgstr "Token niet gevonden"
#: cps/web.py:1980 cps/web.py:2011
#: cps/web.py:2017 cps/web.py:2048
msgid "Token has expired"
msgstr "Token is verlopen"
#: cps/web.py:1988
#: cps/web.py:2025
msgid "Success! Please return to your device"
msgstr "Gelukt! Ga terug naar je apparaat"
#: cps/web.py:2038
#: cps/web.py:2075
msgid "Please configure the SMTP mail settings first..."
msgstr "Gelieve de SMTP mail instellingen eerst te configureren..."
#: cps/web.py:2042
#: cps/web.py:2079
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr "Boek met succes verstuurd naar %(kindlemail)s"
#: cps/web.py:2046
#: cps/web.py:2083
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr "Er trad een fout op bij het versturen van dit boek: %(res)s"
#: cps/web.py:2048 cps/web.py:2599
#: cps/web.py:2085 cps/web.py:2640
msgid "Please configure your kindle email address first..."
msgstr "Gelieve eerst je kindle email adres te configureren..."
#: cps/web.py:2092
#: cps/web.py:2129
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr "Boek werd toegevoegd aan boekenplank: %(sname)s"
#: cps/web.py:2127
#: cps/web.py:2164
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr "Boek werd verwijderd van boekenplank: %(sname)s"
#: cps/web.py:2146 cps/web.py:2170
#: cps/web.py:2183 cps/web.py:2207
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr "Een boekenplank met de naam '%(title)s' bestaat reeds."
#: cps/web.py:2151
#: cps/web.py:2188
#, python-format
msgid "Shelf %(title)s created"
msgstr "Boekenplank %(title)s aangemaakt"
#: cps/web.py:2153 cps/web.py:2181
#: cps/web.py:2190 cps/web.py:2218
msgid "There was an error"
msgstr "Er deed zich een fout voor"
#: cps/web.py:2154 cps/web.py:2156
#: cps/web.py:2191 cps/web.py:2193
msgid "create a shelf"
msgstr "maak een boekenplank"
#: cps/web.py:2179
#: cps/web.py:2216
#, python-format
msgid "Shelf %(title)s changed"
msgstr "Boekenplank %(title)s gewijzigd"
#: cps/web.py:2182 cps/web.py:2184
#: cps/web.py:2219 cps/web.py:2221
msgid "Edit a shelf"
msgstr "Bewerk een boekenplank"
#: cps/web.py:2205
#: cps/web.py:2242
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr "Boekenplank %(name)s succesvol gewist"
#: cps/web.py:2227
#: cps/web.py:2264
#, python-format
msgid "Shelf: '%(name)s'"
msgstr "Boekenplank: '%(name)s'"
#: cps/web.py:2230
#: cps/web.py:2267
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Fout bij openen boekenplank. Boekenplank bestaat niet of is niet toegankelijk"
msgstr ""
"Fout bij openen boekenplank. Boekenplank bestaat niet of is niet "
"toegankelijk"
#: cps/web.py:2262
#: cps/web.py:2299
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr "Verander volgorde van Boekenplank: '%(name)s'"
#: cps/web.py:2327
#: cps/web.py:2368
msgid "Found an existing account for this email address."
msgstr "Een bestaand gebruiker gevonden voor dit email adres."
#: cps/web.py:2329 cps/web.py:2333
#: cps/web.py:2370 cps/web.py:2374
#, python-format
msgid "%(name)s's profile"
msgstr "%(name)s's profiel"
#: cps/web.py:2330
#: cps/web.py:2371
msgid "Profile updated"
msgstr "Profiel aangepast"
#: cps/web.py:2344
#: cps/web.py:2385
msgid "Admin page"
msgstr "Administratie pagina"
#: cps/web.py:2468
#: cps/web.py:2509
msgid "Calibre-web configuration updated"
msgstr "Calibre-web configuratie aangepast"
#: cps/web.py:2475 cps/web.py:2481 cps/web.py:2495
#: cps/web.py:2516 cps/web.py:2522 cps/web.py:2536
msgid "Basic Configuration"
msgstr "Basis configuratie"
#: cps/web.py:2479
#: cps/web.py:2520
msgid "DB location is not valid, please enter correct path"
msgstr "DB locatie is niet geldig, gelieve het correcte pad in te geven"
#: cps/templates/admin.html:34 cps/web.py:2516 cps/web.py:2569
#: cps/templates/admin.html:34 cps/web.py:2557 cps/web.py:2610
msgid "Add new user"
msgstr "Voeg nieuwe gebruiker toe"
#: cps/web.py:2561
#: cps/web.py:2602
#, python-format
msgid "User '%(user)s' created"
msgstr "Gebruiker '%(user)s' aangemaakt"
#: cps/web.py:2565
#: cps/web.py:2606
msgid "Found an existing account for this email address or nickname."
msgstr "Een bestaande gebruiker gevonden voor dit emailadres of gebruikersnaam."
#: cps/web.py:2587
#: cps/web.py:2628
msgid "Mail settings updated"
msgstr "Mail instellingen aangepast"
#: cps/web.py:2594
#: cps/web.py:2635
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr "Test email met succes verstuurd naar %(kindlemail)s"
#: cps/web.py:2597
#: cps/web.py:2638
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr "Er trad een fout op met het versturen van de test email: %(res)s"
#: cps/web.py:2601
#: cps/web.py:2642
msgid "E-Mail settings updated"
msgstr "Email instellingen aangepast"
#: cps/web.py:2602
#: cps/web.py:2643
msgid "Edit mail settings"
msgstr "Bewerk mail instellingen"
#: cps/web.py:2631
#: cps/web.py:2672
#, python-format
msgid "User '%(nick)s' deleted"
msgstr "Gebruiker '%(nick)s' verwijderd"
#: cps/web.py:2729
#: cps/web.py:2780
#, python-format
msgid "User '%(nick)s' updated"
msgstr "Gebruiker '%(nick)s' aangepast"
#: cps/web.py:2732
#: cps/web.py:2783
msgid "An unknown error occured."
msgstr "Een onbekende fout deed zich voor."
#: cps/web.py:2735
#: cps/web.py:2786
#, python-format
msgid "Edit User %(nick)s"
msgstr "Bewerk gebruiker '%(nick)s'"
#: cps/web.py:2751
#: cps/web.py:2802
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr "Fout bij openen eBook. Het bestand bestaat niet of is niet toegankelijk"
#: cps/web.py:2766 cps/web.py:2967 cps/web.py:3110
#: cps/web.py:2817 cps/web.py:3018 cps/web.py:3161
msgid "edit metadata"
msgstr "Bewerk metadata"
#: cps/web.py:2776 cps/web.py:3004
#: cps/web.py:2827 cps/web.py:3055
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr "Het uploaden van bestandsextensie \"%s\" is niet toegestaan op deze server"
#: cps/web.py:2787
#: cps/web.py:2838
#, python-format
msgid "Failed to store file %s."
msgstr "Bestand opslaan niet gelukt voor %s."
#: cps/web.py:2807 cps/web.py:2811
#: cps/web.py:2858 cps/web.py:2862
msgid "unknown"
msgstr "onbekend"
#: cps/web.py:3010
#: cps/web.py:3061
msgid "File to be uploaded must have an extension"
msgstr "Up te loaden bestanden dienen een extensie te hebben"
#: cps/web.py:3029
#: cps/web.py:3080
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr "Het pad %s aanmaken mislukt (Geen toestemming)."
#: cps/web.py:3034
#: cps/web.py:3085
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr "Bestand %s opslaan mislukt (Geen toestemming)."
#: cps/web.py:3039
#: cps/web.py:3090
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgstr "Bestand %s wissen mislukt (Geen toestemming)."
@ -607,7 +611,7 @@ msgstr "Ok"
#: cps/templates/book_edit.html:135 cps/templates/book_edit.html:157
#: cps/templates/config_edit.html:156 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:60 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:131
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:139
msgid "Back"
msgstr "Terug"
@ -653,7 +657,7 @@ msgstr "Omschrijving"
msgid "Tags"
msgstr "Tags"
#: cps/templates/book_edit.html:39 cps/templates/layout.html:137
#: cps/templates/book_edit.html:39 cps/templates/layout.html:141
#: cps/templates/search_form.html:37
msgid "Series"
msgstr "Series"
@ -700,7 +704,7 @@ msgstr "Verkrijg metadata"
#: cps/templates/book_edit.html:134 cps/templates/config_edit.html:154
#: cps/templates/login.html:20 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:129
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:137
msgid "Submit"
msgstr "Indienen"
@ -740,7 +744,7 @@ msgstr "Klik op de omslag om de metatadata in het formulier te laden"
msgid "Loading..."
msgstr "Aan het laden..."
#: cps/templates/book_edit.html:196 cps/templates/layout.html:201
#: cps/templates/book_edit.html:196 cps/templates/layout.html:205
msgid "Close"
msgstr "Sluit"
@ -793,8 +797,8 @@ msgstr "Metadata Watch Channel ID"
msgid "Server Port"
msgstr "Server poort"
#: cps/templates/config_edit.html:56 cps/templates/layout.html:116
#: cps/templates/layout.html:117 cps/templates/shelf_edit.html:7
#: cps/templates/config_edit.html:56 cps/templates/layout.html:119
#: cps/templates/layout.html:120 cps/templates/shelf_edit.html:7
msgid "Title"
msgstr "Titel"
@ -850,31 +854,31 @@ msgstr "Goodreads API geheim"
msgid "Default Settings for new users"
msgstr "Standaard instellingen voor nieuwe gebruikers"
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:86
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:94
msgid "Admin user"
msgstr "Administratie gebruiker"
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:95
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:103
msgid "Allow Downloads"
msgstr "Downloads toestaan"
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:99
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:107
msgid "Allow Uploads"
msgstr "Uploads toestaan"
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:103
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:111
msgid "Allow Edit"
msgstr "Bewerken toestaan"
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:107
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:115
msgid "Allow Delete books"
msgstr "Het wissen van boeken toestaan"
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:112
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:120
msgid "Allow Changing Password"
msgstr "Wachtwoord wijzigen toestaan"
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:116
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:124
msgid "Allow Editing Public Shelfs"
msgstr "Publieke boekenplanken bewerken toestaan"
@ -917,7 +921,9 @@ msgstr "Bewerk metadata"
#: cps/templates/email_edit.html:11
msgid "SMTP port (usually 25 for plain SMTP and 465 for SSL and 587 for STARTTLS)"
msgstr "SMTP poort (meestal 25 voor normale SMTP en 465 voor SSL en 587 voor STARTTLS)"
msgstr ""
"SMTP poort (meestal 25 voor normale SMTP en 465 voor SSL en 587 voor "
"STARTTLS)"
#: cps/templates/email_edit.html:15
msgid "Encryption"
@ -947,7 +953,7 @@ msgstr "Bewaar instelling"
msgid "Save settings and send Test E-Mail"
msgstr "Bewaar instellingen en stuur test email"
#: cps/templates/feed.xml:20 cps/templates/layout.html:185
#: cps/templates/feed.xml:20 cps/templates/layout.html:189
msgid "Next"
msgstr "Volgende"
@ -964,7 +970,7 @@ msgstr "Ontdek (Willekeurige Boeken)"
msgid "Start"
msgstr "Start"
#: cps/templates/index.xml:14 cps/templates/layout.html:121
#: cps/templates/index.xml:14 cps/templates/layout.html:125
msgid "Hot Books"
msgstr "Populaire Boeken"
@ -972,7 +978,7 @@ msgstr "Populaire Boeken"
msgid "Popular publications from this catalog based on Downloads."
msgstr "Populaire publicaties van deze cataloog gebaseerd op Downloads."
#: cps/templates/index.xml:20 cps/templates/layout.html:124
#: cps/templates/index.xml:20 cps/templates/layout.html:128
msgid "Best rated Books"
msgstr "Best beoordeeld"
@ -992,7 +998,7 @@ msgstr "Recentste boeken"
msgid "Show Random Books"
msgstr "Toon Willekeurige Boeken"
#: cps/templates/index.xml:52 cps/templates/layout.html:140
#: cps/templates/index.xml:52 cps/templates/layout.html:144
msgid "Authors"
msgstr "Auteurs"
@ -1028,68 +1034,68 @@ msgstr "Registreer"
msgid "Browse"
msgstr "Verkennen"
#: cps/templates/layout.html:107
#: cps/templates/layout.html:108
msgid "Recently Added"
msgstr "Recent Toegevoegd"
#: cps/templates/layout.html:110
#: cps/templates/layout.html:113
msgid "Sorted Books"
msgstr "Gesorteerde Boeken"
#: cps/templates/layout.html:114 cps/templates/layout.html:115
#: cps/templates/layout.html:116 cps/templates/layout.html:117
#: cps/templates/layout.html:117 cps/templates/layout.html:118
#: cps/templates/layout.html:119 cps/templates/layout.html:120
msgid "Sort By"
msgstr "Sorteren op"
#: cps/templates/layout.html:114
#: cps/templates/layout.html:117
msgid "Newest"
msgstr "Nieuwste"
#: cps/templates/layout.html:115
#: cps/templates/layout.html:118
msgid "Oldest"
msgstr "Oudste"
#: cps/templates/layout.html:116
#: cps/templates/layout.html:119
msgid "Ascending"
msgstr "Oplopend"
#: cps/templates/layout.html:117
#: cps/templates/layout.html:120
msgid "Descending"
msgstr "Aflopend"
#: cps/templates/layout.html:131
#: cps/templates/layout.html:135
msgid "Discover"
msgstr "Ontdek"
#: cps/templates/layout.html:134
#: cps/templates/layout.html:138
msgid "Categories"
msgstr "Categorieën"
#: cps/templates/layout.html:143 cps/templates/search_form.html:58
#: cps/templates/layout.html:147 cps/templates/search_form.html:58
msgid "Languages"
msgstr "Talen"
#: cps/templates/layout.html:146
#: cps/templates/layout.html:150
msgid "Public Shelves"
msgstr "Publieke Boekenplanken"
#: cps/templates/layout.html:150
#: cps/templates/layout.html:154
msgid "Your Shelves"
msgstr "Jou Boekenplanken"
#: cps/templates/layout.html:155
#: cps/templates/layout.html:159
msgid "Create a Shelf"
msgstr "Maak een boekenplank"
#: cps/templates/layout.html:156 cps/templates/stats.html:3
#: cps/templates/layout.html:160 cps/templates/stats.html:3
msgid "About"
msgstr "Over"
#: cps/templates/layout.html:170
#: cps/templates/layout.html:174
msgid "Previous"
msgstr "Vorige"
#: cps/templates/layout.html:197
#: cps/templates/layout.html:201
msgid "Book Details"
msgstr "Boek Details"
@ -1264,46 +1270,54 @@ msgid "Show random books"
msgstr "Toon willekeurige boeken"
#: cps/templates/user_edit.html:50
msgid "Show recent books"
msgstr ""
#: cps/templates/user_edit.html:54
msgid "Show sorted books"
msgstr ""
#: cps/templates/user_edit.html:58
msgid "Show hot books"
msgstr "Toon populaire boeken"
#: cps/templates/user_edit.html:54
#: cps/templates/user_edit.html:62
msgid "Show best rated books"
msgstr "Toon best beoordeelde boeken"
#: cps/templates/user_edit.html:58
#: cps/templates/user_edit.html:66
msgid "Show language selection"
msgstr "Toon taal selectie"
#: cps/templates/user_edit.html:62
#: cps/templates/user_edit.html:70
msgid "Show series selection"
msgstr "Toon serie selectie"
#: cps/templates/user_edit.html:66
#: cps/templates/user_edit.html:74
msgid "Show category selection"
msgstr "Toon categorie selectie"
#: cps/templates/user_edit.html:70
#: cps/templates/user_edit.html:78
msgid "Show author selection"
msgstr "Toon auteur selectie"
#: cps/templates/user_edit.html:74
#: cps/templates/user_edit.html:82
msgid "Show read and unread"
msgstr "Toon gelezen en ongelezen"
#: cps/templates/user_edit.html:78
#: cps/templates/user_edit.html:86
msgid "Show random books in detail view"
msgstr "Toon willekeurige boeken in gedetailleerd zicht"
#: cps/templates/user_edit.html:90
#: cps/templates/user_edit.html:98
msgid "Show mature content"
msgstr "Toon Volwassen Inhoud"
#: cps/templates/user_edit.html:123
#: cps/templates/user_edit.html:131
msgid "Delete this user"
msgstr "Wis deze gebruiker"
#: cps/templates/user_edit.html:138
#: cps/templates/user_edit.html:146
msgid "Recent Downloads"
msgstr "Recente Downloads"

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre Web - polski (POT: 2017-04-11 22:51)\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-11-01 16:05+0100\n"
"POT-Creation-Date: 2017-11-12 14:54+0100\n"
"PO-Revision-Date: 2017-04-11 22:51+0200\n"
"Last-Translator: Radosław Kierznowski <radek.kierznowski@outlook.com>\n"
"Language: pl\n"
@ -24,7 +24,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1368
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1398
msgid "not installed"
msgstr "nie zainstalowane"
@ -39,7 +39,7 @@ msgid "epub format not found for book id: %(book)d"
msgstr ""
#: cps/helper.py:93
msgid "kindlegen failed, no excecution permissions"
msgid "kindlegen failed, no execution permissions"
msgstr ""
#: cps/helper.py:108
@ -70,378 +70,378 @@ msgstr ""
"Nie można znaleźć żadnych formatów przystosowane do wysyłania pocztą "
"e-mail"
#: cps/ub.py:567
#: cps/ub.py:577
msgid "Guest"
msgstr "Gość"
#: cps/web.py:962
#: cps/web.py:964
msgid "Requesting update package"
msgstr "Żądanie o pakiet aktualizacji"
#: cps/web.py:963
#: cps/web.py:965
msgid "Downloading update package"
msgstr "Pobieranie pakietu aktualizacji"
#: cps/web.py:964
#: cps/web.py:966
msgid "Unzipping update package"
msgstr "Rozpakowywanie pakietu aktualizacji"
#: cps/web.py:965
#: cps/web.py:967
msgid "Files are replaced"
msgstr "Pliki zostały zastąpione"
#: cps/web.py:966
#: cps/web.py:968
msgid "Database connections are closed"
msgstr "Połączenia z bazą danych zostały zakończone"
#: cps/web.py:967
#: cps/web.py:969
msgid "Server is stopped"
msgstr "Serwer jest zatrzymany"
#: cps/web.py:968
#: cps/web.py:970
msgid "Update finished, please press okay and reload page"
msgstr "Aktualizacja zakończona, proszę nacisnąć OK i odświeżyć stronę"
#: cps/web.py:1042
#: cps/web.py:1044
msgid "Recently Added Books"
msgstr ""
#: cps/web.py:1051
#: cps/web.py:1054
msgid "Newest Books"
msgstr ""
#: cps/web.py:1060
#: cps/web.py:1065
msgid "Oldest Books"
msgstr ""
#: cps/web.py:1069
#: cps/web.py:1077
msgid "Books (A-Z)"
msgstr ""
#: cps/web.py:1078
#: cps/web.py:1088
msgid "Books (Z-A)"
msgstr ""
#: cps/web.py:1105
#: cps/web.py:1116
msgid "Hot Books (most downloaded)"
msgstr "Najpopularniejsze książki (najczęściej pobierane)"
#: cps/web.py:1115
#: cps/web.py:1129
msgid "Best rated books"
msgstr "Najlepiej oceniane książki"
#: cps/templates/index.xml:32 cps/web.py:1124
#: cps/templates/index.xml:32 cps/web.py:1140
msgid "Random Books"
msgstr "Losowe książki"
#: cps/web.py:1135
#: cps/web.py:1154
msgid "Author list"
msgstr "Lista autorów"
#: cps/web.py:1145 cps/web.py:1201 cps/web.py:1325 cps/web.py:1790
#: cps/web.py:1166 cps/web.py:1225 cps/web.py:1355 cps/web.py:1827
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr "Błąd otwierania e-booka. Plik nie istnieje lub plik nie jest dostępny:"
#: cps/templates/index.xml:64 cps/web.py:1187
#: cps/templates/index.xml:64 cps/web.py:1209
msgid "Series list"
msgstr "Lista serii"
#: cps/web.py:1199
#: cps/web.py:1223
#, python-format
msgid "Series: %(serie)s"
msgstr "Seria: %(serie)s"
#: cps/web.py:1231
#: cps/web.py:1256
msgid "Available languages"
msgstr "Dostępne języki"
#: cps/web.py:1246
#: cps/web.py:1273
#, python-format
msgid "Language: %(name)s"
msgstr "Język: %(name)s"
#: cps/templates/index.xml:58 cps/web.py:1255
#: cps/templates/index.xml:58 cps/web.py:1283
msgid "Category list"
msgstr "Lista kategorii"
#: cps/web.py:1267
#: cps/web.py:1297
#, python-format
msgid "Category: %(name)s"
msgstr "Kategoria: %(name)s"
#: cps/web.py:1379
#: cps/web.py:1409
msgid "Excecution permissions missing"
msgstr ""
#: cps/web.py:1393
#: cps/web.py:1423
msgid "Statistics"
msgstr "Statystyki"
#: cps/web.py:1557
#: cps/web.py:1587
msgid "Server restarted, please reload page"
msgstr "Serwer uruchomiony ponownie, proszę odświeżyć stronę"
#: cps/web.py:1559
#: cps/web.py:1589
msgid "Performing shutdown of server, please close window"
msgstr "Wykonano wyłączenie serwera, proszę zamknąć okno"
#: cps/web.py:1575
#: cps/web.py:1605
msgid "Update done"
msgstr "Aktualizacja zakończona"
#: cps/web.py:1650 cps/web.py:1663
#: cps/web.py:1687 cps/web.py:1700
msgid "search"
msgstr "szukaj"
#: cps/templates/index.xml:39 cps/templates/index.xml:42
#: cps/templates/layout.html:127 cps/web.py:1745
#: cps/templates/layout.html:131 cps/web.py:1782
msgid "Read Books"
msgstr "Przeczytane książki"
#: cps/templates/index.xml:45 cps/templates/index.xml:48
#: cps/templates/layout.html:128 cps/web.py:1748
#: cps/templates/layout.html:132 cps/web.py:1785
msgid "Unread Books"
msgstr "Nieprzeczytane książki"
#: cps/web.py:1823 cps/web.py:1825 cps/web.py:1827 cps/web.py:1836
#: cps/web.py:1860 cps/web.py:1862 cps/web.py:1864 cps/web.py:1873
msgid "Read a Book"
msgstr "Czytaj książkę"
#: cps/web.py:1888 cps/web.py:2514
#: cps/web.py:1925 cps/web.py:2555
msgid "Please fill out all fields!"
msgstr "Proszę wypełnić wszystkie pola!"
#: cps/web.py:1889 cps/web.py:1905 cps/web.py:1910 cps/web.py:1912
#: cps/web.py:1926 cps/web.py:1942 cps/web.py:1947 cps/web.py:1949
msgid "register"
msgstr "rejestracja"
#: cps/web.py:1904
#: cps/web.py:1941
msgid "An unknown error occured. Please try again later."
msgstr "Wystąpił nieznany błąd. Spróbuj ponownie później."
#: cps/web.py:1909
#: cps/web.py:1946
msgid "This username or email address is already in use."
msgstr "Nazwa użytkownika lub adres e-mail jest już w użyciu."
#: cps/web.py:1928 cps/web.py:2024
#: cps/web.py:1965 cps/web.py:2061
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr "Zalogowałeś się jako: '%(nickname)s'"
#: cps/web.py:1933
#: cps/web.py:1970
msgid "Wrong Username or Password"
msgstr "Błędna nazwa użytkownika lub hasło"
#: cps/web.py:1939 cps/web.py:1960
#: cps/web.py:1976 cps/web.py:1997
msgid "login"
msgstr "logowanie"
#: cps/web.py:1972 cps/web.py:2003
#: cps/web.py:2009 cps/web.py:2040
msgid "Token not found"
msgstr ""
#: cps/web.py:1980 cps/web.py:2011
#: cps/web.py:2017 cps/web.py:2048
msgid "Token has expired"
msgstr ""
#: cps/web.py:1988
#: cps/web.py:2025
msgid "Success! Please return to your device"
msgstr ""
#: cps/web.py:2038
#: cps/web.py:2075
msgid "Please configure the SMTP mail settings first..."
msgstr "Proszę najpierw skonfigurować ustawienia SMTP poczty e-mail..."
#: cps/web.py:2042
#: cps/web.py:2079
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr "Książka została pomyślnie wysłana do %(kindlemail)s"
#: cps/web.py:2046
#: cps/web.py:2083
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr "Wystąpił błąd podczas wysyłania tej książki: %(res)s"
#: cps/web.py:2048 cps/web.py:2599
#: cps/web.py:2085 cps/web.py:2640
msgid "Please configure your kindle email address first..."
msgstr "Proszę najpierw skonfigurować adres e-mail swojego kindla..."
#: cps/web.py:2092
#: cps/web.py:2129
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr "Książka została dodana do półki: %(sname)s"
#: cps/web.py:2127
#: cps/web.py:2164
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr "Książka została usunięta z półki: %(sname)s"
#: cps/web.py:2146 cps/web.py:2170
#: cps/web.py:2183 cps/web.py:2207
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr "Półka o nazwie '%(title)s' już istnieje."
#: cps/web.py:2151
#: cps/web.py:2188
#, python-format
msgid "Shelf %(title)s created"
msgstr "Półka %(title)s została utworzona"
#: cps/web.py:2153 cps/web.py:2181
#: cps/web.py:2190 cps/web.py:2218
msgid "There was an error"
msgstr "Wystąpił błąd"
#: cps/web.py:2154 cps/web.py:2156
#: cps/web.py:2191 cps/web.py:2193
msgid "create a shelf"
msgstr "utwórz półkę"
#: cps/web.py:2179
#: cps/web.py:2216
#, python-format
msgid "Shelf %(title)s changed"
msgstr "Półka %(title)s została zmieniona"
#: cps/web.py:2182 cps/web.py:2184
#: cps/web.py:2219 cps/web.py:2221
msgid "Edit a shelf"
msgstr "Edytuj półkę"
#: cps/web.py:2205
#: cps/web.py:2242
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr "pomyślnie usunięto półkę %(name)s"
#: cps/web.py:2227
#: cps/web.py:2264
#, python-format
msgid "Shelf: '%(name)s'"
msgstr "Półka: '%(name)s'"
#: cps/web.py:2230
#: cps/web.py:2267
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr ""
#: cps/web.py:2262
#: cps/web.py:2299
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr "Zmieniono kolejność półki: '%(name)s'"
#: cps/web.py:2327
#: cps/web.py:2368
msgid "Found an existing account for this email address."
msgstr "Znaleziono istniejące konto dla tego adresu e-mail."
#: cps/web.py:2329 cps/web.py:2333
#: cps/web.py:2370 cps/web.py:2374
#, python-format
msgid "%(name)s's profile"
msgstr "Profil użytkownika %(name)s"
#: cps/web.py:2330
#: cps/web.py:2371
msgid "Profile updated"
msgstr "Zaktualizowano profil"
#: cps/web.py:2344
#: cps/web.py:2385
msgid "Admin page"
msgstr "Portal administracyjny"
#: cps/web.py:2468
#: cps/web.py:2509
msgid "Calibre-web configuration updated"
msgstr "Konfiguracja Calibre-web została zaktualizowana"
#: cps/web.py:2475 cps/web.py:2481 cps/web.py:2495
#: cps/web.py:2516 cps/web.py:2522 cps/web.py:2536
msgid "Basic Configuration"
msgstr "Podstawowa konfiguracja"
#: cps/web.py:2479
#: cps/web.py:2520
msgid "DB location is not valid, please enter correct path"
msgstr "Lokalizacja bazy danych jest nieprawidłowa, wpisz poprawną ścieżkę"
#: cps/templates/admin.html:34 cps/web.py:2516 cps/web.py:2569
#: cps/templates/admin.html:34 cps/web.py:2557 cps/web.py:2610
msgid "Add new user"
msgstr "Dodaj nowego użytkownika"
#: cps/web.py:2561
#: cps/web.py:2602
#, python-format
msgid "User '%(user)s' created"
msgstr "Użytkownik '%(user)s' został utworzony"
#: cps/web.py:2565
#: cps/web.py:2606
msgid "Found an existing account for this email address or nickname."
msgstr "Znaleziono istniejące konto dla tego adresu e-mail lub nazwy użytkownika."
#: cps/web.py:2587
#: cps/web.py:2628
msgid "Mail settings updated"
msgstr "Zaktualizowano ustawienia poczty e-mail"
#: cps/web.py:2594
#: cps/web.py:2635
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr "Testowy e-mail został pomyślnie wysłany do %(kindlemail)s"
#: cps/web.py:2597
#: cps/web.py:2638
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr "Wystąpił błąd podczas wysyłania testowej wiadomości e-mail: %(res)s"
#: cps/web.py:2601
#: cps/web.py:2642
msgid "E-Mail settings updated"
msgstr "Zaktualizowano ustawienia e-mail"
#: cps/web.py:2602
#: cps/web.py:2643
msgid "Edit mail settings"
msgstr "Edytuj ustawienia poczty e-mail"
#: cps/web.py:2631
#: cps/web.py:2672
#, python-format
msgid "User '%(nick)s' deleted"
msgstr "Użytkownik '%(nick)s' został usunięty"
#: cps/web.py:2729
#: cps/web.py:2780
#, python-format
msgid "User '%(nick)s' updated"
msgstr "Użytkownik '%(nick)s' został zaktualizowany"
#: cps/web.py:2732
#: cps/web.py:2783
msgid "An unknown error occured."
msgstr "Wystąpił nieznany błąd."
#: cps/web.py:2735
#: cps/web.py:2786
#, python-format
msgid "Edit User %(nick)s"
msgstr "Edytuj użytkownika %(nick)s"
#: cps/web.py:2751
#: cps/web.py:2802
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr ""
#: cps/web.py:2766 cps/web.py:2967 cps/web.py:3110
#: cps/web.py:2817 cps/web.py:3018 cps/web.py:3161
msgid "edit metadata"
msgstr "edytuj metadane"
#: cps/web.py:2776 cps/web.py:3004
#: cps/web.py:2827 cps/web.py:3055
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr "Rozszerzenie pliku \"%s\" nie jest dozwolone do przesłania na ten serwer"
#: cps/web.py:2787
#: cps/web.py:2838
#, python-format
msgid "Failed to store file %s."
msgstr ""
#: cps/web.py:2807 cps/web.py:2811
#: cps/web.py:2858 cps/web.py:2862
msgid "unknown"
msgstr ""
#: cps/web.py:3010
#: cps/web.py:3061
msgid "File to be uploaded must have an extension"
msgstr "Plik do przesłania musi mieć rozszerzenie"
#: cps/web.py:3029
#: cps/web.py:3080
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr "Nie udało się utworzyć łącza %s (Odmowa dostępu)."
#: cps/web.py:3034
#: cps/web.py:3085
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr "Nie można przechowywać pliku %s (Odmowa dostępu)."
#: cps/web.py:3039
#: cps/web.py:3090
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgstr "Nie udało się usunąć pliku %s (Odmowa dostępu)."
@ -600,7 +600,7 @@ msgstr "OK"
#: cps/templates/book_edit.html:135 cps/templates/book_edit.html:157
#: cps/templates/config_edit.html:156 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:60 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:131
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:139
msgid "Back"
msgstr "Wróć"
@ -646,7 +646,7 @@ msgstr "Opis"
msgid "Tags"
msgstr "Tagi"
#: cps/templates/book_edit.html:39 cps/templates/layout.html:137
#: cps/templates/book_edit.html:39 cps/templates/layout.html:141
#: cps/templates/search_form.html:37
msgid "Series"
msgstr "Seria"
@ -693,7 +693,7 @@ msgstr "Uzyskaj metadane"
#: cps/templates/book_edit.html:134 cps/templates/config_edit.html:154
#: cps/templates/login.html:20 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:129
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:137
msgid "Submit"
msgstr "Wyślij"
@ -733,7 +733,7 @@ msgstr "Kliknij okładkę, aby załadować metadane do formularza"
msgid "Loading..."
msgstr "Ładowanie..."
#: cps/templates/book_edit.html:196 cps/templates/layout.html:201
#: cps/templates/book_edit.html:196 cps/templates/layout.html:205
msgid "Close"
msgstr "Zamknij"
@ -787,8 +787,8 @@ msgstr "Metadane Watch Channel ID"
msgid "Server Port"
msgstr "Port serwera"
#: cps/templates/config_edit.html:56 cps/templates/layout.html:116
#: cps/templates/layout.html:117 cps/templates/shelf_edit.html:7
#: cps/templates/config_edit.html:56 cps/templates/layout.html:119
#: cps/templates/layout.html:120 cps/templates/shelf_edit.html:7
msgid "Title"
msgstr "Tytuł"
@ -844,31 +844,31 @@ msgstr ""
msgid "Default Settings for new users"
msgstr "Domyślne ustawienia dla nowych użytkowników"
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:86
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:94
msgid "Admin user"
msgstr "Użytkownik z uprawnieniami administratora"
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:95
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:103
msgid "Allow Downloads"
msgstr "Zezwalaj na pobieranie"
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:99
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:107
msgid "Allow Uploads"
msgstr "Zezwalaj na wysyłanie"
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:103
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:111
msgid "Allow Edit"
msgstr "Zezwalaj na edycję"
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:107
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:115
msgid "Allow Delete books"
msgstr ""
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:112
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:120
msgid "Allow Changing Password"
msgstr "Zezwalaj na zmianę hasła"
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:116
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:124
msgid "Allow Editing Public Shelfs"
msgstr ""
@ -943,7 +943,7 @@ msgstr "Zapisz ustawienia"
msgid "Save settings and send Test E-Mail"
msgstr "Zapisz ustawienia i wyślij testową wiadomość e-mail"
#: cps/templates/feed.xml:20 cps/templates/layout.html:185
#: cps/templates/feed.xml:20 cps/templates/layout.html:189
msgid "Next"
msgstr "Następne"
@ -960,7 +960,7 @@ msgstr "Odkrywaj (losowe książki)"
msgid "Start"
msgstr "Rozpocznij"
#: cps/templates/index.xml:14 cps/templates/layout.html:121
#: cps/templates/index.xml:14 cps/templates/layout.html:125
msgid "Hot Books"
msgstr "Najpopularniejsze książki"
@ -968,7 +968,7 @@ msgstr "Najpopularniejsze książki"
msgid "Popular publications from this catalog based on Downloads."
msgstr "Popularne publikacje z tego katalogu bazujące na pobranych."
#: cps/templates/index.xml:20 cps/templates/layout.html:124
#: cps/templates/index.xml:20 cps/templates/layout.html:128
msgid "Best rated Books"
msgstr "Najlepiej ocenione książki"
@ -988,7 +988,7 @@ msgstr "Ostatnie książki"
msgid "Show Random Books"
msgstr "Pokazuj losowe książki"
#: cps/templates/index.xml:52 cps/templates/layout.html:140
#: cps/templates/index.xml:52 cps/templates/layout.html:144
msgid "Authors"
msgstr "Autorzy"
@ -1024,68 +1024,68 @@ msgstr "Zarejestruj się"
msgid "Browse"
msgstr "Przeglądaj"
#: cps/templates/layout.html:107
#: cps/templates/layout.html:108
msgid "Recently Added"
msgstr ""
#: cps/templates/layout.html:110
#: cps/templates/layout.html:113
msgid "Sorted Books"
msgstr ""
#: cps/templates/layout.html:114 cps/templates/layout.html:115
#: cps/templates/layout.html:116 cps/templates/layout.html:117
#: cps/templates/layout.html:117 cps/templates/layout.html:118
#: cps/templates/layout.html:119 cps/templates/layout.html:120
msgid "Sort By"
msgstr ""
#: cps/templates/layout.html:114
#: cps/templates/layout.html:117
msgid "Newest"
msgstr ""
#: cps/templates/layout.html:115
#: cps/templates/layout.html:118
msgid "Oldest"
msgstr ""
#: cps/templates/layout.html:116
#: cps/templates/layout.html:119
msgid "Ascending"
msgstr ""
#: cps/templates/layout.html:117
#: cps/templates/layout.html:120
msgid "Descending"
msgstr ""
#: cps/templates/layout.html:131
#: cps/templates/layout.html:135
msgid "Discover"
msgstr "Odkrywaj"
#: cps/templates/layout.html:134
#: cps/templates/layout.html:138
msgid "Categories"
msgstr "Kategorie"
#: cps/templates/layout.html:143 cps/templates/search_form.html:58
#: cps/templates/layout.html:147 cps/templates/search_form.html:58
msgid "Languages"
msgstr "Języki"
#: cps/templates/layout.html:146
#: cps/templates/layout.html:150
msgid "Public Shelves"
msgstr "Publiczne półki"
#: cps/templates/layout.html:150
#: cps/templates/layout.html:154
msgid "Your Shelves"
msgstr "Twoje półki"
#: cps/templates/layout.html:155
#: cps/templates/layout.html:159
msgid "Create a Shelf"
msgstr "Utwórz półkę"
#: cps/templates/layout.html:156 cps/templates/stats.html:3
#: cps/templates/layout.html:160 cps/templates/stats.html:3
msgid "About"
msgstr "O programie"
#: cps/templates/layout.html:170
#: cps/templates/layout.html:174
msgid "Previous"
msgstr ""
#: cps/templates/layout.html:197
#: cps/templates/layout.html:201
msgid "Book Details"
msgstr ""
@ -1261,46 +1261,54 @@ msgid "Show random books"
msgstr "Pokaż losowe książki"
#: cps/templates/user_edit.html:50
msgid "Show recent books"
msgstr ""
#: cps/templates/user_edit.html:54
msgid "Show sorted books"
msgstr ""
#: cps/templates/user_edit.html:58
msgid "Show hot books"
msgstr "Pokaż najpopularniejsze książki"
#: cps/templates/user_edit.html:54
#: cps/templates/user_edit.html:62
msgid "Show best rated books"
msgstr "Pokaż najlepiej ocenione książki"
#: cps/templates/user_edit.html:58
#: cps/templates/user_edit.html:66
msgid "Show language selection"
msgstr "Pokaż wybór języka"
#: cps/templates/user_edit.html:62
#: cps/templates/user_edit.html:70
msgid "Show series selection"
msgstr "Pokaż wybór serii"
#: cps/templates/user_edit.html:66
#: cps/templates/user_edit.html:74
msgid "Show category selection"
msgstr "Pokaż wybór kategorii"
#: cps/templates/user_edit.html:70
#: cps/templates/user_edit.html:78
msgid "Show author selection"
msgstr "Pokaż wybór autora"
#: cps/templates/user_edit.html:74
#: cps/templates/user_edit.html:82
msgid "Show read and unread"
msgstr "Pokaż przeczytane i nieprzeczytane"
#: cps/templates/user_edit.html:78
#: cps/templates/user_edit.html:86
msgid "Show random books in detail view"
msgstr "Pokaz losowe książki w widoku szczegółowym"
#: cps/templates/user_edit.html:90
#: cps/templates/user_edit.html:98
msgid "Show mature content"
msgstr ""
#: cps/templates/user_edit.html:123
#: cps/templates/user_edit.html:131
msgid "Delete this user"
msgstr "Usuń tego użytkownika"
#: cps/templates/user_edit.html:138
#: cps/templates/user_edit.html:146
msgid "Recent Downloads"
msgstr "Ostatnio pobierane"

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n"
"POT-Creation-Date: 2017-11-01 16:05+0100\n"
"POT-Creation-Date: 2017-11-12 14:54+0100\n"
"PO-Revision-Date: 2017-04-30 00:47+0300\n"
"Last-Translator: Pavel Korovin <p@tristero.se>\n"
"Language: ru\n"
@ -26,7 +26,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1368
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1398
msgid "not installed"
msgstr "Отсутствует"
@ -41,7 +41,7 @@ msgid "epub format not found for book id: %(book)d"
msgstr ""
#: cps/helper.py:93
msgid "kindlegen failed, no excecution permissions"
msgid "kindlegen failed, no execution permissions"
msgstr ""
#: cps/helper.py:108
@ -70,378 +70,378 @@ msgstr "Отправить на Kindle"
msgid "Could not find any formats suitable for sending by email"
msgstr "Невозоможно найти формат, подходящий для отправки по email"
#: cps/ub.py:567
#: cps/ub.py:577
msgid "Guest"
msgstr "Гость"
#: cps/web.py:962
#: cps/web.py:964
msgid "Requesting update package"
msgstr "Проверка обновлений"
#: cps/web.py:963
#: cps/web.py:965
msgid "Downloading update package"
msgstr "Загрузка обновлений"
#: cps/web.py:964
#: cps/web.py:966
msgid "Unzipping update package"
msgstr "Распаковка обновлений"
#: cps/web.py:965
#: cps/web.py:967
msgid "Files are replaced"
msgstr "Файлы заменены"
#: cps/web.py:966
#: cps/web.py:968
msgid "Database connections are closed"
msgstr "Соеднинения с базой данных закрыты"
#: cps/web.py:967
#: cps/web.py:969
msgid "Server is stopped"
msgstr "Сервер остановлен"
#: cps/web.py:968
#: cps/web.py:970
msgid "Update finished, please press okay and reload page"
msgstr "Обновления установлены, нажмите okay и перезагрузите страницу"
#: cps/web.py:1042
#: cps/web.py:1044
msgid "Recently Added Books"
msgstr ""
#: cps/web.py:1051
#: cps/web.py:1054
msgid "Newest Books"
msgstr ""
#: cps/web.py:1060
#: cps/web.py:1065
msgid "Oldest Books"
msgstr ""
#: cps/web.py:1069
#: cps/web.py:1077
msgid "Books (A-Z)"
msgstr ""
#: cps/web.py:1078
#: cps/web.py:1088
msgid "Books (Z-A)"
msgstr ""
#: cps/web.py:1105
#: cps/web.py:1116
msgid "Hot Books (most downloaded)"
msgstr "Популярные книги (часто загружаемые)"
#: cps/web.py:1115
#: cps/web.py:1129
msgid "Best rated books"
msgstr "Книги с наивысшим рейтингом"
#: cps/templates/index.xml:32 cps/web.py:1124
#: cps/templates/index.xml:32 cps/web.py:1140
msgid "Random Books"
msgstr "Случайный выбор"
#: cps/web.py:1135
#: cps/web.py:1154
msgid "Author list"
msgstr "Авторы"
#: cps/web.py:1145 cps/web.py:1201 cps/web.py:1325 cps/web.py:1790
#: cps/web.py:1166 cps/web.py:1225 cps/web.py:1355 cps/web.py:1827
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr "Невозможно открыть книгу. Файл не существует или недоступен."
#: cps/templates/index.xml:64 cps/web.py:1187
#: cps/templates/index.xml:64 cps/web.py:1209
msgid "Series list"
msgstr "Серии"
#: cps/web.py:1199
#: cps/web.py:1223
#, python-format
msgid "Series: %(serie)s"
msgstr "Серии: %(serie)s"
#: cps/web.py:1231
#: cps/web.py:1256
msgid "Available languages"
msgstr "Языки"
#: cps/web.py:1246
#: cps/web.py:1273
#, python-format
msgid "Language: %(name)s"
msgstr "Язык: %(name)s"
#: cps/templates/index.xml:58 cps/web.py:1255
#: cps/templates/index.xml:58 cps/web.py:1283
msgid "Category list"
msgstr "Категории"
#: cps/web.py:1267
#: cps/web.py:1297
#, python-format
msgid "Category: %(name)s"
msgstr "Категория: %(name)s"
#: cps/web.py:1379
#: cps/web.py:1409
msgid "Excecution permissions missing"
msgstr ""
#: cps/web.py:1393
#: cps/web.py:1423
msgid "Statistics"
msgstr "Статистика"
#: cps/web.py:1557
#: cps/web.py:1587
msgid "Server restarted, please reload page"
msgstr "Сервер перезагружен, пожалуйста, перезагрузите страницу"
#: cps/web.py:1559
#: cps/web.py:1589
msgid "Performing shutdown of server, please close window"
msgstr "Производится остановка сервера, пожалуйста, закройте окно"
#: cps/web.py:1575
#: cps/web.py:1605
msgid "Update done"
msgstr "Обновление закончено"
#: cps/web.py:1650 cps/web.py:1663
#: cps/web.py:1687 cps/web.py:1700
msgid "search"
msgstr "поиск"
#: cps/templates/index.xml:39 cps/templates/index.xml:42
#: cps/templates/layout.html:127 cps/web.py:1745
#: cps/templates/layout.html:131 cps/web.py:1782
msgid "Read Books"
msgstr "Прочитанные"
#: cps/templates/index.xml:45 cps/templates/index.xml:48
#: cps/templates/layout.html:128 cps/web.py:1748
#: cps/templates/layout.html:132 cps/web.py:1785
msgid "Unread Books"
msgstr "Непрочитанные"
#: cps/web.py:1823 cps/web.py:1825 cps/web.py:1827 cps/web.py:1836
#: cps/web.py:1860 cps/web.py:1862 cps/web.py:1864 cps/web.py:1873
msgid "Read a Book"
msgstr "Читать книгу"
#: cps/web.py:1888 cps/web.py:2514
#: cps/web.py:1925 cps/web.py:2555
msgid "Please fill out all fields!"
msgstr "Пожалуйста, заполните все поля!"
#: cps/web.py:1889 cps/web.py:1905 cps/web.py:1910 cps/web.py:1912
#: cps/web.py:1926 cps/web.py:1942 cps/web.py:1947 cps/web.py:1949
msgid "register"
msgstr "зарегистрироваться"
#: cps/web.py:1904
#: cps/web.py:1941
msgid "An unknown error occured. Please try again later."
msgstr "Неизвестная ошибка. Пожалуйста, попробуйте позже."
#: cps/web.py:1909
#: cps/web.py:1946
msgid "This username or email address is already in use."
msgstr "Имя пользователя или адрес эл. почты уже используется"
#: cps/web.py:1928 cps/web.py:2024
#: cps/web.py:1965 cps/web.py:2061
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr "Вы вошли как пользователь '%(nickname)s'"
#: cps/web.py:1933
#: cps/web.py:1970
msgid "Wrong Username or Password"
msgstr "Ошибка в имени пользователя или пароле"
#: cps/web.py:1939 cps/web.py:1960
#: cps/web.py:1976 cps/web.py:1997
msgid "login"
msgstr "войти"
#: cps/web.py:1972 cps/web.py:2003
#: cps/web.py:2009 cps/web.py:2040
msgid "Token not found"
msgstr ""
#: cps/web.py:1980 cps/web.py:2011
#: cps/web.py:2017 cps/web.py:2048
msgid "Token has expired"
msgstr ""
#: cps/web.py:1988
#: cps/web.py:2025
msgid "Success! Please return to your device"
msgstr ""
#: cps/web.py:2038
#: cps/web.py:2075
msgid "Please configure the SMTP mail settings first..."
msgstr "Пожалуйста, сначала сконфигурируйте параметры SMTP"
#: cps/web.py:2042
#: cps/web.py:2079
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr "Книга успешно отправлена на %(kindlemail)s"
#: cps/web.py:2046
#: cps/web.py:2083
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr "Ошибка при отправке книги: %(res)s"
#: cps/web.py:2048 cps/web.py:2599
#: cps/web.py:2085 cps/web.py:2640
msgid "Please configure your kindle email address first..."
msgstr "Пожалуйста, сначала укажите ваш kindle email..."
#: cps/web.py:2092
#: cps/web.py:2129
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr "Книга добавлена на книжную полку: %(sname)s"
#: cps/web.py:2127
#: cps/web.py:2164
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr "Книга удалена с книжной полки: %(sname)s"
#: cps/web.py:2146 cps/web.py:2170
#: cps/web.py:2183 cps/web.py:2207
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr "Книжкная полка с названием '%(title)s' уже существует."
#: cps/web.py:2151
#: cps/web.py:2188
#, python-format
msgid "Shelf %(title)s created"
msgstr "Создана книжная полка %(title)s"
#: cps/web.py:2153 cps/web.py:2181
#: cps/web.py:2190 cps/web.py:2218
msgid "There was an error"
msgstr "Произошла ошибка"
#: cps/web.py:2154 cps/web.py:2156
#: cps/web.py:2191 cps/web.py:2193
msgid "create a shelf"
msgstr "создать книжную полку"
#: cps/web.py:2179
#: cps/web.py:2216
#, python-format
msgid "Shelf %(title)s changed"
msgstr "Книжная полка %(title)s изменена"
#: cps/web.py:2182 cps/web.py:2184
#: cps/web.py:2219 cps/web.py:2221
msgid "Edit a shelf"
msgstr "Изменить книжную полку"
#: cps/web.py:2205
#: cps/web.py:2242
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr "Книжная полка %(name)s удалена"
#: cps/web.py:2227
#: cps/web.py:2264
#, python-format
msgid "Shelf: '%(name)s'"
msgstr "Книжная полка: '%(name)s'"
#: cps/web.py:2230
#: cps/web.py:2267
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr ""
#: cps/web.py:2262
#: cps/web.py:2299
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr "Изменить расположение книжной полки '%(name)s'"
#: cps/web.py:2327
#: cps/web.py:2368
msgid "Found an existing account for this email address."
msgstr "Найдена учётная запись для для данного адреса email."
#: cps/web.py:2329 cps/web.py:2333
#: cps/web.py:2370 cps/web.py:2374
#, python-format
msgid "%(name)s's profile"
msgstr "Профиль %(name)s"
#: cps/web.py:2330
#: cps/web.py:2371
msgid "Profile updated"
msgstr "Профиль обновлён"
#: cps/web.py:2344
#: cps/web.py:2385
msgid "Admin page"
msgstr "Администрирование"
#: cps/web.py:2468
#: cps/web.py:2509
msgid "Calibre-web configuration updated"
msgstr "Конфигурация Calibre-web обновлена"
#: cps/web.py:2475 cps/web.py:2481 cps/web.py:2495
#: cps/web.py:2516 cps/web.py:2522 cps/web.py:2536
msgid "Basic Configuration"
msgstr "Настройки сервера"
#: cps/web.py:2479
#: cps/web.py:2520
msgid "DB location is not valid, please enter correct path"
msgstr "Неверный путь к фалу БД, пожалуйста, укажите правильное расположение БД"
#: cps/templates/admin.html:34 cps/web.py:2516 cps/web.py:2569
#: cps/templates/admin.html:34 cps/web.py:2557 cps/web.py:2610
msgid "Add new user"
msgstr "Добавить пользователя"
#: cps/web.py:2561
#: cps/web.py:2602
#, python-format
msgid "User '%(user)s' created"
msgstr "Пользователь '%(user)s' добавлен"
#: cps/web.py:2565
#: cps/web.py:2606
msgid "Found an existing account for this email address or nickname."
msgstr "Для указанного адреса или имени найдена существующая учётная запись."
#: cps/web.py:2587
#: cps/web.py:2628
msgid "Mail settings updated"
msgstr "Настройки почты изменены"
#: cps/web.py:2594
#: cps/web.py:2635
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr "Тестовое сообщение успешно отправлено на адрес %(kindlemail)s"
#: cps/web.py:2597
#: cps/web.py:2638
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr "Ошибка отправки тестового сообщения: %(res)s"
#: cps/web.py:2601
#: cps/web.py:2642
msgid "E-Mail settings updated"
msgstr "Обновлены настройки e-mail"
#: cps/web.py:2602
#: cps/web.py:2643
msgid "Edit mail settings"
msgstr "Изменить почтовые настройки"
#: cps/web.py:2631
#: cps/web.py:2672
#, python-format
msgid "User '%(nick)s' deleted"
msgstr "Пользователь '%(nick)s' удалён"
#: cps/web.py:2729
#: cps/web.py:2780
#, python-format
msgid "User '%(nick)s' updated"
msgstr "Пользователь '%(nick)s' обновлён"
#: cps/web.py:2732
#: cps/web.py:2783
msgid "An unknown error occured."
msgstr "Произошла неизвестная ошибка."
#: cps/web.py:2735
#: cps/web.py:2786
#, python-format
msgid "Edit User %(nick)s"
msgstr "Изменить пользователя %(nick)s"
#: cps/web.py:2751
#: cps/web.py:2802
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr ""
#: cps/web.py:2766 cps/web.py:2967 cps/web.py:3110
#: cps/web.py:2817 cps/web.py:3018 cps/web.py:3161
msgid "edit metadata"
msgstr "изменить метаданные"
#: cps/web.py:2776 cps/web.py:3004
#: cps/web.py:2827 cps/web.py:3055
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr "Запрещена загрузка файлов с расширением \"%s\""
#: cps/web.py:2787
#: cps/web.py:2838
#, python-format
msgid "Failed to store file %s."
msgstr ""
#: cps/web.py:2807 cps/web.py:2811
#: cps/web.py:2858 cps/web.py:2862
msgid "unknown"
msgstr "неизвестно"
#: cps/web.py:3010
#: cps/web.py:3061
msgid "File to be uploaded must have an extension"
msgstr "Загружаемый файл должен иметь расширение"
#: cps/web.py:3029
#: cps/web.py:3080
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr "Ошибка при создании пути %s (доступ запрещён)"
#: cps/web.py:3034
#: cps/web.py:3085
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr "Ошибка записи файоа %s (доступ запрещён)"
#: cps/web.py:3039
#: cps/web.py:3090
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgstr "Ошибка удаления файла %s (доступ запрещён)"
@ -600,7 +600,7 @@ msgstr "Ok"
#: cps/templates/book_edit.html:135 cps/templates/book_edit.html:157
#: cps/templates/config_edit.html:156 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:60 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:131
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:139
msgid "Back"
msgstr "Назад"
@ -646,7 +646,7 @@ msgstr "Описание"
msgid "Tags"
msgstr "Теги"
#: cps/templates/book_edit.html:39 cps/templates/layout.html:137
#: cps/templates/book_edit.html:39 cps/templates/layout.html:141
#: cps/templates/search_form.html:37
msgid "Series"
msgstr "Серии"
@ -693,7 +693,7 @@ msgstr "Получить метаданные"
#: cps/templates/book_edit.html:134 cps/templates/config_edit.html:154
#: cps/templates/login.html:20 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:129
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:137
msgid "Submit"
msgstr "Отправить"
@ -733,7 +733,7 @@ msgstr "Нажмите на обложку, чтобы получить мета
msgid "Loading..."
msgstr "Загрузка..."
#: cps/templates/book_edit.html:196 cps/templates/layout.html:201
#: cps/templates/book_edit.html:196 cps/templates/layout.html:205
msgid "Close"
msgstr "Закрыть"
@ -786,8 +786,8 @@ msgstr "Metadata Watch Channel ID"
msgid "Server Port"
msgstr "Порт сервера"
#: cps/templates/config_edit.html:56 cps/templates/layout.html:116
#: cps/templates/layout.html:117 cps/templates/shelf_edit.html:7
#: cps/templates/config_edit.html:56 cps/templates/layout.html:119
#: cps/templates/layout.html:120 cps/templates/shelf_edit.html:7
msgid "Title"
msgstr "Заголовок"
@ -843,31 +843,31 @@ msgstr ""
msgid "Default Settings for new users"
msgstr "Настройки по умолчанию для новых пользователей"
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:86
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:94
msgid "Admin user"
msgstr "Управление сервером"
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:95
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:103
msgid "Allow Downloads"
msgstr "Разрешить скачивание с сервера"
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:99
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:107
msgid "Allow Uploads"
msgstr "Разрешить загрузку на сервер"
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:103
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:111
msgid "Allow Edit"
msgstr "Разрешить редактирование книг"
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:107
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:115
msgid "Allow Delete books"
msgstr "Разрешить удаление книг"
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:112
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:120
msgid "Allow Changing Password"
msgstr "Разрешить смену пароля"
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:116
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:124
msgid "Allow Editing Public Shelfs"
msgstr "Разрешить редактирование публичных книжных полок"
@ -940,7 +940,7 @@ msgstr "Сохранить настройки"
msgid "Save settings and send Test E-Mail"
msgstr "Сохранить настройки и отправить тестовое письмо"
#: cps/templates/feed.xml:20 cps/templates/layout.html:185
#: cps/templates/feed.xml:20 cps/templates/layout.html:189
msgid "Next"
msgstr "Дальше"
@ -957,7 +957,7 @@ msgstr "Обзор (случайные книги)"
msgid "Start"
msgstr "Старт"
#: cps/templates/index.xml:14 cps/templates/layout.html:121
#: cps/templates/index.xml:14 cps/templates/layout.html:125
msgid "Hot Books"
msgstr "Популярные книги"
@ -965,7 +965,7 @@ msgstr "Популярные книги"
msgid "Popular publications from this catalog based on Downloads."
msgstr "Популярные книги в этом каталоге, на основе количества скачиваний"
#: cps/templates/index.xml:20 cps/templates/layout.html:124
#: cps/templates/index.xml:20 cps/templates/layout.html:128
msgid "Best rated Books"
msgstr "Книги с наилучшим рейтингом"
@ -985,7 +985,7 @@ msgstr "Последние поступления"
msgid "Show Random Books"
msgstr "Показывать случайные книги"
#: cps/templates/index.xml:52 cps/templates/layout.html:140
#: cps/templates/index.xml:52 cps/templates/layout.html:144
msgid "Authors"
msgstr "Авторы"
@ -1021,68 +1021,68 @@ msgstr "Зарегистрироваться"
msgid "Browse"
msgstr "Просмотр"
#: cps/templates/layout.html:107
#: cps/templates/layout.html:108
msgid "Recently Added"
msgstr ""
#: cps/templates/layout.html:110
#: cps/templates/layout.html:113
msgid "Sorted Books"
msgstr ""
#: cps/templates/layout.html:114 cps/templates/layout.html:115
#: cps/templates/layout.html:116 cps/templates/layout.html:117
#: cps/templates/layout.html:117 cps/templates/layout.html:118
#: cps/templates/layout.html:119 cps/templates/layout.html:120
msgid "Sort By"
msgstr ""
#: cps/templates/layout.html:114
#: cps/templates/layout.html:117
msgid "Newest"
msgstr ""
#: cps/templates/layout.html:115
#: cps/templates/layout.html:118
msgid "Oldest"
msgstr ""
#: cps/templates/layout.html:116
#: cps/templates/layout.html:119
msgid "Ascending"
msgstr ""
#: cps/templates/layout.html:117
#: cps/templates/layout.html:120
msgid "Descending"
msgstr ""
#: cps/templates/layout.html:131
#: cps/templates/layout.html:135
msgid "Discover"
msgstr "Обзор"
#: cps/templates/layout.html:134
#: cps/templates/layout.html:138
msgid "Categories"
msgstr "Категории"
#: cps/templates/layout.html:143 cps/templates/search_form.html:58
#: cps/templates/layout.html:147 cps/templates/search_form.html:58
msgid "Languages"
msgstr "Языки"
#: cps/templates/layout.html:146
#: cps/templates/layout.html:150
msgid "Public Shelves"
msgstr "Общие книжные полки"
#: cps/templates/layout.html:150
#: cps/templates/layout.html:154
msgid "Your Shelves"
msgstr "Ваши книжные полки"
#: cps/templates/layout.html:155
#: cps/templates/layout.html:159
msgid "Create a Shelf"
msgstr "Создать книжную полку"
#: cps/templates/layout.html:156 cps/templates/stats.html:3
#: cps/templates/layout.html:160 cps/templates/stats.html:3
msgid "About"
msgstr "О программе"
#: cps/templates/layout.html:170
#: cps/templates/layout.html:174
msgid "Previous"
msgstr ""
#: cps/templates/layout.html:197
#: cps/templates/layout.html:201
msgid "Book Details"
msgstr ""
@ -1257,46 +1257,54 @@ msgid "Show random books"
msgstr "Показывать случайные книги"
#: cps/templates/user_edit.html:50
msgid "Show recent books"
msgstr ""
#: cps/templates/user_edit.html:54
msgid "Show sorted books"
msgstr ""
#: cps/templates/user_edit.html:58
msgid "Show hot books"
msgstr "Показывать популярные книги"
#: cps/templates/user_edit.html:54
#: cps/templates/user_edit.html:62
msgid "Show best rated books"
msgstr "Показывать книги с наивысшим рейтингом"
#: cps/templates/user_edit.html:58
#: cps/templates/user_edit.html:66
msgid "Show language selection"
msgstr "Показывать выбор языка"
#: cps/templates/user_edit.html:62
#: cps/templates/user_edit.html:70
msgid "Show series selection"
msgstr "Показывать выбор серии"
#: cps/templates/user_edit.html:66
#: cps/templates/user_edit.html:74
msgid "Show category selection"
msgstr "Показывать выбор категории"
#: cps/templates/user_edit.html:70
#: cps/templates/user_edit.html:78
msgid "Show author selection"
msgstr "Показывать выбор автора"
#: cps/templates/user_edit.html:74
#: cps/templates/user_edit.html:82
msgid "Show read and unread"
msgstr "Показывать прочитанные и непрочитанные"
#: cps/templates/user_edit.html:78
#: cps/templates/user_edit.html:86
msgid "Show random books in detail view"
msgstr "Показывать случайные книги при просмотре деталей"
#: cps/templates/user_edit.html:90
#: cps/templates/user_edit.html:98
msgid "Show mature content"
msgstr ""
#: cps/templates/user_edit.html:123
#: cps/templates/user_edit.html:131
msgid "Delete this user"
msgstr "Удалить этого пользователя"
#: cps/templates/user_edit.html:138
#: cps/templates/user_edit.html:146
msgid "Recent Downloads"
msgstr "Недавние скачивания"

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n"
"POT-Creation-Date: 2017-11-01 16:05+0100\n"
"POT-Creation-Date: 2017-11-12 14:54+0100\n"
"PO-Revision-Date: 2017-01-06 17:00+0000\n"
"Last-Translator: dalin <dalin.lin@gmail.com>\n"
"Language: zh_Hans_CN\n"
@ -26,7 +26,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1368
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1398
msgid "not installed"
msgstr "未安装"
@ -41,7 +41,7 @@ msgid "epub format not found for book id: %(book)d"
msgstr "没有找到书籍ID %(book)d 的epub格式"
#: cps/helper.py:93
msgid "kindlegen failed, no excecution permissions"
msgid "kindlegen failed, no execution permissions"
msgstr "kindlegen失败没有可执行权限"
#: cps/helper.py:108
@ -70,378 +70,378 @@ msgstr "发送到Kindle"
msgid "Could not find any formats suitable for sending by email"
msgstr "无法找到适合邮件发送的格式"
#: cps/ub.py:567
#: cps/ub.py:577
msgid "Guest"
msgstr "游客"
#: cps/web.py:962
#: cps/web.py:964
msgid "Requesting update package"
msgstr "正在请求更新包"
#: cps/web.py:963
#: cps/web.py:965
msgid "Downloading update package"
msgstr "正在下载更新包"
#: cps/web.py:964
#: cps/web.py:966
msgid "Unzipping update package"
msgstr "正在解压更新包"
#: cps/web.py:965
#: cps/web.py:967
msgid "Files are replaced"
msgstr "文件已替换"
#: cps/web.py:966
#: cps/web.py:968
msgid "Database connections are closed"
msgstr "数据库连接已关闭"
#: cps/web.py:967
#: cps/web.py:969
msgid "Server is stopped"
msgstr "服务器已停止"
#: cps/web.py:968
#: cps/web.py:970
msgid "Update finished, please press okay and reload page"
msgstr "更新完成,请按确定并刷新页面"
#: cps/web.py:1042
#: cps/web.py:1044
msgid "Recently Added Books"
msgstr "最近添加的书籍"
#: cps/web.py:1051
#: cps/web.py:1054
msgid "Newest Books"
msgstr "最新书籍"
#: cps/web.py:1060
#: cps/web.py:1065
msgid "Oldest Books"
msgstr "最旧书籍"
#: cps/web.py:1069
#: cps/web.py:1077
msgid "Books (A-Z)"
msgstr "书籍 (A-Z)"
#: cps/web.py:1078
#: cps/web.py:1088
msgid "Books (Z-A)"
msgstr "书籍 (Z-A)"
#: cps/web.py:1105
#: cps/web.py:1116
msgid "Hot Books (most downloaded)"
msgstr "热门书籍(最多下载)"
#: cps/web.py:1115
#: cps/web.py:1129
msgid "Best rated books"
msgstr "最高评分书籍"
#: cps/templates/index.xml:32 cps/web.py:1124
#: cps/templates/index.xml:32 cps/web.py:1140
msgid "Random Books"
msgstr "随机书籍"
#: cps/web.py:1135
#: cps/web.py:1154
msgid "Author list"
msgstr "作者列表"
#: cps/web.py:1145 cps/web.py:1201 cps/web.py:1325 cps/web.py:1790
#: cps/web.py:1166 cps/web.py:1225 cps/web.py:1355 cps/web.py:1827
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr "无法打开电子书。 文件不存在或者文件不可访问:"
#: cps/templates/index.xml:64 cps/web.py:1187
#: cps/templates/index.xml:64 cps/web.py:1209
msgid "Series list"
msgstr "丛书列表"
#: cps/web.py:1199
#: cps/web.py:1223
#, python-format
msgid "Series: %(serie)s"
msgstr "丛书: %(serie)s"
#: cps/web.py:1231
#: cps/web.py:1256
msgid "Available languages"
msgstr "可用语言"
#: cps/web.py:1246
#: cps/web.py:1273
#, python-format
msgid "Language: %(name)s"
msgstr "语言: %(name)s"
#: cps/templates/index.xml:58 cps/web.py:1255
#: cps/templates/index.xml:58 cps/web.py:1283
msgid "Category list"
msgstr "分类列表"
#: cps/web.py:1267
#: cps/web.py:1297
#, python-format
msgid "Category: %(name)s"
msgstr "分类: %(name)s"
#: cps/web.py:1379
#: cps/web.py:1409
msgid "Excecution permissions missing"
msgstr "可执行权限缺失"
#: cps/web.py:1393
#: cps/web.py:1423
msgid "Statistics"
msgstr "统计"
#: cps/web.py:1557
#: cps/web.py:1587
msgid "Server restarted, please reload page"
msgstr "服务器已重启,请刷新页面"
#: cps/web.py:1559
#: cps/web.py:1589
msgid "Performing shutdown of server, please close window"
msgstr "正在关闭服务器,请关闭窗口"
#: cps/web.py:1575
#: cps/web.py:1605
msgid "Update done"
msgstr "更新完成"
#: cps/web.py:1650 cps/web.py:1663
#: cps/web.py:1687 cps/web.py:1700
msgid "search"
msgstr "搜索"
#: cps/templates/index.xml:39 cps/templates/index.xml:42
#: cps/templates/layout.html:127 cps/web.py:1745
#: cps/templates/layout.html:131 cps/web.py:1782
msgid "Read Books"
msgstr "已读书籍"
#: cps/templates/index.xml:45 cps/templates/index.xml:48
#: cps/templates/layout.html:128 cps/web.py:1748
#: cps/templates/layout.html:132 cps/web.py:1785
msgid "Unread Books"
msgstr "未读书籍"
#: cps/web.py:1823 cps/web.py:1825 cps/web.py:1827 cps/web.py:1836
#: cps/web.py:1860 cps/web.py:1862 cps/web.py:1864 cps/web.py:1873
msgid "Read a Book"
msgstr "阅读一本书"
#: cps/web.py:1888 cps/web.py:2514
#: cps/web.py:1925 cps/web.py:2555
msgid "Please fill out all fields!"
msgstr "请填写所有字段"
#: cps/web.py:1889 cps/web.py:1905 cps/web.py:1910 cps/web.py:1912
#: cps/web.py:1926 cps/web.py:1942 cps/web.py:1947 cps/web.py:1949
msgid "register"
msgstr "注册"
#: cps/web.py:1904
#: cps/web.py:1941
msgid "An unknown error occured. Please try again later."
msgstr "发生一个未知错误。请稍后再试。"
#: cps/web.py:1909
#: cps/web.py:1946
msgid "This username or email address is already in use."
msgstr "此用户名或邮箱已被使用。"
#: cps/web.py:1928 cps/web.py:2024
#: cps/web.py:1965 cps/web.py:2061
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr "您现在已以'%(nickname)s'身份登录"
#: cps/web.py:1933
#: cps/web.py:1970
msgid "Wrong Username or Password"
msgstr "用户名或密码错误"
#: cps/web.py:1939 cps/web.py:1960
#: cps/web.py:1976 cps/web.py:1997
msgid "login"
msgstr "登录"
#: cps/web.py:1972 cps/web.py:2003
#: cps/web.py:2009 cps/web.py:2040
msgid "Token not found"
msgstr "找不到Token"
#: cps/web.py:1980 cps/web.py:2011
#: cps/web.py:2017 cps/web.py:2048
msgid "Token has expired"
msgstr "Token已过期"
#: cps/web.py:1988
#: cps/web.py:2025
msgid "Success! Please return to your device"
msgstr "成功!请返回您的设备"
#: cps/web.py:2038
#: cps/web.py:2075
msgid "Please configure the SMTP mail settings first..."
msgstr "请先配置SMTP邮箱..."
#: cps/web.py:2042
#: cps/web.py:2079
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr "此书已被成功发给 %(kindlemail)s"
#: cps/web.py:2046
#: cps/web.py:2083
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr "发送这本书的时候出现错误: %(res)s"
#: cps/web.py:2048 cps/web.py:2599
#: cps/web.py:2085 cps/web.py:2640
msgid "Please configure your kindle email address first..."
msgstr "请先配置您的kindle电子邮箱地址..."
#: cps/web.py:2092
#: cps/web.py:2129
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr "此书已被添加到书架: %(sname)s"
#: cps/web.py:2127
#: cps/web.py:2164
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr "此书已从书架 %(sname)s 中删除"
#: cps/web.py:2146 cps/web.py:2170
#: cps/web.py:2183 cps/web.py:2207
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr "已存在书架 '%(title)s'。"
#: cps/web.py:2151
#: cps/web.py:2188
#, python-format
msgid "Shelf %(title)s created"
msgstr "书架 %(title)s 已被创建"
#: cps/web.py:2153 cps/web.py:2181
#: cps/web.py:2190 cps/web.py:2218
msgid "There was an error"
msgstr "发生错误"
#: cps/web.py:2154 cps/web.py:2156
#: cps/web.py:2191 cps/web.py:2193
msgid "create a shelf"
msgstr "创建书架"
#: cps/web.py:2179
#: cps/web.py:2216
#, python-format
msgid "Shelf %(title)s changed"
msgstr "书架 %(title)s 已被修改"
#: cps/web.py:2182 cps/web.py:2184
#: cps/web.py:2219 cps/web.py:2221
msgid "Edit a shelf"
msgstr "编辑书架"
#: cps/web.py:2205
#: cps/web.py:2242
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr "成功删除书架 %(name)s"
#: cps/web.py:2227
#: cps/web.py:2264
#, python-format
msgid "Shelf: '%(name)s'"
msgstr "书架: '%(name)s'"
#: cps/web.py:2230
#: cps/web.py:2267
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "打开书架出错。书架不存在或不可访问"
#: cps/web.py:2262
#: cps/web.py:2299
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr "修改书架 '%(name)s' 顺序"
#: cps/web.py:2327
#: cps/web.py:2368
msgid "Found an existing account for this email address."
msgstr "找到已使用此邮箱的账号。"
#: cps/web.py:2329 cps/web.py:2333
#: cps/web.py:2370 cps/web.py:2374
#, python-format
msgid "%(name)s's profile"
msgstr "%(name)s 的资料"
#: cps/web.py:2330
#: cps/web.py:2371
msgid "Profile updated"
msgstr "资料已更新"
#: cps/web.py:2344
#: cps/web.py:2385
msgid "Admin page"
msgstr "管理页"
#: cps/web.py:2468
#: cps/web.py:2509
msgid "Calibre-web configuration updated"
msgstr "Calibre-web配置已更新"
#: cps/web.py:2475 cps/web.py:2481 cps/web.py:2495
#: cps/web.py:2516 cps/web.py:2522 cps/web.py:2536
msgid "Basic Configuration"
msgstr "基本配置"
#: cps/web.py:2479
#: cps/web.py:2520
msgid "DB location is not valid, please enter correct path"
msgstr "DB位置无效请输入正确路径"
#: cps/templates/admin.html:34 cps/web.py:2516 cps/web.py:2569
#: cps/templates/admin.html:34 cps/web.py:2557 cps/web.py:2610
msgid "Add new user"
msgstr "添加新用户"
#: cps/web.py:2561
#: cps/web.py:2602
#, python-format
msgid "User '%(user)s' created"
msgstr "用户 '%(user)s' 已被创建"
#: cps/web.py:2565
#: cps/web.py:2606
msgid "Found an existing account for this email address or nickname."
msgstr "已存在使用此邮箱或昵称的账号。"
#: cps/web.py:2587
#: cps/web.py:2628
msgid "Mail settings updated"
msgstr "邮箱设置已更新"
#: cps/web.py:2594
#: cps/web.py:2635
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr "测试邮件已成功发送到 %(kindlemail)s"
#: cps/web.py:2597
#: cps/web.py:2638
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr "发送测试邮件时发生错误: %(res)s"
#: cps/web.py:2601
#: cps/web.py:2642
msgid "E-Mail settings updated"
msgstr "E-Mail 设置已更新"
#: cps/web.py:2602
#: cps/web.py:2643
msgid "Edit mail settings"
msgstr "编辑邮箱设置"
#: cps/web.py:2631
#: cps/web.py:2672
#, python-format
msgid "User '%(nick)s' deleted"
msgstr "用户 '%(nick)s' 已被删除"
#: cps/web.py:2729
#: cps/web.py:2780
#, python-format
msgid "User '%(nick)s' updated"
msgstr "用户 '%(nick)s' 已被更新"
#: cps/web.py:2732
#: cps/web.py:2783
msgid "An unknown error occured."
msgstr "发生未知错误。"
#: cps/web.py:2735
#: cps/web.py:2786
#, python-format
msgid "Edit User %(nick)s"
msgstr "编辑用户 %(nick)s"
#: cps/web.py:2751
#: cps/web.py:2802
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr "打开电子书出错。文件不存在或不可访问"
#: cps/web.py:2766 cps/web.py:2967 cps/web.py:3110
#: cps/web.py:2817 cps/web.py:3018 cps/web.py:3161
msgid "edit metadata"
msgstr "编辑元数据"
#: cps/web.py:2776 cps/web.py:3004
#: cps/web.py:2827 cps/web.py:3055
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr "不能上传后缀为 \"%s\" 的文件到此服务器"
#: cps/web.py:2787
#: cps/web.py:2838
#, python-format
msgid "Failed to store file %s."
msgstr ""
#: cps/web.py:2807 cps/web.py:2811
#: cps/web.py:2858 cps/web.py:2862
msgid "unknown"
msgstr "未知"
#: cps/web.py:3010
#: cps/web.py:3061
msgid "File to be uploaded must have an extension"
msgstr "要上传的文件必须有一个后缀"
#: cps/web.py:3029
#: cps/web.py:3080
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr "创建路径 %s 失败(权限拒绝)。"
#: cps/web.py:3034
#: cps/web.py:3085
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr "存储文件 %s 失败(权限拒绝)。"
#: cps/web.py:3039
#: cps/web.py:3090
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgstr "删除文件 %s 失败(权限拒绝)。"
@ -600,7 +600,7 @@ msgstr "确定"
#: cps/templates/book_edit.html:135 cps/templates/book_edit.html:157
#: cps/templates/config_edit.html:156 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:60 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:131
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:139
msgid "Back"
msgstr "后退"
@ -646,7 +646,7 @@ msgstr "简介"
msgid "Tags"
msgstr "标签"
#: cps/templates/book_edit.html:39 cps/templates/layout.html:137
#: cps/templates/book_edit.html:39 cps/templates/layout.html:141
#: cps/templates/search_form.html:37
msgid "Series"
msgstr "丛书"
@ -693,7 +693,7 @@ msgstr "获取元数据"
#: cps/templates/book_edit.html:134 cps/templates/config_edit.html:154
#: cps/templates/login.html:20 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:129
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:137
msgid "Submit"
msgstr "提交"
@ -733,7 +733,7 @@ msgstr "点击封面加载元数据到表单"
msgid "Loading..."
msgstr "加载中..."
#: cps/templates/book_edit.html:196 cps/templates/layout.html:201
#: cps/templates/book_edit.html:196 cps/templates/layout.html:205
msgid "Close"
msgstr "关闭"
@ -786,8 +786,8 @@ msgstr ""
msgid "Server Port"
msgstr "服务器端口"
#: cps/templates/config_edit.html:56 cps/templates/layout.html:116
#: cps/templates/layout.html:117 cps/templates/shelf_edit.html:7
#: cps/templates/config_edit.html:56 cps/templates/layout.html:119
#: cps/templates/layout.html:120 cps/templates/shelf_edit.html:7
msgid "Title"
msgstr "标题"
@ -843,31 +843,31 @@ msgstr ""
msgid "Default Settings for new users"
msgstr "新用户默认设置"
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:86
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:94
msgid "Admin user"
msgstr "管理用户"
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:95
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:103
msgid "Allow Downloads"
msgstr "允许下载"
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:99
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:107
msgid "Allow Uploads"
msgstr "允许上传"
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:103
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:111
msgid "Allow Edit"
msgstr "允许编辑"
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:107
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:115
msgid "Allow Delete books"
msgstr "允许删除书籍"
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:112
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:120
msgid "Allow Changing Password"
msgstr "允许修改密码"
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:116
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:124
msgid "Allow Editing Public Shelfs"
msgstr "允许编辑公共书架"
@ -940,7 +940,7 @@ msgstr "保存设置"
msgid "Save settings and send Test E-Mail"
msgstr "保存设置并发送测试邮件"
#: cps/templates/feed.xml:20 cps/templates/layout.html:185
#: cps/templates/feed.xml:20 cps/templates/layout.html:189
msgid "Next"
msgstr "下一个"
@ -957,7 +957,7 @@ msgstr "发现(随机书籍)"
msgid "Start"
msgstr "开始"
#: cps/templates/index.xml:14 cps/templates/layout.html:121
#: cps/templates/index.xml:14 cps/templates/layout.html:125
msgid "Hot Books"
msgstr "热门书籍"
@ -965,7 +965,7 @@ msgstr "热门书籍"
msgid "Popular publications from this catalog based on Downloads."
msgstr "基于下载数的热门书籍"
#: cps/templates/index.xml:20 cps/templates/layout.html:124
#: cps/templates/index.xml:20 cps/templates/layout.html:128
msgid "Best rated Books"
msgstr "最高评分书籍"
@ -985,7 +985,7 @@ msgstr "最新书籍"
msgid "Show Random Books"
msgstr "显示随机书籍"
#: cps/templates/index.xml:52 cps/templates/layout.html:140
#: cps/templates/index.xml:52 cps/templates/layout.html:144
msgid "Authors"
msgstr "作者"
@ -1021,68 +1021,68 @@ msgstr "注册"
msgid "Browse"
msgstr "浏览"
#: cps/templates/layout.html:107
#: cps/templates/layout.html:108
msgid "Recently Added"
msgstr "最近添加"
#: cps/templates/layout.html:110
#: cps/templates/layout.html:113
msgid "Sorted Books"
msgstr "已排序书籍"
#: cps/templates/layout.html:114 cps/templates/layout.html:115
#: cps/templates/layout.html:116 cps/templates/layout.html:117
#: cps/templates/layout.html:117 cps/templates/layout.html:118
#: cps/templates/layout.html:119 cps/templates/layout.html:120
msgid "Sort By"
msgstr "排序"
#: cps/templates/layout.html:114
#: cps/templates/layout.html:117
msgid "Newest"
msgstr "最新"
#: cps/templates/layout.html:115
#: cps/templates/layout.html:118
msgid "Oldest"
msgstr "最旧"
#: cps/templates/layout.html:116
#: cps/templates/layout.html:119
msgid "Ascending"
msgstr "升序"
#: cps/templates/layout.html:117
#: cps/templates/layout.html:120
msgid "Descending"
msgstr "降序"
#: cps/templates/layout.html:131
#: cps/templates/layout.html:135
msgid "Discover"
msgstr "发现"
#: cps/templates/layout.html:134
#: cps/templates/layout.html:138
msgid "Categories"
msgstr "分类"
#: cps/templates/layout.html:143 cps/templates/search_form.html:58
#: cps/templates/layout.html:147 cps/templates/search_form.html:58
msgid "Languages"
msgstr "语言"
#: cps/templates/layout.html:146
#: cps/templates/layout.html:150
msgid "Public Shelves"
msgstr "公开书架"
#: cps/templates/layout.html:150
#: cps/templates/layout.html:154
msgid "Your Shelves"
msgstr "您的书架"
#: cps/templates/layout.html:155
#: cps/templates/layout.html:159
msgid "Create a Shelf"
msgstr "创建书架"
#: cps/templates/layout.html:156 cps/templates/stats.html:3
#: cps/templates/layout.html:160 cps/templates/stats.html:3
msgid "About"
msgstr "关于"
#: cps/templates/layout.html:170
#: cps/templates/layout.html:174
msgid "Previous"
msgstr ""
#: cps/templates/layout.html:197
#: cps/templates/layout.html:201
msgid "Book Details"
msgstr ""
@ -1257,46 +1257,54 @@ msgid "Show random books"
msgstr "显示随机书籍"
#: cps/templates/user_edit.html:50
msgid "Show recent books"
msgstr ""
#: cps/templates/user_edit.html:54
msgid "Show sorted books"
msgstr ""
#: cps/templates/user_edit.html:58
msgid "Show hot books"
msgstr "显示热门书籍"
#: cps/templates/user_edit.html:54
#: cps/templates/user_edit.html:62
msgid "Show best rated books"
msgstr "显示最高评分书籍"
#: cps/templates/user_edit.html:58
#: cps/templates/user_edit.html:66
msgid "Show language selection"
msgstr "显示语言选择"
#: cps/templates/user_edit.html:62
#: cps/templates/user_edit.html:70
msgid "Show series selection"
msgstr "显示丛书选择"
#: cps/templates/user_edit.html:66
#: cps/templates/user_edit.html:74
msgid "Show category selection"
msgstr "显示分类选择"
#: cps/templates/user_edit.html:70
#: cps/templates/user_edit.html:78
msgid "Show author selection"
msgstr "显示作者选择"
#: cps/templates/user_edit.html:74
#: cps/templates/user_edit.html:82
msgid "Show read and unread"
msgstr "显示已读和未读"
#: cps/templates/user_edit.html:78
#: cps/templates/user_edit.html:86
msgid "Show random books in detail view"
msgstr "在详情页显示随机书籍"
#: cps/templates/user_edit.html:90
#: cps/templates/user_edit.html:98
msgid "Show mature content"
msgstr ""
#: cps/templates/user_edit.html:123
#: cps/templates/user_edit.html:131
msgid "Delete this user"
msgstr "删除此用户"
#: cps/templates/user_edit.html:138
#: cps/templates/user_edit.html:146
msgid "Recent Downloads"
msgstr "最近下载"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-11-01 16:05+0100\n"
"POT-Creation-Date: 2017-11-12 14:54+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1368
#: cps/book_formats.py:118 cps/book_formats.py:122 cps/web.py:1398
msgid "not installed"
msgstr ""
@ -32,7 +32,7 @@ msgid "epub format not found for book id: %(book)d"
msgstr ""
#: cps/helper.py:93
msgid "kindlegen failed, no excecution permissions"
msgid "kindlegen failed, no execution permissions"
msgstr ""
#: cps/helper.py:108
@ -61,378 +61,378 @@ msgstr ""
msgid "Could not find any formats suitable for sending by email"
msgstr ""
#: cps/ub.py:567
#: cps/ub.py:577
msgid "Guest"
msgstr ""
#: cps/web.py:962
#: cps/web.py:964
msgid "Requesting update package"
msgstr ""
#: cps/web.py:963
#: cps/web.py:965
msgid "Downloading update package"
msgstr ""
#: cps/web.py:964
#: cps/web.py:966
msgid "Unzipping update package"
msgstr ""
#: cps/web.py:965
#: cps/web.py:967
msgid "Files are replaced"
msgstr ""
#: cps/web.py:966
#: cps/web.py:968
msgid "Database connections are closed"
msgstr ""
#: cps/web.py:967
#: cps/web.py:969
msgid "Server is stopped"
msgstr ""
#: cps/web.py:968
#: cps/web.py:970
msgid "Update finished, please press okay and reload page"
msgstr ""
#: cps/web.py:1042
#: cps/web.py:1044
msgid "Recently Added Books"
msgstr ""
#: cps/web.py:1051
#: cps/web.py:1054
msgid "Newest Books"
msgstr ""
#: cps/web.py:1060
#: cps/web.py:1065
msgid "Oldest Books"
msgstr ""
#: cps/web.py:1069
#: cps/web.py:1077
msgid "Books (A-Z)"
msgstr ""
#: cps/web.py:1078
#: cps/web.py:1088
msgid "Books (Z-A)"
msgstr ""
#: cps/web.py:1105
#: cps/web.py:1116
msgid "Hot Books (most downloaded)"
msgstr ""
#: cps/web.py:1115
#: cps/web.py:1129
msgid "Best rated books"
msgstr ""
#: cps/templates/index.xml:32 cps/web.py:1124
#: cps/templates/index.xml:32 cps/web.py:1140
msgid "Random Books"
msgstr ""
#: cps/web.py:1135
#: cps/web.py:1154
msgid "Author list"
msgstr ""
#: cps/web.py:1145 cps/web.py:1201 cps/web.py:1325 cps/web.py:1790
#: cps/web.py:1166 cps/web.py:1225 cps/web.py:1355 cps/web.py:1827
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
#: cps/templates/index.xml:64 cps/web.py:1187
#: cps/templates/index.xml:64 cps/web.py:1209
msgid "Series list"
msgstr ""
#: cps/web.py:1199
#: cps/web.py:1223
#, python-format
msgid "Series: %(serie)s"
msgstr ""
#: cps/web.py:1231
#: cps/web.py:1256
msgid "Available languages"
msgstr ""
#: cps/web.py:1246
#: cps/web.py:1273
#, python-format
msgid "Language: %(name)s"
msgstr ""
#: cps/templates/index.xml:58 cps/web.py:1255
#: cps/templates/index.xml:58 cps/web.py:1283
msgid "Category list"
msgstr ""
#: cps/web.py:1267
#: cps/web.py:1297
#, python-format
msgid "Category: %(name)s"
msgstr ""
#: cps/web.py:1379
#: cps/web.py:1409
msgid "Excecution permissions missing"
msgstr ""
#: cps/web.py:1393
#: cps/web.py:1423
msgid "Statistics"
msgstr ""
#: cps/web.py:1557
#: cps/web.py:1587
msgid "Server restarted, please reload page"
msgstr ""
#: cps/web.py:1559
#: cps/web.py:1589
msgid "Performing shutdown of server, please close window"
msgstr ""
#: cps/web.py:1575
#: cps/web.py:1605
msgid "Update done"
msgstr ""
#: cps/web.py:1650 cps/web.py:1663
#: cps/web.py:1687 cps/web.py:1700
msgid "search"
msgstr ""
#: cps/templates/index.xml:39 cps/templates/index.xml:42
#: cps/templates/layout.html:127 cps/web.py:1745
#: cps/templates/layout.html:131 cps/web.py:1782
msgid "Read Books"
msgstr ""
#: cps/templates/index.xml:45 cps/templates/index.xml:48
#: cps/templates/layout.html:128 cps/web.py:1748
#: cps/templates/layout.html:132 cps/web.py:1785
msgid "Unread Books"
msgstr ""
#: cps/web.py:1823 cps/web.py:1825 cps/web.py:1827 cps/web.py:1836
#: cps/web.py:1860 cps/web.py:1862 cps/web.py:1864 cps/web.py:1873
msgid "Read a Book"
msgstr ""
#: cps/web.py:1888 cps/web.py:2514
#: cps/web.py:1925 cps/web.py:2555
msgid "Please fill out all fields!"
msgstr ""
#: cps/web.py:1889 cps/web.py:1905 cps/web.py:1910 cps/web.py:1912
#: cps/web.py:1926 cps/web.py:1942 cps/web.py:1947 cps/web.py:1949
msgid "register"
msgstr ""
#: cps/web.py:1904
#: cps/web.py:1941
msgid "An unknown error occured. Please try again later."
msgstr ""
#: cps/web.py:1909
#: cps/web.py:1946
msgid "This username or email address is already in use."
msgstr ""
#: cps/web.py:1928 cps/web.py:2024
#: cps/web.py:1965 cps/web.py:2061
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr ""
#: cps/web.py:1933
#: cps/web.py:1970
msgid "Wrong Username or Password"
msgstr ""
#: cps/web.py:1939 cps/web.py:1960
#: cps/web.py:1976 cps/web.py:1997
msgid "login"
msgstr ""
#: cps/web.py:1972 cps/web.py:2003
#: cps/web.py:2009 cps/web.py:2040
msgid "Token not found"
msgstr ""
#: cps/web.py:1980 cps/web.py:2011
#: cps/web.py:2017 cps/web.py:2048
msgid "Token has expired"
msgstr ""
#: cps/web.py:1988
#: cps/web.py:2025
msgid "Success! Please return to your device"
msgstr ""
#: cps/web.py:2038
#: cps/web.py:2075
msgid "Please configure the SMTP mail settings first..."
msgstr ""
#: cps/web.py:2042
#: cps/web.py:2079
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgstr ""
#: cps/web.py:2046
#: cps/web.py:2083
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr ""
#: cps/web.py:2048 cps/web.py:2599
#: cps/web.py:2085 cps/web.py:2640
msgid "Please configure your kindle email address first..."
msgstr ""
#: cps/web.py:2092
#: cps/web.py:2129
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgstr ""
#: cps/web.py:2127
#: cps/web.py:2164
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgstr ""
#: cps/web.py:2146 cps/web.py:2170
#: cps/web.py:2183 cps/web.py:2207
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgstr ""
#: cps/web.py:2151
#: cps/web.py:2188
#, python-format
msgid "Shelf %(title)s created"
msgstr ""
#: cps/web.py:2153 cps/web.py:2181
#: cps/web.py:2190 cps/web.py:2218
msgid "There was an error"
msgstr ""
#: cps/web.py:2154 cps/web.py:2156
#: cps/web.py:2191 cps/web.py:2193
msgid "create a shelf"
msgstr ""
#: cps/web.py:2179
#: cps/web.py:2216
#, python-format
msgid "Shelf %(title)s changed"
msgstr ""
#: cps/web.py:2182 cps/web.py:2184
#: cps/web.py:2219 cps/web.py:2221
msgid "Edit a shelf"
msgstr ""
#: cps/web.py:2205
#: cps/web.py:2242
#, python-format
msgid "successfully deleted shelf %(name)s"
msgstr ""
#: cps/web.py:2227
#: cps/web.py:2264
#, python-format
msgid "Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:2230
#: cps/web.py:2267
msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr ""
#: cps/web.py:2262
#: cps/web.py:2299
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:2327
#: cps/web.py:2368
msgid "Found an existing account for this email address."
msgstr ""
#: cps/web.py:2329 cps/web.py:2333
#: cps/web.py:2370 cps/web.py:2374
#, python-format
msgid "%(name)s's profile"
msgstr ""
#: cps/web.py:2330
#: cps/web.py:2371
msgid "Profile updated"
msgstr ""
#: cps/web.py:2344
#: cps/web.py:2385
msgid "Admin page"
msgstr ""
#: cps/web.py:2468
#: cps/web.py:2509
msgid "Calibre-web configuration updated"
msgstr ""
#: cps/web.py:2475 cps/web.py:2481 cps/web.py:2495
#: cps/web.py:2516 cps/web.py:2522 cps/web.py:2536
msgid "Basic Configuration"
msgstr ""
#: cps/web.py:2479
#: cps/web.py:2520
msgid "DB location is not valid, please enter correct path"
msgstr ""
#: cps/templates/admin.html:34 cps/web.py:2516 cps/web.py:2569
#: cps/templates/admin.html:34 cps/web.py:2557 cps/web.py:2610
msgid "Add new user"
msgstr ""
#: cps/web.py:2561
#: cps/web.py:2602
#, python-format
msgid "User '%(user)s' created"
msgstr ""
#: cps/web.py:2565
#: cps/web.py:2606
msgid "Found an existing account for this email address or nickname."
msgstr ""
#: cps/web.py:2587
#: cps/web.py:2628
msgid "Mail settings updated"
msgstr ""
#: cps/web.py:2594
#: cps/web.py:2635
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr ""
#: cps/web.py:2597
#: cps/web.py:2638
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr ""
#: cps/web.py:2601
#: cps/web.py:2642
msgid "E-Mail settings updated"
msgstr ""
#: cps/web.py:2602
#: cps/web.py:2643
msgid "Edit mail settings"
msgstr ""
#: cps/web.py:2631
#: cps/web.py:2672
#, python-format
msgid "User '%(nick)s' deleted"
msgstr ""
#: cps/web.py:2729
#: cps/web.py:2780
#, python-format
msgid "User '%(nick)s' updated"
msgstr ""
#: cps/web.py:2732
#: cps/web.py:2783
msgid "An unknown error occured."
msgstr ""
#: cps/web.py:2735
#: cps/web.py:2786
#, python-format
msgid "Edit User %(nick)s"
msgstr ""
#: cps/web.py:2751
#: cps/web.py:2802
msgid "Error opening eBook. File does not exist or file is not accessible"
msgstr ""
#: cps/web.py:2766 cps/web.py:2967 cps/web.py:3110
#: cps/web.py:2817 cps/web.py:3018 cps/web.py:3161
msgid "edit metadata"
msgstr ""
#: cps/web.py:2776 cps/web.py:3004
#: cps/web.py:2827 cps/web.py:3055
#, python-format
msgid "File extension \"%s\" is not allowed to be uploaded to this server"
msgstr ""
#: cps/web.py:2787
#: cps/web.py:2838
#, python-format
msgid "Failed to store file %s."
msgstr ""
#: cps/web.py:2807 cps/web.py:2811
#: cps/web.py:2858 cps/web.py:2862
msgid "unknown"
msgstr ""
#: cps/web.py:3010
#: cps/web.py:3061
msgid "File to be uploaded must have an extension"
msgstr ""
#: cps/web.py:3029
#: cps/web.py:3080
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgstr ""
#: cps/web.py:3034
#: cps/web.py:3085
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgstr ""
#: cps/web.py:3039
#: cps/web.py:3090
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgstr ""
@ -591,7 +591,7 @@ msgstr ""
#: cps/templates/book_edit.html:135 cps/templates/book_edit.html:157
#: cps/templates/config_edit.html:156 cps/templates/email_edit.html:36
#: cps/templates/shelf.html:60 cps/templates/shelf_edit.html:19
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:131
#: cps/templates/shelf_order.html:12 cps/templates/user_edit.html:139
msgid "Back"
msgstr ""
@ -637,7 +637,7 @@ msgstr ""
msgid "Tags"
msgstr ""
#: cps/templates/book_edit.html:39 cps/templates/layout.html:137
#: cps/templates/book_edit.html:39 cps/templates/layout.html:141
#: cps/templates/search_form.html:37
msgid "Series"
msgstr ""
@ -684,7 +684,7 @@ msgstr ""
#: cps/templates/book_edit.html:134 cps/templates/config_edit.html:154
#: cps/templates/login.html:20 cps/templates/search_form.html:79
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:129
#: cps/templates/shelf_edit.html:17 cps/templates/user_edit.html:137
msgid "Submit"
msgstr ""
@ -724,7 +724,7 @@ msgstr ""
msgid "Loading..."
msgstr ""
#: cps/templates/book_edit.html:196 cps/templates/layout.html:201
#: cps/templates/book_edit.html:196 cps/templates/layout.html:205
msgid "Close"
msgstr ""
@ -777,8 +777,8 @@ msgstr ""
msgid "Server Port"
msgstr ""
#: cps/templates/config_edit.html:56 cps/templates/layout.html:116
#: cps/templates/layout.html:117 cps/templates/shelf_edit.html:7
#: cps/templates/config_edit.html:56 cps/templates/layout.html:119
#: cps/templates/layout.html:120 cps/templates/shelf_edit.html:7
msgid "Title"
msgstr ""
@ -834,31 +834,31 @@ msgstr ""
msgid "Default Settings for new users"
msgstr ""
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:86
#: cps/templates/config_edit.html:128 cps/templates/user_edit.html:94
msgid "Admin user"
msgstr ""
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:95
#: cps/templates/config_edit.html:132 cps/templates/user_edit.html:103
msgid "Allow Downloads"
msgstr ""
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:99
#: cps/templates/config_edit.html:136 cps/templates/user_edit.html:107
msgid "Allow Uploads"
msgstr ""
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:103
#: cps/templates/config_edit.html:140 cps/templates/user_edit.html:111
msgid "Allow Edit"
msgstr ""
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:107
#: cps/templates/config_edit.html:144 cps/templates/user_edit.html:115
msgid "Allow Delete books"
msgstr ""
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:112
#: cps/templates/config_edit.html:148 cps/templates/user_edit.html:120
msgid "Allow Changing Password"
msgstr ""
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:116
#: cps/templates/config_edit.html:152 cps/templates/user_edit.html:124
msgid "Allow Editing Public Shelfs"
msgstr ""
@ -931,7 +931,7 @@ msgstr ""
msgid "Save settings and send Test E-Mail"
msgstr ""
#: cps/templates/feed.xml:20 cps/templates/layout.html:185
#: cps/templates/feed.xml:20 cps/templates/layout.html:189
msgid "Next"
msgstr ""
@ -948,7 +948,7 @@ msgstr ""
msgid "Start"
msgstr ""
#: cps/templates/index.xml:14 cps/templates/layout.html:121
#: cps/templates/index.xml:14 cps/templates/layout.html:125
msgid "Hot Books"
msgstr ""
@ -956,7 +956,7 @@ msgstr ""
msgid "Popular publications from this catalog based on Downloads."
msgstr ""
#: cps/templates/index.xml:20 cps/templates/layout.html:124
#: cps/templates/index.xml:20 cps/templates/layout.html:128
msgid "Best rated Books"
msgstr ""
@ -976,7 +976,7 @@ msgstr ""
msgid "Show Random Books"
msgstr ""
#: cps/templates/index.xml:52 cps/templates/layout.html:140
#: cps/templates/index.xml:52 cps/templates/layout.html:144
msgid "Authors"
msgstr ""
@ -1012,68 +1012,68 @@ msgstr ""
msgid "Browse"
msgstr ""
#: cps/templates/layout.html:107
#: cps/templates/layout.html:108
msgid "Recently Added"
msgstr ""
#: cps/templates/layout.html:110
#: cps/templates/layout.html:113
msgid "Sorted Books"
msgstr ""
#: cps/templates/layout.html:114 cps/templates/layout.html:115
#: cps/templates/layout.html:116 cps/templates/layout.html:117
#: cps/templates/layout.html:117 cps/templates/layout.html:118
#: cps/templates/layout.html:119 cps/templates/layout.html:120
msgid "Sort By"
msgstr ""
#: cps/templates/layout.html:114
#: cps/templates/layout.html:117
msgid "Newest"
msgstr ""
#: cps/templates/layout.html:115
#: cps/templates/layout.html:118
msgid "Oldest"
msgstr ""
#: cps/templates/layout.html:116
#: cps/templates/layout.html:119
msgid "Ascending"
msgstr ""
#: cps/templates/layout.html:117
#: cps/templates/layout.html:120
msgid "Descending"
msgstr ""
#: cps/templates/layout.html:131
#: cps/templates/layout.html:135
msgid "Discover"
msgstr ""
#: cps/templates/layout.html:134
#: cps/templates/layout.html:138
msgid "Categories"
msgstr ""
#: cps/templates/layout.html:143 cps/templates/search_form.html:58
#: cps/templates/layout.html:147 cps/templates/search_form.html:58
msgid "Languages"
msgstr ""
#: cps/templates/layout.html:146
#: cps/templates/layout.html:150
msgid "Public Shelves"
msgstr ""
#: cps/templates/layout.html:150
#: cps/templates/layout.html:154
msgid "Your Shelves"
msgstr ""
#: cps/templates/layout.html:155
#: cps/templates/layout.html:159
msgid "Create a Shelf"
msgstr ""
#: cps/templates/layout.html:156 cps/templates/stats.html:3
#: cps/templates/layout.html:160 cps/templates/stats.html:3
msgid "About"
msgstr ""
#: cps/templates/layout.html:170
#: cps/templates/layout.html:174
msgid "Previous"
msgstr ""
#: cps/templates/layout.html:197
#: cps/templates/layout.html:201
msgid "Book Details"
msgstr ""
@ -1248,46 +1248,54 @@ msgid "Show random books"
msgstr ""
#: cps/templates/user_edit.html:50
msgid "Show hot books"
msgid "Show recent books"
msgstr ""
#: cps/templates/user_edit.html:54
msgid "Show best rated books"
msgid "Show sorted books"
msgstr ""
#: cps/templates/user_edit.html:58
msgid "Show language selection"
msgid "Show hot books"
msgstr ""
#: cps/templates/user_edit.html:62
msgid "Show series selection"
msgid "Show best rated books"
msgstr ""
#: cps/templates/user_edit.html:66
msgid "Show category selection"
msgid "Show language selection"
msgstr ""
#: cps/templates/user_edit.html:70
msgid "Show author selection"
msgid "Show series selection"
msgstr ""
#: cps/templates/user_edit.html:74
msgid "Show read and unread"
msgid "Show category selection"
msgstr ""
#: cps/templates/user_edit.html:78
msgid "Show author selection"
msgstr ""
#: cps/templates/user_edit.html:82
msgid "Show read and unread"
msgstr ""
#: cps/templates/user_edit.html:86
msgid "Show random books in detail view"
msgstr ""
#: cps/templates/user_edit.html:90
#: cps/templates/user_edit.html:98
msgid "Show mature content"
msgstr ""
#: cps/templates/user_edit.html:123
#: cps/templates/user_edit.html:131
msgid "Delete this user"
msgstr ""
#: cps/templates/user_edit.html:138
#: cps/templates/user_edit.html:146
msgid "Recent Downloads"
msgstr ""

Loading…
Cancel
Save