Blame view

sources/apps/files_sharing/l10n/id.php 1.74 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
  "Server to server sharing is not enabled on this server" => "Berbagi server ke server tidaj diaktifkan pada server ini",
  "Shared with you" => "Dibagikan dengan Anda",
  "Shared with others" => "Dibagikan dengan lainnya",
  "Shared by link" => "Dibagikan dengan tautan",
  "No files have been shared with you yet." => "Tidak ada berkas yang dibagikan kepada Anda.",
  "You haven't shared any files yet." => "Anda belum berbagi berkas apapun.",
  "You haven't shared any files by link yet." => "Anda belum berbagi berkas dengan tautan satupun.",
  "Add {name} from {owner}@{remote}" => "Tambah {name} dari {owner}@{remote}",
31b7f2792   Kload   Upgrade to ownclo...
11
  "Password" => "Sandi",
6d9380f96   Cédric Dupont   Update sources OC...
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  "No ownCloud installation found at {remote}" => "Tidak ada instalasi ownCloud yang ditemukan di {remote}",
  "Invalid ownCloud url" => "URL ownCloud tidak sah",
  "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",
  "Name" => "Nama",
  "Share time" => "Bagikan waktu",
  "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.",
  "Save" => "Simpan",
31b7f2792   Kload   Upgrade to ownclo...
27
  "Download" => "Unduh",
6d9380f96   Cédric Dupont   Update sources OC...
28
29
30
  "Download %s" => "Unduh %s",
  "Direct link" => "Tautan langsung",
  "Allow users to mount public link shares" => "Izinkan pengguna untuk mengaitkan tautan berbagi publik"
03e52840d   Kload   Init
31
  );
31b7f2792   Kload   Upgrade to ownclo...
32
  $PLURAL_FORMS = "nplurals=1; plural=0;";