mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
d61038d0d1
commit
6b0668960b
@ -153,7 +153,7 @@ The server interface
|
||||
The server interface is a simplified version of the main calibre interface,
|
||||
optimised for use with touch screens. The home screen shows you books
|
||||
you are currently reading as well as allowing to choose a calibre library you
|
||||
want to browse. The server in calibre 3 gives you access to all your libraries,
|
||||
want to browse. The server in calibre gives you access to all your libraries,
|
||||
not just a single one, as before.
|
||||
|
||||
The book list
|
||||
|
@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Category Editor</string>
|
||||
<string>Category editor</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset>
|
||||
|
@ -77,7 +77,7 @@ def ajax(path, on_complete, on_progress=None, bypass_cache=True, method='GET', q
|
||||
|
||||
def set_error(event, is_network_error):
|
||||
if is_network_error:
|
||||
xhr.error_html = str.format(_('Failed to communicate with "{}", network error, is the server running and accessible?'), xhr.request_path)
|
||||
xhr.error_html = str.format(_('Failed to communicate with "{}", network error. Is the server running and accessible?'), xhr.request_path)
|
||||
elif event is 'timeout':
|
||||
xhr.error_html = str.format(_('Failed to communicate with "{}", timed out after: {} seconds'), xhr.request_path, timeout)
|
||||
elif event is 'abort':
|
||||
|
Loading…
x
Reference in New Issue
Block a user