mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f2782c979f
commit
5d67c73f19
@ -5,8 +5,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: calibre 0.9.20\n"
|
||||
"POT-Creation-Date: 2013-02-24 10:04+IST\n"
|
||||
"PO-Revision-Date: 2013-02-24 10:04+IST\n"
|
||||
"POT-Creation-Date: 2013-02-24 10:08+IST\n"
|
||||
"PO-Revision-Date: 2013-02-24 10:08+IST\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -19356,6 +19356,18 @@ msgstr ""
|
||||
msgid "pm"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/utils/localization.py:204
|
||||
msgid "&Copy"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/utils/localization.py:205
|
||||
msgid "Select All"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/utils/localization.py:206
|
||||
msgid "Copy &Link location"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/utils/pyconsole/console.py:56
|
||||
msgid "Choose theme (needs restart)"
|
||||
msgstr ""
|
||||
|
@ -201,6 +201,9 @@ if False:
|
||||
_('am')
|
||||
# NOTE: Post Meridian (i.e. like 10:00 pm)
|
||||
_('pm')
|
||||
_('&Copy')
|
||||
_('Select All')
|
||||
_('Copy &Link location')
|
||||
|
||||
_lcase_map = {}
|
||||
for k in _extra_lang_codes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user