Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
ea2e8205
Commit
ea2e8205
authored
Jan 03, 2017
by
OzzieIsaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added code for rearranging shelfs #73
parent
490f8ef5
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1066 additions
and
678 deletions
+1066
-678
shelforder.js
cps/static/js/shelforder.js
+4
-0
layout.html
cps/templates/layout.html
+0
-1
shelf.html
cps/templates/shelf.html
+1
-1
shelf_order.html
cps/templates/shelf_order.html
+2
-0
messages.mo
cps/translations/de/LC_MESSAGES/messages.mo
+0
-0
messages.po
cps/translations/de/LC_MESSAGES/messages.po
+265
-176
messages.mo
cps/translations/es/LC_MESSAGES/messages.mo
+0
-0
messages.po
cps/translations/es/LC_MESSAGES/messages.po
+269
-169
messages.mo
cps/translations/fr/LC_MESSAGES/messages.mo
+0
-0
messages.po
cps/translations/fr/LC_MESSAGES/messages.po
+261
-165
web.py
cps/web.py
+1
-1
messages.pot
messages.pot
+263
-165
No files found.
cps/static/js/shelforder.js
View file @
ea2e8205
document
.
ontouchmove
=
function
(
e
){
return
true
;
};
Sortable
.
create
(
sortTrue
,
{
Sortable
.
create
(
sortTrue
,
{
group
:
"sorting"
,
group
:
"sorting"
,
sort
:
true
sort
:
true
...
...
cps/templates/layout.html
View file @
ea2e8205
...
@@ -29,7 +29,6 @@
...
@@ -29,7 +29,6 @@
<script
src=
"{{ url_for('static', filename='js/context.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/context.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/plugins.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/plugins.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/main.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/main.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/Sortable.min.js') }}"
></script>
{% block header %}{% endblock %}
{% block header %}{% endblock %}
</head>
</head>
...
...
cps/templates/shelf.html
View file @
ea2e8205
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
{% if g.user.is_authenticated %}
{% if g.user.is_authenticated %}
<a
href=
"{{ url_for('delete_shelf', shelf_id=shelf.id) }}"
class=
"btn btn-danger"
>
{{ _('Delete this Shelf') }}
</a>
<a
href=
"{{ url_for('delete_shelf', shelf_id=shelf.id) }}"
class=
"btn btn-danger"
>
{{ _('Delete this Shelf') }}
</a>
<a
href=
"{{ url_for('edit_shelf', shelf_id=shelf.id) }}"
class=
"btn btn-primary"
>
{{ _('Edit Shelf name') }}
</a>
<a
href=
"{{ url_for('edit_shelf', shelf_id=shelf.id) }}"
class=
"btn btn-primary"
>
{{ _('Edit Shelf name') }}
</a>
<a
href=
"{{ url_for('order_shelf', shelf_id=shelf.id) }}"
class=
"btn btn-primary"
>
{{ _('
c
hange order') }}
</a>
<a
href=
"{{ url_for('order_shelf', shelf_id=shelf.id) }}"
class=
"btn btn-primary"
>
{{ _('
C
hange order') }}
</a>
{% endif %}
{% endif %}
<div
class=
"row"
>
<div
class=
"row"
>
...
...
cps/templates/
order_shelf
.html
→
cps/templates/
shelf_order
.html
View file @
ea2e8205
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
{% block body %}
{% block body %}
<div
class=
"col-sm-6 col-lg-6 col-xs-6"
>
<div
class=
"col-sm-6 col-lg-6 col-xs-6"
>
<h2>
{{title}}
</h2>
<h2>
{{title}}
</h2>
<div>
{{_('Drag \'n drop to rearrange order')}}
</div>
<div
id=
"sortTrue"
class=
"list-group"
>
<div
id=
"sortTrue"
class=
"list-group"
>
{% for entry in entries %}
{% for entry in entries %}
<div
id=
"{{entry.id}}"
class=
"list-group-item"
>
{{entry.title}}
</div>
<div
id=
"{{entry.id}}"
class=
"list-group-item"
>
{{entry.title}}
</div>
...
@@ -13,6 +14,7 @@
...
@@ -13,6 +14,7 @@
{% endblock %}
{% endblock %}
{% block js %}
{% block js %}
<script
src=
"{{ url_for('static', filename='js/Sortable.min.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/shelforder.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/shelforder.js') }}"
></script>
{% endblock %}
{% endblock %}
...
...
cps/translations/de/LC_MESSAGES/messages.mo
View file @
ea2e8205
No preview for this file type
cps/translations/de/LC_MESSAGES/messages.po
View file @
ea2e8205
...
@@ -7,7 +7,7 @@ msgid ""
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 201
6-12-23 08:39
+0100\n"
"POT-Creation-Date: 201
7-01-03 19:50
+0100\n"
"PO-Revision-Date: 2016-07-12 19:54+0200\n"
"PO-Revision-Date: 2016-07-12 19:54+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: de\n"
"Language: de\n"
...
@@ -18,276 +18,396 @@ msgstr ""
...
@@ -18,276 +18,396 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.3.4\n"
"Generated-By: Babel 2.3.4\n"
#: cps/book_formats.py:10
8 cps/book_formats.py:112 cps/web.py:923
#: cps/book_formats.py:10
9 cps/book_formats.py:113 cps/web.py:928
msgid "not installed"
msgid "not installed"
msgstr "Nicht installiert"
msgstr "Nicht installiert"
#: cps/helper.py:9
3
#: cps/helper.py:9
8
msgid "Calibre-web test email"
msgid "Calibre-web test email"
msgstr "Calibre-web Test E-Mail"
msgstr "Calibre-web Test E-Mail"
#: cps/helper.py:9
4 cps/helper.py:147
#: cps/helper.py:9
9 cps/helper.py:152
msgid "This email has been sent via calibre web."
msgid "This email has been sent via calibre web."
msgstr "Die E-Mail wurde via calibre-web versendet"
msgstr "Die E-Mail wurde via calibre-web versendet"
#: cps/helper.py:1
28 cps/helper.py:216
#: cps/helper.py:1
33 cps/helper.py:221
#, python-format
#, python-format
msgid "Failed to send mail: %s"
msgid "Failed to send mail: %s"
msgstr "E-Mail: %s konnte nicht gesendet werden"
msgstr "E-Mail: %s konnte nicht gesendet werden"
#: cps/helper.py:1
46 cps/templates/detail.html:113
#: cps/helper.py:1
51 cps/templates/detail.html:124
msgid "Send to Kindle"
msgid "Send to Kindle"
msgstr "An Kindle senden"
msgstr "An Kindle senden"
#: cps/helper.py:1
69 cps/helper.py:184
#: cps/helper.py:1
74 cps/helper.py:189
msgid "Could not find any formats suitable for sending by email"
msgid "Could not find any formats suitable for sending by email"
msgstr ""
msgstr "Konnte keine Formate finden welche für das versenden per E-Mail geeignet sind"
"Konnte keine Formate finden welche für das versenden per E-Mail geeignet "
"sind"
#: cps/helper.py:1
78
#: cps/helper.py:1
83
msgid "Could not convert epub to mobi"
msgid "Could not convert epub to mobi"
msgstr "Konnte .epub nicht nach .mobi konvertieren"
msgstr "Konnte .epub nicht nach .mobi konvertieren"
#: cps/helper.py:2
36
#: cps/helper.py:2
41
msgid "The requested file could not be read. Maybe wrong permissions?"
msgid "The requested file could not be read. Maybe wrong permissions?"
msgstr "Die angeforderte Datei konnte nicht gelesen werden. Falsche Dateirechte?"
msgstr "Die angeforderte Datei konnte nicht gelesen werden. Falsche Dateirechte?"
#: cps/web.py:7
17
#: cps/web.py:7
22
msgid "Latest Books"
msgid "Latest Books"
msgstr "Letzte Bücher"
msgstr "Letzte Bücher"
#: cps/web.py:74
2
#: cps/web.py:74
7
msgid "Hot Books (most downloaded)"
msgid "Hot Books (most downloaded)"
msgstr "Beliebte Bücher (die meisten Downloads)"
msgstr "Beliebte Bücher (die meisten Downloads)"
#: cps/templates/index.xml:
41 cps/web.py:750
#: cps/templates/index.xml:
29 cps/web.py:755
msgid "Random Books"
msgid "Random Books"
msgstr "Zufällige Bücher"
msgstr "Zufällige Bücher"
#: cps/web.py:76
3
#: cps/web.py:76
8
msgid "Author list"
msgid "Author list"
msgstr "Autorenliste"
msgstr "Autorenliste"
#: cps/web.py:78
0
#: cps/web.py:78
5
#, python-format
#, python-format
msgid "Author: %(nam)s"
msgid "Author: %(nam)s"
msgstr "Autor: %(nam)s"
msgstr "Autor: %(nam)s"
#: cps/templates/index.xml:
65 cps/web.py:793
#: cps/templates/index.xml:
50 cps/web.py:798
msgid "Series list"
msgid "Series list"
msgstr "Liste Serien"
msgstr "Liste Serien"
#: cps/web.py:80
4
#: cps/web.py:80
9
#, python-format
#, python-format
msgid "Series: %(serie)s"
msgid "Series: %(serie)s"
msgstr "Serie: %(serie)s"
msgstr "Serie: %(serie)s"
#: cps/web.py:8
06 cps/web.py:902 cps/web.py:1061 cps/web.py:1729
#: cps/web.py:8
11 cps/web.py:907 cps/web.py:1102 cps/web.py:1838
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
msgstr "Buch öffnen fehlgeschlagen. Datei existiert nicht, oder ist nicht zugänglich."
"Buch öffnen fehlgeschlagen. Datei existiert nicht, oder ist nicht "
"zugänglich."
#: cps/web.py:8
37
#: cps/web.py:8
42
msgid "Available languages"
msgid "Available languages"
msgstr "Verfügbare Sprachen"
msgstr "Verfügbare Sprachen"
#: cps/web.py:85
2
#: cps/web.py:85
7
#, python-format
#, python-format
msgid "Language: %(name)s"
msgid "Language: %(name)s"
msgstr "Sprache: %(name)s"
msgstr "Sprache: %(name)s"
#: cps/templates/index.xml:
57 cps/web.py:865
#: cps/templates/index.xml:
43 cps/web.py:870
msgid "Category list"
msgid "Category list"
msgstr "Kategorieliste"
msgstr "Kategorieliste"
#: cps/web.py:8
75
#: cps/web.py:8
80
#, python-format
#, python-format
msgid "Category: %(name)s"
msgid "Category: %(name)s"
msgstr "Kategorie: %(name)s"
msgstr "Kategorie: %(name)s"
#: cps/web.py:93
1
#: cps/web.py:93
6
msgid "Statistics"
msgid "Statistics"
msgstr "Statistiken"
msgstr "Statistiken"
#: cps/web.py:9
39
#: cps/web.py:9
44
msgid "Server restarts"
msgid "Server restarts"
msgstr "Server startet neu"
msgstr "Server startet neu"
#: cps/web.py:10
37 cps/web.py:1044 cps/web.py:1051 cps/web.py:1058
#: cps/web.py:10
78 cps/web.py:1085 cps/web.py:1092 cps/web.py:1099
msgid "Read a Book"
msgid "Read a Book"
msgstr "Lese ein Buch"
msgstr "Lese ein Buch"
#: cps/web.py:11
00 cps/web.py:1365
#: cps/web.py:11
41 cps/web.py:1474
msgid "Please fill out all fields!"
msgid "Please fill out all fields!"
msgstr "Bitte alle Felder ausfüllen!"
msgstr "Bitte alle Felder ausfüllen!"
#: cps/web.py:11
16
#: cps/web.py:11
57
msgid "An unknown error occured. Please try again later."
msgid "An unknown error occured. Please try again later."
msgstr "Es ist ein unbekannter Fehler aufgetreten. Bitte später erneut versuchen."
msgstr "Es ist ein unbekannter Fehler aufgetreten. Bitte später erneut versuchen."
#: cps/web.py:11
21
#: cps/web.py:11
62
msgid "This username or email address is already in use."
msgid "This username or email address is already in use."
msgstr "Der Benutzername oder die E-Mailadresse ist in bereits in Benutzung."
msgstr "Der Benutzername oder die E-Mailadresse ist in bereits in Benutzung."
#: cps/web.py:11
24
#: cps/web.py:11
65
msgid "register"
msgid "register"
msgstr "Registieren"
msgstr "Registieren"
#: cps/web.py:11
40
#: cps/web.py:11
81
#, python-format
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgid "you are now logged in as: '%(nickname)s'"
msgstr "Du bist nun eingeloggt als '%(nickname)s'"
msgstr "Du bist nun eingeloggt als '%(nickname)s'"
#: cps/web.py:11
43
#: cps/web.py:11
85
msgid "Wrong Username or Password"
msgid "Wrong Username or Password"
msgstr "F
la
scher Benutzername oder Passwort"
msgstr "F
al
scher Benutzername oder Passwort"
#: cps/web.py:11
45
#: cps/web.py:11
87
msgid "login"
msgid "login"
msgstr "Login"
msgstr "Login"
#: cps/web.py:1
162
#: cps/web.py:1
204
msgid "Please configure the SMTP mail settings first..."
msgid "Please configure the SMTP mail settings first..."
msgstr "Bitte zuerst die SMTP Mail Einstellung konfigurieren ..."
msgstr "Bitte zuerst die SMTP Mail Einstellung konfigurieren ..."
#: cps/web.py:1
166
#: cps/web.py:1
208
#, python-format
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgid "Book successfully send to %(kindlemail)s"
msgstr "Buch erfolgreich versandt an %(kindlemail)s"
msgstr "Buch erfolgreich versandt an %(kindlemail)s"
#: cps/web.py:1
170
#: cps/web.py:1
212
#, python-format
#, python-format
msgid "There was an error sending this book: %(res)s"
msgid "There was an error sending this book: %(res)s"
msgstr "Beim Senden des Buchs trat ein Fehler auf: %(res)s"
msgstr "Beim Senden des Buchs trat ein Fehler auf: %(res)s"
#: cps/web.py:1
172
#: cps/web.py:1
214
msgid "Please configure your kindle email address first..."
msgid "Please configure your kindle email address first..."
msgstr "Bitte die Kindle E-Mail Adresse zuuerst konfigurieren..."
msgstr "Bitte die Kindle E-Mail Adresse zuuerst konfigurieren..."
#: cps/web.py:1
188
#: cps/web.py:1
234
#, python-format
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgid "Book has been added to shelf: %(sname)s"
msgstr "Das Buch wurde dem Bücherregal: %(sname)s hinzugefügt"
msgstr "Das Buch wurde dem Bücherregal: %(sname)s hinzugefügt"
#: cps/web.py:12
09
#: cps/web.py:12
55
#, python-format
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgid "Book has been removed from shelf: %(sname)s"
msgstr "Das Buch wurde aus dem Bücherregal: %(sname)s entfernt"
msgstr "Das Buch wurde aus dem Bücherregal: %(sname)s entfernt"
#: cps/web.py:12
26
#: cps/web.py:12
73 cps/web.py:1294
#, python-format
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgid "A shelf with the name '%(title)s' already exists."
msgstr "Es existiert bereits ein Bücheregal mit dem Titel '%(title)s'"
msgstr "Es existiert bereits ein Bücheregal mit dem Titel '%(title)s'"
#: cps/web.py:12
31
#: cps/web.py:12
78
#, python-format
#, python-format
msgid "Shelf %(title)s created"
msgid "Shelf %(title)s created"
msgstr "Bücherregal %(title)s erzeugt"
msgstr "Bücherregal %(title)s erzeugt"
#: cps/web.py:12
33
#: cps/web.py:12
80 cps/web.py:1305
msgid "There was an error"
msgid "There was an error"
msgstr "Es trat ein Fehler auf"
msgstr "Es trat ein Fehler auf"
#: cps/web.py:12
34 cps/web.py:1236
#: cps/web.py:12
81 cps/web.py:1283
msgid "create a shelf"
msgid "create a shelf"
msgstr "Bücherregal erzeugen"
msgstr "Bücherregal erzeugen"
#: cps/web.py:1256
#: cps/web.py:1303
#, python-format
msgid "Shelf %(title)s changed"
msgstr "Bücherregal %(title)s verändert"
#: cps/web.py:1306 cps/web.py:1308
msgid "Edit a shelf"
msgstr "Bücherregal editieren"
#: cps/web.py:1329
#, python-format
#, python-format
msgid "successfully deleted shelf %(name)s"
msgid "successfully deleted shelf %(name)s"
msgstr "Bücherregal %(name)s erfolgreich gelöscht"
msgstr "Bücherregal %(name)s erfolgreich gelöscht"
#: cps/web.py:1
277
#: cps/web.py:1
350
#, python-format
#, python-format
msgid "Shelf: '%(name)s'"
msgid "Shelf: '%(name)s'"
msgstr "Bücherregal: '%(name)s'"
msgstr "Bücherregal: '%(name)s'"
#: cps/web.py:1332
#: cps/web.py:1378
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr "Reihenfolge in Bücherregal '%(name)s' verändern"
#: cps/web.py:1433
msgid "Found an existing account for this email address."
msgid "Found an existing account for this email address."
msgstr "Es existiert ein Benutzerkonto für diese E-Mailadresse"
msgstr "Es existiert ein Benutzerkonto für diese E-Mailadresse"
#: cps/web.py:1
334 cps/web.py:1337
#: cps/web.py:1
435 cps/web.py:1438
#, python-format
#, python-format
msgid "%(name)s's profile"
msgid "%(name)s's profile"
msgstr "%(name)s's Profil"
msgstr "%(name)s's Profil"
#: cps/web.py:1
335
#: cps/web.py:1
436
msgid "Profile updated"
msgid "Profile updated"
msgstr "Profil aktualisiert"
msgstr "Profil aktualisiert"
#: cps/web.py:1
346
#: cps/web.py:1
447 cps/web.py:1455
msgid "
User list
"
msgid "
Admin page
"
msgstr "
Benutzerlis
te"
msgstr "
Admin Sei
te"
#: cps/templates/
user_list.html:32 cps/web.py:1366
#: cps/templates/
admin.html:32 cps/web.py:1475
msgid "Add new user"
msgid "Add new user"
msgstr "Neuen Benutzer hinzufügen"
msgstr "Neuen Benutzer hinzufügen"
#: cps/web.py:1
399
#: cps/web.py:1
508
#, python-format
#, python-format
msgid "User '%(user)s' created"
msgid "User '%(user)s' created"
msgstr "Benutzer '%(user)s' angelegt"
msgstr "Benutzer '%(user)s' angelegt"
#: cps/web.py:1
403
#: cps/web.py:1
512
msgid "Found an existing account for this email address or nickname."
msgid "Found an existing account for this email address or nickname."
msgstr ""
msgstr "Es existiert ein Benutzerkonto für diese Emailadresse oder den Benutzernamen."
"Es existiert ein Benutzerkonto für diese Emailadresse oder den "
"Benutzernamen"
#: cps/web.py:1
426 cps/web.py:1437
#: cps/web.py:1
535 cps/web.py:1546
msgid "Mail settings updated"
msgid "Mail settings updated"
msgstr "E-Mail Einstellungen aktualisiert"
msgstr "E-Mail Einstellungen aktualisiert"
#: cps/web.py:1
432
#: cps/web.py:1
541
#, python-format
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr "Test E-Mail erfolgreich an %(kindlemail)s versendet"
msgstr "Test E-Mail erfolgreich an %(kindlemail)s versendet"
#: cps/web.py:1
435
#: cps/web.py:1
544
#, python-format
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr "Fehler beim versenden der Test E-Mail: %(res)s"
msgstr "Fehler beim versenden der Test E-Mail: %(res)s"
#: cps/web.py:1
438
#: cps/web.py:1
547
msgid "Edit mail settings"
msgid "Edit mail settings"
msgstr "E-Mail Einstellungen editieren"
msgstr "E-Mail Einstellungen editieren"
#: cps/web.py:1
461
#: cps/web.py:1
570
#, python-format
#, python-format
msgid "User '%(nick)s' deleted"
msgid "User '%(nick)s' deleted"
msgstr "Benutzer '%(nick)s' gelöscht"
msgstr "Benutzer '%(nick)s' gelöscht"
#: cps/web.py:1
516
#: cps/web.py:1
625
#, python-format
#, python-format
msgid "User '%(nick)s' updated"
msgid "User '%(nick)s' updated"
msgstr "Benutzer '%(nick)s' aktualisiert"
msgstr "Benutzer '%(nick)s' aktualisiert"
#: cps/web.py:1
519
#: cps/web.py:1
628
msgid "An unknown error occured."
msgid "An unknown error occured."
msgstr "Es ist ein unbekanter Fehler aufgetreten"
msgstr "Es ist ein unbekanter Fehler aufgetreten"
#: cps/web.py:1
521
#: cps/web.py:1
630
#, python-format
#, python-format
msgid "Edit User %(nick)s"
msgid "Edit User %(nick)s"
msgstr "Benutzer %(nick)s bearbeiten"
msgstr "Benutzer %(nick)s bearbeiten"
#: cps/web.py:1
759
#: cps/web.py:1
868
#, python-format
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgid "Failed to create path %s (Permission denied)."
msgstr "Fehler beim Erzeugen des Pfads %s (Zugriff verweigert)"
msgstr "Fehler beim Erzeugen des Pfads %s (Zugriff verweigert)"
#: cps/web.py:1
764
#: cps/web.py:1
873
#, python-format
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgid "Failed to store file %s (Permission denied)."
msgstr "Fehler beim speichern der Datei %s (Zugriff verweigert)"
msgstr "Fehler beim speichern der Datei %s (Zugriff verweigert)"
#: cps/web.py:1
769
#: cps/web.py:1
878
#, python-format
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgid "Failed to delete file %s (Permission denied)."
msgstr "Fehler beim Löschen von Datei %s (Zugriff verweigert)"
msgstr "Fehler beim Löschen von Datei %s (Zugriff verweigert)"
#: cps/templates/admin.html:4
msgid "User list"
msgstr "Benutzerliste"
#: cps/templates/admin.html:7
msgid "Nickname"
msgstr "Benutzername"
#: cps/templates/admin.html:8
msgid "Email"
msgstr "E-Mail"
#: cps/templates/admin.html:9
msgid "Kindle"
msgstr "Kindle"
#: cps/templates/admin.html:10
msgid "DLS"
msgstr "DLS"
#: cps/templates/admin.html:11 cps/templates/layout.html:83
msgid "Admin"
msgstr "Admin"
#: cps/templates/admin.html:12 cps/templates/detail.html:114
msgid "Download"
msgstr "Download"
#: cps/templates/admin.html:13 cps/templates/layout.html:76
msgid "Upload"
msgstr "Hochladen"
#: cps/templates/admin.html:14
msgid "Edit"
msgstr "Editieren"
#: cps/templates/admin.html:15
msgid "Passwd"
msgstr "Passwort"
#: cps/templates/admin.html:33
msgid "SMTP mail settings"
msgstr "SMTP Mail Einstellungen"
#: cps/templates/admin.html:36 cps/templates/email_edit.html:7
msgid "SMTP hostname"
msgstr "SMTP Hostname"
#: cps/templates/admin.html:37
msgid "SMTP port"
msgstr "SMTP Port"
#: cps/templates/admin.html:38
msgid "SSL"
msgstr "SSL"
#: cps/templates/admin.html:39 cps/templates/email_edit.html:19
msgid "SMTP login"
msgstr "SMTP Login"
#: cps/templates/admin.html:40 cps/templates/email_edit.html:23
msgid "SMTP password"
msgstr "SMTP Passwort"
#: cps/templates/admin.html:41
msgid "From mail"
msgstr "Absenderadresse"
#: cps/templates/admin.html:53
msgid "Change SMTP settings"
msgstr "SMTP Einstellungen ändern"
#: cps/templates/admin.html:55
msgid "Configuration"
msgstr "Konfiguration"
#: cps/templates/admin.html:58
msgid "Log File"
msgstr "Log Datei"
#: cps/templates/admin.html:59
msgid "Log Level"
msgstr "Log Level"
#: cps/templates/admin.html:60
msgid "Port"
msgstr "Port"
#: cps/templates/admin.html:61
msgid "Books per page"
msgstr "Bücher pro Seite"
#: cps/templates/admin.html:62
msgid "Uploading"
msgstr "Hochladen"
#: cps/templates/admin.html:63
msgid "Public registration"
msgstr "Öffentliche Registrierung"
#: cps/templates/admin.html:64
msgid "Anonymous browsing"
msgstr "Anonymer Zugriff"
#: cps/templates/admin.html:75
msgid "Administration"
msgstr "Administration"
#: cps/templates/admin.html:77
msgid "Restart Calibre-web"
msgstr "Calibre-web Neustarten"
#: cps/templates/detail.html:38
#: cps/templates/detail.html:38
msgid "Book"
msgid "Book"
msgstr "Buch"
msgstr "Buch"
...
@@ -300,23 +420,19 @@ msgstr "von"
...
@@ -300,23 +420,19 @@ msgstr "von"
msgid "language"
msgid "language"
msgstr "Sprache"
msgstr "Sprache"
#: cps/templates/detail.html:
92
#: cps/templates/detail.html:
103
msgid "Description:"
msgid "Description:"
msgstr "Beschreibung"
msgstr "Beschreibung"
#: cps/templates/detail.html:103 cps/templates/user_list.html:12
#: cps/templates/detail.html:128
msgid "Download"
msgstr "Download"
#: cps/templates/detail.html:117
msgid "Read in browser"
msgid "Read in browser"
msgstr "Im Browser lesen"
msgstr "Im Browser lesen"
#: cps/templates/detail.html:1
36
#: cps/templates/detail.html:1
47
msgid "Add to shelf"
msgid "Add to shelf"
msgstr "Zu Bücherregal hinzufügen"
msgstr "Zu Bücherregal hinzufügen"
#: cps/templates/detail.html:1
76
#: cps/templates/detail.html:1
87
msgid "Edit metadata"
msgid "Edit metadata"
msgstr "Metadaten bearbeiten"
msgstr "Metadaten bearbeiten"
...
@@ -336,7 +452,8 @@ msgstr "Beschreibung"
...
@@ -336,7 +452,8 @@ msgstr "Beschreibung"
msgid "Tags"
msgid "Tags"
msgstr "Tags"
msgstr "Tags"
#: cps/templates/edit_book.html:31 cps/templates/layout.html:131
#: cps/templates/edit_book.html:31 cps/templates/layout.html:133
#: cps/templates/search_form.html:33
msgid "Series"
msgid "Series"
msgstr "Serien"
msgstr "Serien"
...
@@ -369,20 +486,17 @@ msgid "view book after edit"
...
@@ -369,20 +486,17 @@ msgid "view book after edit"
msgstr "Buch nach Bearbeitung ansehen"
msgstr "Buch nach Bearbeitung ansehen"
#: cps/templates/edit_book.html:105 cps/templates/login.html:19
#: cps/templates/edit_book.html:105 cps/templates/login.html:19
#: cps/templates/search_form.html:
33
cps/templates/shelf_edit.html:15
#: cps/templates/search_form.html:
75
cps/templates/shelf_edit.html:15
#: cps/templates/user_edit.html:94
#: cps/templates/user_edit.html:94
msgid "Submit"
msgid "Submit"
msgstr "Abschicken"
msgstr "Abschicken"
#: cps/templates/edit_book.html:106 cps/templates/email_edit.html:32
#: cps/templates/edit_book.html:106 cps/templates/email_edit.html:32
#: cps/templates/shelf_edit.html:17 cps/templates/shelf_order.html:12
#: cps/templates/user_edit.html:96
#: cps/templates/user_edit.html:96
msgid "Back"
msgid "Back"
msgstr "Zurück"
msgstr "Zurück"
#: cps/templates/email_edit.html:7 cps/templates/user_list.html:36
msgid "SMTP hostname"
msgstr "SMTP Hostname"
#: cps/templates/email_edit.html:11
#: cps/templates/email_edit.html:11
msgid "SMTP port (usually 25 for plain SMTP and 587 for SSL)"
msgid "SMTP port (usually 25 for plain SMTP and 587 for SSL)"
msgstr "SMTP Port (normalerweise 25 für unverschlüsseltes SMTP und 587 für SSL)"
msgstr "SMTP Port (normalerweise 25 für unverschlüsseltes SMTP und 587 für SSL)"
...
@@ -391,14 +505,6 @@ msgstr "SMTP Port (normalerweise 25 für unverschlüsseltes SMTP und 587 für SS
...
@@ -391,14 +505,6 @@ msgstr "SMTP Port (normalerweise 25 für unverschlüsseltes SMTP und 587 für SS
msgid "Server uses SSL (StartTLS)"
msgid "Server uses SSL (StartTLS)"
msgstr "Server benutzt SSL (StartTLS)"
msgstr "Server benutzt SSL (StartTLS)"
#: cps/templates/email_edit.html:19 cps/templates/user_list.html:39
msgid "SMTP login"
msgstr "SMTP Login"
#: cps/templates/email_edit.html:23 cps/templates/user_list.html:40
msgid "SMTP password"
msgstr "SMTP Passwort"
#: cps/templates/email_edit.html:27
#: cps/templates/email_edit.html:27
msgid "From e-mail"
msgid "From e-mail"
msgstr "Absenderadresse"
msgstr "Absenderadresse"
...
@@ -419,111 +525,103 @@ msgstr "Nächste"
...
@@ -419,111 +525,103 @@ msgstr "Nächste"
msgid "Discover (Random Books)"
msgid "Discover (Random Books)"
msgstr "Entdecke (Zufälliges Buch)"
msgstr "Entdecke (Zufälliges Buch)"
#: cps/templates/index.xml:
8
#: cps/templates/index.xml:
5
msgid "Start"
msgid "Start"
msgstr "Start"
msgstr "Start"
#: cps/templates/index.xml:
12 cps/templates/layout.html:59
#: cps/templates/index.xml:
7 cps/templates/layout.html:61
msgid "Search"
msgid "Search"
msgstr "Suche"
msgstr "Suche"
#: cps/templates/index.xml:
23 cps/templates/layout.html:122
#: cps/templates/index.xml:
15 cps/templates/layout.html:124
msgid "Hot Books"
msgid "Hot Books"
msgstr "Beliebte Bücher"
msgstr "Beliebte Bücher"
#: cps/templates/index.xml:
28
#: cps/templates/index.xml:
19
msgid "Popular publications from this catalog based on Rating."
msgid "Popular publications from this catalog based on Rating."
msgstr "Beliebte Veröffentlichungen dieses Katalogs basierend auf Bewertungen"
msgstr "Beliebte Veröffentlichungen dieses Katalogs basierend auf Bewertungen"
#: cps/templates/index.xml:
32 cps/templates/layout.html:120
#: cps/templates/index.xml:
22 cps/templates/layout.html:122
msgid "New Books"
msgid "New Books"
msgstr "Neue Bücher"
msgstr "Neue Bücher"
#: cps/templates/index.xml:
37
#: cps/templates/index.xml:
26
msgid "The latest Books"
msgid "The latest Books"
msgstr "Die neuesten Bücher"
msgstr "Die neuesten Bücher"
#: cps/templates/index.xml:
46
#: cps/templates/index.xml:
33
msgid "Show Random Books"
msgid "Show Random Books"
msgstr "Zeige zufällige Bücher"
msgstr "Zeige zufällige Bücher"
#: cps/templates/index.xml:
49 cps/templates/layout.html:133
#: cps/templates/index.xml:
36 cps/templates/layout.html:135
msgid "Authors"
msgid "Authors"
msgstr "Autoren"
msgstr "Autoren"
#: cps/templates/index.xml:
54
#: cps/templates/index.xml:
40
msgid "Books ordered by Author"
msgid "Books ordered by Author"
msgstr "Bücher nach Autoren sortiert"
msgstr "Bücher nach Autoren sortiert"
#: cps/templates/index.xml:
62
#: cps/templates/index.xml:
47
msgid "Books ordered by category"
msgid "Books ordered by category"
msgstr "Bücher nach Kategorien sortiert"
msgstr "Bücher nach Kategorien sortiert"
#: cps/templates/index.xml:
70
#: cps/templates/index.xml:
54
msgid "Books ordered by series"
msgid "Books ordered by series"
msgstr "Bücher nach Reihen geordnet"
msgstr "Bücher nach Reihen geordnet"
#: cps/templates/layout.html:4
6
#: cps/templates/layout.html:4
8
msgid "Toggle navigation"
msgid "Toggle navigation"
msgstr "Nagivation umschalten"
msgstr "Nagivation umschalten"
#: cps/templates/layout.html:6
1
#: cps/templates/layout.html:6
3
msgid "Go!"
msgid "Go!"
msgstr "Los!"
msgstr "Los!"
#: cps/templates/layout.html:6
4
#: cps/templates/layout.html:6
6
msgid "Advanced Search"
msgid "Advanced Search"
msgstr "Erweiterte Suche"
msgstr "Erweiterte Suche"
#: cps/templates/layout.html:74 cps/templates/user_list.html:13
#: cps/templates/layout.html:87
msgid "Upload"
msgstr "Hochladen"
#: cps/templates/layout.html:81 cps/templates/user_list.html:11
msgid "Admin"
msgstr "Admin"
#: cps/templates/layout.html:85
msgid "Logout"
msgid "Logout"
msgstr "Logout"
msgstr "Logout"
#: cps/templates/layout.html:
89
cps/templates/login.html:4
#: cps/templates/layout.html:
91
cps/templates/login.html:4
msgid "Login"
msgid "Login"
msgstr "Login"
msgstr "Login"
#: cps/templates/layout.html:9
0
cps/templates/register.html:18
#: cps/templates/layout.html:9
2
cps/templates/register.html:18
msgid "Register"
msgid "Register"
msgstr "Registrieren"
msgstr "Registrieren"
#: cps/templates/layout.html:1
19
#: cps/templates/layout.html:1
21
msgid "Browse"
msgid "Browse"
msgstr "Browsen"
msgstr "Browsen"
#: cps/templates/layout.html:12
5
#: cps/templates/layout.html:12
7
msgid "Discover"
msgid "Discover"
msgstr "Entdecke"
msgstr "Entdecke"
#: cps/templates/layout.html:1
28
#: cps/templates/layout.html:1
30
msgid "Categories"
msgid "Categories"
msgstr "Kategorien"
msgstr "Kategorien"
#: cps/templates/layout.html:13
5
#: cps/templates/layout.html:13
7 cps/templates/search_form.html:54
msgid "Languages"
msgid "Languages"
msgstr "Sprachen"
msgstr "Sprachen"
#: cps/templates/layout.html:1
38
#: cps/templates/layout.html:1
40
msgid "Public Shelves"
msgid "Public Shelves"
msgstr "Öffentiche Bücherregale"
msgstr "Öffentiche Bücherregale"
#: cps/templates/layout.html:14
2
#: cps/templates/layout.html:14
4
msgid "Your Shelves"
msgid "Your Shelves"
msgstr "Deine Bücherregale"
msgstr "Deine Bücherregale"
#: cps/templates/layout.html:14
7
#: cps/templates/layout.html:14
9
msgid "Create a Shelf"
msgid "Create a Shelf"
msgstr "Bücherregal erzeugen"
msgstr "Bücherregal erzeugen"
#: cps/templates/layout.html:15
0
#: cps/templates/layout.html:15
2
msgid "About"
msgid "About"
msgstr "Über"
msgstr "Über"
...
@@ -549,6 +647,10 @@ msgstr "Text umbrechen wenn Seitenleiste geöffnet ist"
...
@@ -549,6 +647,10 @@ msgstr "Text umbrechen wenn Seitenleiste geöffnet ist"
msgid "PDF.js viewer"
msgid "PDF.js viewer"
msgstr "PDF.js Viewer"
msgstr "PDF.js Viewer"
#: cps/templates/readtxt.html:6
msgid "Basic txt Reader"
msgstr "Basis Txt Reader"
#: cps/templates/register.html:4
#: cps/templates/register.html:4
msgid "Register a new account"
msgid "Register a new account"
msgstr "Neues Benutzerkonto erzeugen"
msgstr "Neues Benutzerkonto erzeugen"
...
@@ -585,6 +687,14 @@ msgstr "Ergebnisse für:"
...
@@ -585,6 +687,14 @@ msgstr "Ergebnisse für:"
msgid "Exclude Tags"
msgid "Exclude Tags"
msgstr "Tags ausschließen"
msgstr "Tags ausschließen"
#: cps/templates/search_form.html:43
msgid "Exclude Series"
msgstr "Serie ausschließen"
#: cps/templates/search_form.html:64
msgid "Exclude Languages"
msgstr "Sprache ausschließen"
#: cps/templates/shelf.html:6
#: cps/templates/shelf.html:6
msgid "Delete this Shelf"
msgid "Delete this Shelf"
msgstr "Lösche dieses Bücherregal"
msgstr "Lösche dieses Bücherregal"
...
@@ -593,6 +703,10 @@ msgstr "Lösche dieses Bücherregal"
...
@@ -593,6 +703,10 @@ msgstr "Lösche dieses Bücherregal"
msgid "Edit Shelf name"
msgid "Edit Shelf name"
msgstr "Bücherregal umbenennen"
msgstr "Bücherregal umbenennen"
#: cps/templates/shelf.html:8
msgid "change order"
msgstr "Reihenfolge ändern"
#: cps/templates/shelf_edit.html:7
#: cps/templates/shelf_edit.html:7
msgid "Title"
msgid "Title"
msgstr "Titel"
msgstr "Titel"
...
@@ -601,6 +715,14 @@ msgstr "Titel"
...
@@ -601,6 +715,14 @@ msgstr "Titel"
msgid "should the shelf be public?"
msgid "should the shelf be public?"
msgstr "Soll das Bücherregal öffentlich sein?"
msgstr "Soll das Bücherregal öffentlich sein?"
#: cps/templates/shelf_order.html:5
msgid "Drag 'n drop to rearrange order"
msgstr "Drag 'n drop um Reihenfolge zu ändern"
#: cps/templates/shelf_order.html:11
msgid "Change order"
msgstr "Reihenfolge ändern"
#: cps/templates/stats.html:3
#: cps/templates/stats.html:3
msgid "Linked libraries"
msgid "Linked libraries"
msgstr "Dynamische Bibliotheken"
msgstr "Dynamische Bibliotheken"
...
@@ -613,18 +735,30 @@ msgstr "Programm Bibliotheken"
...
@@ -613,18 +735,30 @@ msgstr "Programm Bibliotheken"
msgid "Installed Version"
msgid "Installed Version"
msgstr "Installierte Version"
msgstr "Installierte Version"
#: cps/templates/stats.html:3
2
#: cps/templates/stats.html:3
6
msgid "Calibre library statistics"
msgid "Calibre library statistics"
msgstr "Calibre Bibliothek Statistiken"
msgstr "Calibre Bibliothek Statistiken"
#: cps/templates/stats.html:
37
#: cps/templates/stats.html:
41
msgid "Books in this Library"
msgid "Books in this Library"
msgstr "Bücher in dieser Bibliothek"
msgstr "Bücher in dieser Bibliothek"
#: cps/templates/stats.html:4
1
#: cps/templates/stats.html:4
5
msgid "Authors in this Library"
msgid "Authors in this Library"
msgstr "Autoren in dieser Bibliothek"
msgstr "Autoren in dieser Bibliothek"
#: cps/templates/stats.html:49
msgid "Series in this Library"
msgstr "Serien in dieser Bibliothek"
#: cps/templates/stats.html:53
msgid "Tags in this Library"
msgstr "Tags in dieser Bibliothek"
#: cps/templates/stats.html:57
msgid "Usercount for calibre web"
msgstr "Anzahl Benutzer calibreweb"
#: cps/templates/user_edit.html:23
#: cps/templates/user_edit.html:23
msgid "Kindle E-Mail"
msgid "Kindle E-Mail"
msgstr "Kindle E-Mail"
msgstr "Kindle E-Mail"
...
@@ -685,51 +819,6 @@ msgstr "Benutzer löschen"
...
@@ -685,51 +819,6 @@ msgstr "Benutzer löschen"
msgid "Recent Downloads"
msgid "Recent Downloads"
msgstr "Letzte Downloads"
msgstr "Letzte Downloads"
#: cps/templates/user_list.html:7
msgid "Nickname"
msgstr "Benutzername"
#: cps/templates/user_list.html:8
msgid "Email"
msgstr "E-Mail"
#: cps/templates/user_list.html:9
msgid "Kindle"
msgstr "Kindle"
#: cps/templates/user_list.html:10
msgid "DLS"
msgstr "DLS"
#: cps/templates/user_list.html:14
msgid "Edit"
msgstr "Editieren"
#: cps/templates/user_list.html:15
msgid "Passwd"
msgstr "Passwort"
#: cps/templates/user_list.html:33
msgid "SMTP mail settings"
msgstr "SMTP Mail Einstellungen"
#: cps/templates/user_list.html:37
msgid "SMTP port"
msgstr "SMTP Port"
#: cps/templates/user_list.html:38
msgid "SSL"
msgstr "SSL"
#: cps/templates/user_list.html:41
msgid "From mail"
msgstr "Absenderadresse"
#: cps/templates/user_list.html:53
msgid "Change SMTP settings"
msgstr "SMTP Einstellungen ändern"
#. name for aaa
#. name for aaa
msgid "Ghotuo"
msgid "Ghotuo"
msgstr "Ghotuo"
msgstr "Ghotuo"
...
...
cps/translations/es/LC_MESSAGES/messages.mo
View file @
ea2e8205
No preview for this file type
cps/translations/es/LC_MESSAGES/messages.po
View file @
ea2e8205
...
@@ -7,7 +7,7 @@ msgid ""
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 201
6-12-23 08:39
+0100\n"
"POT-Creation-Date: 201
7-01-03 19:50
+0100\n"
"PO-Revision-Date: 2016-11-13 18:35+0100\n"
"PO-Revision-Date: 2016-11-13 18:35+0100\n"
"Last-Translator: Juan F. Villa <juan.villa@paisdelconocimiento.org>\n"
"Last-Translator: Juan F. Villa <juan.villa@paisdelconocimiento.org>\n"
"Language: es\n"
"Language: es\n"
...
@@ -16,272 +16,398 @@ msgstr ""
...
@@ -16,272 +16,398 @@ msgstr ""
"MIME-Version: 1.0\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By:
Notepad++
\n"
"Generated-By:
Babel 2.3.4
\n"
#: cps/book_formats.py:10
8 cps/book_formats.py:112 cps/web.py:923
#: cps/book_formats.py:10
9 cps/book_formats.py:113 cps/web.py:928
msgid "not installed"
msgid "not installed"
msgstr "No instalado"
msgstr "No instalado"
#: cps/helper.py:9
3
#: cps/helper.py:9
8
msgid "Calibre-web test email"
msgid "Calibre-web test email"
msgstr "Prueba de Correo Calibre-web"
msgstr "Prueba de Correo Calibre-web"
#: cps/helper.py:9
4 cps/helper.py:147
#: cps/helper.py:9
9 cps/helper.py:152
msgid "This email has been sent via calibre web."
msgid "This email has been sent via calibre web."
msgstr "Este mensaje ha sido enviado via Calibre Web."
msgstr "Este mensaje ha sido enviado via Calibre Web."
#: cps/helper.py:1
28 cps/helper.py:216
#: cps/helper.py:1
33 cps/helper.py:221
#, python-format
#, python-format
msgid "Failed to send mail: %s"
msgid "Failed to send mail: %s"
msgstr "Fallo al enviar el correo : %s"
msgstr "Fallo al enviar el correo : %s"
#: cps/helper.py:1
46 cps/templates/detail.html:113
#: cps/helper.py:1
51 cps/templates/detail.html:124
msgid "Send to Kindle"
msgid "Send to Kindle"
msgstr "Enviar a Kindle"
msgstr "Enviar a Kindle"
#: cps/helper.py:1
69 cps/helper.py:184
#: cps/helper.py:1
74 cps/helper.py:189
msgid "Could not find any formats suitable for sending by email"
msgid "Could not find any formats suitable for sending by email"
msgstr "Formato no compatible para enviar por correo electronico"
msgstr "Formato no compatible para enviar por correo electronico"
#: cps/helper.py:1
78
#: cps/helper.py:1
83
msgid "Could not convert epub to mobi"
msgid "Could not convert epub to mobi"
msgstr "No fue posible convertir de epub a mobi"
msgstr "No fue posible convertir de epub a mobi"
#: cps/helper.py:2
36
#: cps/helper.py:2
41
msgid "The requested file could not be read. Maybe wrong permissions?"
msgid "The requested file could not be read. Maybe wrong permissions?"
msgstr "El fichero solicitado no puede ser leido. Problema de permisos?"
msgstr "El fichero solicitado no puede ser leido. Problema de permisos?"
#: cps/web.py:7
17
#: cps/web.py:7
22
msgid "Latest Books"
msgid "Latest Books"
msgstr "Libros recientes"
msgstr "Libros recientes"
#: cps/web.py:74
2
#: cps/web.py:74
7
msgid "Hot Books (most downloaded)"
msgid "Hot Books (most downloaded)"
msgstr "Libros Populares (los mas descargados)"
msgstr "Libros Populares (los mas descargados)"
#: cps/templates/index.xml:
41 cps/web.py:750
#: cps/templates/index.xml:
29 cps/web.py:755
msgid "Random Books"
msgid "Random Books"
msgstr "Libros al Azar"
msgstr "Libros al Azar"
#: cps/web.py:76
3
#: cps/web.py:76
8
msgid "Author list"
msgid "Author list"
msgstr "Lista de Autores"
msgstr "Lista de Autores"
#: cps/web.py:78
0
#: cps/web.py:78
5
#, python-format
#, python-format
msgid "Author: %(nam)s"
msgid "Author: %(nam)s"
msgstr "Autor : %(nam)s"
msgstr "Autor : %(nam)s"
#: cps/templates/index.xml:
65 cps/web.py:793
#: cps/templates/index.xml:
50 cps/web.py:798
msgid "Series list"
msgid "Series list"
msgstr "lista de Series"
msgstr "lista de Series"
#: cps/web.py:80
4
#: cps/web.py:80
9
#, python-format
#, python-format
msgid "Series: %(serie)s"
msgid "Series: %(serie)s"
msgstr "Series : %(serie)s"
msgstr "Series : %(serie)s"
#: cps/web.py:8
06 cps/web.py:902 cps/web.py:1061 cps/web.py:1729
#: cps/web.py:8
11 cps/web.py:907 cps/web.py:1102 cps/web.py:1838
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr "Error en apertura del Objeto. El archivo no existe o no es accesible"
msgstr "Error en apertura del Objeto. El archivo no existe o no es accesible"
#: cps/web.py:8
37
#: cps/web.py:8
42
msgid "Available languages"
msgid "Available languages"
msgstr "Lenguajes disponibles"
msgstr "Lenguajes disponibles"
#: cps/web.py:85
2
#: cps/web.py:85
7
#, python-format
#, python-format
msgid "Language: %(name)s"
msgid "Language: %(name)s"
msgstr "Lenguaje: %(name)s"
msgstr "Lenguaje: %(name)s"
#: cps/templates/index.xml:
57 cps/web.py:865
#: cps/templates/index.xml:
43 cps/web.py:870
msgid "Category list"
msgid "Category list"
msgstr "Lista de Categorias"
msgstr "Lista de Categorias"
#: cps/web.py:8
75
#: cps/web.py:8
80
#, python-format
#, python-format
msgid "Category: %(name)s"
msgid "Category: %(name)s"
msgstr "Categoria : %(name)s"
msgstr "Categoria : %(name)s"
#: cps/web.py:93
1
#: cps/web.py:93
6
msgid "Statistics"
msgid "Statistics"
msgstr "Estadisticas"
msgstr "Estadisticas"
#: cps/web.py:9
39
#: cps/web.py:9
44
msgid "Server restarts"
msgid "Server restarts"
msgstr "Reinicio del Servidor"
msgstr "Reinicio del Servidor"
#: cps/web.py:10
37 cps/web.py:1044 cps/web.py:1051 cps/web.py:1058
#: cps/web.py:10
78 cps/web.py:1085 cps/web.py:1092 cps/web.py:1099
msgid "Read a Book"
msgid "Read a Book"
msgstr "Leer un Libro"
msgstr "Leer un Libro"
#: cps/web.py:11
00 cps/web.py:1365
#: cps/web.py:11
41 cps/web.py:1474
msgid "Please fill out all fields!"
msgid "Please fill out all fields!"
msgstr "Por favor llenar todos los campos!"
msgstr "Por favor llenar todos los campos!"
#: cps/web.py:11
16
#: cps/web.py:11
57
msgid "An unknown error occured. Please try again later."
msgid "An unknown error occured. Please try again later."
msgstr "Ocurrio un error. Intentar de nuevo mas tarde."
msgstr "Ocurrio un error. Intentar de nuevo mas tarde."
#: cps/web.py:11
21
#: cps/web.py:11
62
msgid "This username or email address is already in use."
msgid "This username or email address is already in use."
msgstr "Usuario o direccion de correo en uso."
msgstr "Usuario o direccion de correo en uso."
#: cps/web.py:11
24
#: cps/web.py:11
65
msgid "register"
msgid "register"
msgstr "Registrarse"
msgstr "Registrarse"
#: cps/web.py:11
40
#: cps/web.py:11
81
#, python-format
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgid "you are now logged in as: '%(nickname)s'"
msgstr "Sesion iniciada como : '%(nickname)s'"
msgstr "Sesion iniciada como : '%(nickname)s'"
#: cps/web.py:11
43
#: cps/web.py:11
85
msgid "Wrong Username or Password"
msgid "Wrong Username or Password"
msgstr "Usuario o contraseña invalido"
msgstr "Usuario o contraseña invalido"
#: cps/web.py:11
45
#: cps/web.py:11
87
msgid "login"
msgid "login"
msgstr "Iniciar Sesion"
msgstr "Iniciar Sesion"
#: cps/web.py:1
162
#: cps/web.py:1
204
msgid "Please configure the SMTP mail settings first..."
msgid "Please configure the SMTP mail settings first..."
msgstr "Configurar primero los parametros SMTP por favor..."
msgstr "Configurar primero los parametros SMTP por favor..."
#: cps/web.py:1
166
#: cps/web.py:1
208
#, python-format
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgid "Book successfully send to %(kindlemail)s"
msgstr "Envio de Libro a %(kindlemail)s correctamente"
msgstr "Envio de Libro a %(kindlemail)s correctamente"
#: cps/web.py:1
170
#: cps/web.py:1
212
#, python-format
#, python-format
msgid "There was an error sending this book: %(res)s"
msgid "There was an error sending this book: %(res)s"
msgstr "Ha sucedido un error en el envio del Libro: %(res)s"
msgstr "Ha sucedido un error en el envio del Libro: %(res)s"
#: cps/web.py:1
172
#: cps/web.py:1
214
msgid "Please configure your kindle email address first..."
msgid "Please configure your kindle email address first..."
msgstr "Configurar primero la dirección de correo Kindle por favor..."
msgstr "Configurar primero la dirección de correo Kindle por favor..."
#: cps/web.py:1
188
#: cps/web.py:1
234
#, python-format
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgid "Book has been added to shelf: %(sname)s"
msgstr "El libro fue agregado a el estante: %(sname)s"
msgstr "El libro fue agregado a el estante: %(sname)s"
#: cps/web.py:12
09
#: cps/web.py:12
55
#, python-format
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgid "Book has been removed from shelf: %(sname)s"
msgstr "El libro fue removido del estante: %(sname)s"
msgstr "El libro fue removido del estante: %(sname)s"
#: cps/web.py:12
26
#: cps/web.py:12
73 cps/web.py:1294
#, python-format
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgid "A shelf with the name '%(title)s' already exists."
msgstr "Une étagère de ce nom '%(title)s' existe déjà."
msgstr "Une étagère de ce nom '%(title)s' existe déjà."
#: cps/web.py:12
31
#: cps/web.py:12
78
#, python-format
#, python-format
msgid "Shelf %(title)s created"
msgid "Shelf %(title)s created"
msgstr "Estante %(title)s creado"
msgstr "Estante %(title)s creado"
#: cps/web.py:12
33
#: cps/web.py:12
80 cps/web.py:1305
msgid "There was an error"
msgid "There was an error"
msgstr "Hemos tenido un error"
msgstr "Hemos tenido un error"
#: cps/web.py:12
34 cps/web.py:1236
#: cps/web.py:12
81 cps/web.py:1283
msgid "create a shelf"
msgid "create a shelf"
msgstr "Crear un Estante"
msgstr "Crear un Estante"
#: cps/web.py:1256
#: cps/web.py:1303
#, python-format
msgid "Shelf %(title)s changed"
msgstr ""
#: cps/web.py:1306 cps/web.py:1308
msgid "Edit a shelf"
msgstr ""
#: cps/web.py:1329
#, python-format
#, python-format
msgid "successfully deleted shelf %(name)s"
msgid "successfully deleted shelf %(name)s"
msgstr "Estante %(name)s fue borrado correctamente"
msgstr "Estante %(name)s fue borrado correctamente"
#: cps/web.py:1
277
#: cps/web.py:1
350
#, python-format
#, python-format
msgid "Shelf: '%(name)s'"
msgid "Shelf: '%(name)s'"
msgstr "Estante: '%(name)s'"
msgstr "Estante: '%(name)s'"
#: cps/web.py:1332
#: cps/web.py:1378
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:1433
msgid "Found an existing account for this email address."
msgid "Found an existing account for this email address."
msgstr "Existe una cuenta vinculada a esta cuenta de correo."
msgstr "Existe una cuenta vinculada a esta cuenta de correo."
#: cps/web.py:1
334 cps/web.py:1337
#: cps/web.py:1
435 cps/web.py:1438
#, python-format
#, python-format
msgid "%(name)s's profile"
msgid "%(name)s's profile"
msgstr "Perfil de %(name)s"
msgstr "Perfil de %(name)s"
#: cps/web.py:1
335
#: cps/web.py:1
436
msgid "Profile updated"
msgid "Profile updated"
msgstr "Perfil actualizado"
msgstr "Perfil actualizado"
#: cps/web.py:1
346
#: cps/web.py:1
447 cps/web.py:1455
msgid "
User list
"
msgid "
Admin page
"
msgstr "
lista de usuarios
"
msgstr ""
#: cps/templates/
user_list.html:32 cps/web.py:1366
#: cps/templates/
admin.html:32 cps/web.py:1475
msgid "Add new user"
msgid "Add new user"
msgstr "Agregar un nuevo usuario"
msgstr "Agregar un nuevo usuario"
#: cps/web.py:1
399
#: cps/web.py:1
508
#, python-format
#, python-format
msgid "User '%(user)s' created"
msgid "User '%(user)s' created"
msgstr "Usuario '%(user)s' creado"
msgstr "Usuario '%(user)s' creado"
#: cps/web.py:1
403
#: cps/web.py:1
512
msgid "Found an existing account for this email address or nickname."
msgid "Found an existing account for this email address or nickname."
msgstr "Se ha encontrado una cuenta vinculada a esta cuenta de correo o usuario."
msgstr "Se ha encontrado una cuenta vinculada a esta cuenta de correo o usuario."
#: cps/web.py:1
426 cps/web.py:1437
#: cps/web.py:1
535 cps/web.py:1546
msgid "Mail settings updated"
msgid "Mail settings updated"
msgstr "Parametros de correo actualizados"
msgstr "Parametros de correo actualizados"
#: cps/web.py:1
432
#: cps/web.py:1
541
#, python-format
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr "Exito al realizar envio de prueba a %(kindlemail)s"
msgstr "Exito al realizar envio de prueba a %(kindlemail)s"
#: cps/web.py:1
435
#: cps/web.py:1
544
#, python-format
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr "Error al realizar envio de prueba a E-Mail: %(res)s"
msgstr "Error al realizar envio de prueba a E-Mail: %(res)s"
#: cps/web.py:1
438
#: cps/web.py:1
547
msgid "Edit mail settings"
msgid "Edit mail settings"
msgstr "Editar parametros de correo"
msgstr "Editar parametros de correo"
#: cps/web.py:1
461
#: cps/web.py:1
570
#, python-format
#, python-format
msgid "User '%(nick)s' deleted"
msgid "User '%(nick)s' deleted"
msgstr "Usuario '%(nick)s' borrado"
msgstr "Usuario '%(nick)s' borrado"
#: cps/web.py:1
516
#: cps/web.py:1
625
#, python-format
#, python-format
msgid "User '%(nick)s' updated"
msgid "User '%(nick)s' updated"
msgstr "Usuario '%(nick)s' Actualizado"
msgstr "Usuario '%(nick)s' Actualizado"
#: cps/web.py:1
519
#: cps/web.py:1
628
msgid "An unknown error occured."
msgid "An unknown error occured."
msgstr "Oups ! Error inesperado."
msgstr "Oups ! Error inesperado."
#: cps/web.py:1
521
#: cps/web.py:1
630
#, python-format
#, python-format
msgid "Edit User %(nick)s"
msgid "Edit User %(nick)s"
msgstr "Editar Usuario %(nick)s"
msgstr "Editar Usuario %(nick)s"
#: cps/web.py:1
759
#: cps/web.py:1
868
#, python-format
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgid "Failed to create path %s (Permission denied)."
msgstr "Fallo al crear la ruta %s (permiso negado)"
msgstr "Fallo al crear la ruta %s (permiso negado)"
#: cps/web.py:1
764
#: cps/web.py:1
873
#, python-format
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgid "Failed to store file %s (Permission denied)."
msgstr "Fallo al almacenar el archivo %s (permiso negado)"
msgstr "Fallo al almacenar el archivo %s (permiso negado)"
#: cps/web.py:1
769
#: cps/web.py:1
878
#, python-format
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgid "Failed to delete file %s (Permission denied)."
msgstr "Fallo al borrar el archivo %s (permiso negado)"
msgstr "Fallo al borrar el archivo %s (permiso negado)"
#: cps/templates/admin.html:4
msgid "User list"
msgstr "lista de usuarios"
#: cps/templates/admin.html:7
msgid "Nickname"
msgstr "Nickname"
#: cps/templates/admin.html:8
msgid "Email"
msgstr "Correo"
#: cps/templates/admin.html:9
msgid "Kindle"
msgstr "Kindle"
#: cps/templates/admin.html:10
msgid "DLS"
msgstr "DLS"
#: cps/templates/admin.html:11 cps/templates/layout.html:83
msgid "Admin"
msgstr "Administracion"
#: cps/templates/admin.html:12 cps/templates/detail.html:114
msgid "Download"
msgstr "Descarga"
#: cps/templates/admin.html:13 cps/templates/layout.html:76
msgid "Upload"
msgstr "Subir archivo"
#: cps/templates/admin.html:14
msgid "Edit"
msgstr "Editar"
#: cps/templates/admin.html:15
msgid "Passwd"
msgstr "Clave"
#: cps/templates/admin.html:33
msgid "SMTP mail settings"
msgstr "Parametros smtp del correo"
#: cps/templates/admin.html:36 cps/templates/email_edit.html:7
msgid "SMTP hostname"
msgstr "Servidor smtp"
#: cps/templates/admin.html:37
msgid "SMTP port"
msgstr "Puerto smtp"
#: cps/templates/admin.html:38
msgid "SSL"
msgstr "SSL"
#: cps/templates/admin.html:39 cps/templates/email_edit.html:19
msgid "SMTP login"
msgstr "Login SMTP"
#: cps/templates/admin.html:40 cps/templates/email_edit.html:23
msgid "SMTP password"
msgstr "Clave SMTP"
#: cps/templates/admin.html:41
msgid "From mail"
msgstr "Desde el correo"
#: cps/templates/admin.html:53
msgid "Change SMTP settings"
msgstr "Cambiar parametros smtp"
#: cps/templates/admin.html:55
msgid "Configuration"
msgstr ""
#: cps/templates/admin.html:58
msgid "Log File"
msgstr ""
#: cps/templates/admin.html:59
msgid "Log Level"
msgstr ""
#: cps/templates/admin.html:60
msgid "Port"
msgstr ""
#: cps/templates/admin.html:61
msgid "Books per page"
msgstr ""
#: cps/templates/admin.html:62
msgid "Uploading"
msgstr ""
#: cps/templates/admin.html:63
msgid "Public registration"
msgstr ""
#: cps/templates/admin.html:64
msgid "Anonymous browsing"
msgstr ""
#: cps/templates/admin.html:75
msgid "Administration"
msgstr ""
#: cps/templates/admin.html:77
msgid "Restart Calibre-web"
msgstr ""
#: cps/templates/detail.html:38
#: cps/templates/detail.html:38
msgid "Book"
msgid "Book"
msgstr "Libro"
msgstr "Libro"
...
@@ -294,23 +420,19 @@ msgstr "de"
...
@@ -294,23 +420,19 @@ msgstr "de"
msgid "language"
msgid "language"
msgstr "Lenguaje"
msgstr "Lenguaje"
#: cps/templates/detail.html:
92
#: cps/templates/detail.html:
103
msgid "Description:"
msgid "Description:"
msgstr "Descripcion :"
msgstr "Descripcion :"
#: cps/templates/detail.html:103 cps/templates/user_list.html:12
#: cps/templates/detail.html:128
msgid "Download"
msgstr "Descarga"
#: cps/templates/detail.html:117
msgid "Read in browser"
msgid "Read in browser"
msgstr "Ver en el navegador"
msgstr "Ver en el navegador"
#: cps/templates/detail.html:1
36
#: cps/templates/detail.html:1
47
msgid "Add to shelf"
msgid "Add to shelf"
msgstr "Agregar al estante"
msgstr "Agregar al estante"
#: cps/templates/detail.html:1
76
#: cps/templates/detail.html:1
87
msgid "Edit metadata"
msgid "Edit metadata"
msgstr "Editar la metadata"
msgstr "Editar la metadata"
...
@@ -330,7 +452,8 @@ msgstr "Descripcion"
...
@@ -330,7 +452,8 @@ msgstr "Descripcion"
msgid "Tags"
msgid "Tags"
msgstr "Etiqueta"
msgstr "Etiqueta"
#: cps/templates/edit_book.html:31 cps/templates/layout.html:131
#: cps/templates/edit_book.html:31 cps/templates/layout.html:133
#: cps/templates/search_form.html:33
msgid "Series"
msgid "Series"
msgstr "Series"
msgstr "Series"
...
@@ -363,20 +486,17 @@ msgid "view book after edit"
...
@@ -363,20 +486,17 @@ msgid "view book after edit"
msgstr "Ver libro tras la edicion"
msgstr "Ver libro tras la edicion"
#: cps/templates/edit_book.html:105 cps/templates/login.html:19
#: cps/templates/edit_book.html:105 cps/templates/login.html:19
#: cps/templates/search_form.html:
33
cps/templates/shelf_edit.html:15
#: cps/templates/search_form.html:
75
cps/templates/shelf_edit.html:15
#: cps/templates/user_edit.html:94
#: cps/templates/user_edit.html:94
msgid "Submit"
msgid "Submit"
msgstr "Enviar"
msgstr "Enviar"
#: cps/templates/edit_book.html:106 cps/templates/email_edit.html:32
#: cps/templates/edit_book.html:106 cps/templates/email_edit.html:32
#: cps/templates/shelf_edit.html:17 cps/templates/shelf_order.html:12
#: cps/templates/user_edit.html:96
#: cps/templates/user_edit.html:96
msgid "Back"
msgid "Back"
msgstr "Regresar"
msgstr "Regresar"
#: cps/templates/email_edit.html:7 cps/templates/user_list.html:36
msgid "SMTP hostname"
msgstr "Servidor smtp"
#: cps/templates/email_edit.html:11
#: cps/templates/email_edit.html:11
msgid "SMTP port (usually 25 for plain SMTP and 587 for SSL)"
msgid "SMTP port (usually 25 for plain SMTP and 587 for SSL)"
msgstr "Puerto smtp"
msgstr "Puerto smtp"
...
@@ -385,14 +505,6 @@ msgstr "Puerto smtp"
...
@@ -385,14 +505,6 @@ msgstr "Puerto smtp"
msgid "Server uses SSL (StartTLS)"
msgid "Server uses SSL (StartTLS)"
msgstr "El Servidor utiliza SSL (StartTLS)"
msgstr "El Servidor utiliza SSL (StartTLS)"
#: cps/templates/email_edit.html:19 cps/templates/user_list.html:39
msgid "SMTP login"
msgstr "Login SMTP"
#: cps/templates/email_edit.html:23 cps/templates/user_list.html:40
msgid "SMTP password"
msgstr "Clave SMTP"
#: cps/templates/email_edit.html:27
#: cps/templates/email_edit.html:27
msgid "From e-mail"
msgid "From e-mail"
msgstr "Desde el correo"
msgstr "Desde el correo"
...
@@ -413,111 +525,103 @@ msgstr "Siguiente"
...
@@ -413,111 +525,103 @@ msgstr "Siguiente"
msgid "Discover (Random Books)"
msgid "Discover (Random Books)"
msgstr "Descubrir (Libros al azar)"
msgstr "Descubrir (Libros al azar)"
#: cps/templates/index.xml:
8
#: cps/templates/index.xml:
5
msgid "Start"
msgid "Start"
msgstr "Iniciar"
msgstr "Iniciar"
#: cps/templates/index.xml:
12 cps/templates/layout.html:59
#: cps/templates/index.xml:
7 cps/templates/layout.html:61
msgid "Search"
msgid "Search"
msgstr "Buscar"
msgstr "Buscar"
#: cps/templates/index.xml:
23 cps/templates/layout.html:122
#: cps/templates/index.xml:
15 cps/templates/layout.html:124
msgid "Hot Books"
msgid "Hot Books"
msgstr "Libros Populares"
msgstr "Libros Populares"
#: cps/templates/index.xml:
28
#: cps/templates/index.xml:
19
msgid "Popular publications from this catalog based on Rating."
msgid "Popular publications from this catalog based on Rating."
msgstr "Publicaciones populares del catalogo basados en el puntaje."
msgstr "Publicaciones populares del catalogo basados en el puntaje."
#: cps/templates/index.xml:
32 cps/templates/layout.html:120
#: cps/templates/index.xml:
22 cps/templates/layout.html:122
msgid "New Books"
msgid "New Books"
msgstr "Nuevos Libros"
msgstr "Nuevos Libros"
#: cps/templates/index.xml:
37
#: cps/templates/index.xml:
26
msgid "The latest Books"
msgid "The latest Books"
msgstr "Libros Recientes"
msgstr "Libros Recientes"
#: cps/templates/index.xml:
46
#: cps/templates/index.xml:
33
msgid "Show Random Books"
msgid "Show Random Books"
msgstr "Mostrar libros al azar"
msgstr "Mostrar libros al azar"
#: cps/templates/index.xml:
49 cps/templates/layout.html:133
#: cps/templates/index.xml:
36 cps/templates/layout.html:135
msgid "Authors"
msgid "Authors"
msgstr "Autores"
msgstr "Autores"
#: cps/templates/index.xml:
54
#: cps/templates/index.xml:
40
msgid "Books ordered by Author"
msgid "Books ordered by Author"
msgstr "Libros ordenados por Autor"
msgstr "Libros ordenados por Autor"
#: cps/templates/index.xml:
62
#: cps/templates/index.xml:
47
msgid "Books ordered by category"
msgid "Books ordered by category"
msgstr "Libros ordenados por Categorias"
msgstr "Libros ordenados por Categorias"
#: cps/templates/index.xml:
70
#: cps/templates/index.xml:
54
msgid "Books ordered by series"
msgid "Books ordered by series"
msgstr "Libros ordenados por Series"
msgstr "Libros ordenados por Series"
#: cps/templates/layout.html:4
6
#: cps/templates/layout.html:4
8
msgid "
Cambiar navegació
n"
msgid "
Toggle navigatio
n"
msgstr "
Basculer la navigation
"
msgstr ""
#: cps/templates/layout.html:6
1
#: cps/templates/layout.html:6
3
msgid "Go!"
msgid "Go!"
msgstr "Vamos!"
msgstr "Vamos!"
#: cps/templates/layout.html:6
4
#: cps/templates/layout.html:6
6
msgid "Advanced Search"
msgid "Advanced Search"
msgstr "Busqueda avanzada"
msgstr "Busqueda avanzada"
#: cps/templates/layout.html:74 cps/templates/user_list.html:13
#: cps/templates/layout.html:87
msgid "Upload"
msgstr "Subir archivo"
#: cps/templates/layout.html:81 cps/templates/user_list.html:11
msgid "Admin"
msgstr "Administracion"
#: cps/templates/layout.html:85
msgid "Logout"
msgid "Logout"
msgstr "Cerrar Sesion"
msgstr "Cerrar Sesion"
#: cps/templates/layout.html:
89
cps/templates/login.html:4
#: cps/templates/layout.html:
91
cps/templates/login.html:4
msgid "Login"
msgid "Login"
msgstr "Inicio de Sesion"
msgstr "Inicio de Sesion"
#: cps/templates/layout.html:9
0
cps/templates/register.html:18
#: cps/templates/layout.html:9
2
cps/templates/register.html:18
msgid "Register"
msgid "Register"
msgstr "Registro"
msgstr "Registro"
#: cps/templates/layout.html:1
19
#: cps/templates/layout.html:1
21
msgid "Browse"
msgid "Browse"
msgstr "Explorar"
msgstr "Explorar"
#: cps/templates/layout.html:12
5
#: cps/templates/layout.html:12
7
msgid "Discover"
msgid "Discover"
msgstr "Descubrir"
msgstr "Descubrir"
#: cps/templates/layout.html:1
28
#: cps/templates/layout.html:1
30
msgid "Categories"
msgid "Categories"
msgstr "Categoria"
msgstr "Categoria"
#: cps/templates/layout.html:13
5
#: cps/templates/layout.html:13
7 cps/templates/search_form.html:54
msgid "Languages"
msgid "Languages"
msgstr "Lenguaje"
msgstr "Lenguaje"
#: cps/templates/layout.html:1
38
#: cps/templates/layout.html:1
40
msgid "Public Shelves"
msgid "Public Shelves"
msgstr "Estantes Publicos"
msgstr "Estantes Publicos"
#: cps/templates/layout.html:14
2
#: cps/templates/layout.html:14
4
msgid "Your Shelves"
msgid "Your Shelves"
msgstr "Sus Estantes"
msgstr "Sus Estantes"
#: cps/templates/layout.html:14
7
#: cps/templates/layout.html:14
9
msgid "Create a Shelf"
msgid "Create a Shelf"
msgstr "Crear un estante"
msgstr "Crear un estante"
#: cps/templates/layout.html:15
0
#: cps/templates/layout.html:15
2
msgid "About"
msgid "About"
msgstr "Acerca de"
msgstr "Acerca de"
...
@@ -543,6 +647,10 @@ msgstr "Redimensionar el texto cuando las barras laterales estan abiertas"
...
@@ -543,6 +647,10 @@ msgstr "Redimensionar el texto cuando las barras laterales estan abiertas"
msgid "PDF.js viewer"
msgid "PDF.js viewer"
msgstr "Visor PDF.js"
msgstr "Visor PDF.js"
#: cps/templates/readtxt.html:6
msgid "Basic txt Reader"
msgstr ""
#: cps/templates/register.html:4
#: cps/templates/register.html:4
msgid "Register a new account"
msgid "Register a new account"
msgstr "Registre una cuenta nueva"
msgstr "Registre una cuenta nueva"
...
@@ -579,14 +687,26 @@ msgstr "Resultados para:"
...
@@ -579,14 +687,26 @@ msgstr "Resultados para:"
msgid "Exclude Tags"
msgid "Exclude Tags"
msgstr "Excluir etiquetas"
msgstr "Excluir etiquetas"
msgid "Delete this Shelf"
#: cps/templates/search_form.html:43
msgid "Exclude Series"
msgstr ""
#: cps/templates/search_form.html:64
msgid "Exclude Languages"
msgstr ""
#: cps/templates/shelf.html:6
#: cps/templates/shelf.html:6
msgid "Delete this Shelf"
msgstr "Borrar este estante"
msgstr "Borrar este estante"
#: cps/templates/shelf.html:7
#: cps/templates/shelf.html:7
msgid "Edit Shelf name"
msgid "Edit Shelf name"
msgstr "Editar nombre del estante"
msgstr "Editar nombre del estante"
#: cps/templates/shelf.html:8
msgid "change order"
msgstr ""
#: cps/templates/shelf_edit.html:7
#: cps/templates/shelf_edit.html:7
msgid "Title"
msgid "Title"
msgstr "Titulo"
msgstr "Titulo"
...
@@ -595,6 +715,14 @@ msgstr "Titulo"
...
@@ -595,6 +715,14 @@ msgstr "Titulo"
msgid "should the shelf be public?"
msgid "should the shelf be public?"
msgstr "Debe ser el estante publico?"
msgstr "Debe ser el estante publico?"
#: cps/templates/shelf_order.html:5
msgid "Drag 'n drop to rearrange order"
msgstr ""
#: cps/templates/shelf_order.html:11
msgid "Change order"
msgstr ""
#: cps/templates/stats.html:3
#: cps/templates/stats.html:3
msgid "Linked libraries"
msgid "Linked libraries"
msgstr "Librerias vinculadas"
msgstr "Librerias vinculadas"
...
@@ -607,18 +735,30 @@ msgstr "Librerias del programa"
...
@@ -607,18 +735,30 @@ msgstr "Librerias del programa"
msgid "Installed Version"
msgid "Installed Version"
msgstr "Version instalada"
msgstr "Version instalada"
#: cps/templates/stats.html:3
2
#: cps/templates/stats.html:3
6
msgid "Calibre library statistics"
msgid "Calibre library statistics"
msgstr "Estadisticas de la Biblioteca"
msgstr "Estadisticas de la Biblioteca"
#: cps/templates/stats.html:
37
#: cps/templates/stats.html:
41
msgid "Books in this Library"
msgid "Books in this Library"
msgstr "Libros en esta Biblioteca"
msgstr "Libros en esta Biblioteca"
#: cps/templates/stats.html:4
1
#: cps/templates/stats.html:4
5
msgid "Authors in this Library"
msgid "Authors in this Library"
msgstr "Autores en esta Biblioteca"
msgstr "Autores en esta Biblioteca"
#: cps/templates/stats.html:49
msgid "Series in this Library"
msgstr ""
#: cps/templates/stats.html:53
msgid "Tags in this Library"
msgstr ""
#: cps/templates/stats.html:57
msgid "Usercount for calibre web"
msgstr ""
#: cps/templates/user_edit.html:23
#: cps/templates/user_edit.html:23
msgid "Kindle E-Mail"
msgid "Kindle E-Mail"
msgstr "Correo del Kindle"
msgstr "Correo del Kindle"
...
@@ -679,49 +819,9 @@ msgstr "Borrar este usuario"
...
@@ -679,49 +819,9 @@ msgstr "Borrar este usuario"
msgid "Recent Downloads"
msgid "Recent Downloads"
msgstr "Descargas Recientes"
msgstr "Descargas Recientes"
#: cps/templates/user_list.html:7
msgid "Nickname"
msgstr "Nickname"
#: cps/templates/user_list.html:8
msgid "Email"
msgstr "Correo"
#: cps/templates/user_list.html:9
msgid "Kindle"
msgstr "Kindle"
#: cps/templates/user_list.html:10
msgid "DLS"
msgstr "DLS"
#: cps/templates/user_list.html:14
msgid "Edit"
msgstr "Editar"
#: cps/templates/user_list.html:15
msgid "Passwd"
msgstr "Clave"
#: cps/templates/user_list.html:33
msgid "SMTP mail settings"
msgstr "Parametros smtp del correo"
#: cps/templates/user_list.html:37
msgid "SMTP port"
msgstr "Puerto smtp"
#: cps/templates/user_list.html:38
msgid "SSL"
msgstr "SSL"
#: cps/templates/user_list.html:41
msgid "From mail"
msgstr "Desde el correo"
#: cps/templates/user_list.html:53
msgid "Change SMTP settings"
msgstr "Cambiar parametros smtp"
msgid "Latin"
msgid "Latin"
msgstr "Latin"
msgstr "Latin"
#~ msgid "Cambiar navegación"
#~ msgstr "Basculer la navigation"
cps/translations/fr/LC_MESSAGES/messages.mo
View file @
ea2e8205
No preview for this file type
cps/translations/fr/LC_MESSAGES/messages.po
View file @
ea2e8205
...
@@ -7,7 +7,7 @@ msgid ""
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 201
6-12-23 08:39
+0100\n"
"POT-Creation-Date: 201
7-01-03 19:50
+0100\n"
"PO-Revision-Date: 2016-11-13 18:35+0100\n"
"PO-Revision-Date: 2016-11-13 18:35+0100\n"
"Last-Translator: Nicolas Roudninski <nicoroud@gmail.com>\n"
"Last-Translator: Nicolas Roudninski <nicoroud@gmail.com>\n"
"Language: fr\n"
"Language: fr\n"
...
@@ -18,274 +18,400 @@ msgstr ""
...
@@ -18,274 +18,400 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.3.4\n"
"Generated-By: Babel 2.3.4\n"
#: cps/book_formats.py:10
8 cps/book_formats.py:112 cps/web.py:923
#: cps/book_formats.py:10
9 cps/book_formats.py:113 cps/web.py:928
msgid "not installed"
msgid "not installed"
msgstr ""
msgstr ""
#: cps/helper.py:9
3
#: cps/helper.py:9
8
msgid "Calibre-web test email"
msgid "Calibre-web test email"
msgstr ""
msgstr ""
#: cps/helper.py:9
4 cps/helper.py:147
#: cps/helper.py:9
9 cps/helper.py:152
msgid "This email has been sent via calibre web."
msgid "This email has been sent via calibre web."
msgstr "Ce message a été envoyé depuis calibre web."
msgstr "Ce message a été envoyé depuis calibre web."
#: cps/helper.py:1
28 cps/helper.py:216
#: cps/helper.py:1
33 cps/helper.py:221
#, python-format
#, python-format
msgid "Failed to send mail: %s"
msgid "Failed to send mail: %s"
msgstr "Impossible d'envoyer le courriel : %s"
msgstr "Impossible d'envoyer le courriel : %s"
#: cps/helper.py:1
46 cps/templates/detail.html:113
#: cps/helper.py:1
51 cps/templates/detail.html:124
msgid "Send to Kindle"
msgid "Send to Kindle"
msgstr "Envoyer ver Kindle"
msgstr "Envoyer ver Kindle"
#: cps/helper.py:1
69 cps/helper.py:184
#: cps/helper.py:1
74 cps/helper.py:189
msgid "Could not find any formats suitable for sending by email"
msgid "Could not find any formats suitable for sending by email"
msgstr "Impossible de trouver un format adapté à envoyer par courriel"
msgstr "Impossible de trouver un format adapté à envoyer par courriel"
#: cps/helper.py:1
78
#: cps/helper.py:1
83
msgid "Could not convert epub to mobi"
msgid "Could not convert epub to mobi"
msgstr "Impossible de convertir epub vers mobi"
msgstr "Impossible de convertir epub vers mobi"
#: cps/helper.py:2
36
#: cps/helper.py:2
41
msgid "The requested file could not be read. Maybe wrong permissions?"
msgid "The requested file could not be read. Maybe wrong permissions?"
msgstr ""
msgstr ""
"Le fichier demandé ne peux pas être lu. Peut-être de mauvaises "
"Le fichier demandé ne peux pas être lu. Peut-être de mauvaises "
"permissions ?"
"permissions ?"
#: cps/web.py:7
17
#: cps/web.py:7
22
msgid "Latest Books"
msgid "Latest Books"
msgstr "Derniers livres"
msgstr "Derniers livres"
#: cps/web.py:74
2
#: cps/web.py:74
7
msgid "Hot Books (most downloaded)"
msgid "Hot Books (most downloaded)"
msgstr "Livres populaires (les plus téléchargés)"
msgstr "Livres populaires (les plus téléchargés)"
#: cps/templates/index.xml:
41 cps/web.py:750
#: cps/templates/index.xml:
29 cps/web.py:755
msgid "Random Books"
msgid "Random Books"
msgstr "Livres au hasard"
msgstr "Livres au hasard"
#: cps/web.py:76
3
#: cps/web.py:76
8
msgid "Author list"
msgid "Author list"
msgstr "Liste des auteurs"
msgstr "Liste des auteurs"
#: cps/web.py:78
0
#: cps/web.py:78
5
#, python-format
#, python-format
msgid "Author: %(nam)s"
msgid "Author: %(nam)s"
msgstr "Auteur : %(nam)s"
msgstr "Auteur : %(nam)s"
#: cps/templates/index.xml:
65 cps/web.py:793
#: cps/templates/index.xml:
50 cps/web.py:798
msgid "Series list"
msgid "Series list"
msgstr "Liste des séries"
msgstr "Liste des séries"
#: cps/web.py:80
4
#: cps/web.py:80
9
#, python-format
#, python-format
msgid "Series: %(serie)s"
msgid "Series: %(serie)s"
msgstr "Séries : %(serie)s"
msgstr "Séries : %(serie)s"
#: cps/web.py:8
06 cps/web.py:902 cps/web.py:1061 cps/web.py:1729
#: cps/web.py:8
11 cps/web.py:907 cps/web.py:1102 cps/web.py:1838
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
msgstr ""
"Erreur d'ouverture du livre numérique. Le fichier n'existe pas ou n'est "
"Erreur d'ouverture du livre numérique. Le fichier n'existe pas ou n'est "
"pas accessible :"
"pas accessible :"
#: cps/web.py:8
37
#: cps/web.py:8
42
msgid "Available languages"
msgid "Available languages"
msgstr "Langues disponibles"
msgstr "Langues disponibles"
#: cps/web.py:85
2
#: cps/web.py:85
7
#, python-format
#, python-format
msgid "Language: %(name)s"
msgid "Language: %(name)s"
msgstr "Langue : %(name)s"
msgstr "Langue : %(name)s"
#: cps/templates/index.xml:
57 cps/web.py:865
#: cps/templates/index.xml:
43 cps/web.py:870
msgid "Category list"
msgid "Category list"
msgstr "Liste des catégories"
msgstr "Liste des catégories"
#: cps/web.py:8
75
#: cps/web.py:8
80
#, python-format
#, python-format
msgid "Category: %(name)s"
msgid "Category: %(name)s"
msgstr "Catégorie : %(name)s"
msgstr "Catégorie : %(name)s"
#: cps/web.py:93
1
#: cps/web.py:93
6
msgid "Statistics"
msgid "Statistics"
msgstr "Statistiques"
msgstr "Statistiques"
#: cps/web.py:9
39
#: cps/web.py:9
44
msgid "Server restarts"
msgid "Server restarts"
msgstr ""
msgstr ""
#: cps/web.py:10
37 cps/web.py:1044 cps/web.py:1051 cps/web.py:1058
#: cps/web.py:10
78 cps/web.py:1085 cps/web.py:1092 cps/web.py:1099
msgid "Read a Book"
msgid "Read a Book"
msgstr "Lire un livre"
msgstr "Lire un livre"
#: cps/web.py:11
00 cps/web.py:1365
#: cps/web.py:11
41 cps/web.py:1474
msgid "Please fill out all fields!"
msgid "Please fill out all fields!"
msgstr "SVP, complétez tous les champs !"
msgstr "SVP, complétez tous les champs !"
#: cps/web.py:11
16
#: cps/web.py:11
57
msgid "An unknown error occured. Please try again later."
msgid "An unknown error occured. Please try again later."
msgstr "Une erreur a eu lieu. Merci de réessayez plus tard."
msgstr "Une erreur a eu lieu. Merci de réessayez plus tard."
#: cps/web.py:11
21
#: cps/web.py:11
62
msgid "This username or email address is already in use."
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."
msgstr "Ce nom d'utilisateur ou cette adresse de courriel est déjà utilisée."
#: cps/web.py:11
24
#: cps/web.py:11
65
msgid "register"
msgid "register"
msgstr "S'enregistrer"
msgstr "S'enregistrer"
#: cps/web.py:11
40
#: cps/web.py:11
81
#, python-format
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgid "you are now logged in as: '%(nickname)s'"
msgstr "Vous êtes maintenant connecté sous : '%(nickname)s'"
msgstr "Vous êtes maintenant connecté sous : '%(nickname)s'"
#: cps/web.py:11
43
#: cps/web.py:11
85
msgid "Wrong Username or Password"
msgid "Wrong Username or Password"
msgstr "Mauvais nom d'utilisateur ou mot de passe"
msgstr "Mauvais nom d'utilisateur ou mot de passe"
#: cps/web.py:11
45
#: cps/web.py:11
87
msgid "login"
msgid "login"
msgstr "Connexion"
msgstr "Connexion"
#: cps/web.py:1
162
#: cps/web.py:1
204
msgid "Please configure the SMTP mail settings first..."
msgid "Please configure the SMTP mail settings first..."
msgstr "Veillez configurer les paramètres smtp d'abord..."
msgstr "Veillez configurer les paramètres smtp d'abord..."
#: cps/web.py:1
166
#: cps/web.py:1
208
#, python-format
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgid "Book successfully send to %(kindlemail)s"
msgstr "Livres envoyés à %(kindlemail)s avec succès"
msgstr "Livres envoyés à %(kindlemail)s avec succès"
#: cps/web.py:1
170
#: cps/web.py:1
212
#, python-format
#, python-format
msgid "There was an error sending this book: %(res)s"
msgid "There was an error sending this book: %(res)s"
msgstr "Il y a eu une erreur en envoyant ce livre : %(res)s"
msgstr "Il y a eu une erreur en envoyant ce livre : %(res)s"
#: cps/web.py:1
172
#: cps/web.py:1
214
msgid "Please configure your kindle email address first..."
msgid "Please configure your kindle email address first..."
msgstr "Veuillez configurer votre adresse kindle d'abord..."
msgstr "Veuillez configurer votre adresse kindle d'abord..."
#: cps/web.py:1
188
#: cps/web.py:1
234
#, python-format
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgid "Book has been added to shelf: %(sname)s"
msgstr "Le livre a bien été ajouté à l'étagère : %(sname)s"
msgstr "Le livre a bien été ajouté à l'étagère : %(sname)s"
#: cps/web.py:12
09
#: cps/web.py:12
55
#, python-format
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgid "Book has been removed from shelf: %(sname)s"
msgstr "Le livre a été supprimé de l'étagère %(sname)s"
msgstr "Le livre a été supprimé de l'étagère %(sname)s"
#: cps/web.py:12
26
#: cps/web.py:12
73 cps/web.py:1294
#, python-format
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgid "A shelf with the name '%(title)s' already exists."
msgstr "Une étagère de ce nom '%(title)s' existe déjà."
msgstr "Une étagère de ce nom '%(title)s' existe déjà."
#: cps/web.py:12
31
#: cps/web.py:12
78
#, python-format
#, python-format
msgid "Shelf %(title)s created"
msgid "Shelf %(title)s created"
msgstr "Étagère %(title)s créée"
msgstr "Étagère %(title)s créée"
#: cps/web.py:12
33
#: cps/web.py:12
80 cps/web.py:1305
msgid "There was an error"
msgid "There was an error"
msgstr "Il y a eu une erreur"
msgstr "Il y a eu une erreur"
#: cps/web.py:12
34 cps/web.py:1236
#: cps/web.py:12
81 cps/web.py:1283
msgid "create a shelf"
msgid "create a shelf"
msgstr "Créer une étagère"
msgstr "Créer une étagère"
#: cps/web.py:1256
#: cps/web.py:1303
#, python-format
msgid "Shelf %(title)s changed"
msgstr ""
#: cps/web.py:1306 cps/web.py:1308
msgid "Edit a shelf"
msgstr ""
#: cps/web.py:1329
#, python-format
#, python-format
msgid "successfully deleted shelf %(name)s"
msgid "successfully deleted shelf %(name)s"
msgstr "L'étagère %(name)s a été supprimé avec succès"
msgstr "L'étagère %(name)s a été supprimé avec succès"
#: cps/web.py:1
277
#: cps/web.py:1
350
#, python-format
#, python-format
msgid "Shelf: '%(name)s'"
msgid "Shelf: '%(name)s'"
msgstr "Étagère : '%(name)s'"
msgstr "Étagère : '%(name)s'"
#: cps/web.py:1332
#: cps/web.py:1378
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:1433
msgid "Found an existing account for this email address."
msgid "Found an existing account for this email address."
msgstr "Un compte avec cette adresse de courriel existe déjà."
msgstr "Un compte avec cette adresse de courriel existe déjà."
#: cps/web.py:1
334 cps/web.py:1337
#: cps/web.py:1
435 cps/web.py:1438
#, python-format
#, python-format
msgid "%(name)s's profile"
msgid "%(name)s's profile"
msgstr "Profil de %(name)s"
msgstr "Profil de %(name)s"
#: cps/web.py:1
335
#: cps/web.py:1
436
msgid "Profile updated"
msgid "Profile updated"
msgstr "Profil mis à jour"
msgstr "Profil mis à jour"
#: cps/web.py:1
346
#: cps/web.py:1
447 cps/web.py:1455
msgid "
User list
"
msgid "
Admin page
"
msgstr "
Liste des ustilisateurs
"
msgstr ""
#: cps/templates/
user_list.html:32 cps/web.py:1366
#: cps/templates/
admin.html:32 cps/web.py:1475
msgid "Add new user"
msgid "Add new user"
msgstr "Ajouter un nouvel utilisateur"
msgstr "Ajouter un nouvel utilisateur"
#: cps/web.py:1
399
#: cps/web.py:1
508
#, python-format
#, python-format
msgid "User '%(user)s' created"
msgid "User '%(user)s' created"
msgstr "Utilisateur '%(user)s' créé"
msgstr "Utilisateur '%(user)s' créé"
#: cps/web.py:1
403
#: cps/web.py:1
512
msgid "Found an existing account for this email address or nickname."
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à."
msgstr "Un compte avec cette adresse de courriel ou ce surnom existe déjà."
#: cps/web.py:1
426 cps/web.py:1437
#: cps/web.py:1
535 cps/web.py:1546
msgid "Mail settings updated"
msgid "Mail settings updated"
msgstr "Paramètres de courriel mis à jour"
msgstr "Paramètres de courriel mis à jour"
#: cps/web.py:1
432
#: cps/web.py:1
541
#, python-format
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr ""
msgstr ""
#: cps/web.py:1
435
#: cps/web.py:1
544
#, python-format
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr ""
msgstr ""
#: cps/web.py:1
438
#: cps/web.py:1
547
msgid "Edit mail settings"
msgid "Edit mail settings"
msgstr "Éditer les paramètres de courriel"
msgstr "Éditer les paramètres de courriel"
#: cps/web.py:1
461
#: cps/web.py:1
570
#, python-format
#, python-format
msgid "User '%(nick)s' deleted"
msgid "User '%(nick)s' deleted"
msgstr "Utilisateur '%(nick)s' supprimé"
msgstr "Utilisateur '%(nick)s' supprimé"
#: cps/web.py:1
516
#: cps/web.py:1
625
#, python-format
#, python-format
msgid "User '%(nick)s' updated"
msgid "User '%(nick)s' updated"
msgstr "Utilisateur '%(nick)s' mis à jour"
msgstr "Utilisateur '%(nick)s' mis à jour"
#: cps/web.py:1
519
#: cps/web.py:1
628
msgid "An unknown error occured."
msgid "An unknown error occured."
msgstr "Oups ! Une erreur inconnue a eu lieu."
msgstr "Oups ! Une erreur inconnue a eu lieu."
#: cps/web.py:1
521
#: cps/web.py:1
630
#, python-format
#, python-format
msgid "Edit User %(nick)s"
msgid "Edit User %(nick)s"
msgstr "Éditer l'utilisateur %(nick)s"
msgstr "Éditer l'utilisateur %(nick)s"
#: cps/web.py:1
759
#: cps/web.py:1
868
#, python-format
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgid "Failed to create path %s (Permission denied)."
msgstr "Impossible de créer le chemin %s (permission refusée)"
msgstr "Impossible de créer le chemin %s (permission refusée)"
#: cps/web.py:1
764
#: cps/web.py:1
873
#, python-format
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgid "Failed to store file %s (Permission denied)."
msgstr "Impossible d'enregistrer le fichier %s (permission refusée)"
msgstr "Impossible d'enregistrer le fichier %s (permission refusée)"
#: cps/web.py:1
769
#: cps/web.py:1
878
#, python-format
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgid "Failed to delete file %s (Permission denied)."
msgstr "Impossible de supprimer le fichier %s (permission refusée)"
msgstr "Impossible de supprimer le fichier %s (permission refusée)"
#: cps/templates/admin.html:4
msgid "User list"
msgstr "Liste des ustilisateurs"
#: cps/templates/admin.html:7
msgid "Nickname"
msgstr "Surnom"
#: cps/templates/admin.html:8
msgid "Email"
msgstr "Courriel"
#: cps/templates/admin.html:9
msgid "Kindle"
msgstr "Kindle"
#: cps/templates/admin.html:10
msgid "DLS"
msgstr "DLS"
#: cps/templates/admin.html:11 cps/templates/layout.html:83
msgid "Admin"
msgstr "Administration"
#: cps/templates/admin.html:12 cps/templates/detail.html:114
msgid "Download"
msgstr "Télécharger"
#: cps/templates/admin.html:13 cps/templates/layout.html:76
msgid "Upload"
msgstr "Téléverser"
#: cps/templates/admin.html:14
msgid "Edit"
msgstr "Éditer"
#: cps/templates/admin.html:15
msgid "Passwd"
msgstr "Mot de passe"
#: cps/templates/admin.html:33
msgid "SMTP mail settings"
msgstr "Paramètres smtp"
#: cps/templates/admin.html:36 cps/templates/email_edit.html:7
msgid "SMTP hostname"
msgstr "Serveur smtp"
#: cps/templates/admin.html:37
msgid "SMTP port"
msgstr "Port smtp"
#: cps/templates/admin.html:38
msgid "SSL"
msgstr "SSL"
#: cps/templates/admin.html:39 cps/templates/email_edit.html:19
msgid "SMTP login"
msgstr "Login smtp"
#: cps/templates/admin.html:40 cps/templates/email_edit.html:23
msgid "SMTP password"
msgstr "Mot de passe smtp"
#: cps/templates/admin.html:41
msgid "From mail"
msgstr "Expéditeur des courriels"
#: cps/templates/admin.html:53
msgid "Change SMTP settings"
msgstr "Changer les paramètre smtp"
#: cps/templates/admin.html:55
msgid "Configuration"
msgstr ""
#: cps/templates/admin.html:58
msgid "Log File"
msgstr ""
#: cps/templates/admin.html:59
msgid "Log Level"
msgstr ""
#: cps/templates/admin.html:60
msgid "Port"
msgstr ""
#: cps/templates/admin.html:61
msgid "Books per page"
msgstr ""
#: cps/templates/admin.html:62
msgid "Uploading"
msgstr ""
#: cps/templates/admin.html:63
msgid "Public registration"
msgstr ""
#: cps/templates/admin.html:64
msgid "Anonymous browsing"
msgstr ""
#: cps/templates/admin.html:75
msgid "Administration"
msgstr ""
#: cps/templates/admin.html:77
msgid "Restart Calibre-web"
msgstr ""
#: cps/templates/detail.html:38
#: cps/templates/detail.html:38
msgid "Book"
msgid "Book"
msgstr "Livre"
msgstr "Livre"
...
@@ -298,23 +424,19 @@ msgstr ""
...
@@ -298,23 +424,19 @@ msgstr ""
msgid "language"
msgid "language"
msgstr "Langue"
msgstr "Langue"
#: cps/templates/detail.html:
92
#: cps/templates/detail.html:
103
msgid "Description:"
msgid "Description:"
msgstr "Description :"
msgstr "Description :"
#: cps/templates/detail.html:103 cps/templates/user_list.html:12
#: cps/templates/detail.html:128
msgid "Download"
msgstr "Télécharger"
#: cps/templates/detail.html:117
msgid "Read in browser"
msgid "Read in browser"
msgstr "Lire dans le navigateur"
msgstr "Lire dans le navigateur"
#: cps/templates/detail.html:1
36
#: cps/templates/detail.html:1
47
msgid "Add to shelf"
msgid "Add to shelf"
msgstr "Ajouter à l'étagère"
msgstr "Ajouter à l'étagère"
#: cps/templates/detail.html:1
76
#: cps/templates/detail.html:1
87
msgid "Edit metadata"
msgid "Edit metadata"
msgstr "Éditer les métadonnées"
msgstr "Éditer les métadonnées"
...
@@ -334,7 +456,8 @@ msgstr "Description"
...
@@ -334,7 +456,8 @@ msgstr "Description"
msgid "Tags"
msgid "Tags"
msgstr "Étiquette"
msgstr "Étiquette"
#: cps/templates/edit_book.html:31 cps/templates/layout.html:131
#: cps/templates/edit_book.html:31 cps/templates/layout.html:133
#: cps/templates/search_form.html:33
msgid "Series"
msgid "Series"
msgstr "Séries"
msgstr "Séries"
...
@@ -367,20 +490,17 @@ msgid "view book after edit"
...
@@ -367,20 +490,17 @@ msgid "view book after edit"
msgstr "Voir le livre après l'édition"
msgstr "Voir le livre après l'édition"
#: cps/templates/edit_book.html:105 cps/templates/login.html:19
#: cps/templates/edit_book.html:105 cps/templates/login.html:19
#: cps/templates/search_form.html:
33
cps/templates/shelf_edit.html:15
#: cps/templates/search_form.html:
75
cps/templates/shelf_edit.html:15
#: cps/templates/user_edit.html:94
#: cps/templates/user_edit.html:94
msgid "Submit"
msgid "Submit"
msgstr "Soumettre"
msgstr "Soumettre"
#: cps/templates/edit_book.html:106 cps/templates/email_edit.html:32
#: cps/templates/edit_book.html:106 cps/templates/email_edit.html:32
#: cps/templates/shelf_edit.html:17 cps/templates/shelf_order.html:12
#: cps/templates/user_edit.html:96
#: cps/templates/user_edit.html:96
msgid "Back"
msgid "Back"
msgstr "Retour"
msgstr "Retour"
#: cps/templates/email_edit.html:7 cps/templates/user_list.html:36
msgid "SMTP hostname"
msgstr "Serveur smtp"
#: cps/templates/email_edit.html:11
#: cps/templates/email_edit.html:11
msgid "SMTP port (usually 25 for plain SMTP and 587 for SSL)"
msgid "SMTP port (usually 25 for plain SMTP and 587 for SSL)"
msgstr "Port smtp"
msgstr "Port smtp"
...
@@ -389,14 +509,6 @@ msgstr "Port smtp"
...
@@ -389,14 +509,6 @@ msgstr "Port smtp"
msgid "Server uses SSL (StartTLS)"
msgid "Server uses SSL (StartTLS)"
msgstr "Le serveur utilise SSL (StartTLS)"
msgstr "Le serveur utilise SSL (StartTLS)"
#: cps/templates/email_edit.html:19 cps/templates/user_list.html:39
msgid "SMTP login"
msgstr "Login smtp"
#: cps/templates/email_edit.html:23 cps/templates/user_list.html:40
msgid "SMTP password"
msgstr "Mot de passe smtp"
#: cps/templates/email_edit.html:27
#: cps/templates/email_edit.html:27
msgid "From e-mail"
msgid "From e-mail"
msgstr "Expéditeur des courriels"
msgstr "Expéditeur des courriels"
...
@@ -417,111 +529,103 @@ msgstr "Suivant"
...
@@ -417,111 +529,103 @@ msgstr "Suivant"
msgid "Discover (Random Books)"
msgid "Discover (Random Books)"
msgstr "Découverte (livres au hasard)"
msgstr "Découverte (livres au hasard)"
#: cps/templates/index.xml:
8
#: cps/templates/index.xml:
5
msgid "Start"
msgid "Start"
msgstr "Démarrer"
msgstr "Démarrer"
#: cps/templates/index.xml:
12 cps/templates/layout.html:59
#: cps/templates/index.xml:
7 cps/templates/layout.html:61
msgid "Search"
msgid "Search"
msgstr "Chercher"
msgstr "Chercher"
#: cps/templates/index.xml:
23 cps/templates/layout.html:122
#: cps/templates/index.xml:
15 cps/templates/layout.html:124
msgid "Hot Books"
msgid "Hot Books"
msgstr "Livres populaires"
msgstr "Livres populaires"
#: cps/templates/index.xml:
28
#: cps/templates/index.xml:
19
msgid "Popular publications from this catalog based on Rating."
msgid "Popular publications from this catalog based on Rating."
msgstr "Publications populaires de ce catalogue sur la base de notes."
msgstr "Publications populaires de ce catalogue sur la base de notes."
#: cps/templates/index.xml:
32 cps/templates/layout.html:120
#: cps/templates/index.xml:
22 cps/templates/layout.html:122
msgid "New Books"
msgid "New Books"
msgstr "Nouveaux livres"
msgstr "Nouveaux livres"
#: cps/templates/index.xml:
37
#: cps/templates/index.xml:
26
msgid "The latest Books"
msgid "The latest Books"
msgstr "Les derniers livres"
msgstr "Les derniers livres"
#: cps/templates/index.xml:
46
#: cps/templates/index.xml:
33
msgid "Show Random Books"
msgid "Show Random Books"
msgstr "Montrer des livres au hasard"
msgstr "Montrer des livres au hasard"
#: cps/templates/index.xml:
49 cps/templates/layout.html:133
#: cps/templates/index.xml:
36 cps/templates/layout.html:135
msgid "Authors"
msgid "Authors"
msgstr "Auteurs"
msgstr "Auteurs"
#: cps/templates/index.xml:
54
#: cps/templates/index.xml:
40
msgid "Books ordered by Author"
msgid "Books ordered by Author"
msgstr "Livres classés par auteur"
msgstr "Livres classés par auteur"
#: cps/templates/index.xml:
62
#: cps/templates/index.xml:
47
msgid "Books ordered by category"
msgid "Books ordered by category"
msgstr "Livres classés par catégorie"
msgstr "Livres classés par catégorie"
#: cps/templates/index.xml:
70
#: cps/templates/index.xml:
54
msgid "Books ordered by series"
msgid "Books ordered by series"
msgstr "Livres classés par série"
msgstr "Livres classés par série"
#: cps/templates/layout.html:4
6
#: cps/templates/layout.html:4
8
msgid "Toggle navigation"
msgid "Toggle navigation"
msgstr "Basculer la navigation"
msgstr "Basculer la navigation"
#: cps/templates/layout.html:6
1
#: cps/templates/layout.html:6
3
msgid "Go!"
msgid "Go!"
msgstr "Allez !"
msgstr "Allez !"
#: cps/templates/layout.html:6
4
#: cps/templates/layout.html:6
6
msgid "Advanced Search"
msgid "Advanced Search"
msgstr "Recherche avancée"
msgstr "Recherche avancée"
#: cps/templates/layout.html:74 cps/templates/user_list.html:13
#: cps/templates/layout.html:87
msgid "Upload"
msgstr "Téléverser"
#: cps/templates/layout.html:81 cps/templates/user_list.html:11
msgid "Admin"
msgstr "Administration"
#: cps/templates/layout.html:85
msgid "Logout"
msgid "Logout"
msgstr "Déconnexion"
msgstr "Déconnexion"
#: cps/templates/layout.html:
89
cps/templates/login.html:4
#: cps/templates/layout.html:
91
cps/templates/login.html:4
msgid "Login"
msgid "Login"
msgstr "Connexion"
msgstr "Connexion"
#: cps/templates/layout.html:9
0
cps/templates/register.html:18
#: cps/templates/layout.html:9
2
cps/templates/register.html:18
msgid "Register"
msgid "Register"
msgstr "S'enregistrer"
msgstr "S'enregistrer"
#: cps/templates/layout.html:1
19
#: cps/templates/layout.html:1
21
msgid "Browse"
msgid "Browse"
msgstr "Explorer"
msgstr "Explorer"
#: cps/templates/layout.html:12
5
#: cps/templates/layout.html:12
7
msgid "Discover"
msgid "Discover"
msgstr "Découvrir"
msgstr "Découvrir"
#: cps/templates/layout.html:1
28
#: cps/templates/layout.html:1
30
msgid "Categories"
msgid "Categories"
msgstr "Catégories"
msgstr "Catégories"
#: cps/templates/layout.html:13
5
#: cps/templates/layout.html:13
7 cps/templates/search_form.html:54
msgid "Languages"
msgid "Languages"
msgstr "Langues"
msgstr "Langues"
#: cps/templates/layout.html:1
38
#: cps/templates/layout.html:1
40
msgid "Public Shelves"
msgid "Public Shelves"
msgstr "Étagères publiques"
msgstr "Étagères publiques"
#: cps/templates/layout.html:14
2
#: cps/templates/layout.html:14
4
msgid "Your Shelves"
msgid "Your Shelves"
msgstr "Vos étagères"
msgstr "Vos étagères"
#: cps/templates/layout.html:14
7
#: cps/templates/layout.html:14
9
msgid "Create a Shelf"
msgid "Create a Shelf"
msgstr "Créer une étagère"
msgstr "Créer une étagère"
#: cps/templates/layout.html:15
0
#: cps/templates/layout.html:15
2
msgid "About"
msgid "About"
msgstr "À popos"
msgstr "À popos"
...
@@ -547,6 +651,10 @@ msgstr ""
...
@@ -547,6 +651,10 @@ msgstr ""
msgid "PDF.js viewer"
msgid "PDF.js viewer"
msgstr ""
msgstr ""
#: cps/templates/readtxt.html:6
msgid "Basic txt Reader"
msgstr ""
#: cps/templates/register.html:4
#: cps/templates/register.html:4
msgid "Register a new account"
msgid "Register a new account"
msgstr "Enregistrer un nouveau compte"
msgstr "Enregistrer un nouveau compte"
...
@@ -583,6 +691,14 @@ msgstr "Résultats pour :"
...
@@ -583,6 +691,14 @@ msgstr "Résultats pour :"
msgid "Exclude Tags"
msgid "Exclude Tags"
msgstr "Exclure des étiquettes"
msgstr "Exclure des étiquettes"
#: cps/templates/search_form.html:43
msgid "Exclude Series"
msgstr ""
#: cps/templates/search_form.html:64
msgid "Exclude Languages"
msgstr ""
#: cps/templates/shelf.html:6
#: cps/templates/shelf.html:6
msgid "Delete this Shelf"
msgid "Delete this Shelf"
msgstr "Effacer cette étagère"
msgstr "Effacer cette étagère"
...
@@ -591,6 +707,10 @@ msgstr "Effacer cette étagère"
...
@@ -591,6 +707,10 @@ msgstr "Effacer cette étagère"
msgid "Edit Shelf name"
msgid "Edit Shelf name"
msgstr ""
msgstr ""
#: cps/templates/shelf.html:8
msgid "change order"
msgstr ""
#: cps/templates/shelf_edit.html:7
#: cps/templates/shelf_edit.html:7
msgid "Title"
msgid "Title"
msgstr "Titre"
msgstr "Titre"
...
@@ -599,6 +719,14 @@ msgstr "Titre"
...
@@ -599,6 +719,14 @@ msgstr "Titre"
msgid "should the shelf be public?"
msgid "should the shelf be public?"
msgstr "Cette étagère doit-elle être publique ?"
msgstr "Cette étagère doit-elle être publique ?"
#: cps/templates/shelf_order.html:5
msgid "Drag 'n drop to rearrange order"
msgstr ""
#: cps/templates/shelf_order.html:11
msgid "Change order"
msgstr ""
#: cps/templates/stats.html:3
#: cps/templates/stats.html:3
msgid "Linked libraries"
msgid "Linked libraries"
msgstr ""
msgstr ""
...
@@ -611,18 +739,30 @@ msgstr ""
...
@@ -611,18 +739,30 @@ msgstr ""
msgid "Installed Version"
msgid "Installed Version"
msgstr ""
msgstr ""
#: cps/templates/stats.html:3
2
#: cps/templates/stats.html:3
6
msgid "Calibre library statistics"
msgid "Calibre library statistics"
msgstr ""
msgstr ""
#: cps/templates/stats.html:
37
#: cps/templates/stats.html:
41
msgid "Books in this Library"
msgid "Books in this Library"
msgstr "Livres dans la bibiothèque"
msgstr "Livres dans la bibiothèque"
#: cps/templates/stats.html:4
1
#: cps/templates/stats.html:4
5
msgid "Authors in this Library"
msgid "Authors in this Library"
msgstr "Auteurs dans la bibliothèque"
msgstr "Auteurs dans la bibliothèque"
#: cps/templates/stats.html:49
msgid "Series in this Library"
msgstr ""
#: cps/templates/stats.html:53
msgid "Tags in this Library"
msgstr ""
#: cps/templates/stats.html:57
msgid "Usercount for calibre web"
msgstr ""
#: cps/templates/user_edit.html:23
#: cps/templates/user_edit.html:23
msgid "Kindle E-Mail"
msgid "Kindle E-Mail"
msgstr "Courriel Kindle"
msgstr "Courriel Kindle"
...
@@ -683,50 +823,6 @@ msgstr "Supprimer cet utilisateur"
...
@@ -683,50 +823,6 @@ msgstr "Supprimer cet utilisateur"
msgid "Recent Downloads"
msgid "Recent Downloads"
msgstr "Téléchargements récents"
msgstr "Téléchargements récents"
#: cps/templates/user_list.html:7
msgid "Nickname"
msgstr "Surnom"
#: cps/templates/user_list.html:8
msgid "Email"
msgstr "Courriel"
#: cps/templates/user_list.html:9
msgid "Kindle"
msgstr "Kindle"
#: cps/templates/user_list.html:10
msgid "DLS"
msgstr "DLS"
#: cps/templates/user_list.html:14
msgid "Edit"
msgstr "Éditer"
#: cps/templates/user_list.html:15
msgid "Passwd"
msgstr "Mot de passe"
#: cps/templates/user_list.html:33
msgid "SMTP mail settings"
msgstr "Paramètres smtp"
#: cps/templates/user_list.html:37
msgid "SMTP port"
msgstr "Port smtp"
#: cps/templates/user_list.html:38
msgid "SSL"
msgstr "SSL"
#: cps/templates/user_list.html:41
msgid "From mail"
msgstr "Expéditeur des courriels"
#: cps/templates/user_list.html:53
msgid "Change SMTP settings"
msgstr "Changer les paramètre smtp"
msgid "Latin"
msgid "Latin"
msgstr "Latin"
msgstr "Latin"
cps/web.py
View file @
ea2e8205
...
@@ -1375,7 +1375,7 @@ def order_shelf(shelf_id):
...
@@ -1375,7 +1375,7 @@ def order_shelf(shelf_id):
for
book
in
books_in_shelf2
:
for
book
in
books_in_shelf2
:
cur_book
=
db
.
session
.
query
(
db
.
Books
)
.
filter
(
db
.
Books
.
id
==
book
.
book_id
)
.
first
()
cur_book
=
db
.
session
.
query
(
db
.
Books
)
.
filter
(
db
.
Books
.
id
==
book
.
book_id
)
.
first
()
result
.
append
(
cur_book
)
result
.
append
(
cur_book
)
return
render_template
(
'
order_shelf
.html'
,
entries
=
result
,
title
=
_
(
u"Change order of Shelf: '
%(name)
s'"
,
name
=
shelf
.
name
),
shelf
=
shelf
)
return
render_template
(
'
shelf_order
.html'
,
entries
=
result
,
title
=
_
(
u"Change order of Shelf: '
%(name)
s'"
,
name
=
shelf
.
name
),
shelf
=
shelf
)
@
app
.
route
(
"/me"
,
methods
=
[
"GET"
,
"POST"
])
@
app
.
route
(
"/me"
,
methods
=
[
"GET"
,
"POST"
])
...
...
messages.pot
View file @
ea2e8205
# Translations template for PROJECT.
# Translations template for PROJECT.
# Copyright (C) 201
6
ORGANIZATION
# Copyright (C) 201
7
ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 201
6
.
# FIRST AUTHOR <EMAIL@ADDRESS>, 201
7
.
#
#
#, fuzzy
#, fuzzy
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 201
6-12-23 08:39
+0100\n"
"POT-Creation-Date: 201
7-01-03 19:50
+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
...
@@ -17,270 +17,396 @@ msgstr ""
...
@@ -17,270 +17,396 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.3.4\n"
"Generated-By: Babel 2.3.4\n"
#: cps/book_formats.py:10
8 cps/book_formats.py:112 cps/web.py:923
#: cps/book_formats.py:10
9 cps/book_formats.py:113 cps/web.py:928
msgid "not installed"
msgid "not installed"
msgstr ""
msgstr ""
#: cps/helper.py:9
3
#: cps/helper.py:9
8
msgid "Calibre-web test email"
msgid "Calibre-web test email"
msgstr ""
msgstr ""
#: cps/helper.py:9
4 cps/helper.py:147
#: cps/helper.py:9
9 cps/helper.py:152
msgid "This email has been sent via calibre web."
msgid "This email has been sent via calibre web."
msgstr ""
msgstr ""
#: cps/helper.py:1
28 cps/helper.py:216
#: cps/helper.py:1
33 cps/helper.py:221
#, python-format
#, python-format
msgid "Failed to send mail: %s"
msgid "Failed to send mail: %s"
msgstr ""
msgstr ""
#: cps/helper.py:1
46 cps/templates/detail.html:113
#: cps/helper.py:1
51 cps/templates/detail.html:124
msgid "Send to Kindle"
msgid "Send to Kindle"
msgstr ""
msgstr ""
#: cps/helper.py:1
69 cps/helper.py:184
#: cps/helper.py:1
74 cps/helper.py:189
msgid "Could not find any formats suitable for sending by email"
msgid "Could not find any formats suitable for sending by email"
msgstr ""
msgstr ""
#: cps/helper.py:1
78
#: cps/helper.py:1
83
msgid "Could not convert epub to mobi"
msgid "Could not convert epub to mobi"
msgstr ""
msgstr ""
#: cps/helper.py:2
36
#: cps/helper.py:2
41
msgid "The requested file could not be read. Maybe wrong permissions?"
msgid "The requested file could not be read. Maybe wrong permissions?"
msgstr ""
msgstr ""
#: cps/web.py:7
17
#: cps/web.py:7
22
msgid "Latest Books"
msgid "Latest Books"
msgstr ""
msgstr ""
#: cps/web.py:74
2
#: cps/web.py:74
7
msgid "Hot Books (most downloaded)"
msgid "Hot Books (most downloaded)"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
41 cps/web.py:750
#: cps/templates/index.xml:
29 cps/web.py:755
msgid "Random Books"
msgid "Random Books"
msgstr ""
msgstr ""
#: cps/web.py:76
3
#: cps/web.py:76
8
msgid "Author list"
msgid "Author list"
msgstr ""
msgstr ""
#: cps/web.py:78
0
#: cps/web.py:78
5
#, python-format
#, python-format
msgid "Author: %(nam)s"
msgid "Author: %(nam)s"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
65 cps/web.py:793
#: cps/templates/index.xml:
50 cps/web.py:798
msgid "Series list"
msgid "Series list"
msgstr ""
msgstr ""
#: cps/web.py:80
4
#: cps/web.py:80
9
#, python-format
#, python-format
msgid "Series: %(serie)s"
msgid "Series: %(serie)s"
msgstr ""
msgstr ""
#: cps/web.py:8
06 cps/web.py:902 cps/web.py:1061 cps/web.py:1729
#: cps/web.py:8
11 cps/web.py:907 cps/web.py:1102 cps/web.py:1838
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr ""
msgstr ""
#: cps/web.py:8
37
#: cps/web.py:8
42
msgid "Available languages"
msgid "Available languages"
msgstr ""
msgstr ""
#: cps/web.py:85
2
#: cps/web.py:85
7
#, python-format
#, python-format
msgid "Language: %(name)s"
msgid "Language: %(name)s"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
57 cps/web.py:865
#: cps/templates/index.xml:
43 cps/web.py:870
msgid "Category list"
msgid "Category list"
msgstr ""
msgstr ""
#: cps/web.py:8
75
#: cps/web.py:8
80
#, python-format
#, python-format
msgid "Category: %(name)s"
msgid "Category: %(name)s"
msgstr ""
msgstr ""
#: cps/web.py:93
1
#: cps/web.py:93
6
msgid "Statistics"
msgid "Statistics"
msgstr ""
msgstr ""
#: cps/web.py:9
39
#: cps/web.py:9
44
msgid "Server restarts"
msgid "Server restarts"
msgstr ""
msgstr ""
#: cps/web.py:10
37 cps/web.py:1044 cps/web.py:1051 cps/web.py:1058
#: cps/web.py:10
78 cps/web.py:1085 cps/web.py:1092 cps/web.py:1099
msgid "Read a Book"
msgid "Read a Book"
msgstr ""
msgstr ""
#: cps/web.py:11
00 cps/web.py:1365
#: cps/web.py:11
41 cps/web.py:1474
msgid "Please fill out all fields!"
msgid "Please fill out all fields!"
msgstr ""
msgstr ""
#: cps/web.py:11
16
#: cps/web.py:11
57
msgid "An unknown error occured. Please try again later."
msgid "An unknown error occured. Please try again later."
msgstr ""
msgstr ""
#: cps/web.py:11
21
#: cps/web.py:11
62
msgid "This username or email address is already in use."
msgid "This username or email address is already in use."
msgstr ""
msgstr ""
#: cps/web.py:11
24
#: cps/web.py:11
65
msgid "register"
msgid "register"
msgstr ""
msgstr ""
#: cps/web.py:11
40
#: cps/web.py:11
81
#, python-format
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgid "you are now logged in as: '%(nickname)s'"
msgstr ""
msgstr ""
#: cps/web.py:11
43
#: cps/web.py:11
85
msgid "Wrong Username or Password"
msgid "Wrong Username or Password"
msgstr ""
msgstr ""
#: cps/web.py:11
45
#: cps/web.py:11
87
msgid "login"
msgid "login"
msgstr ""
msgstr ""
#: cps/web.py:1
162
#: cps/web.py:1
204
msgid "Please configure the SMTP mail settings first..."
msgid "Please configure the SMTP mail settings first..."
msgstr ""
msgstr ""
#: cps/web.py:1
166
#: cps/web.py:1
208
#, python-format
#, python-format
msgid "Book successfully send to %(kindlemail)s"
msgid "Book successfully send to %(kindlemail)s"
msgstr ""
msgstr ""
#: cps/web.py:1
170
#: cps/web.py:1
212
#, python-format
#, python-format
msgid "There was an error sending this book: %(res)s"
msgid "There was an error sending this book: %(res)s"
msgstr ""
msgstr ""
#: cps/web.py:1
172
#: cps/web.py:1
214
msgid "Please configure your kindle email address first..."
msgid "Please configure your kindle email address first..."
msgstr ""
msgstr ""
#: cps/web.py:1
188
#: cps/web.py:1
234
#, python-format
#, python-format
msgid "Book has been added to shelf: %(sname)s"
msgid "Book has been added to shelf: %(sname)s"
msgstr ""
msgstr ""
#: cps/web.py:12
09
#: cps/web.py:12
55
#, python-format
#, python-format
msgid "Book has been removed from shelf: %(sname)s"
msgid "Book has been removed from shelf: %(sname)s"
msgstr ""
msgstr ""
#: cps/web.py:12
26
#: cps/web.py:12
73 cps/web.py:1294
#, python-format
#, python-format
msgid "A shelf with the name '%(title)s' already exists."
msgid "A shelf with the name '%(title)s' already exists."
msgstr ""
msgstr ""
#: cps/web.py:12
31
#: cps/web.py:12
78
#, python-format
#, python-format
msgid "Shelf %(title)s created"
msgid "Shelf %(title)s created"
msgstr ""
msgstr ""
#: cps/web.py:12
33
#: cps/web.py:12
80 cps/web.py:1305
msgid "There was an error"
msgid "There was an error"
msgstr ""
msgstr ""
#: cps/web.py:12
34 cps/web.py:1236
#: cps/web.py:12
81 cps/web.py:1283
msgid "create a shelf"
msgid "create a shelf"
msgstr ""
msgstr ""
#: cps/web.py:1256
#: cps/web.py:1303
#, python-format
msgid "Shelf %(title)s changed"
msgstr ""
#: cps/web.py:1306 cps/web.py:1308
msgid "Edit a shelf"
msgstr ""
#: cps/web.py:1329
#, python-format
#, python-format
msgid "successfully deleted shelf %(name)s"
msgid "successfully deleted shelf %(name)s"
msgstr ""
msgstr ""
#: cps/web.py:1
277
#: cps/web.py:1
350
#, python-format
#, python-format
msgid "Shelf: '%(name)s'"
msgid "Shelf: '%(name)s'"
msgstr ""
msgstr ""
#: cps/web.py:1332
#: cps/web.py:1378
#, python-format
msgid "Change order of Shelf: '%(name)s'"
msgstr ""
#: cps/web.py:1433
msgid "Found an existing account for this email address."
msgid "Found an existing account for this email address."
msgstr ""
msgstr ""
#: cps/web.py:1
334 cps/web.py:1337
#: cps/web.py:1
435 cps/web.py:1438
#, python-format
#, python-format
msgid "%(name)s's profile"
msgid "%(name)s's profile"
msgstr ""
msgstr ""
#: cps/web.py:1
335
#: cps/web.py:1
436
msgid "Profile updated"
msgid "Profile updated"
msgstr ""
msgstr ""
#: cps/web.py:1
346
#: cps/web.py:1
447 cps/web.py:1455
msgid "
User list
"
msgid "
Admin page
"
msgstr ""
msgstr ""
#: cps/templates/
user_list.html:32 cps/web.py:1366
#: cps/templates/
admin.html:32 cps/web.py:1475
msgid "Add new user"
msgid "Add new user"
msgstr ""
msgstr ""
#: cps/web.py:1
399
#: cps/web.py:1
508
#, python-format
#, python-format
msgid "User '%(user)s' created"
msgid "User '%(user)s' created"
msgstr ""
msgstr ""
#: cps/web.py:1
403
#: cps/web.py:1
512
msgid "Found an existing account for this email address or nickname."
msgid "Found an existing account for this email address or nickname."
msgstr ""
msgstr ""
#: cps/web.py:1
426 cps/web.py:1437
#: cps/web.py:1
535 cps/web.py:1546
msgid "Mail settings updated"
msgid "Mail settings updated"
msgstr ""
msgstr ""
#: cps/web.py:1
432
#: cps/web.py:1
541
#, python-format
#, python-format
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgid "Test E-Mail successfully send to %(kindlemail)s"
msgstr ""
msgstr ""
#: cps/web.py:1
435
#: cps/web.py:1
544
#, python-format
#, python-format
msgid "There was an error sending the Test E-Mail: %(res)s"
msgid "There was an error sending the Test E-Mail: %(res)s"
msgstr ""
msgstr ""
#: cps/web.py:1
438
#: cps/web.py:1
547
msgid "Edit mail settings"
msgid "Edit mail settings"
msgstr ""
msgstr ""
#: cps/web.py:1
461
#: cps/web.py:1
570
#, python-format
#, python-format
msgid "User '%(nick)s' deleted"
msgid "User '%(nick)s' deleted"
msgstr ""
msgstr ""
#: cps/web.py:1
516
#: cps/web.py:1
625
#, python-format
#, python-format
msgid "User '%(nick)s' updated"
msgid "User '%(nick)s' updated"
msgstr ""
msgstr ""
#: cps/web.py:1
519
#: cps/web.py:1
628
msgid "An unknown error occured."
msgid "An unknown error occured."
msgstr ""
msgstr ""
#: cps/web.py:1
521
#: cps/web.py:1
630
#, python-format
#, python-format
msgid "Edit User %(nick)s"
msgid "Edit User %(nick)s"
msgstr ""
msgstr ""
#: cps/web.py:1
759
#: cps/web.py:1
868
#, python-format
#, python-format
msgid "Failed to create path %s (Permission denied)."
msgid "Failed to create path %s (Permission denied)."
msgstr ""
msgstr ""
#: cps/web.py:1
764
#: cps/web.py:1
873
#, python-format
#, python-format
msgid "Failed to store file %s (Permission denied)."
msgid "Failed to store file %s (Permission denied)."
msgstr ""
msgstr ""
#: cps/web.py:1
769
#: cps/web.py:1
878
#, python-format
#, python-format
msgid "Failed to delete file %s (Permission denied)."
msgid "Failed to delete file %s (Permission denied)."
msgstr ""
msgstr ""
#: cps/templates/admin.html:4
msgid "User list"
msgstr ""
#: cps/templates/admin.html:7
msgid "Nickname"
msgstr ""
#: cps/templates/admin.html:8
msgid "Email"
msgstr ""
#: cps/templates/admin.html:9
msgid "Kindle"
msgstr ""
#: cps/templates/admin.html:10
msgid "DLS"
msgstr ""
#: cps/templates/admin.html:11 cps/templates/layout.html:83
msgid "Admin"
msgstr ""
#: cps/templates/admin.html:12 cps/templates/detail.html:114
msgid "Download"
msgstr ""
#: cps/templates/admin.html:13 cps/templates/layout.html:76
msgid "Upload"
msgstr ""
#: cps/templates/admin.html:14
msgid "Edit"
msgstr ""
#: cps/templates/admin.html:15
msgid "Passwd"
msgstr ""
#: cps/templates/admin.html:33
msgid "SMTP mail settings"
msgstr ""
#: cps/templates/admin.html:36 cps/templates/email_edit.html:7
msgid "SMTP hostname"
msgstr ""
#: cps/templates/admin.html:37
msgid "SMTP port"
msgstr ""
#: cps/templates/admin.html:38
msgid "SSL"
msgstr ""
#: cps/templates/admin.html:39 cps/templates/email_edit.html:19
msgid "SMTP login"
msgstr ""
#: cps/templates/admin.html:40 cps/templates/email_edit.html:23
msgid "SMTP password"
msgstr ""
#: cps/templates/admin.html:41
msgid "From mail"
msgstr ""
#: cps/templates/admin.html:53
msgid "Change SMTP settings"
msgstr ""
#: cps/templates/admin.html:55
msgid "Configuration"
msgstr ""
#: cps/templates/admin.html:58
msgid "Log File"
msgstr ""
#: cps/templates/admin.html:59
msgid "Log Level"
msgstr ""
#: cps/templates/admin.html:60
msgid "Port"
msgstr ""
#: cps/templates/admin.html:61
msgid "Books per page"
msgstr ""
#: cps/templates/admin.html:62
msgid "Uploading"
msgstr ""
#: cps/templates/admin.html:63
msgid "Public registration"
msgstr ""
#: cps/templates/admin.html:64
msgid "Anonymous browsing"
msgstr ""
#: cps/templates/admin.html:75
msgid "Administration"
msgstr ""
#: cps/templates/admin.html:77
msgid "Restart Calibre-web"
msgstr ""
#: cps/templates/detail.html:38
#: cps/templates/detail.html:38
msgid "Book"
msgid "Book"
msgstr ""
msgstr ""
...
@@ -293,23 +419,19 @@ msgstr ""
...
@@ -293,23 +419,19 @@ msgstr ""
msgid "language"
msgid "language"
msgstr ""
msgstr ""
#: cps/templates/detail.html:
92
#: cps/templates/detail.html:
103
msgid "Description:"
msgid "Description:"
msgstr ""
msgstr ""
#: cps/templates/detail.html:103 cps/templates/user_list.html:12
#: cps/templates/detail.html:128
msgid "Download"
msgstr ""
#: cps/templates/detail.html:117
msgid "Read in browser"
msgid "Read in browser"
msgstr ""
msgstr ""
#: cps/templates/detail.html:1
36
#: cps/templates/detail.html:1
47
msgid "Add to shelf"
msgid "Add to shelf"
msgstr ""
msgstr ""
#: cps/templates/detail.html:1
76
#: cps/templates/detail.html:1
87
msgid "Edit metadata"
msgid "Edit metadata"
msgstr ""
msgstr ""
...
@@ -329,7 +451,8 @@ msgstr ""
...
@@ -329,7 +451,8 @@ msgstr ""
msgid "Tags"
msgid "Tags"
msgstr ""
msgstr ""
#: cps/templates/edit_book.html:31 cps/templates/layout.html:131
#: cps/templates/edit_book.html:31 cps/templates/layout.html:133
#: cps/templates/search_form.html:33
msgid "Series"
msgid "Series"
msgstr ""
msgstr ""
...
@@ -362,20 +485,17 @@ msgid "view book after edit"
...
@@ -362,20 +485,17 @@ msgid "view book after edit"
msgstr ""
msgstr ""
#: cps/templates/edit_book.html:105 cps/templates/login.html:19
#: cps/templates/edit_book.html:105 cps/templates/login.html:19
#: cps/templates/search_form.html:
33
cps/templates/shelf_edit.html:15
#: cps/templates/search_form.html:
75
cps/templates/shelf_edit.html:15
#: cps/templates/user_edit.html:94
#: cps/templates/user_edit.html:94
msgid "Submit"
msgid "Submit"
msgstr ""
msgstr ""
#: cps/templates/edit_book.html:106 cps/templates/email_edit.html:32
#: cps/templates/edit_book.html:106 cps/templates/email_edit.html:32
#: cps/templates/shelf_edit.html:17 cps/templates/shelf_order.html:12
#: cps/templates/user_edit.html:96
#: cps/templates/user_edit.html:96
msgid "Back"
msgid "Back"
msgstr ""
msgstr ""
#: cps/templates/email_edit.html:7 cps/templates/user_list.html:36
msgid "SMTP hostname"
msgstr ""
#: cps/templates/email_edit.html:11
#: cps/templates/email_edit.html:11
msgid "SMTP port (usually 25 for plain SMTP and 587 for SSL)"
msgid "SMTP port (usually 25 for plain SMTP and 587 for SSL)"
msgstr ""
msgstr ""
...
@@ -384,14 +504,6 @@ msgstr ""
...
@@ -384,14 +504,6 @@ msgstr ""
msgid "Server uses SSL (StartTLS)"
msgid "Server uses SSL (StartTLS)"
msgstr ""
msgstr ""
#: cps/templates/email_edit.html:19 cps/templates/user_list.html:39
msgid "SMTP login"
msgstr ""
#: cps/templates/email_edit.html:23 cps/templates/user_list.html:40
msgid "SMTP password"
msgstr ""
#: cps/templates/email_edit.html:27
#: cps/templates/email_edit.html:27
msgid "From e-mail"
msgid "From e-mail"
msgstr ""
msgstr ""
...
@@ -412,111 +524,103 @@ msgstr ""
...
@@ -412,111 +524,103 @@ msgstr ""
msgid "Discover (Random Books)"
msgid "Discover (Random Books)"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
8
#: cps/templates/index.xml:
5
msgid "Start"
msgid "Start"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
12 cps/templates/layout.html:59
#: cps/templates/index.xml:
7 cps/templates/layout.html:61
msgid "Search"
msgid "Search"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
23 cps/templates/layout.html:122
#: cps/templates/index.xml:
15 cps/templates/layout.html:124
msgid "Hot Books"
msgid "Hot Books"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
28
#: cps/templates/index.xml:
19
msgid "Popular publications from this catalog based on Rating."
msgid "Popular publications from this catalog based on Rating."
msgstr ""
msgstr ""
#: cps/templates/index.xml:
32 cps/templates/layout.html:120
#: cps/templates/index.xml:
22 cps/templates/layout.html:122
msgid "New Books"
msgid "New Books"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
37
#: cps/templates/index.xml:
26
msgid "The latest Books"
msgid "The latest Books"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
46
#: cps/templates/index.xml:
33
msgid "Show Random Books"
msgid "Show Random Books"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
49 cps/templates/layout.html:133
#: cps/templates/index.xml:
36 cps/templates/layout.html:135
msgid "Authors"
msgid "Authors"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
54
#: cps/templates/index.xml:
40
msgid "Books ordered by Author"
msgid "Books ordered by Author"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
62
#: cps/templates/index.xml:
47
msgid "Books ordered by category"
msgid "Books ordered by category"
msgstr ""
msgstr ""
#: cps/templates/index.xml:
70
#: cps/templates/index.xml:
54
msgid "Books ordered by series"
msgid "Books ordered by series"
msgstr ""
msgstr ""
#: cps/templates/layout.html:4
6
#: cps/templates/layout.html:4
8
msgid "Toggle navigation"
msgid "Toggle navigation"
msgstr ""
msgstr ""
#: cps/templates/layout.html:6
1
#: cps/templates/layout.html:6
3
msgid "Go!"
msgid "Go!"
msgstr ""
msgstr ""
#: cps/templates/layout.html:6
4
#: cps/templates/layout.html:6
6
msgid "Advanced Search"
msgid "Advanced Search"
msgstr ""
msgstr ""
#: cps/templates/layout.html:74 cps/templates/user_list.html:13
#: cps/templates/layout.html:87
msgid "Upload"
msgstr ""
#: cps/templates/layout.html:81 cps/templates/user_list.html:11
msgid "Admin"
msgstr ""
#: cps/templates/layout.html:85
msgid "Logout"
msgid "Logout"
msgstr ""
msgstr ""
#: cps/templates/layout.html:
89
cps/templates/login.html:4
#: cps/templates/layout.html:
91
cps/templates/login.html:4
msgid "Login"
msgid "Login"
msgstr ""
msgstr ""
#: cps/templates/layout.html:9
0
cps/templates/register.html:18
#: cps/templates/layout.html:9
2
cps/templates/register.html:18
msgid "Register"
msgid "Register"
msgstr ""
msgstr ""
#: cps/templates/layout.html:1
19
#: cps/templates/layout.html:1
21
msgid "Browse"
msgid "Browse"
msgstr ""
msgstr ""
#: cps/templates/layout.html:12
5
#: cps/templates/layout.html:12
7
msgid "Discover"
msgid "Discover"
msgstr ""
msgstr ""
#: cps/templates/layout.html:1
28
#: cps/templates/layout.html:1
30
msgid "Categories"
msgid "Categories"
msgstr ""
msgstr ""
#: cps/templates/layout.html:13
5
#: cps/templates/layout.html:13
7 cps/templates/search_form.html:54
msgid "Languages"
msgid "Languages"
msgstr ""
msgstr ""
#: cps/templates/layout.html:1
38
#: cps/templates/layout.html:1
40
msgid "Public Shelves"
msgid "Public Shelves"
msgstr ""
msgstr ""
#: cps/templates/layout.html:14
2
#: cps/templates/layout.html:14
4
msgid "Your Shelves"
msgid "Your Shelves"
msgstr ""
msgstr ""
#: cps/templates/layout.html:14
7
#: cps/templates/layout.html:14
9
msgid "Create a Shelf"
msgid "Create a Shelf"
msgstr ""
msgstr ""
#: cps/templates/layout.html:15
0
#: cps/templates/layout.html:15
2
msgid "About"
msgid "About"
msgstr ""
msgstr ""
...
@@ -542,6 +646,10 @@ msgstr ""
...
@@ -542,6 +646,10 @@ msgstr ""
msgid "PDF.js viewer"
msgid "PDF.js viewer"
msgstr ""
msgstr ""
#: cps/templates/readtxt.html:6
msgid "Basic txt Reader"
msgstr ""
#: cps/templates/register.html:4
#: cps/templates/register.html:4
msgid "Register a new account"
msgid "Register a new account"
msgstr ""
msgstr ""
...
@@ -578,6 +686,14 @@ msgstr ""
...
@@ -578,6 +686,14 @@ msgstr ""
msgid "Exclude Tags"
msgid "Exclude Tags"
msgstr ""
msgstr ""
#: cps/templates/search_form.html:43
msgid "Exclude Series"
msgstr ""
#: cps/templates/search_form.html:64
msgid "Exclude Languages"
msgstr ""
#: cps/templates/shelf.html:6
#: cps/templates/shelf.html:6
msgid "Delete this Shelf"
msgid "Delete this Shelf"
msgstr ""
msgstr ""
...
@@ -586,6 +702,10 @@ msgstr ""
...
@@ -586,6 +702,10 @@ msgstr ""
msgid "Edit Shelf name"
msgid "Edit Shelf name"
msgstr ""
msgstr ""
#: cps/templates/shelf.html:8
msgid "change order"
msgstr ""
#: cps/templates/shelf_edit.html:7
#: cps/templates/shelf_edit.html:7
msgid "Title"
msgid "Title"
msgstr ""
msgstr ""
...
@@ -594,6 +714,14 @@ msgstr ""
...
@@ -594,6 +714,14 @@ msgstr ""
msgid "should the shelf be public?"
msgid "should the shelf be public?"
msgstr ""
msgstr ""
#: cps/templates/shelf_order.html:5
msgid "Drag 'n drop to rearrange order"
msgstr ""
#: cps/templates/shelf_order.html:11
msgid "Change order"
msgstr ""
#: cps/templates/stats.html:3
#: cps/templates/stats.html:3
msgid "Linked libraries"
msgid "Linked libraries"
msgstr ""
msgstr ""
...
@@ -606,18 +734,30 @@ msgstr ""
...
@@ -606,18 +734,30 @@ msgstr ""
msgid "Installed Version"
msgid "Installed Version"
msgstr ""
msgstr ""
#: cps/templates/stats.html:3
2
#: cps/templates/stats.html:3
6
msgid "Calibre library statistics"
msgid "Calibre library statistics"
msgstr ""
msgstr ""
#: cps/templates/stats.html:
37
#: cps/templates/stats.html:
41
msgid "Books in this Library"
msgid "Books in this Library"
msgstr ""
msgstr ""
#: cps/templates/stats.html:4
1
#: cps/templates/stats.html:4
5
msgid "Authors in this Library"
msgid "Authors in this Library"
msgstr ""
msgstr ""
#: cps/templates/stats.html:49
msgid "Series in this Library"
msgstr ""
#: cps/templates/stats.html:53
msgid "Tags in this Library"
msgstr ""
#: cps/templates/stats.html:57
msgid "Usercount for calibre web"
msgstr ""
#: cps/templates/user_edit.html:23
#: cps/templates/user_edit.html:23
msgid "Kindle E-Mail"
msgid "Kindle E-Mail"
msgstr ""
msgstr ""
...
@@ -678,47 +818,5 @@ msgstr ""
...
@@ -678,47 +818,5 @@ msgstr ""
msgid "Recent Downloads"
msgid "Recent Downloads"
msgstr ""
msgstr ""
#: cps/templates/user_list.html:7
msgid "Latin"
msgid "Nickname"
msgstr ""
#: cps/templates/user_list.html:8
msgid "Email"
msgstr ""
#: cps/templates/user_list.html:9
msgid "Kindle"
msgstr ""
#: cps/templates/user_list.html:10
msgid "DLS"
msgstr ""
#: cps/templates/user_list.html:14
msgid "Edit"
msgstr ""
msgstr ""
#: cps/templates/user_list.html:15
msgid "Passwd"
msgstr ""
#: cps/templates/user_list.html:33
msgid "SMTP mail settings"
msgstr ""
#: cps/templates/user_list.html:37
msgid "SMTP port"
msgstr ""
#: cps/templates/user_list.html:38
msgid "SSL"
msgstr ""
#: cps/templates/user_list.html:41
msgid "From mail"
msgstr ""
#: cps/templates/user_list.html:53
msgid "Change SMTP settings"
msgstr ""
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment