id.php
1.57 KB
<?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...",
"Here is your backup: " => "Ini cadangan Anda:",
"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",
"Update" => "Pembaruan",
"Backup directory" => "Direktori Cadangan",
"Backup" => "Cadangan",
"Done on" => "Selesai",
"Download" => "Unduh",
"Delete" => "Hapus",
"No backups found" => "Tidak ada cadangan ditemukan"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";