Blame view

sources/apps/files_external/l10n/id.php 1.75 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "Access granted" => "Akses diberikan",
31b7f2792   Kload   Upgrade to ownclo...
4
  "Error configuring Dropbox storage" => "Kesalahan dalam mengonfigurasi penyimpanan Dropbox",
03e52840d   Kload   Init
5
6
7
8
9
10
  "Grant access" => "Berikan hak akses",
  "Please provide a valid Dropbox app key and secret." => "Masukkan kunci dan sandi aplikasi Dropbox yang benar.",
  "Error configuring Google Drive storage" => "Kesalahan dalam mengkonfigurasi penyimpanan Google Drive",
  "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Peringatan:</b> \"smbclient\" tidak terpasang. Mount direktori CIFS/SMB tidak dapat dilakukan. Silakan minta administrator sistem untuk memasangnya.",
  "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Peringatan:</b> Dukungan FTP di PHP tidak aktif atau tidak terpasang. Mount direktori FTP tidak dapat dilakukan. Silakan minta administrator sistem untuk memasangnya.",
  "External Storage" => "Penyimpanan Eksternal",
31b7f2792   Kload   Upgrade to ownclo...
11
12
  "Folder name" => "Nama folder",
  "External storage" => "Penyimpanan eksternal",
03e52840d   Kload   Init
13
  "Configuration" => "Konfigurasi",
31b7f2792   Kload   Upgrade to ownclo...
14
  "Options" => "Opsi",
03e52840d   Kload   Init
15
  "Applicable" => "Berlaku",
31b7f2792   Kload   Upgrade to ownclo...
16
  "Add storage" => "Tambahkan penyimpanan",
03e52840d   Kload   Init
17
18
19
20
21
22
  "None set" => "Tidak satupun di set",
  "All Users" => "Semua Pengguna",
  "Groups" => "Grup",
  "Users" => "Pengguna",
  "Delete" => "Hapus",
  "Enable User External Storage" => "Aktifkan Penyimpanan Eksternal Pengguna",
31b7f2792   Kload   Upgrade to ownclo...
23
  "Allow users to mount their own external storage" => "Izinkan pengguna untuk mengaitkan penyimpanan eksternal mereka",
03e52840d   Kload   Init
24
25
26
  "SSL root certificates" => "Sertifikat root SSL",
  "Import Root Certificate" => "Impor Sertifikat Root"
  );
31b7f2792   Kload   Upgrade to ownclo...
27
  $PLURAL_FORMS = "nplurals=1; plural=0;";