summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/id.php
blob: 47814045a7b21ffec5c4bb591d7830549e3bba02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$TRANSLATIONS = array(
"Saved" => "Disimpan",
"Reset" => "Atur Ulang",
"Shared by {owner}" => "Dibagikan oleh {owner}",
"Shared by" => "Dibagikan oleh",
"This share is password-protected" => "Berbagi ini dilindungi sandi",
"The password is wrong. Try again." => "Sandi salah. Coba lagi",
"Password" => "Sandi",
"Name" => "Nama",
"Sorry, this link doesn’t seem to work anymore." => "Maaf, tautan ini tampaknya tidak berfungsi lagi.",
"Reasons might be:" => "Alasan mungkin:",
"the item was removed" => "item telah dihapus",
"the link expired" => "tautan telah kadaluarsa",
"sharing is disabled" => "berbagi dinonaktifkan",
"For more info, please ask the person who sent this link." => "Untuk info lebih lanjut, silakan tanyakan orang yang mengirim tautan ini.",
"Download" => "Unduh",
"Direct link" => "Tautan langsung",
"Save" => "Simpan"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";