diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..c791f535 Binary files /dev/null and b/.DS_Store differ diff --git a/cps/.DS_Store b/cps/.DS_Store new file mode 100644 index 00000000..f2b265cf Binary files /dev/null and b/cps/.DS_Store differ diff --git a/cps/templates/admin.html b/cps/templates/admin.html index a7770c59..5b2ad78c 100644 --- a/cps/templates/admin.html +++ b/cps/templates/admin.html @@ -6,16 +6,16 @@
-

{{_('User list')}}

+

{{_('Users')}}

- - - - + + + + - + @@ -35,20 +35,20 @@ {% endif %} {% endfor %}
{{_('Nickname')}}{{_('E-mail')}}{{_('Kindle')}}{{_('DLS')}}{{_('Username')}}{{_('E-mail Address')}}{{_('Send to Kindle E-mail Address')}}{{_('Downloads')}}
- +
-

{{_('SMTP e-mail server settings')}}

+

{{_('E-mail Server Settings')}}

- - - - - + + + + + @@ -67,11 +67,11 @@

{{_('Configuration')}}

-
{{_('Calibre DB dir')}}
+
{{_('Calibre Database Directory')}}
{{config.config_calibre_dir}}
-
{{_('Log level')}}
+
{{_('Log Level')}}
{{config.get_log_level()}}
@@ -81,27 +81,27 @@
-
{{_('Books per page')}}
+
{{_('Books per Page')}}
{{config.config_books_per_page}}
-
{{_('Uploading')}}
+
{{_('Uploads')}}
{{ display_bool_setting(config.config_uploading) }}
-
{{_('Anonymous browsing')}}
+
{{_('Anonymous Browsing')}}
{{ display_bool_setting(config.config_anonbrowse) }}
-
{{_('Public registration')}}
+
{{_('Public Registration')}}
{{ display_bool_setting(config.config_public_reg) }}
-
{{_('Remote login')}}
+
{{_('Magic Link Remote Login')}}
{{ display_bool_setting(config.config_remote_login) }}
-
{{_('Reverse proxy login')}}
+
{{_('Reverse Proxy Login')}}
{{ display_bool_setting(config.config_allow_reverse_proxy_header_login) }}
{% if config.config_allow_reverse_proxy_header_login %} @@ -111,18 +111,18 @@
{% endif %}
- - + +

{{_('Administration')}}

- -
{{_('Reconnect to Calibre DB')}}
-
{{_('Restart Calibre-Web')}}
-
{{_('Stop Calibre-Web')}}
+ +
{{_('Reconnect Calibre Database')}}
+
{{_('Restart')}}
+
{{_('Shutdown')}}
@@ -145,7 +145,7 @@
{{_('SMTP hostname')}}{{_('SMTP port')}}{{_('SSL')}}{{_('SMTP login')}}{{_('SMTP Hostname')}}{{_('SMTP Port')}}{{_('Encryption')}}{{_('SMTP Login')}}
{{email.mail_server}}
-
{{_('Check for update')}}
+
{{_('Check for Update')}}
@@ -158,13 +158,13 @@
@@ -176,9 +176,9 @@ @@ -188,7 +188,7 @@ diff --git a/cps/templates/book_edit.html b/cps/templates/book_edit.html index e734698a..b577ca07 100644 --- a/cps/templates/book_edit.html +++ b/cps/templates/book_edit.html @@ -72,7 +72,7 @@
- +
@@ -80,16 +80,16 @@
- +
- +
- +
@@ -157,7 +157,7 @@ {% if g.user.role_upload() or g.user.role_admin()%} {% if g.allow_upload %}
- +
@@ -166,12 +166,12 @@
- {{_('Get metadata')}} - - {{_('Back')}} + {{_('Fetch Metadata')}} + + {{_('Cancel')}}
@@ -187,13 +187,13 @@ {{_('Are you really sure?')}}
@@ -205,13 +205,13 @@