diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-17 00:08:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-17 00:08:14 +0000 |
commit | 0ceb06fde5d9052285f636d5d9d4329e68d04a0a (patch) | |
tree | 394b7df245c33615e224ae5f6c213062370174a3 /apps/files_external/l10n/tr.js | |
parent | fff192f78fa9672648ffb1226b682e685f784c5a (diff) | |
download | nextcloud-server-0ceb06fde5d9052285f636d5d9d4329e68d04a0a.tar.gz nextcloud-server-0ceb06fde5d9052285f636d5d9d4329e68d04a0a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/tr.js')
-rw-r--r-- | apps/files_external/l10n/tr.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/tr.js b/apps/files_external/l10n/tr.js index a5f1c91de56..8a878b39a2b 100644 --- a/apps/files_external/l10n/tr.js +++ b/apps/files_external/l10n/tr.js @@ -1,18 +1,15 @@ OC.L10N.register( "files_external", { - "Fetching request tokens failed. Verify that your app key and secret are correct." : "İstek kodları alınamadı. Uygulama anahtarınızın ve parolanızın doğruluğunu denetleyin.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Erişim kodları alınamadı. Uygulama anahtarınızın ve parolanızın doğruluğunu denetleyin.", - "Please provide a valid app key and secret." : "Lütfen geçerli bir uygulama anahtarı ve parola yazın.", "Step 1 failed. Exception: %s" : "1. Adım tamamlanamadı. Sorun: %s", "Step 2 failed. Exception: %s" : "2. Adım tamamlanamadı. Sorun: %s", "External storages" : "Dış depolama", - "Dropbox App Configuration" : "Dropbox Uygulaması Yapılandırması", "Google Drive App Configuration" : "Google Drive Uygulaması Yapılandırması", "Personal" : "Kişisel", "System" : "Sistem", "Grant access" : "Erişim ver", "Error configuring OAuth1" : "OAuth1 yapılandırma sorunu", + "Please provide a valid app key and secret." : "Lütfen geçerli bir uygulama anahtarı ve parola yazın.", "Error configuring OAuth2" : "OAuth2 yapılandırma sorunu", "Generate keys" : "Anahtarları üret", "Error generating key pair" : "Anahtar çifti üretilirken sorun çıktı", @@ -83,7 +80,6 @@ OC.L10N.register( "URL" : "Adres", "Remote subfolder" : "Uzak alt klasör", "Secure https://" : "Güvenli https://", - "Dropbox" : "Dropbox", "FTP" : "FTP", "Host" : "Sunucu", "Secure ftps://" : "Güvenli ftps://", @@ -126,7 +122,11 @@ OC.L10N.register( "Delete" : "Sil", "Allow users to mount external storage" : "Kullanıcılar dış depolama bağlayabilsin", "Allow users to mount the following external storage" : "Kullanıcıların şu dış depolamayı bağlayabilsin", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "İstek kodları alınamadı. Uygulama anahtarınızın ve parolanızın doğruluğunu denetleyin.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Erişim kodları alınamadı. Uygulama anahtarınızın ve parolanızın doğruluğunu denetleyin.", + "Dropbox App Configuration" : "Dropbox Uygulaması Yapılandırması", "Storage with id \"%i\" not found" : "\"%i\" kimliği ile bir depolama bulunamadı", - "Storage with id \"%i\" is not user editable" : "\"%i\" kimlikli depolama düzenlenebilir değil" + "Storage with id \"%i\" is not user editable" : "\"%i\" kimlikli depolama düzenlenebilir değil", + "Dropbox" : "Dropbox" }, "nplurals=2; plural=(n > 1);"); |