Blame view

sources/apps/firstrunwizard/l10n/id.php 1013 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "Welcome to %s" => "Selamat datang di %s",
d1bafeea1   Kload   [fix] Upgrade to ...
4
5
  "Your personal web services. All your files, contacts, calendar and more, in one place." => "Layanan web personal Anda. Semua berkas, kontak, kalender dan hal lainnya milik anda, berada dalam satu tempat.",
  "Get the apps to sync your files" => "Dapatkan aplikasi untuk sinkronisasi berkas anda",
6d9380f96   Cédric Dupont   Update sources OC...
6
  "Connect your desktop apps to %s" => "Hubungkan aplikasi desktop Anda ke %s",
d1bafeea1   Kload   [fix] Upgrade to ...
7
8
9
  "Connect your Calendar" => "Hubungkan Kalender anda",
  "Connect your Contacts" => "Hubungkan Kontak anda",
  "Access files via WebDAV" => "Akses berkas via WebDAV",
6d9380f96   Cédric Dupont   Update sources OC...
10
11
  "Documentation" => "dokumentasi",
  "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Terdapat informasi lebih lanjut di <a target=\"_blank\" href=\"%s\">dokumentasi</a> dan di <a target=\"_blank\" href=\"http://owncloud.org\">situs web</a> kami."
d1bafeea1   Kload   [fix] Upgrade to ...
12
  );
6d9380f96   Cédric Dupont   Update sources OC...
13
  $PLURAL_FORMS = "nplurals=1; plural=0;";