Merge branch 'master' into Develop

# Conflicts:
#	cps/admin.py
pull/1179/head
Ozzieisaacs 4 years ago
commit 4ab3dc2599

@ -925,10 +925,12 @@ def view_logfile():
logfiles = {}
logfiles[0] = logger.get_logfile(config.config_logfile)
logfiles[1] = logger.get_accesslogfile(config.config_access_logfile)
return render_title_template("logviewer.html",title=_(u"Logfile viewer"),
log_enable=bool(config.config_logfile != logger.LOG_TO_STDOUT),
return render_title_template("logviewer.html",
title=_(u"Logfile viewer"),
accesslog_enable=config.config_access_log,
logfiles=logfiles, page="logfile")
log_enable=bool(config.config_logfile != logger.LOG_TO_STDOUT),
logfiles=logfiles,
page="logfile")
@admi.route("/ajax/log/<int:logtype>")

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2020-01-08 11:37+0000\n"
"Last-Translator: Lukas Heroudek <lukas.heroudek@gmail.com>\n"
"Language: cs_CZ\n"
@ -147,55 +147,55 @@ msgstr "Neznámá chyba. Opakujte prosím později."
msgid "Please configure the SMTP mail settings first..."
msgstr "Nejprve nakonfigurujte nastavení pošty SMTP..."
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr "Prohlížeč log souborů"
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Požadování balíčku aktualizace"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Stahování balíčku aktualizace"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Rozbalování balíčku aktualizace"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Nahrazování souborů"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Databázová připojení jsou uzavřena"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Zastavuji server"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "Aktualizace dokončena, klepněte na tlačítko OK a znovu načtěte stránku"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "Aktualizace selhala:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "HTTP chyba"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "Chyba připojení"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Vypršel časový limit při navazování spojení"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "Všeobecná chyba"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2020-01-18 12:52+0100\n"
"Last-Translator: Ozzie Isaacs\n"
"Language: de\n"
@ -148,55 +148,55 @@ msgstr "Es ist ein unbekannter Fehler aufgetreten. Bitte später erneut versuche
msgid "Please configure the SMTP mail settings first..."
msgstr "Bitte zuerst die SMTP-Einstellung konfigurieren ..."
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr "Logdatei Anzeige"
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Frage Update an"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Lade Update herunter"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Entpacke Update"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Ersetze Dateien"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Schließe Datenbankverbindungen"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Stoppe Server"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "Update abgeschlossen, bitte okay drücken und Seite neu laden"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "Update fehlgeschlagen:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "HTTP Fehler"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "Verbindungsfehler"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Timeout beim Verbindungsaufbau"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "Allgemeiner Fehler"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2019-07-26 11:44+0100\n"
"Last-Translator: minakmostoles <xxx@xxx.com>\n"
"Language: es\n"
@ -150,55 +150,55 @@ msgstr "Ha ocurrido un error desconocido. Por favor vuelva a intentarlo más tar
msgid "Please configure the SMTP mail settings first..."
msgstr "Configura primero los parámetros del servidor SMTP..."
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr "Visor del fichero de log"
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Solicitando paquete de actualización"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Descargando paquete de actualización"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Descomprimiendo paquete de actualización"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Remplazando ficheros"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Los conexiones de base datos están cerradas"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Parando servidor"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "Actualización finalizada. Por favor, pulse OK y recargue la página"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "Fallo al actualizar"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "Error HTTP"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "Error de conexión"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Tiempo agotado mientras se trataba de establecer la conexión"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "Error general"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2020-01-12 13:56+0100\n"
"Last-Translator: Samuli Valavuo <svalavuo@gmail.com>\n"
"Language: fi\n"
@ -148,55 +148,55 @@ msgstr "Tapahtui tuntematon virhe. Yritä myöhemmin uudelleen."
msgid "Please configure the SMTP mail settings first..."
msgstr "Ole hyvä ja aseta SMTP postiasetukset ensin..."
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr "Lokitiedoston katselin"
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Haetaan päivitystiedostoa"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Ladataan päivitystiedostoa"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Puretaan päivitystiedostoa"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Korvataan tiedostoja"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Tietokantayhteydet on katkaistu"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Sammutetaan palvelin"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "Päivitys valmistui, ole hyvä ja paina OK ja lataa sivu uudelleen"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "Päivitys epäonnistui:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "HTTP virhe"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "Yhteysvirhe"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Aikakatkaisu yhteyttä luotaessa"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "Yleinen virhe"

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2019-08-21 15:20+0100\n"
"Last-Translator: Nicolas Roudninski <nicoroud@gmail.com>\n"
"Language: fr\n"
@ -161,55 +161,55 @@ msgstr "Une erreur inconnue est survenue. Veuillez réessayer plus tard."
msgid "Please configure the SMTP mail settings first..."
msgstr "Veuillez configurer les paramètres SMTP au préalable…"
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr "Visualiseur de fichier journal"
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Demander une mise à jour"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Téléchargement la mise à jour"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Décompression de la mise à jour"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Remplacement des fichiers"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Connexion à la base de donnée fermée"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Arrêt du serveur"
#: cps/admin.py:716
#: cps/admin.py:720
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/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "La mise à jour a échoué :"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "Erreur HTTP"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "Erreur de connexion"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Délai d'attente dépassé lors de l'établissement de connexion"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "Erreur générale"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2019-04-06 23:36+0200\n"
"Last-Translator: \n"
"Language: hu\n"
@ -148,55 +148,55 @@ msgstr "Ismeretlen hiba történt. Próbáld újra később!"
msgid "Please configure the SMTP mail settings first..."
msgstr "Először be kell állítani az SMTP levelező beállításokat..."
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr ""
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Frissítési csomag kérése"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Frissítési csomag letöltése"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Frissítési csomag kitömörítése"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Fájlok cserélése"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Adatbázis kapcsolatok lezárva"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Szerver leállítása"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "A frissítés települt, kattints az OK-ra és újra tölt az oldal"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "A frissítés nem sikerült:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "HTTP hiba"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "Kapcsolódási hiba"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Időtúllépés a kapcsolódás során"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "Általános hiba"

