Blame view
sources/apps/updater/l10n/id.php
1.57 KB
|
6d9380f96
|
1 2 3 4 5 6 7 8 9 10 |
<?php $TRANSLATIONS = array( "Checking your installation..." => "Sedang memeriksa instalasi...", "Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "Pembaruan tidak dimungkinkan. Pastikan bahwa webserver Anda memiliki akses tulis ke berkas dan direktori berikut:", "Version not found" => "Versi tidak ditemukan", "Upgrade is not possible. Your webserver has not enough permissions to remove the following directory:" => "Pembaruan tidak dimungkinkan. Webserver Anda tidak memiliki izin yang cukup untuk menghapus direktori berikut:", "Update permissions on this directory and its content or remove it manually first." => "Izin update pada direktori ini beserta isinya atau hapus secara manual terlebih dahulu.", "Downloading package..." => "Sedang mengunduh paket...", "Unable to fetch package" => "Tidak dapat mengambil paket", "Creating backup..." => "Membuat cadangan...", |
|
d1bafeea1
|
11 |
"Here is your backup: " => "Ini cadangan Anda:", |
|
6d9380f96
|
12 13 14 15 16 17 |
"Failed to create backup" => "Gagal membuat cadangan", "Moving files..." => "Memindahkan berkas...", "All done. Click to the link below to start database upgrade." => "Selesai. Klik pada tautan berikut untuk memulai pembaruan database.", "Update failed" => "Pembaruan gagal", "Update Center" => "Pusat Pembaruan", "Backup Management" => "Pengatur Cadangan", |
|
d1bafeea1
|
18 |
"Update" => "Pembaruan", |
|
6d9380f96
|
19 20 21 |
"Backup directory" => "Direktori Cadangan", "Backup" => "Cadangan", "Done on" => "Selesai", |
|
d1bafeea1
|
22 |
"Download" => "Unduh", |
|
6d9380f96
|
23 24 |
"Delete" => "Hapus", "No backups found" => "Tidak ada cadangan ditemukan" |
|
d1bafeea1
|
25 |
); |
|
6d9380f96
|
26 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |