mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Mark some UM strings for translation
This commit is contained in:
parent
1ce34a51af
commit
607e920370
@ -28,7 +28,7 @@ def source_read_handler(app, docname, source):
|
||||
CLI_INDEX='''
|
||||
.. _cli:
|
||||
|
||||
Command Line Interface
|
||||
%s
|
||||
==========================
|
||||
|
||||
.. image:: ../../images/cli.png
|
||||
@ -36,7 +36,7 @@ Command Line Interface
|
||||
.. note::
|
||||
%s
|
||||
|
||||
Documented Commands
|
||||
%s
|
||||
--------------------
|
||||
|
||||
.. toctree::
|
||||
@ -44,7 +44,7 @@ Documented Commands
|
||||
|
||||
{documented}
|
||||
|
||||
Undocumented Commands
|
||||
%s
|
||||
-------------------------
|
||||
|
||||
{undocumented}
|
||||
|
@ -1101,9 +1101,11 @@ def main():
|
||||
return 0
|
||||
|
||||
def cli_index_strings():
|
||||
return _('On OS X, the command line tools are inside the |app| bundle, for example,'
|
||||
return _('Command Line Interface'), _(
|
||||
'On OS X, the command line tools are inside the |app| bundle, for example,'
|
||||
' if you installed calibre in :file:`/Applications` the command line tools'
|
||||
' are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`.'), _(
|
||||
'Documented Commands'), _('Undocumented Commands'), _(
|
||||
'You can see usage for undocumented commands by executing them without arguments in a terminal.')
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user