@ -6,9 +6,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2017-04-04 15:09+0200\n"
"Last-Translator: Marco Picone <marcovendere@gmail.com>\n"
"Last-Translator: ElQuimm <quimm@webtaste.com>\n"
"Language: it\n"
"Language-Team: \n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@ -147,55 +147,55 @@ msgstr "Si è verificato un errore sconosciuto: per favore riprova."
msgid "Please configure the SMTP mail settings first..."
msgstr "Configurare dapprima le impostazioni del server SMTP..."
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr "Visualizzatore del Logfile"
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Richiedo del pacchetto di aggiornamento"
msgstr "Richiedo il pacchetto di aggiornamento"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Scarico il pacchetto di aggiornamento"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Decomprimo il pacchetto di aggiornamento"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Sostituzione files"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Le connessioni al database sono chiuse"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Arresta il server"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "Aggiornamento completato, prego premere ok e ricaricare la pagina"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "Aggiornamento fallito:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "HTTP Error"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "Errore di connessione"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Tempo scaduto nello stabilire la connessione"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "Errore generale"
@ -366,12 +366,12 @@ msgstr "Il file richiesto non può essere letto. I permessi sono corretti?"
#: cps/helper.py:322
#, python-format
msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr "La modifica del titolo da: '%(src)s' a '%(dest)s' è terminata con l'errore: %(error)s"
msgstr "La modifica del titolo da '%(src)s' a '%(dest)s' è terminata con l'errore: %(error)s"
#: cps/helper.py:332
#, python-format
msgid "Rename author from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr "La modifica dell'autore da: '%(src)s' a '%(dest)s' è terminata con l'errore: %(error)s"
msgstr "La modifica dell'autore da '%(src)s' a '%(dest)s' è terminata con l'errore: %(error)s"
#: cps/helper.py:346
#, python-format
@ -470,7 +470,7 @@ msgstr "Google Oauth error, per favore riprova più tardi."
#: cps/shelf.py:47 cps/shelf.py:99
msgid "Invalid shelf specified"
msgstr "Lo scaffale specificato non è valevole"
msgstr "Lo scaffale specificato non è valido"
#: cps/shelf.py:54
#, python-format
@ -564,7 +564,7 @@ msgstr "Errore durante l'apertura dello scaffale. Lo scaffale non esiste o non
#: cps/shelf.py:323
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr "Modificare l'ordine dello scaffale: '%(name)s'"
msgstr "Modifica l'ordine dello scaffale: '%(name)s'"
#: cps/ub.py:57
msgid "Recently Added"
@ -588,7 +588,7 @@ msgstr "Libri più votati"
#: cps/ub.py:66
msgid "Show best rated books"
msgstr "Mostra la sezione dei libri più votati"
msgstr "Mostra i libri più votati"
#: cps/templates/index.xml:46 cps/templates/index.xml:50 cps/ub.py:67
#: cps/web.py:1009
@ -909,7 +909,7 @@ msgstr "Profilo aggiornato"
#: cps/web.py:1391 cps/web.py:1394 cps/web.py:1397 cps/web.py:1404
#: cps/web.py:1409
msgid "Read a Book"
msgstr "Leggere un libro"
msgstr "Leggi un libro"
#: cps/web.py:1420
msgid "Error opening eBook. File does not exist or file is not accessible."
@ -1229,7 +1229,7 @@ msgstr "Carica formato"
#: cps/templates/book_edit.html:169
msgid "view book after edit"
msgstr "visualizzare il libro dopo la modifica"
msgstr "visualizza il libro dopo la modifica"
#: cps/templates/book_edit.html:172 cps/templates/book_edit.html:208
msgid "Get metadata"
@ -1301,7 +1301,7 @@ msgstr "Posizione del database di Calibre"
#: cps/templates/config_edit.html:25
msgid "Use Google Drive?"
msgstr "Usa Google Drive?"
msgstr "Utilizzo Google Drive?"
#: cps/templates/config_edit.html:31
msgid "Google Drive config problem"
@ -1341,7 +1341,7 @@ msgstr "Porta del server"
#: cps/templates/config_edit.html:91
msgid "SSL certfile location (leave it empty for non-SSL Servers)"
msgstr "Percorso del certfile SSL (lascia vuoto per una configurazione del server senza SSL)"
msgstr "Percorso del Certfile SSL (lascia vuoto per una configurazione del server senza SSL)"
#: cps/templates/config_edit.html:95
msgid "SSL Keyfile location (leave it empty for non-SSL Servers)"
@ -1413,7 +1413,7 @@ msgstr "Utilizza Goodreads"
#: cps/templates/config_edit.html:176
msgid "Obtain an API Key"
msgstr "Ottenere una chiave API"
msgstr "Otteni una chiave API"
#: cps/templates/config_edit.html:180
msgid "Goodreads API Key"
@ -1425,7 +1425,7 @@ msgstr "Goodreads API Secret"
#: cps/templates/config_edit.html:191
msgid "Login type"
msgstr ""
msgstr "Tipo di login"
#: cps/templates/config_edit.html:193
msgid "Use standard Authentication"
@ -1485,7 +1485,7 @@ msgstr "LDAP User object filter"
#: cps/templates/config_edit.html:252
msgid "LDAP Server is OpenLDAP?"
msgstr "Il server LDAP e un server OpenLDAP?"
msgstr "Il server LDAP è un server OpenLDAP?"
#: cps/templates/config_edit.html:260
#, python-format
@ -1581,11 +1581,11 @@ msgstr "Collega lo stato letto/non letto nella colonna di Calibre"
#: cps/templates/config_view_edit.html:55
msgid "Regular expression for title sorting"
msgstr "Espressione regolare per 'ordine di visualizzazione del titolo"
msgstr "Espressione regolare per ordinare la visualizzazione del titolo"
#: cps/templates/config_view_edit.html:59
msgid "Tags for Mature Content"
msgstr "Tags per libri per adulti"
msgstr "Tags per i libri per adulti"
#: cps/templates/config_view_edit.html:73
msgid "Default settings for new users"
@ -1601,7 +1601,7 @@ msgstr "Permetti il download"
#: cps/templates/config_view_edit.html:89 cps/templates/user_edit.html:97
msgid "Allow book viewer"
msgstr "Permetti il visualizzatore di libri"
msgstr "Permetti l'utilizzo del visualizzatore di libri"
#: cps/templates/config_view_edit.html:93 cps/templates/user_edit.html:101
msgid "Allow Uploads"
@ -1633,15 +1633,15 @@ msgstr "Mostra libri a caso nella vista dettagliata"
#: cps/templates/config_view_edit.html:139 cps/templates/user_edit.html:89
msgid "Show mature content"
msgstr "Mostra sezione adulti"
msgstr "Mostra sezione per adulti"
#: cps/templates/detail.html:59
msgid "Read in browser"
msgstr "Leggere nel browser"
msgstr "Leggi nel navigatore"
#: cps/templates/detail.html:72
msgid "Listen in browser"
msgstr "Ascoltare nel navigatore"
msgstr "Ascolta nel navigatore"
#: cps/templates/detail.html:117
msgid "Book"
@ -1713,7 +1713,7 @@ msgstr "Salva le impostazioni"
#: cps/templates/email_edit.html:39
msgid "Save settings and send Test E-Mail"
msgstr "Salvare le impostazioni e inviare e-mail di test"
msgstr "Salva le impostazioni e invia e-mail di test"
#: cps/templates/email_edit.html:43
msgid "Allowed domains for registering"
@ -1745,7 +1745,7 @@ msgstr "Prossimo"
#: cps/templates/http_error.html:37
msgid "Create issue"
msgstr "Crea un problema"
msgstr "Crea-segnala un problema"
#: cps/templates/http_error.html:44
msgid "Back to home"
@ -1753,7 +1753,7 @@ msgstr "Ritorno alla pagina principale"
#: cps/templates/index.html:5
msgid "Discover (Random Books)"
msgstr "Scoprire (libri casuali)"
msgstr "Scopri (libri casuali)"
#: cps/templates/index.html:64
msgid "Group by series"
@ -1769,7 +1769,7 @@ msgstr "Pubblicazioni popolari di questo catalogo in base ai download."
#: cps/templates/index.xml:28
msgid "Popular publications from this catalog based on Rating."
msgstr "Pubblicazioni popolari di questo catalogo basate sui voti."
msgstr "Pubblicazioni popolari di questo catalogo in base ai voti."
#: cps/templates/index.xml:31
msgid "Recently added Books"
@ -1777,7 +1777,7 @@ msgstr "Libri aggiunti di recente"
#: cps/templates/index.xml:35
msgid "The latest Books"
msgstr "Gli ultimi Libri"
msgstr "Gli ultimi libri"
#: cps/templates/index.xml:42
msgid "Show Random Books"
@ -1789,7 +1789,7 @@ msgstr "Libri ordinati per autore"
#: cps/templates/index.xml:72
msgid "Books ordered by publisher"
msgstr "Libri ordinati per editori"
msgstr "Libri ordinati per editore"
#: cps/templates/index.xml:79
msgid "Books ordered by category"
@ -1850,11 +1850,11 @@ msgstr "Logout"
#: cps/templates/layout.html:85 cps/templates/register.html:14
msgid "Register"
msgstr "Registrare"
msgstr "Registra"
#: cps/templates/layout.html:116 cps/templates/layout.html:223
msgid "Uploading..."
msgstr "Caricare"
msgstr "Carica"
#: cps/templates/layout.html:117
msgid "please don't refresh the page"
@ -1862,7 +1862,7 @@ msgstr "per favore non aggiornare la pagina"
#: cps/templates/layout.html:127
msgid "Browse"
msgstr "Navigare"
msgstr "Naviga"
#: cps/templates/layout.html:146
msgid "Create a Shelf"
@ -1878,7 +1878,7 @@ msgstr "Precedente"
#: cps/templates/layout.html:188
msgid "Book Details"
msgstr "Dettagli ebook"
msgstr "Dettagli libro"
#: cps/templates/layout.html:222
msgid "Upload done, processing, please wait..."
@ -1916,15 +1916,15 @@ msgstr ""
#: cps/templates/logviewer.html:8
msgid "Calibre-Web log: "
msgstr ""
msgstr "Mostra il log Calibre-Web"
#: cps/templates/logviewer.html:8
msgid "Stream output, can't be displayed"
msgstr ""
msgstr "Flusso attivo, non può essere visualizzato"
#: cps/templates/logviewer.html:12
msgid "Show access log: "
msgstr ""
msgstr "Mostra il log di accesso"
#: cps/templates/osd.xml:5
msgid "Calibre-Web ebook catalog"
@ -1996,7 +1996,7 @@ msgstr "Larghezza"
#: cps/templates/readcbr.html:126
msgid "Height"
msgstr "Alteszza"
msgstr "Altezza"
#: cps/templates/readcbr.html:127
msgid "Native"
@ -2244,7 +2244,7 @@ msgstr "Elimina questo utente"
#: cps/templates/user_edit.html:140
msgid "Recent Downloads"
msgstr "Download Recenti"
msgstr "Download recenti"
#~ msgid "Afar"
#~ msgstr "Afar"
@ -3507,7 +3507,7 @@ msgstr "Download Recenti"
#~ msgstr "Fallito il salvataggio della copertina %(cover)s."
#~ msgid "Cover-file is not a valid image file"
#~ msgstr "Il file della copertina non è un file di immagine valido"
#~ msgstr "Il file della copertina non è un file d'immagine valido"
#~ msgid "Cover is not a jpg file, can't save"
#~ msgstr "La copertina non è un file in formato jpg: non posso salvare"
@ -3516,7 +3516,7 @@ msgstr "Download Recenti"
#~ msgstr "Preparo documento per la stampa..."
#~ msgid "Using your another device, visit"
#~ msgstr "Utilizzando il tuo altro dispositivo, visita"
#~ msgstr "Utilizza il tuo altro dispositivo, visita"
#~ msgid "and log in"
#~ msgstr "e accedi"
@ -3612,7 +3612,7 @@ msgstr "Download Recenti"
#~ msgstr "Il percorso per l'Acces Logfile non è corretto: per favore indica il percorso corretto"
#~ msgid "DB location is not valid, please enter correct path"
#~ msgstr "La posizione DB non è corretta: per favore indica il percorso corretto"
#~ msgstr "La posizione del DB non è corretta: per favore indica il percorso corretto"
#~ msgid "Excecution permissions missing"
#~ msgstr "Mancano le autorizzazioni di esecuzione"
@ -3657,7 +3657,7 @@ msgstr "Download Recenti"
#~ msgstr "Play / pausa"
#~ msgid "volume"
#~ msgstr "valume"
#~ msgstr "volume"
#~ msgid "unknown"
#~ msgstr "sconosciuto"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2018-02-07 02:20-0500\n"
"Last-Translator: white <space_white@yahoo.com>\n"
"Language: ja\n"
@ -148,55 +148,55 @@ msgstr "不明なエラーが発生しました。あとで再試行してくだ
msgid "Please configure the SMTP mail settings first..."
msgstr "初めにSMTPメールの設定をしてください"
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr ""
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "更新データを要求中"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "更新データをダウンロード中"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "更新データを展開中"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "ファイルを置換中"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "データベースの接続を切断完了"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "サーバ停止中"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "アップデート完了、OKを押してページをリロードしてください"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "アップデート失敗:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "HTTPエラー"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "接続エラー"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "接続を確立中にタイムアウトしました"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "エラー発生"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2018-08-27 17:06+0700\n"
"Last-Translator: \n"
"Language: km_KH\n"
@ -149,55 +149,55 @@ msgstr ""
msgid "Please configure the SMTP mail settings first..."
msgstr "សូមកំណត់អ៊ីមែល SMTP ជាមុនសិន"
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr ""
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "កំពុងស្នើសុំឯកសារបច្ចុប្បន្នភាព"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "កំពុងទាញយកឯកសារបច្ចុប្បន្នភាព"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "កំពុងពន្លាឯកសារបច្ចុប្បន្នភាព"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr ""
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "ទំនាក់ទំនងទៅមូលដ្ឋានទិន្នន័យត្រូវបានផ្តាច់"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr ""
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "ការធ្វើបច្ចុប្បន្នភាពបានបញ្ចប់ សូមចុច okay រួចបើកទំព័រជាថ្មី"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr ""
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr ""
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr ""
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr ""
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr ""

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web (GPLV3)\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2019-06-17 22:37+0200\n"
"Last-Translator: Marcel Maas <marcel.maas@outlook.com>\n"
"Language: nl\n"
@ -149,55 +149,55 @@ msgstr "Onbekende fout opgetreden. Probeer het later nog eens."
msgid "Please configure the SMTP mail settings first..."
msgstr "Stel eerst SMTP-mail in..."
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr ""
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Bezig met opvragen van updatepakket"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Bezig met downloaden van updatepakket"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Bezig met uitpakken van updatepakket"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Bezig met bestandsvervanging"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Databankverbindingen zijn gesloten"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Bezig met stoppen van server"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "Update voltooid; klik op 'Oké' en vernieuw de pagina"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "Update mislukt:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "HTTP-fout"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "Verbindingsfout"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Time-out tijdens maken van verbinding"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "Algemene fout"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre Web - polski (POT: 2019-08-06 18:35)\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2019-08-18 22:06+0200\n"
"Last-Translator: Radosław Kierznowski <radek.kierznowski@outlook.com>\n"
"Language: pl\n"
@ -151,56 +151,56 @@ msgstr "Wystąpił nieznany błąd. Spróbuj ponownie później."
msgid "Please configure the SMTP mail settings first..."
msgstr "Proszę najpierw skonfigurować ustawienia SMTP poczty e-mail..."
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr "Przeglądanie plików Logu"
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Żądanie o pakiet aktualizacji"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Pobieranie pakietu aktualizacji"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Rozpakowywanie pakietu aktualizacji"
# ???
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Zastępowanie plików"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Połączenia z bazą danych zostały zakończone"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Zatrzymywanie serwera"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "Aktualizacja zakończona, proszę nacisnąć OK i odświeżyć stronę"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "Aktualizacja nieudana:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr ""
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr ""
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Przekroczono limit czasu podczas nawiązywania połączenia"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr ""

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2020-01-21 23:03+0400\n"
"Last-Translator: ZIZA\n"
"Language: ru\n"
@ -149,55 +149,55 @@ msgstr "Неизвестная ошибка. Попробуйте позже."
msgid "Please configure the SMTP mail settings first..."
msgstr "Пожалуйста, сначала сконфигурируйте параметры SMTP"
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr "Просмотр лога"
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Проверка обновлений"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Загрузка обновлений"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Распаковка обновлений"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Замена файлов"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Соеднинения с базой данных закрыты"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Остановка сервера"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "Обновления установлены, нажмите ок и перезагрузите страницу"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "Ошибка обновления:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "Ошибка HTTP"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "Ошибка соединения"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Таймаут при установлении соединения"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "Общая ошибка"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2020-01-18 11:22+0100\n"
"Last-Translator: Jonatan Nyberg <jonatan.nyberg.karl@gmail.com>\n"
"Language: sv\n"
@ -148,55 +148,55 @@ msgstr "Ett okänt fel uppstod. Försök igen senare."
msgid "Please configure the SMTP mail settings first..."
msgstr "Konfigurera SMTP-postinställningarna först..."
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr "Visaren för loggfil"
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Begär uppdateringspaketet"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Hämtar uppdateringspaketet"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Packar upp uppdateringspaketet"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "Ersätta filer"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "Databasanslutningarna är stängda"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "Stoppar server"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "Uppdatering klar, tryck på okej och uppdatera sidan"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "Uppdateringen misslyckades:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "HTTP-fel"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "Anslutningsfel"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "Tiden ute när du etablerade anslutning"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "Allmänt fel"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+0100\n"
"PO-Revision-Date: 2017-04-30 00:47+0300\n"
"Last-Translator: ABIS Team <biblio.if.abis@gmail.com>\n"
"Language: uk\n"
@ -147,55 +147,55 @@ msgstr ""
msgid "Please configure the SMTP mail settings first..."
msgstr "Будь-ласка, спочатку сконфігуруйте параметри SMTP"
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr ""
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "Перевірка оновлень"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "Завантаження оновлень"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "Розпакування оновлення"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr ""
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "З'єднання з базою даних закрите"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr ""
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "Оновлення встановлені, натисніть ok і перезавантажте сторінку"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr ""
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr ""
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr ""
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr ""
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr ""

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+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"
@ -148,55 +148,55 @@ msgstr "发生一个未知错误,请稍后再试。"
msgid "Please configure the SMTP mail settings first..."
msgstr "请先配置SMTP邮箱..."
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr ""
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr "正在请求更新包"
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr "正在下载更新包"
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr "正在解压更新包"
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr "正在替换文件"
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr "数据库连接已关闭"
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr "正在停止服务器"
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr "更新完成,请按确定并刷新页面"
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr "更新失败:"
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr "HTTP错误"
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr "连接错误"
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr "建立连接超时"
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr "一般错误"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-01-26 19:32+0100\n"
"POT-Creation-Date: 2020-01-27 18:16+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"
@ -147,55 +147,55 @@ msgstr ""
msgid "Please configure the SMTP mail settings first..."
msgstr ""
#: cps/admin.py:674
#: cps/admin.py:675
msgid "Logfile viewer"
msgstr ""
#: cps/admin.py:710
#: cps/admin.py:714
msgid "Requesting update package"
msgstr ""
#: cps/admin.py:711
#: cps/admin.py:715
msgid "Downloading update package"
msgstr ""
#: cps/admin.py:712
#: cps/admin.py:716
msgid "Unzipping update package"
msgstr ""
#: cps/admin.py:713
#: cps/admin.py:717
msgid "Replacing files"
msgstr ""
#: cps/admin.py:714
#: cps/admin.py:718
msgid "Database connections are closed"
msgstr ""
#: cps/admin.py:715
#: cps/admin.py:719
msgid "Stopping server"
msgstr ""
#: cps/admin.py:716
#: cps/admin.py:720
msgid "Update finished, please press okay and reload page"
msgstr ""
#: cps/admin.py:717 cps/admin.py:718 cps/admin.py:719 cps/admin.py:720
#: cps/admin.py:721 cps/admin.py:722 cps/admin.py:723 cps/admin.py:724
msgid "Update failed:"
msgstr ""
#: cps/admin.py:717 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
#: cps/admin.py:721 cps/updater.py:272 cps/updater.py:457 cps/updater.py:459
msgid "HTTP Error"
msgstr ""
#: cps/admin.py:718 cps/updater.py:274 cps/updater.py:461
#: cps/admin.py:722 cps/updater.py:274 cps/updater.py:461
msgid "Connection error"
msgstr ""
#: cps/admin.py:719 cps/updater.py:276 cps/updater.py:463
#: cps/admin.py:723 cps/updater.py:276 cps/updater.py:463
msgid "Timeout while establishing connection"
msgstr ""
#: cps/admin.py:720 cps/updater.py:278 cps/updater.py:465
#: cps/admin.py:724 cps/updater.py:278 cps/updater.py:465
msgid "General error"
msgstr ""

Loading…
Cancel
Save