Browsing Indonesian translation

1928 of 133 results
19.
Are you sure you want to cancel installation?
This prompt is shown to the user when they click the "Cancel" button,
to confirm they really want to stop. It's a yes/no question.
Apakah Anda yakin ingin membatalkan isntalasii?
Translated and reviewed by rotyyu
20.
Back
The opposite of "next", used as a UI button label.
Kembali
Translated and reviewed by rotyyu
21.
B_rowse...
This is a GTK+ button label. The '_' comes before the hotkey character.
"Back" might be using 'B' in English. This button brings up a file
dialog where the end-user can navigate to and select files.
(no translation yet)
22.
BUG: duplicate media id
All the "BUG:" strings are generally meant to be seen by developers,
not end users. They represent programming errors and configuration
file problems.
This is shown if the configuration file has specified two cd-roms (or
whatever) with the same media id, which is a bug the developer must
fix before shipping her installer.
"media id" refers to Setup.Media.id in the config file. It's not meant
to be a proper name, in this case.
KUTU: id media salinan
Translated and reviewed by rotyyu
23.
BUG: no options
This is shown if the configuration file has no installable options,
either because none are listed or they've all become disabled, which
is a bug the developer must fix before shipping her installer.
KUTU: tidak ada pilihan
Translated and reviewed by rotyyu
24.
BUG: support_uninstall requires write_manifest
This is shown if the config file wants us to include the uninstaller
program with the rest of the files we write to disk, but didn't enable
the manifest support the installer needs. This is a bug the developer
must fix before shipping her installer.
Ini ditampilkan jika file konfigurasi ingin kita menyertakan uninstaller program dengan sisa file yang kami tulis ke disk, tetapi tidak diaktifkan dukungan manifes yang dibutuhkan penginstal. Ini merupakan bug yang harus diperbaiki pengembang sebelum mengirimkan installernya.
Translated and reviewed by maz brili
25.
BUG: write_manifest requires Lua parser support
This is shown if the config file wants us to install a manifest (a list
of everything we wrote to disk) but didn't enable Lua parser support
in the binary, which they need to handle Lua source code without
compiling it first (as it needs to be "parsed")...the manifest is
ultimately just an uncompiled Lua program that the installer generates.
This is a bug the developer must fix before shipping her installer.
Ini ditampilkan jika file konfigurasi ingin kita menginstal manifes (daftar dari semua yang kami tulis ke disk) tetapi tidak mengaktifkan dukungan parser Lua dalam biner, yang tanpanya mereka perlu menangani kode sumber Lua kompilasi terlebih dahulu (karena perlu "diurai")...manifesnya adalah pada akhirnya hanya sebuah program Lua yang belum dikompilasi yang dihasilkan oleh penginstal. Ini adalah bug yang harus diperbaiki oleh pengembang sebelum mengirimkan penginstalnya.
Translated and reviewed by maz brili
26.
BUG: Setup.DesktopMenuItem requires support_uninstall
This is shown if the config file wants us to add desktop menu items
but uninstaller support isn't enabled. It is considered bad taste
to add system menu items without a way to remove them. This is
a bug the developer must fix before shipping her installer.
Ini ditampilkan jika file konfigurasi ingin kita menambahkan item menu desktop tetapi dukungan uninstaller tidak diaktifkan. Itu dianggap rasanya baik untuk menambahkan item menu sistem tanpa ada cara menghapusnya. Ini bug yang harus diperbaiki pengembang sebelum mengirimkan penginstalnya.
Translated and reviewed by maz brili
27.
BUG: '%0' is not a valid permission string
This is a file's permissions. Programmers give these as strings, and
if one isn't valid, the program will report this. So, on Unix, they
might specify "0600" as a valid string, but "sdfksjdfk" wouldn't be
valid and would cause this error.
Ini adalah izin file. Pemrogram memberikan ini sebagai string, dan jika ada yang tidak valid, program akan melaporkannya. Jadi, di Unix, mereka mungkin menentukan "0600" sebagai string yang valid, tetapi "sdfksjdfk" tidak akan valid dan akan menyebabkan kesalahan ini.
Translated and reviewed by maz brili
28.
BUG: Invalid format() string
If there's a string in the program that needs be formatted with
%0, %1, etc, and it specifies an invalid sequence like "%z", this
error pops up to inform the programmer/translator.
"format()" is a proper name in this case (program function name)
KUTU: Format() strik tidak cocok
Translated and reviewed by rotyyu
1928 of 133 results

No translation group has been assigned.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Francois Gouget, Ryan C. Gordon, maz brili, rotyyu.