Blame view
sources/apps/admin_dependencies_chk/l10n/jv.php
518 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "The php-json module is needed by the many applications for inter communications" => "Modul php-json dibutuhne karo akeh aplikasi kanggo komunikasi ", "The php-gd module is needed to create thumbnails of your images" => "Modul php-gd dibutuhne kanggo nggawe gambar cilik fotomu", "The php-ldap module is needed connect to your ldap server" => "Modul php-ldap dibutuhne kanggo nyambung nyang server ldapmu", "Used by :" => "Dinggo karo :" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |