Blame view

sources/apps/updater/l10n/id.php 1.57 KB
6d9380f96   Cédric Dupont   Update sources OC...
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   Kload   [fix] Upgrade to ...
11
  "Here is your backup: " => "Ini cadangan Anda:",
6d9380f96   Cédric Dupont   Update sources OC...
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   Kload   [fix] Upgrade to ...
18
  "Update" => "Pembaruan",
6d9380f96   Cédric Dupont   Update sources OC...
19
20
21
  "Backup directory" => "Direktori Cadangan",
  "Backup" => "Cadangan",
  "Done on" => "Selesai",
d1bafeea1   Kload   [fix] Upgrade to ...
22
  "Download" => "Unduh",
6d9380f96   Cédric Dupont   Update sources OC...
23
24
  "Delete" => "Hapus",
  "No backups found" => "Tidak ada cadangan ditemukan"
d1bafeea1   Kload   [fix] Upgrade to ...
25
  );
6d9380f96   Cédric Dupont   Update sources OC...
26
  $PLURAL_FORMS = "nplurals=1; plural=0;";