diff options
Diffstat (limited to 'lib/l10n/id.php')
-rw-r--r-- | lib/l10n/id.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/l10n/id.php b/lib/l10n/id.php index f8e4c5463ee..8b2eb2e9fa7 100644 --- a/lib/l10n/id.php +++ b/lib/l10n/id.php @@ -1,16 +1,17 @@ <?php $TRANSLATIONS = array( -"App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "Apl \"%s\" tidak dapat diinstal karena tidak kompatibel dengan versi ownCloud.", -"No app name specified" => "Tidak ada nama apl yang ditentukan", "Help" => "Bantuan", "Personal" => "Pribadi", "Settings" => "Pengaturan", "Users" => "Pengguna", "Admin" => "Admin", "Failed to upgrade \"%s\"." => "Gagal memperbarui \"%s\".", +"No app name specified" => "Tidak ada nama apl yang ditentukan", "Unknown filetype" => "Tipe berkas tak dikenal", "Invalid image" => "Gambar tidak sah", "web services under your control" => "layanan web dalam kendali anda", +"App directory already exists" => "Direktori Apl sudah ada", +"Can't create app folder. Please fix permissions. %s" => "Tidak dapat membuat folder apl. Silakan perbaiki perizinan. %s", "No source specified when installing app" => "Tidak ada sumber yang ditentukan saat menginstal apl", "No href specified when installing app from http" => "Href tidak ditentukan saat menginstal apl dari http", "No path specified when installing app from local file" => "Lokasi tidak ditentukan saat menginstal apl dari berkas lokal", @@ -21,8 +22,6 @@ $TRANSLATIONS = array( "App can't be installed because it is not compatible with this version of ownCloud" => "Apl tidak dapat diinstal karena tidak kompatibel dengan versi ownCloud", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "Apl tidak dapat diinstal karena mengandung tag <shipped>true</shipped> yang tidak diizinkan untuk apl yang bukan bawaan.", "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Apl tidak dapat diinstal karena versi di info.xml/versi tidak sama dengan versi yang dilansir dari toko apl", -"App directory already exists" => "Direktori Apl sudah ada", -"Can't create app folder. Please fix permissions. %s" => "Tidak dapat membuat folder apl. Silakan perbaiki perizinan. %s", "Application is not enabled" => "Aplikasi tidak diaktifkan", "Authentication error" => "Galat saat otentikasi", "Token expired. Please reload page." => "Token sudah kedaluwarsa. Silakan muat ulang halaman.", |