Blame view

sources/core/l10n/id.php 5.58 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
  <?php
  $TRANSLATIONS = array(
  "Sunday" => "Minggu",
  "Monday" => "Senin",
  "Tuesday" => "Selasa",
  "Wednesday" => "Rabu",
  "Thursday" => "Kamis",
  "Friday" => "Jumat",
  "Saturday" => "Sabtu",
03e52840d   Kload   Init
10
11
12
13
14
15
16
17
18
19
  "January" => "Januari",
  "February" => "Februari",
  "March" => "Maret",
  "April" => "April",
  "May" => "Mei",
  "June" => "Juni",
  "July" => "Juli",
  "August" => "Agustus",
  "September" => "September",
  "October" => "Oktober",
31b7f2792   Kload   Upgrade to ownclo...
20
  "November" => "November",
03e52840d   Kload   Init
21
22
23
  "December" => "Desember",
  "Settings" => "Setelan",
  "seconds ago" => "beberapa detik yang lalu",
31b7f2792   Kload   Upgrade to ownclo...
24
25
  "_%n minute ago_::_%n minutes ago_" => array(""),
  "_%n hour ago_::_%n hours ago_" => array(""),
03e52840d   Kload   Init
26
27
  "today" => "hari ini",
  "yesterday" => "kemarin",
31b7f2792   Kload   Upgrade to ownclo...
28
  "_%n day ago_::_%n days ago_" => array(""),
03e52840d   Kload   Init
29
  "last month" => "bulan kemarin",
31b7f2792   Kload   Upgrade to ownclo...
30
  "_%n month ago_::_%n months ago_" => array(""),
03e52840d   Kload   Init
31
32
33
  "months ago" => "beberapa bulan lalu",
  "last year" => "tahun kemarin",
  "years ago" => "beberapa tahun lalu",
31b7f2792   Kload   Upgrade to ownclo...
34
  "Choose" => "Pilih",
03e52840d   Kload   Init
35
  "Yes" => "Ya",
31b7f2792   Kload   Upgrade to ownclo...
36
  "No" => "Tidak",
03e52840d   Kload   Init
37
  "Ok" => "Oke",
31b7f2792   Kload   Upgrade to ownclo...
38
39
40
41
42
43
44
45
46
47
48
49
50
  "_{count} file conflict_::_{count} file conflicts_" => array(""),
  "Cancel" => "Batal",
  "Shared" => "Dibagikan",
  "Share" => "Bagikan",
  "Error" => "Galat",
  "Error while sharing" => "Galat ketika membagikan",
  "Error while unsharing" => "Galat ketika membatalkan pembagian",
  "Error while changing permissions" => "Galat ketika mengubah izin",
  "Shared with you and the group {group} by {owner}" => "Dibagikan dengan Anda dan grup {group} oleh {owner}",
  "Shared with you by {owner}" => "Dibagikan dengan Anda oleh {owner}",
  "Password protect" => "Lindungi dengan sandi",
  "Password" => "Sandi",
  "Email link to person" => "Emailkan tautan ini ke orang",
03e52840d   Kload   Init
51
  "Send" => "Kirim",
31b7f2792   Kload   Upgrade to ownclo...
52
53
54
55
56
57
58
59
60
  "Set expiration date" => "Setel tanggal kedaluwarsa",
  "Expiration date" => "Tanggal kedaluwarsa",
  "Share via email:" => "Bagian lewat email:",
  "No people found" => "Tidak ada orang ditemukan",
  "group" => "grup",
  "Resharing is not allowed" => "Berbagi ulang tidak diizinkan",
  "Shared in {item} with {user}" => "Dibagikan dalam {item} dengan {user}",
  "Unshare" => "Batalkan berbagi",
  "can edit" => "dapat mengedit",
03e52840d   Kload   Init
61
  "access control" => "kontrol akses",
31b7f2792   Kload   Upgrade to ownclo...
62
63
  "create" => "buat",
  "update" => "perbarui",
03e52840d   Kload   Init
64
65
  "delete" => "hapus",
  "share" => "bagikan",
31b7f2792   Kload   Upgrade to ownclo...
66
67
68
69
  "Password protected" => "Dilindungi sandi",
  "Error unsetting expiration date" => "Galat ketika menghapus tanggal kedaluwarsa",
  "Error setting expiration date" => "Galat ketika menyetel tanggal kedaluwarsa",
  "Sending ..." => "Mengirim ...",
03e52840d   Kload   Init
70
  "Email sent" => "Email terkirim",
31b7f2792   Kload   Upgrade to ownclo...
71
72
73
74
75
76
77
78
79
80
81
82
83
  "Warning" => "Peringatan",
  "The object type is not specified." => "Tipe objek tidak ditentukan.",
  "Delete" => "Hapus",
  "Add" => "Tambah",
  "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Pembaruan gagal. Silakan laporkan masalah ini ke <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">komunitas ownCloud</a>.",
  "The update was successful. Redirecting you to ownCloud now." => "Pembaruan sukses. Anda akan diarahkan ulang ke ownCloud.",
  "Use the following link to reset your password: {link}" => "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}",
  "You will receive a link to reset your password via Email." => "Anda akan menerima tautan penyetelan ulang sandi lewat Email.",
  "Username" => "Nama pengguna",
  "Your password was reset" => "Sandi Anda telah disetel ulang",
  "To login page" => "Ke halaman masuk",
  "New password" => "Sandi baru",
  "Reset password" => "Setel ulang sandi",
03e52840d   Kload   Init
84
85
86
87
88
  "Personal" => "Pribadi",
  "Users" => "Pengguna",
  "Apps" => "Aplikasi",
  "Admin" => "Admin",
  "Help" => "Bantuan",
31b7f2792   Kload   Upgrade to ownclo...
89
  "Access forbidden" => "Akses ditolak",
03e52840d   Kload   Init
90
  "Cloud not found" => "Cloud tidak ditemukan",
31b7f2792   Kload   Upgrade to ownclo...
91
92
93
94
95
  "Security Warning" => "Peringatan Keamanan",
  "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versi PHP Anda rentan terhadap serangan NULL Byte (CVE-2006-7243)",
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Generator acak yang aman tidak tersedia, silakan aktifkan ekstensi OpenSSL pada PHP.",
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Tanpa generator acak, penyerang mungkin dapat menebak token penyetelan sandi dan mengambil alih akun Anda.",
  "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Kemungkinan direktori data dan berkas Anda dapat diakses dari internet karena berkas .htaccess tidak berfungsi.",
03e52840d   Kload   Init
96
  "Create an <strong>admin account</strong>" => "Buat sebuah <strong>akun admin</strong>",
31b7f2792   Kload   Upgrade to ownclo...
97
  "Advanced" => "Lanjutan",
03e52840d   Kload   Init
98
  "Data folder" => "Folder data",
31b7f2792   Kload   Upgrade to ownclo...
99
  "Configure the database" => "Konfigurasikan basis data",
03e52840d   Kload   Init
100
  "will be used" => "akan digunakan",
31b7f2792   Kload   Upgrade to ownclo...
101
102
103
104
105
  "Database user" => "Pengguna basis data",
  "Database password" => "Sandi basis data",
  "Database name" => "Nama basis data",
  "Database tablespace" => "Tablespace basis data",
  "Database host" => "Host basis data",
03e52840d   Kload   Init
106
  "Finish setup" => "Selesaikan instalasi",
03e52840d   Kload   Init
107
  "Log out" => "Keluar",
31b7f2792   Kload   Upgrade to ownclo...
108
109
110
111
112
  "Automatic logon rejected!" => "Masuk otomatis ditolak!",
  "If you did not change your password recently, your account may be compromised!" => "Jika tidak pernah mengubah sandi Anda baru-baru ini, akun Anda mungkin dalam bahaya!",
  "Please change your password to secure your account again." => "Mohon ubah sandi Anda untuk mengamankan kembali akun Anda.",
  "Lost your password?" => "Lupa sandi?",
  "remember" => "selalu masuk",
03e52840d   Kload   Init
113
  "Log in" => "Masuk",
31b7f2792   Kload   Upgrade to ownclo...
114
115
  "Alternative Logins" => "Cara Alternatif untuk Masuk",
  "Updating ownCloud to version %s, this may take a while." => "Memperbarui ownCloud ke versi %s, prosesnya akan berlangsung beberapa saat."
03e52840d   Kload   Init
116
  );
31b7f2792   Kload   Upgrade to ownclo...
117
  $PLURAL_FORMS = "nplurals=1; plural=0;";