diff options
Diffstat (limited to 'core/l10n/id.php')
-rw-r--r-- | core/l10n/id.php | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/core/l10n/id.php b/core/l10n/id.php index 2b987eecd84..d6ec5f0191d 100644 --- a/core/l10n/id.php +++ b/core/l10n/id.php @@ -1,14 +1,6 @@ <?php $TRANSLATIONS = array( "group" => "grup", -"Category type not provided." => "Tipe kategori tidak diberikan.", -"No category to add?" => "Tidak ada kategori yang akan ditambahkan?", -"This category already exists: %s" => "Kategori ini sudah ada: %s", -"Object type not provided." => "Tipe objek tidak diberikan.", -"%s ID not provided." => "ID %s tidak diberikan.", -"Error adding %s to favorites." => "Galat ketika menambah %s ke favorit", -"No categories selected for deletion." => "Tidak ada kategori terpilih untuk dihapus.", -"Error removing %s from favorites." => "Galat ketika menghapus %s dari favorit", "Sunday" => "Minggu", "Monday" => "Senin", "Tuesday" => "Selasa", @@ -46,12 +38,9 @@ $TRANSLATIONS = array( "Ok" => "Oke", "_{count} file conflict_::_{count} file conflicts_" => array(""), "Cancel" => "Batal", -"The object type is not specified." => "Tipe objek tidak ditentukan.", -"Error" => "Galat", -"The app name is not specified." => "Nama aplikasi tidak ditentukan.", -"The required file {file} is not installed!" => "Berkas {file} yang dibutuhkan tidak terpasang!", "Shared" => "Dibagikan", "Share" => "Bagikan", +"Error" => "Galat", "Error while sharing" => "Galat ketika membagikan", "Error while unsharing" => "Galat ketika membatalkan pembagian", "Error while changing permissions" => "Galat ketika mengubah izin", @@ -82,6 +71,9 @@ $TRANSLATIONS = array( "Sending ..." => "Mengirim ...", "Email sent" => "Email terkirim", "Warning" => "Peringatan", +"The object type is not specified." => "Tipe objek tidak ditentukan.", +"Delete" => "Hapus", +"Add" => "Tambah", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Pembaruan gagal. Silakan laporkan masalah ini ke <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">komunitas ownCloud</a>.", "The update was successful. Redirecting you to ownCloud now." => "Pembaruan sukses. Anda akan diarahkan ulang ke ownCloud.", "Use the following link to reset your password: {link}" => "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}", @@ -99,8 +91,6 @@ $TRANSLATIONS = array( "Help" => "Bantuan", "Access forbidden" => "Akses ditolak", "Cloud not found" => "Cloud tidak ditemukan", -"Edit categories" => "Edit kategori", -"Add" => "Tambah", "Security Warning" => "Peringatan Keamanan", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versi PHP Anda rentan terhadap serangan NULL Byte (CVE-2006-7243)", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Generator acak yang aman tidak tersedia, silakan aktifkan ekstensi OpenSSL pada PHP.", |