Blame view

sources/apps/files_sharing/l10n/id.php 399 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
  <?php
  $TRANSLATIONS = array(
  "Password" => "Sandi",
  "%s shared the folder %s with you" => "%s membagikan folder %s dengan Anda",
  "%s shared the file %s with you" => "%s membagikan file %s dengan Anda",
  "Download" => "Unduh",
  "Upload" => "Unggah",
  "Cancel upload" => "Batal pengunggahan",
  "No preview available for" => "Tidak ada pratinjau tersedia untuk"
03e52840d   Kload   Init
10
  );
31b7f2792   Kload   Upgrade to ownclo...
11
  $PLURAL_FORMS = "nplurals=1; plural=0;";