1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) Kovid Goyal
3# This file is distributed under the same license as the calibre package.
4#
5# Translators:
6# abuyop <abuyop@gmail.com>, 2015-2018
7msgid ""
8msgstr ""
9"Project-Id-Version: calibre\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2021-12-01 12:56+0000\n"
12"PO-Revision-Date: 2021-11-12 03:07+0000\n"
13"Last-Translator: Kovid Goyal <kovid@kovidgoyal.net>\n"
14"Language-Team: Malay (http://www.transifex.com/calibre/calibre/language/ms/)\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Language: ms\n"
19"Plural-Forms: nplurals=1; plural=0;\n"
20
21#: ../../__w/calibre/calibre/manual/customize.rst:6
22msgid "Customizing calibre"
23msgstr "Penyesuaian calibre."
24
25#: ../../__w/calibre/calibre/manual/customize.rst:8
26msgid ""
27"calibre has a highly modular design. Various parts of it can be customized."
28"  Here, you will learn:"
29msgstr ""
30
31#: ../../__w/calibre/calibre/manual/customize.rst:10
32msgid ""
33"how to use environment variables and *tweaks* to customize calibre's "
34"behavior,"
35msgstr ""
36
37#: ../../__w/calibre/calibre/manual/customize.rst:11
38msgid ""
39"how to specify your own static resources like icons and templates to "
40"override the defaults"
41msgstr ""
42
43#: ../../__w/calibre/calibre/manual/customize.rst:12
44msgid "how to use *plugins* to add functionality to calibre."
45msgstr ""
46
47#: ../../__w/calibre/calibre/manual/customize.rst:13
48msgid "how to share icon themes and plugins with other calibre users."
49msgstr ""
50
51#: ../../__w/calibre/calibre/manual/customize.rst:14
52msgid ""
53"to see how to create *recipes* to add new sources of online content to "
54"calibre visit the Section :ref:`news`."
55msgstr ""
56
57#: ../../__w/calibre/calibre/manual/customize.rst:17
58msgid ""
59"Note that although icon themes and plugins are indexed and downloadable via "
60"calibre's builtin updater, they are not part of calibre, and their canonical"
61" locations for support and source code are on the `Mobileread forums "
62"<https://www.mobileread.com/forums/forumdisplay.php?f=166>`__ in their "
63"support threads."
64msgstr ""
65
66#: ../../__w/calibre/calibre/manual/customize.rst:33
67msgid "Environment variables"
68msgstr "Pembolehubah persekitaran"
69
70#: ../../__w/calibre/calibre/manual/customize.rst:35
71msgid ""
72"``CALIBRE_CONFIG_DIRECTORY`` - sets the folder where configuration files are"
73" stored/read."
74msgstr ""
75
76#: ../../__w/calibre/calibre/manual/customize.rst:36
77msgid "``CALIBRE_TEMP_DIR`` - sets the temporary folder used by calibre"
78msgstr ""
79
80#: ../../__w/calibre/calibre/manual/customize.rst:37
81msgid ""
82"``CALIBRE_CACHE_DIRECTORY`` - sets the folder calibre uses to cache "
83"persistent data between sessions"
84msgstr ""
85
86#: ../../__w/calibre/calibre/manual/customize.rst:38
87msgid ""
88"``CALIBRE_OVERRIDE_DATABASE_PATH`` - allows you to specify the full path to "
89"metadata.db. Using this variable you can have metadata.db be in a location "
90"other than the library folder. Useful if your library folder is on a "
91"networked drive that does not support file locking."
92msgstr "``CALIBRE_OVERRIDE_DATABASE_PATH`` - membolehkan anda nyatakan laluan penuh ke metadata.db. Dengan menggunakan pembolehubah ini anda boleh pastikan metadata.db berada di lokasi lain selain dari folder pustaka. Berguna jika folder pustaka anda berada pada pemacu rangkaian yang tidak menyokong penguncian fail."
93
94#: ../../__w/calibre/calibre/manual/customize.rst:39
95msgid ""
96"``CALIBRE_DEVELOP_FROM`` - used to run from a calibre development "
97"environment. See :ref:`develop`."
98msgstr ""
99
100#: ../../__w/calibre/calibre/manual/customize.rst:40
101msgid ""
102"``CALIBRE_OVERRIDE_LANG`` - used to force the language used by the interface"
103" (ISO 639 language code)"
104msgstr ""
105
106#: ../../__w/calibre/calibre/manual/customize.rst:41
107msgid ""
108"``CALIBRE_TEST_TRANSLATION`` - used to test a translation .po file (should "
109"be the path to the .po file)"
110msgstr ""
111
112#: ../../__w/calibre/calibre/manual/customize.rst:42
113msgid ""
114"``CALIBRE_NO_NATIVE_FILEDIALOGS`` - causes calibre to not use native file "
115"dialogs for selecting files/folders."
116msgstr ""
117
118#: ../../__w/calibre/calibre/manual/customize.rst:43
119msgid ""
120"``CALIBRE_NO_NATIVE_MENUBAR`` - causes calibre to not create a native "
121"(global) menu on Ubuntu Unity and similar linux desktop environments. The "
122"menu is instead placed inside the window, as is traditional."
123msgstr ""
124
125#: ../../__w/calibre/calibre/manual/customize.rst:44
126msgid ""
127"``CALIBRE_USE_SYSTEM_THEME`` - by default, on Linux, calibre uses its own "
128"builtin Qt style. This is to avoid crashes and hangs caused by "
129"incompatibilities between the version of Qt calibre is built against and the"
130" system Qt. The downside is that calibre may not follow the system look and "
131"feel. If you set this environment variable on Linux, it will cause calibre "
132"to use the system theme -- beware of crashes and hangs."
133msgstr ""
134
135#: ../../__w/calibre/calibre/manual/customize.rst:50
136msgid ""
137"``CALIBRE_SHOW_DEPRECATION_WARNINGS`` - causes calibre to print deprecation "
138"warnings to stdout. Useful for calibre developers."
139msgstr ""
140
141#: ../../__w/calibre/calibre/manual/customize.rst:51
142msgid ""
143"``CALIBRE_NO_DEFAULT_PROGRAMS`` - prevent calibre from automatically "
144"registering the filetypes it is capable of handling with Windows."
145msgstr ""
146
147#: ../../__w/calibre/calibre/manual/customize.rst:52
148msgid ""
149"``CALIBRE_USE_DARK_PALETTE`` - set it to ``1`` to have calibre use dark "
150"colors and ``0`` for normal colors (ignored on macOS). On Windows 10 in the "
151"absence of this variable, the Windows system preference for dark colors is "
152"used."
153msgstr ""
154
155#: ../../__w/calibre/calibre/manual/customize.rst:54
156msgid "``SYSFS_PATH`` - Use if sysfs is mounted somewhere other than /sys"
157msgstr "``SYSFS_PATH`` - Guna jika sysfs dilekap selain dari /sys"
158
159#: ../../__w/calibre/calibre/manual/customize.rst:55
160msgid ""
161"``http_proxy``, ``https_proxy`` - used on Linux to specify an HTTP(S) proxy"
162msgstr ""
163
164#: ../../__w/calibre/calibre/manual/customize.rst:57
165msgid ""
166"See `How to set environment variables in Windows "
167"<https://www.computerhope.com/issues/ch000549.htm>`_. If you are on macOS "
168"you can set environment variables by creating the "
169":file:`~/Library/Preferences/calibre/macos-env.txt` and putting the "
170"environment variables one per line in it, for example::"
171msgstr ""
172
173#: ../../__w/calibre/calibre/manual/customize.rst:67
174msgid "Tweaks"
175msgstr "Pulas"
176
177#: ../../__w/calibre/calibre/manual/customize.rst:69
178msgid ""
179"Tweaks are small changes that you can specify to control various aspects of "
180"calibre's behavior. You can change them by going to "
181"Preferences->Advanced->Tweaks. The default values for the tweaks are "
182"reproduced below"
183msgstr "Tweak adalah perubahan kecil yang mana anda boleh tentukan untuk mengawal pelbagai aspek kelakuan calibre. Pergi ke Keutamaan->Lanjutan->Tweak. Nilai lalai untuk tweaks seperti berikut"
184
185#: ../../__w/calibre/calibre/manual/customize.rst:76
186msgid "Overriding icons, templates, et cetera"
187msgstr "Membatalkan ikon, templat, dan lain-lain"
188
189#: ../../__w/calibre/calibre/manual/customize.rst:79
190msgid ""
191"calibre has direct support for icon themes, there are several icon themes "
192"available for calibre, that you can use by going to "
193":guilabel:`Preferences->Interface->Look & Feel->Change Icon theme`. The icon"
194" themes use the same mechanism as described below for overriding static "
195"resources."
196msgstr "calibre mempunyai sokongan langsung untuk tema ikon, terdapat beberapa tema ikon tersedia untuk calibre, yang anda boleh guna dengan pergi ke :guilabel:`Keutamaan->Antaramuka->Penampilan->Ubah tema Ikon`. Tema ikon menggunakan mekanisma yang serupa sepertimana yang telah dijelaskan di bawah untuk membatalkan sumber statik."
197
198#: ../../__w/calibre/calibre/manual/customize.rst:83
199msgid ""
200"calibre allows you to override the static resources, like icons, JavaScript "
201"and templates for the metadata jacket, catalogs, etc. with customized "
202"versions that you like.  All static resources are stored in the resources "
203"sub-folder of the calibre install location. On Windows, this is usually "
204":file:`C:\\\\Program Files\\\\Calibre2\\\\app\\\\resources`. On macOS, "
205":file:`/Applications/calibre.app/Contents/Resources/resources/`. On Linux, "
206"if you are using the binary installer from the calibre website it will be "
207":file:`/opt/calibre/resources`. These paths can change depending on where "
208"you choose to install calibre."
209msgstr ""
210
211#: ../../__w/calibre/calibre/manual/customize.rst:92
212msgid ""
213"You should not change the files in this resources folder, as your changes "
214"will get overwritten the next time you update calibre. Instead, go to "
215":guilabel:`Preferences->Advanced->Miscellaneous` and click :guilabel:`Open "
216"calibre configuration folder`. In this configuration folder, create a sub-"
217"folder called resources and place the files you want to override in it. "
218"Place the files in the appropriate sub folders, for example place images in "
219":file:`resources/images`, etc. calibre will automatically use your custom "
220"file in preference to the built-in one the next time it is started."
221msgstr ""
222
223#: ../../__w/calibre/calibre/manual/customize.rst:101
224msgid ""
225"For example, if you wanted to change the icon for the :guilabel:`Remove "
226"books` action, you would first look in the built-in resources folder and see"
227" that the relevant file is :file:`resources/images/remove_books.png`. "
228"Assuming you have an alternate icon in PNG format called "
229":file:`my_remove_books.png` you would save it in the configuration folder as"
230" :file:`resources/images/remove_books.png`. All the icons used by the "
231"calibre user interface are in :file:`resources/images` and its sub-folders."
232msgstr ""
233
234#: ../../__w/calibre/calibre/manual/customize.rst:110
235msgid "Creating your own icon theme for calibre"
236msgstr "Mencipta tema ikon anda sendiri untuk calibre"
237
238#: ../../__w/calibre/calibre/manual/customize.rst:112
239msgid ""
240"If you have created a beautiful set of icons and wish to share them with "
241"other calibre users via calibre's builtin icon theme support, you can easily"
242" package up your icons into a theme. To do so, go to "
243":guilabel:`Preferences->Miscellaneous->Create icon theme`, select the folder"
244" where you have put your icons (usually the :file:`resources/images` folder "
245"in the calibre config folder, as described above). Then fill up the theme "
246"metadata and click OK.  This will result in a ZIP file containing the theme "
247"icons. You can upload that to the calibre forum at `Mobileread "
248"<https://www.mobileread.com/forums/forumdisplay.php?f=166>`__ and then I "
249"will make your theme available via calibre's builtin icon theme system."
250msgstr ""
251
252#: ../../__w/calibre/calibre/manual/customize.rst:125
253msgid "Customizing calibre with plugins"
254msgstr "Menyuaikan calibre dengan pemalam"
255
256#: ../../__w/calibre/calibre/manual/customize.rst:127
257msgid ""
258"calibre has a very modular design. Almost all functionality in calibre comes"
259" in the form of plugins. Plugins are used for conversion, for downloading "
260"news (though these are called recipes), for various components of the user "
261"interface, to connect to different devices, to process files when adding "
262"them to calibre and so on. You can get a complete list of all the built-in "
263"plugins in calibre by going to :guilabel:`Preferences->Advanced->Plugins`."
264msgstr "calibre mempunyai reka bentuk yang sangat modular. Hampir semua kefungsian dalam calibre berasal dalam bentuk pemalam. Pemalam digunakan untuk pertukaran format, untuk memuat turun berita (dikenali sebagai resepi), untuk pelbagai komponen antaramuka pengguna, untuk sambung ke peranti yang berbeza, untuk proses fail bila menambahnya ke calibre dan seterusnya. Anda boleh dapatkan senarai semua pemalam terbina-dalam di dalam calibre dengan pergi ke :guilabel:`Keutamaan->Lanjutan->Pemalam`."
265
266#: ../../__w/calibre/calibre/manual/customize.rst:134
267msgid ""
268"You can write your own plugins to customize and extend the behavior of "
269"calibre. The plugin architecture in calibre is very simple, see the tutorial"
270" :ref:`pluginstutorial`."
271msgstr "Anda boleh menulis pemalam anda sendiri untuk suaikan dan tambah baik kelakuan calibre. Seni bina pemalam di dalam calibre adalah sangat mudah, sila rujuk tutorial "
272
273#: ../../__w/calibre/calibre/manual/customize.rst:138
274msgid ""
275"Once you have written a plugin, you can upload that to the calibre plugins "
276"forum at `Mobileread "
277"<https://www.mobileread.com/forums/forumdisplay.php?f=237>`__ and it will be"
278" made available via calibre's builtin plugin updater."
279msgstr ""
280