Blame view

sources/apps/admin_dependencies_chk/l10n/id.php 1.76 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
  <?php
  $TRANSLATIONS = array(
d1bafeea1   Kload   [fix] Upgrade to ...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  "The php-json module is needed by the many applications for inter communications" => "modul php-json dibutuhkan oleh banyak aplikasi untuk berkomunikasi",
  "The php-curl module is needed to fetch the page title when adding a bookmark" => "Modul php-curl dibutuhkan untuk mengambil judul halaman saat menambahkan bookmark",
  "The php-gd module is needed to create thumbnails of your images" => "modul php-gd dibutuhkan untuk membuat gambar kecil dari gambar anda",
  "The php-ldap module is needed connect to your ldap server" => "modul pgp-Idap dibutuhkan untuk menghubungkan dengan server Idap anda",
  "The php-zip module is needed download multiple files at once" => "modul php-zip dibutuhkan untuk mengunduh banyak file dalam satu waktu",
  "The php-mb_multibyte module is needed to manage correctly the encoding." => "modul php-mb_multibyte dibutuhkan untuk mengelola pengkodean dengan benar",
  "The php-ctype module is needed validate data." => "modul php-ctype dibutuhkan untuk memvalidasi data",
  "The php-xml module is needed to share files with webdav." => "modul php-xml dibutuhkan untuk berbagi file dengan webdav",
  "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Arahan allow_url_fopen dari php.ini harus di set ke 1 untuk mengambil basis pengetahuan dari OCS server",
  "The php-pdo module is needed to store owncloud data into a database." => "modul php-pdo dibutuhkan untuk menyimpan data owncloud ke dalam basis data",
  "The iconv module is needed to convert data into the correct charset." => "modul iconv dibutuhkan untuk mengkonversi data ke set karakter yang benar",
  "Dependencies status" => "status ketergantungan",
  "Used by :" => "digunakan oleh :"
  );
6d9380f96   Cédric Dupont   Update sources OC...
17
  $PLURAL_FORMS = "nplurals=1; plural=0;";