1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) Kovid Goyal
3# This file is distributed under the same license as the calibre package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: calibre 5.8.1\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2021-01-06 13:34+0000\n"
12"PO-Revision-Date: 2020-11-12 05:43+0000\n"
13"Language-Team: Pushto (https://www.transifex.com/calibre/teams/19337/ps/)\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"Language: ps\n"
18"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20#: ../../__w/calibre/calibre/manual/url_scheme.rst:2
21msgid "The calibre:// URL scheme"
22msgstr ""
23
24#: ../../__w/calibre/calibre/manual/url_scheme.rst:4
25msgid ""
26"calibre registers itself as the handler program for calibre:// URLs. So you "
27"can use these to perform actions like opening books, searching for books, "
28"etc from other programs/documents or via the command line. For example, "
29"running the following at the command line::"
30msgstr ""
31
32#: ../../__w/calibre/calibre/manual/url_scheme.rst:11
33msgid ""
34"Will open calibre with the library named ``Some Library``. Library names are"
35" the folder name of the library folder with spaces replaced by underscores. "
36"The special value ``_`` means the current library. The various types of URLs"
37" are documented below."
38msgstr ""
39
40#: ../../__w/calibre/calibre/manual/url_scheme.rst:16
41msgid ""
42"You can even place these links inside HTML files or Word documents or "
43"similar and the operating system will automatically run calibre to perform "
44"the specified action."
45msgstr ""
46
47#: ../../__w/calibre/calibre/manual/url_scheme.rst:26
48msgid "Switch to a specific library"
49msgstr ""
50
51#: ../../__w/calibre/calibre/manual/url_scheme.rst:28
52#: ../../__w/calibre/calibre/manual/url_scheme.rst:47
53#: ../../__w/calibre/calibre/manual/url_scheme.rst:63
54#: ../../__w/calibre/calibre/manual/url_scheme.rst:77
55msgid "The URL syntax is::"
56msgstr ""
57
58#: ../../__w/calibre/calibre/manual/url_scheme.rst:32
59msgid ""
60"Library names are the folder name of the library with spaces replaced by "
61"underscores. The special value ``_`` means the current library. You can also"
62" use :ref:`hex encoding <hex_encoding>` for the library names, useful if the"
63" library names have special characters that would otherwise require URL "
64"encoding. Hex encoded library names look like::"
65msgstr ""
66
67#: ../../__w/calibre/calibre/manual/url_scheme.rst:40
68msgid ""
69"Where the part after the ``_hex_-`` prefix is the library name encoded as "
70"UTF-8 and every byte represented by two hexadecimal characters."
71msgstr ""
72
73#: ../../__w/calibre/calibre/manual/url_scheme.rst:45
74msgid "Show a specific book in calibre"
75msgstr ""
76
77#: ../../__w/calibre/calibre/manual/url_scheme.rst:51
78msgid ""
79"This will show the book with ``book_id`` (a number) in calibre. The ids for "
80"books can be seen in the calibre interface by hovering over the "
81":guilabel:`Click to open` link in the :guilabel:`Book details` panel, it is "
82"the number in brackets at the end of the path to the book folder."
83msgstr ""
84
85#: ../../__w/calibre/calibre/manual/url_scheme.rst:56
86msgid ""
87"You can copy a link to the current book displayed in calibre by right "
88"clicking the :guilabel:`Book details` panel and choosing :guilabel:`Copy "
89"link to book`."
90msgstr ""
91
92#: ../../__w/calibre/calibre/manual/url_scheme.rst:61
93msgid "Open a specific book in the E-book viewer at a specific position"
94msgstr ""
95
96#: ../../__w/calibre/calibre/manual/url_scheme.rst:67
97msgid ""
98"Here, ``book_format`` is the format of the book, for example, ``EPUB`` or "
99"``MOBI`` and the ``location`` is an optional location inside the book. The "
100"easiest way to get these links is to open a book in the viewer, then in the "
101"viewer controls select :guilabel:`Go to->Location` and there such a link "
102"will be given that you can copy/paste elsewhere."
103msgstr ""
104
105#: ../../__w/calibre/calibre/manual/url_scheme.rst:75
106msgid "Searching for books"
107msgstr ""
108
109#: ../../__w/calibre/calibre/manual/url_scheme.rst:82
110msgid ""
111"Here query is any valid :ref:`search expression <search_interface>`. If the "
112"search expression is complicated, :ref:`encode it as a hex string "
113"<hex_encoding>` and use ``eq`` instead. Leaving out the query will cause the"
114" current search to be cleared."
115msgstr ""
116
117#: ../../__w/calibre/calibre/manual/url_scheme.rst:87
118msgid ""
119"By default, if a Virtual library is selected, calibre will clear it before "
120"doing the search to ensure all books are found. If you want to preserve the "
121"Virtual library, use::"
122msgstr ""
123
124#: ../../__w/calibre/calibre/manual/url_scheme.rst:93
125msgid "If you want to switch to a particular Virtual library, use::"
126msgstr ""
127
128#: ../../__w/calibre/calibre/manual/url_scheme.rst:99
129msgid "replacing spaces in the Virtual library name by ``%20``."
130msgstr ""
131
132#: ../../__w/calibre/calibre/manual/url_scheme.rst:101
133msgid ""
134"If you perform a search in calibre and want to generate a link for it you "
135"can do so by right clicking the search bar and choosing :guilabel:`Copy "
136"search as URL`."
137msgstr ""
138
139#: ../../__w/calibre/calibre/manual/url_scheme.rst:109
140msgid "Hex encoding of URL parameters"
141msgstr ""
142
143#: ../../__w/calibre/calibre/manual/url_scheme.rst:111
144msgid ""
145"Hex encoding of URL parameters is done by first encoding the parameter as "
146"UTF-8 bytes, and then replacing each byte by two hexadecimal characters "
147"representing the byte. For example, the string ``abc`` is the bytes ``0x61 "
148"0x62 and 0x63`` in UTF-8, so the encoded version is the string: ``616263``."
149msgstr ""
150