summaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-09-01 14:03:19 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-09-01 14:03:19 -0400
commit310084cc25b63ce05b208a426d54e34a2790a6b4 (patch)
tree6c94b41c91df9c178c44a9c5092b5b8fe43a6f7a /apps/files_external
parente50b3bd87fb1fa669924a9468d2836acce4f3a34 (diff)
downloadnextcloud-server-310084cc25b63ce05b208a426d54e34a2790a6b4.tar.gz
nextcloud-server-310084cc25b63ce05b208a426d54e34a2790a6b4.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/l10n/id.js22
-rw-r--r--apps/files_external/l10n/id.json22
-rw-r--r--apps/files_external/l10n/tr.js22
-rw-r--r--apps/files_external/l10n/tr.json22
4 files changed, 88 insertions, 0 deletions
diff --git a/apps/files_external/l10n/id.js b/apps/files_external/l10n/id.js
index a15106a8f74..e26ad12f3a8 100644
--- a/apps/files_external/l10n/id.js
+++ b/apps/files_external/l10n/id.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"files_external",
{
+ "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.",
+ "Please provide a valid app key and secret." : "Silakan berikan kunci dan kerahasiaan aplikasi yang benar.",
"Step 1 failed. Exception: %s" : "Langkah 1 gagal. Kecuali: %s",
"Step 2 failed. Exception: %s" : "Langkah 2 gagal. Kecuali: %s",
"External storage" : "Penyimpanan eksternal",
@@ -22,12 +25,19 @@ OC.L10N.register(
"SFTP with secret key login" : "SFTP dengan kunci rahasia masuk",
"Public key" : "Kunci Public",
"Storage with id \"%i\" not found" : "Penyimpanan dengan id \"%i\" tidak ditemukan",
+ "Invalid backend or authentication mechanism class" : "Beckend atau kelas mekanisme otentikasi salah.",
"Invalid mount point" : "Mount point salah",
+ "Objectstore forbidden" : "Objectstore terlarang",
"Invalid storage backend \"%s\"" : "Backend penyimpanan \"%s\" salah",
+ "Unsatisfied backend parameters" : "Parameter backend tidak lengkap",
+ "Unsatisfied authentication mechanism parameters" : "Parameter mekanisme otentikasi tidak lengkap",
+ "Admin-only storage backend \"%s\"" : "Backend penyimpanan hanya-admin \"%s\"",
"Personal" : "Pribadi",
"System" : "Sistem",
"Grant access" : "Berikan hak akses",
"Access granted" : "Akses diberikan",
+ "Error configuring OAuth1" : "Kesalahan mengkonfigurasi OAuth1",
+ "Error configuring OAuth2" : "Kesalahan mengkonfigurasi OAuth2",
"Enable encryption" : "Aktifkan enkripsi",
"Enable previews" : "Aktifkan pratinjau",
"Check for changes" : "Periksa perubahan",
@@ -39,12 +49,19 @@ OC.L10N.register(
"Saved" : "Disimpan",
"Generate keys" : "Hasilkan kunci",
"Error generating key pair" : "Kesalahan saat menghasilkan pasangan kunci",
+ "Access key" : "Kunci akses",
+ "Secret key" : "Kunci rahasia",
+ "Builtin" : "Internal",
"None" : "Tidak ada",
+ "OAuth1" : "OAuth1",
"App key" : "Kunci Apl",
"App secret" : "Rahasia Apl",
+ "OAuth2" : "OAuth2",
"Client ID" : "ID Klien",
"Client secret" : "Rahasia klien",
+ "Username and password" : "Nama pengguna dan sandi",
"Password" : "Sandi",
+ "Session credentials" : "Kredensial sesi",
"Amazon S3" : "Amazon S3",
"Hostname" : "Nama Host",
"Port" : "Port",
@@ -55,11 +72,15 @@ OC.L10N.register(
"URL" : "URL",
"Secure https://" : "Secure https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "Secure ftps://",
+ "Google Drive" : "Google Drive",
"Local" : "Lokal",
"Location" : "lokasi",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
"Root" : "Root",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>Catatan:</b> ",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Catatan:</b> Dukungan cURL di PHP tidak diaktifkan atau belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan minta administrator sistem Anda untuk menginstalnya.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Catatan:</b> Dukungan FTP di PHP tidak diaktifkan atau belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan minta administrator sistem Anda untuk menginstalnya.",
@@ -71,6 +92,7 @@ OC.L10N.register(
"Scope" : "Skop",
"External Storage" : "Penyimpanan Eksternal",
"Folder name" : "Nama folder",
+ "Authentication" : "Otentikasi",
"Configuration" : "Konfigurasi",
"Available for" : "Tersedia untuk",
"Advanced settings" : "Pengaturan Lanjutan",
diff --git a/apps/files_external/l10n/id.json b/apps/files_external/l10n/id.json
index aa4990ec828..9c83475f756 100644
--- a/apps/files_external/l10n/id.json
+++ b/apps/files_external/l10n/id.json
@@ -1,4 +1,7 @@
{ "translations": {
+ "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.",
+ "Please provide a valid app key and secret." : "Silakan berikan kunci dan kerahasiaan aplikasi yang benar.",
"Step 1 failed. Exception: %s" : "Langkah 1 gagal. Kecuali: %s",
"Step 2 failed. Exception: %s" : "Langkah 2 gagal. Kecuali: %s",
"External storage" : "Penyimpanan eksternal",
@@ -20,12 +23,19 @@
"SFTP with secret key login" : "SFTP dengan kunci rahasia masuk",
"Public key" : "Kunci Public",
"Storage with id \"%i\" not found" : "Penyimpanan dengan id \"%i\" tidak ditemukan",
+ "Invalid backend or authentication mechanism class" : "Beckend atau kelas mekanisme otentikasi salah.",
"Invalid mount point" : "Mount point salah",
+ "Objectstore forbidden" : "Objectstore terlarang",
"Invalid storage backend \"%s\"" : "Backend penyimpanan \"%s\" salah",
+ "Unsatisfied backend parameters" : "Parameter backend tidak lengkap",
+ "Unsatisfied authentication mechanism parameters" : "Parameter mekanisme otentikasi tidak lengkap",
+ "Admin-only storage backend \"%s\"" : "Backend penyimpanan hanya-admin \"%s\"",
"Personal" : "Pribadi",
"System" : "Sistem",
"Grant access" : "Berikan hak akses",
"Access granted" : "Akses diberikan",
+ "Error configuring OAuth1" : "Kesalahan mengkonfigurasi OAuth1",
+ "Error configuring OAuth2" : "Kesalahan mengkonfigurasi OAuth2",
"Enable encryption" : "Aktifkan enkripsi",
"Enable previews" : "Aktifkan pratinjau",
"Check for changes" : "Periksa perubahan",
@@ -37,12 +47,19 @@
"Saved" : "Disimpan",
"Generate keys" : "Hasilkan kunci",
"Error generating key pair" : "Kesalahan saat menghasilkan pasangan kunci",
+ "Access key" : "Kunci akses",
+ "Secret key" : "Kunci rahasia",
+ "Builtin" : "Internal",
"None" : "Tidak ada",
+ "OAuth1" : "OAuth1",
"App key" : "Kunci Apl",
"App secret" : "Rahasia Apl",
+ "OAuth2" : "OAuth2",
"Client ID" : "ID Klien",
"Client secret" : "Rahasia klien",
+ "Username and password" : "Nama pengguna dan sandi",
"Password" : "Sandi",
+ "Session credentials" : "Kredensial sesi",
"Amazon S3" : "Amazon S3",
"Hostname" : "Nama Host",
"Port" : "Port",
@@ -53,11 +70,15 @@
"URL" : "URL",
"Secure https://" : "Secure https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "Secure ftps://",
+ "Google Drive" : "Google Drive",
"Local" : "Lokal",
"Location" : "lokasi",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
"Root" : "Root",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>Catatan:</b> ",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Catatan:</b> Dukungan cURL di PHP tidak diaktifkan atau belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan minta administrator sistem Anda untuk menginstalnya.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Catatan:</b> Dukungan FTP di PHP tidak diaktifkan atau belum diinstal. Mengaitkan %s tidak dimungkinkan. Silakan minta administrator sistem Anda untuk menginstalnya.",
@@ -69,6 +90,7 @@
"Scope" : "Skop",
"External Storage" : "Penyimpanan Eksternal",
"Folder name" : "Nama folder",
+ "Authentication" : "Otentikasi",
"Configuration" : "Konfigurasi",
"Available for" : "Tersedia untuk",
"Advanced settings" : "Pengaturan Lanjutan",
diff --git a/apps/files_external/l10n/tr.js b/apps/files_external/l10n/tr.js
index 81418098ea0..68e69034857 100644
--- a/apps/files_external/l10n/tr.js
+++ b/apps/files_external/l10n/tr.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"files_external",
{
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "Getirme istek jetonları başarısız oldu. Uygulama anahtarınızın ve gizli bilginin doğruluğunu kontrol edin.",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "Getirme erişim jetonları başarısız oldu. Uygulama anahtarınızın ve gizli bilginin doğruluğunu kontrol edin.",
+ "Please provide a valid app key and secret." : "Lütfen geçerli bir uygulama anahtarı ve gizli bilgisini girin.",
"Step 1 failed. Exception: %s" : "Adım 1 başarısız. Özel durum: %s",
"Step 2 failed. Exception: %s" : "Adım 2 başarısız. Özel durum: %s",
"External storage" : "Harici depolama",
@@ -22,12 +25,19 @@ OC.L10N.register(
"SFTP with secret key login" : "Gizli anahtar oturumu ile SFTP",
"Public key" : "Ortak anahtar",
"Storage with id \"%i\" not found" : "\"%i\" kimliği ile bir depolama bulunamadı",
+ "Invalid backend or authentication mechanism class" : "Geçersiz arkauç veya kimlik doğrulama mekanizma sınıfı",
"Invalid mount point" : "Geçersiz bağlama noktası",
+ "Objectstore forbidden" : "Nesne deposu yasaktır",
"Invalid storage backend \"%s\"" : "Geçersiz depolama arka ucu \"%s\"",
+ "Unsatisfied backend parameters" : "Yetersiz arkauç parametreleri",
+ "Unsatisfied authentication mechanism parameters" : "Yetersiz kimlik doğrulama mekanizması parametreleri",
+ "Admin-only storage backend \"%s\"" : "Sadece yönetici erişimli depolama arkaucu \"%s\"",
"Personal" : "Kişisel",
"System" : "Sistem",
"Grant access" : "Erişimi sağla",
"Access granted" : "Giriş kabul edildi",
+ "Error configuring OAuth1" : "OAuth1 yapılandırma hatası",
+ "Error configuring OAuth2" : "OAuth2 yapılandırma hatası",
"Enable encryption" : "Şifrelemeyi aç",
"Enable previews" : "Önizlemeleri aç",
"Check for changes" : "Değişiklikleri denetle",
@@ -39,12 +49,19 @@ OC.L10N.register(
"Saved" : "Kaydedildi",
"Generate keys" : "Anahtarlar üret",
"Error generating key pair" : "Anahtar çifti üretirken hata",
+ "Access key" : "Erişim anahtarı",
+ "Secret key" : "Gizli anahtar",
+ "Builtin" : "Yerleşik",
"None" : "Hiçbiri",
+ "OAuth1" : "OAuth1",
"App key" : "Uyg. anahtarı",
"App secret" : "Uyg. parolası",
+ "OAuth2" : "OAuth2",
"Client ID" : "İstemci kimliği",
"Client secret" : "İstemci parolası",
+ "Username and password" : "Kullanıcı adı ve parola",
"Password" : "Parola",
+ "Session credentials" : "Oturum bilgileri",
"Amazon S3" : "Amazon S3",
"Hostname" : "Makine adı",
"Port" : "Port",
@@ -55,11 +72,15 @@ OC.L10N.register(
"URL" : "URL",
"Secure https://" : "Güvenli https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "Güvenli ftps://",
+ "Google Drive" : "Google Drive",
"Local" : "Yerel",
"Location" : "Konum",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
"Root" : "Kök",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>Not:</b> ",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Not:</b> PHP'de cURL desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Not:</b> PHP'de FTP desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
@@ -71,6 +92,7 @@ OC.L10N.register(
"Scope" : "Kapsam",
"External Storage" : "Harici Depolama",
"Folder name" : "Klasör ismi",
+ "Authentication" : "Kimlik Doğrulama",
"Configuration" : "Yapılandırma",
"Available for" : "Kullanabilenler",
"Advanced settings" : "Gelişmiş ayarlar",
diff --git a/apps/files_external/l10n/tr.json b/apps/files_external/l10n/tr.json
index 48349335bf4..7859e8e08dc 100644
--- a/apps/files_external/l10n/tr.json
+++ b/apps/files_external/l10n/tr.json
@@ -1,4 +1,7 @@
{ "translations": {
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "Getirme istek jetonları başarısız oldu. Uygulama anahtarınızın ve gizli bilginin doğruluğunu kontrol edin.",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "Getirme erişim jetonları başarısız oldu. Uygulama anahtarınızın ve gizli bilginin doğruluğunu kontrol edin.",
+ "Please provide a valid app key and secret." : "Lütfen geçerli bir uygulama anahtarı ve gizli bilgisini girin.",
"Step 1 failed. Exception: %s" : "Adım 1 başarısız. Özel durum: %s",
"Step 2 failed. Exception: %s" : "Adım 2 başarısız. Özel durum: %s",
"External storage" : "Harici depolama",
@@ -20,12 +23,19 @@
"SFTP with secret key login" : "Gizli anahtar oturumu ile SFTP",
"Public key" : "Ortak anahtar",
"Storage with id \"%i\" not found" : "\"%i\" kimliği ile bir depolama bulunamadı",
+ "Invalid backend or authentication mechanism class" : "Geçersiz arkauç veya kimlik doğrulama mekanizma sınıfı",
"Invalid mount point" : "Geçersiz bağlama noktası",
+ "Objectstore forbidden" : "Nesne deposu yasaktır",
"Invalid storage backend \"%s\"" : "Geçersiz depolama arka ucu \"%s\"",
+ "Unsatisfied backend parameters" : "Yetersiz arkauç parametreleri",
+ "Unsatisfied authentication mechanism parameters" : "Yetersiz kimlik doğrulama mekanizması parametreleri",
+ "Admin-only storage backend \"%s\"" : "Sadece yönetici erişimli depolama arkaucu \"%s\"",
"Personal" : "Kişisel",
"System" : "Sistem",
"Grant access" : "Erişimi sağla",
"Access granted" : "Giriş kabul edildi",
+ "Error configuring OAuth1" : "OAuth1 yapılandırma hatası",
+ "Error configuring OAuth2" : "OAuth2 yapılandırma hatası",
"Enable encryption" : "Şifrelemeyi aç",
"Enable previews" : "Önizlemeleri aç",
"Check for changes" : "Değişiklikleri denetle",
@@ -37,12 +47,19 @@
"Saved" : "Kaydedildi",
"Generate keys" : "Anahtarlar üret",
"Error generating key pair" : "Anahtar çifti üretirken hata",
+ "Access key" : "Erişim anahtarı",
+ "Secret key" : "Gizli anahtar",
+ "Builtin" : "Yerleşik",
"None" : "Hiçbiri",
+ "OAuth1" : "OAuth1",
"App key" : "Uyg. anahtarı",
"App secret" : "Uyg. parolası",
+ "OAuth2" : "OAuth2",
"Client ID" : "İstemci kimliği",
"Client secret" : "İstemci parolası",
+ "Username and password" : "Kullanıcı adı ve parola",
"Password" : "Parola",
+ "Session credentials" : "Oturum bilgileri",
"Amazon S3" : "Amazon S3",
"Hostname" : "Makine adı",
"Port" : "Port",
@@ -53,11 +70,15 @@
"URL" : "URL",
"Secure https://" : "Güvenli https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "Güvenli ftps://",
+ "Google Drive" : "Google Drive",
"Local" : "Yerel",
"Location" : "Konum",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
"Root" : "Kök",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>Not:</b> ",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Not:</b> PHP'de cURL desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Not:</b> PHP'de FTP desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
@@ -69,6 +90,7 @@
"Scope" : "Kapsam",
"External Storage" : "Harici Depolama",
"Folder name" : "Klasör ismi",
+ "Authentication" : "Kimlik Doğrulama",
"Configuration" : "Yapılandırma",
"Available for" : "Kullanabilenler",
"Advanced settings" : "Gelişmiş ayarlar",