diff options
Diffstat (limited to 'apps/files_external/l10n/tr.js')
-rw-r--r-- | apps/files_external/l10n/tr.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files_external/l10n/tr.js b/apps/files_external/l10n/tr.js index b2779c5e5d3..709a831d85d 100644 --- a/apps/files_external/l10n/tr.js +++ b/apps/files_external/l10n/tr.js @@ -120,6 +120,14 @@ OC.L10N.register( "Advanced settings" : "Gelişmiş ayarlar", "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" + "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.", + "Step 1 failed. Exception: %s" : "1. Adım tamamlanamadı. Sorun: %s", + "Step 2 failed. Exception: %s" : "2. Adım tamamlanamadı. Sorun: %s", + "Dropbox App Configuration" : "Dropbox Uygulaması Yapılandırması", + "Google Drive App Configuration" : "Google Drive Uygulaması Yapılandırması", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" }, "nplurals=2; plural=(n > 1);"); |