diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-22 00:08:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-22 00:08:20 +0000 |
commit | ae0789ef433adad73bdf77c57b8ead5616ed99fe (patch) | |
tree | 07f59ebd831e111e6ba30b7720e1a12e85efce99 /apps/files_external/l10n/id.js | |
parent | e881e016208c2dcbf0d8f725cc29aad6247852b2 (diff) | |
download | nextcloud-server-ae0789ef433adad73bdf77c57b8ead5616ed99fe.tar.gz nextcloud-server-ae0789ef433adad73bdf77c57b8ead5616ed99fe.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/id.js')
-rw-r--r-- | apps/files_external/l10n/id.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_external/l10n/id.js b/apps/files_external/l10n/id.js index ab597ccd1d7..ff8cb00c9c6 100644 --- a/apps/files_external/l10n/id.js +++ b/apps/files_external/l10n/id.js @@ -1,10 +1,7 @@ OC.L10N.register( "files_external", { - "Step 1 failed. Exception: %s" : "Langkah 1 gagal. Kecuali: %s", - "Step 2 failed. Exception: %s" : "Langkah 2 gagal. Kecuali: %s", "External storages" : "Penyimpanan Eksternal", - "Google Drive App Configuration" : "Konfigurasi Aplikasi Google Drive", "Personal" : "Pribadi", "System" : "Sistem", "Grant access" : "Berikan hak akses", @@ -79,7 +76,6 @@ OC.L10N.register( "FTP" : "FTP", "Host" : "Host", "Secure ftps://" : "Secure ftps://", - "Google Drive" : "Google Drive", "Local" : "Lokal", "Location" : "lokasi", "Nextcloud" : "Nextcloud", @@ -120,9 +116,13 @@ OC.L10N.register( "Allow users to mount the following external storage" : "Izinkan pengguna untuk mengaitkan penyimpanan eksternal berikut", "Fetching request tokens failed. Verify that your app key and secret are correct." : "Permintaan pengambilan token gagal. Pastikan kunci dan kerahasiaan aplikasi Anda sudah benar.", "Fetching access tokens failed. Verify that your app key and secret are correct." : "Akses pengambilan token gagal. Pastikan kunci dan kerahasiaan aplikasi Anda sudah benar.", + "Step 1 failed. Exception: %s" : "Langkah 1 gagal. Kecuali: %s", + "Step 2 failed. Exception: %s" : "Langkah 2 gagal. Kecuali: %s", "Dropbox App Configuration" : "Konfigurasi Aplikasi Dropbox", + "Google Drive App Configuration" : "Konfigurasi Aplikasi Google Drive", "Storage with id \"%i\" not found" : "Penyimpanan dengan id \"%i\" tidak ditemukan", "Storage with id \"%i\" is not user editable" : "Penyimpanan dengan id \"%i\" tidak bisa diubah pengguna", - "Dropbox" : "Dropbox" + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" }, "nplurals=1; plural=0;"); |