Blame view

sources/settings/l10n/id.php 1.36 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  <?php $TRANSLATIONS = array(
  "Authentication error" => "autentikasi bermasalah",
  "Email saved" => "Email tersimpan",
  "Invalid email" => "Email tidak sah",
  "Language changed" => "Bahasa telah diganti",
  "Invalid request" => "Permintaan tidak valid",
  "Disable" => "NonAktifkan",
  "Enable" => "Aktifkan",
  "Error" => "kesalahan",
  "Saving..." => "Menyimpan...",
  "deleted" => "dihapus",
  "undo" => "batal dikerjakan",
  "Groups" => "Group",
  "Group Admin" => "Admin Grup",
  "Delete" => "Hapus",
  "__language_name__" => "__language_name__",
  "Security Warning" => "peringatan keamanan",
  "More" => "lagi",
  "Add your App" => "Tambahkan App anda",
  "Select an App" => "Pilih satu aplikasi",
  "See application page at apps.owncloud.com" => "Lihat halaman aplikasi di apps.owncloud.com",
  "Update" => "Pembaruan",
  "Get the apps to sync your files" => "Dapatkan aplikasi untuk sinkronisasi berkas anda",
  "Password" => "Password",
  "Unable to change your password" => "Tidak dapat merubah password anda",
  "Current password" => "Password saat ini",
  "New password" => "kata kunci baru",
  "Change password" => "Rubah password",
  "Email" => "Email",
  "Your email address" => "Alamat email anda",
  "Fill in an email address to enable password recovery" => "Masukkan alamat email untuk mengaktifkan pemulihan password",
  "Language" => "Bahasa",
  "Help translate" => "Bantu menerjemahkan",
  "Create" => "Buat",
  "Other" => "Lain-lain"
  );