[Pkg-owncloud-commits] [owncloud] 56/205: [tx-robot] updated from transifex

David Prévot taffit at moszumanska.debian.org
Thu Jul 2 17:36:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 59513ac377752f8027453a171e3ae3c4a4f72646
Author: Jenkins for ownCloud <owncloud-bot at tmit.eu>
Date:   Sun Jun 21 01:55:06 2015 -0400

    [tx-robot] updated from transifex
---
 apps/files_sharing/l10n/fi_FI.js   |  3 +++
 apps/files_sharing/l10n/fi_FI.json |  3 +++
 apps/files_sharing/l10n/fr.js      |  2 +-
 apps/files_sharing/l10n/fr.json    |  2 +-
 apps/files_sharing/l10n/tr.js      |  9 ++++++++-
 apps/files_sharing/l10n/tr.json    |  9 ++++++++-
 apps/user_ldap/l10n/pl.js          | 19 +++++++++++++++++++
 apps/user_ldap/l10n/pl.json        | 19 +++++++++++++++++++
 apps/user_ldap/l10n/tr.js          | 13 +++++++++++++
 apps/user_ldap/l10n/tr.json        | 13 +++++++++++++
 core/l10n/tr.js                    |  2 ++
 core/l10n/tr.json                  |  2 ++
 settings/l10n/fr.js                |  2 +-
 settings/l10n/fr.json              |  2 +-
 settings/l10n/tr.js                |  2 +-
 settings/l10n/tr.json              |  2 +-
 16 files changed, 96 insertions(+), 8 deletions(-)

diff --git a/apps/files_sharing/l10n/fi_FI.js b/apps/files_sharing/l10n/fi_FI.js
index d6f53f4..223660d 100644
--- a/apps/files_sharing/l10n/fi_FI.js
+++ b/apps/files_sharing/l10n/fi_FI.js
@@ -40,6 +40,8 @@ OC.L10N.register(
     "%2$s shared %1$s with you" : "%2$s jakoi kohteen %1$s kanssasi",
     "You shared %1$s via link" : "Jaoit kohteen %1$s linkin kautta",
     "Shares" : "Jaot",
+    "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Jaa kanssani käyttäen #ownCloud ja federoitua pilvitunnistetta, katso %s",
+    "Share with me through my #ownCloud Federated Cloud ID" : "Jaa kanssani käyttäen #ownCloud ja federoitua pilvitunnistetta",
     "This share is password-protected" : "Tämä jako on suojattu salasanalla",
     "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.",
     "Password" : "Salasana",
@@ -61,6 +63,7 @@ OC.L10N.register(
     "Allow users on this server to send shares to other servers" : "Salli tämän palvelimen käyttäjien lähettää jakoja muille palvelimille",
     "Allow users on this server to receive shares from other servers" : "Salli tämän palvelimen käyttäjien vastaanottaa jakoja muilta palvelimilta",
     "Federated Cloud" : "Federoitu pilvi",
+    "Your Federated Cloud ID:" : "Federoidun pilvesi tunniste:",
     "Share it:" : "Jaa se:",
     "Add it to your website:" : "Lisää verkkosivustollesi:",
     "Share with me via ownCloud" : "Jaa kanssani ownCloudin kautta",
diff --git a/apps/files_sharing/l10n/fi_FI.json b/apps/files_sharing/l10n/fi_FI.json
index 55c3efe..b70098d 100644
--- a/apps/files_sharing/l10n/fi_FI.json
+++ b/apps/files_sharing/l10n/fi_FI.json
@@ -38,6 +38,8 @@
     "%2$s shared %1$s with you" : "%2$s jakoi kohteen %1$s kanssasi",
     "You shared %1$s via link" : "Jaoit kohteen %1$s linkin kautta",
     "Shares" : "Jaot",
+    "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Jaa kanssani käyttäen #ownCloud ja federoitua pilvitunnistetta, katso %s",
+    "Share with me through my #ownCloud Federated Cloud ID" : "Jaa kanssani käyttäen #ownCloud ja federoitua pilvitunnistetta",
     "This share is password-protected" : "Tämä jako on suojattu salasanalla",
     "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.",
     "Password" : "Salasana",
@@ -59,6 +61,7 @@
     "Allow users on this server to send shares to other servers" : "Salli tämän palvelimen käyttäjien lähettää jakoja muille palvelimille",
     "Allow users on this server to receive shares from other servers" : "Salli tämän palvelimen käyttäjien vastaanottaa jakoja muilta palvelimilta",
     "Federated Cloud" : "Federoitu pilvi",
+    "Your Federated Cloud ID:" : "Federoidun pilvesi tunniste:",
     "Share it:" : "Jaa se:",
     "Add it to your website:" : "Lisää verkkosivustollesi:",
     "Share with me via ownCloud" : "Jaa kanssani ownCloudin kautta",
diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js
index f0bb514..04a8418 100644
--- a/apps/files_sharing/l10n/fr.js
+++ b/apps/files_sharing/l10n/fr.js
@@ -2,7 +2,7 @@ OC.L10N.register(
     "files_sharing",
     {
     "Server to server sharing is not enabled on this server" : "Le partage de serveur à serveur n'est pas activé sur ce serveur",
-    "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères invalides.",
+    "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères non valides.",
     "Invalid or untrusted SSL certificate" : "Certificat SSL non valable ou non fiable",
     "Could not authenticate to remote share, password might be wrong" : "Impossible de s'authentifier au partage distant : le mot de passe en probablement incorrect",
     "Storage not valid" : "Support de stockage non valide",
diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json
index a226d0e6..c9f572f 100644
--- a/apps/files_sharing/l10n/fr.json
+++ b/apps/files_sharing/l10n/fr.json
@@ -1,6 +1,6 @@
 { "translations": {
     "Server to server sharing is not enabled on this server" : "Le partage de serveur à serveur n'est pas activé sur ce serveur",
-    "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères invalides.",
+    "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères non valides.",
     "Invalid or untrusted SSL certificate" : "Certificat SSL non valable ou non fiable",
     "Could not authenticate to remote share, password might be wrong" : "Impossible de s'authentifier au partage distant : le mot de passe en probablement incorrect",
     "Storage not valid" : "Support de stockage non valide",
diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js
index b12da13..b822570 100644
--- a/apps/files_sharing/l10n/tr.js
+++ b/apps/files_sharing/l10n/tr.js
@@ -40,6 +40,8 @@ OC.L10N.register(
     "%2$s shared %1$s with you" : "%2$s sizinle %1$s dosyasını paylaştı",
     "You shared %1$s via link" : "Bağlantı ile %1$s paylaşımını yaptınız",
     "Shares" : "Paylaşımlar",
+    "Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud Birleşik Bulut kimliğim ile paylaşıldı, bkz %s",
+    "Share with me through my #ownCloud Federated Cloud ID" : "#ownCloud Birleşmiş Bulut kimliğim ile paylaşıldı",
     "This share is password-protected" : "Bu paylaşım parola korumalı",
     "The password is wrong. Try again." : "Parola hatalı. Yeniden deneyin.",
     "Password" : "Parola",
@@ -60,6 +62,11 @@ OC.L10N.register(
     "Open documentation" : "Belgelendirmeyi aç",
     "Allow users on this server to send shares to other servers" : "Bu sunucudaki kullanıcıların diğer sunuculara paylaşım göndermelerine izin ver",
     "Allow users on this server to receive shares from other servers" : "Bu sunucudaki kullanıcıların diğer sunuculardan paylaşım almalarına izin ver",
-    "Federated Cloud" : "Birleşmiş Bulut"
+    "Federated Cloud" : "Birleşmiş Bulut",
+    "Your Federated Cloud ID:" : "Birleşmiş Bulut Kimliğiniz:",
+    "Share it:" : "Paylaşın:",
+    "Add it to your website:" : "Web sitenize ekleyin:",
+    "Share with me via ownCloud" : "Benimle ownCloud aracılığıyla paylaşıldı",
+    "HTML Code:" : "HTML Kodu:"
 },
 "nplurals=2; plural=(n > 1);");
diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json
index faeb6e1..4e6ed7f 100644
--- a/apps/files_sharing/l10n/tr.json
+++ b/apps/files_sharing/l10n/tr.json
@@ -38,6 +38,8 @@
     "%2$s shared %1$s with you" : "%2$s sizinle %1$s dosyasını paylaştı",
     "You shared %1$s via link" : "Bağlantı ile %1$s paylaşımını yaptınız",
     "Shares" : "Paylaşımlar",
+    "Share with me through my #ownCloud Federated Cloud ID, see %s" : "#ownCloud Birleşik Bulut kimliğim ile paylaşıldı, bkz %s",
+    "Share with me through my #ownCloud Federated Cloud ID" : "#ownCloud Birleşmiş Bulut kimliğim ile paylaşıldı",
     "This share is password-protected" : "Bu paylaşım parola korumalı",
     "The password is wrong. Try again." : "Parola hatalı. Yeniden deneyin.",
     "Password" : "Parola",
@@ -58,6 +60,11 @@
     "Open documentation" : "Belgelendirmeyi aç",
     "Allow users on this server to send shares to other servers" : "Bu sunucudaki kullanıcıların diğer sunuculara paylaşım göndermelerine izin ver",
     "Allow users on this server to receive shares from other servers" : "Bu sunucudaki kullanıcıların diğer sunuculardan paylaşım almalarına izin ver",
-    "Federated Cloud" : "Birleşmiş Bulut"
+    "Federated Cloud" : "Birleşmiş Bulut",
+    "Your Federated Cloud ID:" : "Birleşmiş Bulut Kimliğiniz:",
+    "Share it:" : "Paylaşın:",
+    "Add it to your website:" : "Web sitenize ekleyin:",
+    "Share with me via ownCloud" : "Benimle ownCloud aracılığıyla paylaşıldı",
+    "HTML Code:" : "HTML Kodu:"
 },"pluralForm" :"nplurals=2; plural=(n > 1);"
 }
\ No newline at end of file
diff --git a/apps/user_ldap/l10n/pl.js b/apps/user_ldap/l10n/pl.js
index f0a6af6..edd0592 100644
--- a/apps/user_ldap/l10n/pl.js
+++ b/apps/user_ldap/l10n/pl.js
@@ -3,6 +3,7 @@ OC.L10N.register(
     {
     "Failed to clear the mappings." : "Nie udało się wyczyścić mapowania.",
     "Failed to delete the server configuration" : "Nie można usunąć konfiguracji serwera",
+    "The configuration is invalid: anonymous bind is not allowed." : "Konfiguracja jest nieprawidłowa: anonimowe złączenie nie jest dozwolone.",
     "The configuration is valid and the connection could be established!" : "Konfiguracja jest prawidłowa i można ustanowić połączenie!",
     "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfiguracja jest prawidłowa, ale Bind nie. Sprawdź ustawienia serwera i poświadczenia.",
     "The configuration is invalid. Please have a look at the logs for further details." : "Konfiguracja jest nieprawidłowa. Proszę rzucić okiem na dzienniki dalszych szczegółów.",
@@ -10,11 +11,14 @@ OC.L10N.register(
     "No configuration specified" : "Nie określono konfiguracji",
     "No data specified" : "Nie określono danych",
     " Could not set configuration %s" : "Nie można ustawić konfiguracji %s",
+    "Action does not exist" : "Akcja nie istnieje",
     "Configuration incorrect" : "Konfiguracja niepoprawna",
     "Configuration incomplete" : "Konfiguracja niekompletna",
     "Configuration OK" : "Konfiguracja poprawna",
     "Select groups" : "Wybierz grupy",
     "Select object classes" : "Wybierz obiekty klas",
+    "Please check the credentials, they seem to be wrong." : "Sprawdź dane logowania, wydają się być nieprawidłowe.",
+    "Please specify the port, it could not be auto-detected." : "Podaj port, nie można ustalić go automatycznie.",
     "{nthServer}. Server" : "{nthServer}. Serwer",
     "Do you really want to delete the current Server Configuration?" : "Czy chcesz usunąć bieżącą konfigurację serwera?",
     "Confirm Deletion" : "Potwierdź usunięcie",
@@ -26,18 +30,33 @@ OC.L10N.register(
     "Invalid Host" : "Niepoprawny Host",
     "Server" : "Serwer",
     "Users" : "Użytkownicy",
+    "Login Attributes" : "Atrybuty logowania",
     "Groups" : "Grupy",
     "Test Configuration" : "Konfiguracja testowa",
     "Help" : "Pomoc",
     "Groups meeting these criteria are available in %s:" : "Przyłączenie do grupy z tymi ustawieniami dostępne jest w %s:",
+    "Search groups" : "Przeszukaj grupy",
+    "Available groups" : "Dostępne grupy",
+    "Selected groups" : "Wybrane grupy",
+    "Edit LDAP Query" : "Edytuj zapytanie LDAP",
+    "LDAP Filter:" : "Filtr LDAP",
     "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtr określa, które grupy LDAP powinny mieć dostęp do instancji %s.",
+    "Verify settings and count groups" : "Zweryfikuj ustawienia i policz grupy",
+    "When logging in, %s will find the user based on the following attributes:" : "Podczas logowania, %s znajdzie użytkownika na podstawie następujących atrybutów:",
+    "LDAP / AD Username:" : "Nazwa użytkownika LDAP / AD:",
+    "LDAP / AD Email Address:" : "Adres email LDAP / AD:",
     "Other Attributes:" : "Inne atrybuty:",
     "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Określa jakiego filtru użyć podczas próby zalogowania. %%uid zastępuje nazwę użytkownika w procesie logowania. Przykład: \"uid=%%uid\"",
+    "Verify settings" : "Weryfikuj ustawienia",
     "1. Server" : "1. Serwer",
     "%s. Server:" : "%s. Serwer:",
+    "Adds a new and blank configuration" : "Dodaje nową, czystą konfigurację",
+    "Copy current configuration into new directory binding" : "Kopiuje aktualną konfigurację do nowej lokalizacji",
+    "Delete the current configuration" : "Usuwa aktualną konfigurację",
     "Host" : "Host",
     "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Można pominąć protokół, z wyjątkiem wymaganego protokołu SSL. Następnie uruchom z ldaps://",
     "Port" : "Port",
+    "Detect Port" : "Wykryj port",
     "User DN" : "Użytkownik DN",
     "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN użytkownika klienta, z którym powiązanie wykonuje się, np. uid=agent,dc=example,dc=com. Dla dostępu anonimowego pozostawić DN i hasło puste",
     "Password" : "Hasło",
diff --git a/apps/user_ldap/l10n/pl.json b/apps/user_ldap/l10n/pl.json
index ed5beee..d49417c 100644
--- a/apps/user_ldap/l10n/pl.json
+++ b/apps/user_ldap/l10n/pl.json
@@ -1,6 +1,7 @@
 { "translations": {
     "Failed to clear the mappings." : "Nie udało się wyczyścić mapowania.",
     "Failed to delete the server configuration" : "Nie można usunąć konfiguracji serwera",
+    "The configuration is invalid: anonymous bind is not allowed." : "Konfiguracja jest nieprawidłowa: anonimowe złączenie nie jest dozwolone.",
     "The configuration is valid and the connection could be established!" : "Konfiguracja jest prawidłowa i można ustanowić połączenie!",
     "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfiguracja jest prawidłowa, ale Bind nie. Sprawdź ustawienia serwera i poświadczenia.",
     "The configuration is invalid. Please have a look at the logs for further details." : "Konfiguracja jest nieprawidłowa. Proszę rzucić okiem na dzienniki dalszych szczegółów.",
@@ -8,11 +9,14 @@
     "No configuration specified" : "Nie określono konfiguracji",
     "No data specified" : "Nie określono danych",
     " Could not set configuration %s" : "Nie można ustawić konfiguracji %s",
+    "Action does not exist" : "Akcja nie istnieje",
     "Configuration incorrect" : "Konfiguracja niepoprawna",
     "Configuration incomplete" : "Konfiguracja niekompletna",
     "Configuration OK" : "Konfiguracja poprawna",
     "Select groups" : "Wybierz grupy",
     "Select object classes" : "Wybierz obiekty klas",
+    "Please check the credentials, they seem to be wrong." : "Sprawdź dane logowania, wydają się być nieprawidłowe.",
+    "Please specify the port, it could not be auto-detected." : "Podaj port, nie można ustalić go automatycznie.",
     "{nthServer}. Server" : "{nthServer}. Serwer",
     "Do you really want to delete the current Server Configuration?" : "Czy chcesz usunąć bieżącą konfigurację serwera?",
     "Confirm Deletion" : "Potwierdź usunięcie",
@@ -24,18 +28,33 @@
     "Invalid Host" : "Niepoprawny Host",
     "Server" : "Serwer",
     "Users" : "Użytkownicy",
+    "Login Attributes" : "Atrybuty logowania",
     "Groups" : "Grupy",
     "Test Configuration" : "Konfiguracja testowa",
     "Help" : "Pomoc",
     "Groups meeting these criteria are available in %s:" : "Przyłączenie do grupy z tymi ustawieniami dostępne jest w %s:",
+    "Search groups" : "Przeszukaj grupy",
+    "Available groups" : "Dostępne grupy",
+    "Selected groups" : "Wybrane grupy",
+    "Edit LDAP Query" : "Edytuj zapytanie LDAP",
+    "LDAP Filter:" : "Filtr LDAP",
     "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtr określa, które grupy LDAP powinny mieć dostęp do instancji %s.",
+    "Verify settings and count groups" : "Zweryfikuj ustawienia i policz grupy",
+    "When logging in, %s will find the user based on the following attributes:" : "Podczas logowania, %s znajdzie użytkownika na podstawie następujących atrybutów:",
+    "LDAP / AD Username:" : "Nazwa użytkownika LDAP / AD:",
+    "LDAP / AD Email Address:" : "Adres email LDAP / AD:",
     "Other Attributes:" : "Inne atrybuty:",
     "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Określa jakiego filtru użyć podczas próby zalogowania. %%uid zastępuje nazwę użytkownika w procesie logowania. Przykład: \"uid=%%uid\"",
+    "Verify settings" : "Weryfikuj ustawienia",
     "1. Server" : "1. Serwer",
     "%s. Server:" : "%s. Serwer:",
+    "Adds a new and blank configuration" : "Dodaje nową, czystą konfigurację",
+    "Copy current configuration into new directory binding" : "Kopiuje aktualną konfigurację do nowej lokalizacji",
+    "Delete the current configuration" : "Usuwa aktualną konfigurację",
     "Host" : "Host",
     "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Można pominąć protokół, z wyjątkiem wymaganego protokołu SSL. Następnie uruchom z ldaps://",
     "Port" : "Port",
+    "Detect Port" : "Wykryj port",
     "User DN" : "Użytkownik DN",
     "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN użytkownika klienta, z którym powiązanie wykonuje się, np. uid=agent,dc=example,dc=com. Dla dostępu anonimowego pozostawić DN i hasło puste",
     "Password" : "Hasło",
diff --git a/apps/user_ldap/l10n/tr.js b/apps/user_ldap/l10n/tr.js
index e07bdad..b9f893d 100644
--- a/apps/user_ldap/l10n/tr.js
+++ b/apps/user_ldap/l10n/tr.js
@@ -33,6 +33,9 @@ OC.L10N.register(
     "Error while clearing the mappings." : "Eşleşmeler temizlenirken hata.",
     "Anonymous bind is not allowed. Please provide a User DN and Password." : "Anonim atamaya izin verilmiyor. Lütfen bir Kullanıcı DN ve Parola sağlayın.",
     "Select attributes" : "Nitelikleri seç",
+    "Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter." : "Ayarlar doğrulandı ancak tek kullanıcı bulundu. Sadece ilk kullanıcı oturum açabilecek. Lütfen daha dar bir filtre seçin.",
+    "An unspecified error occurred. Please check the settings and the log." : "Belirtilmeyen bir hata oluştu. Lütfen ayarları ve günlüğü denetleyin.",
+    "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Arama filtresi, eşleşmeyen parantez sayısı sebebiyle oluşabilen sözdizimi sorunlarından dolayı geçersiz. Lütfen gözden geçirin.",
     "_%s group found_::_%s groups found_" : ["%s grup bulundu","%s grup bulundu"],
     "_%s user found_::_%s users found_" : ["%s kullanıcı bulundu","%s kullanıcı bulundu"],
     "Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "Görüntülenecek kullanıcı adı özelliği algılanamadı. Lütfen gelişmiş ldap ayarlarına girerek kendiniz belirleyin.",
@@ -47,21 +50,31 @@ OC.L10N.register(
     "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtre, %s örneğine erişmesi gereken LDAP gruplarını belirtir.",
     "Other Attributes:" : "Diğer Nitelikler:",
     "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Oturum açma girişimi olduğunda uygulanacak filtreyi tanımlar. %%uid, oturum işleminde kullanıcı adı ile değiştirilir. Örneğin: \"uid=%%uid\"",
+    "Test Loginname" : "Oturum açma adını sına",
+    "Verify settings" : "Ayarları doğrula",
     "1. Server" : "1. Sunucu",
     "%s. Server:" : "%s. Sunucu:",
+    "Adds a new and blank configuration" : "Yeni ve boş bir yapılandırma ekler",
+    "Copy current configuration into new directory binding" : "Geçerli yapılandırmayı yeni dizin bağlamasına kopyala",
+    "Delete the current configuration" : "Geçerli yapılandırmayı sil",
     "Host" : "Sunucu",
     "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL gerekmediği takdirde protokol belirtmeyebilirsiniz. Gerekiyorsa ldaps:// ile başlayın",
     "Port" : "Port",
+    "Detect Port" : "Bağl. Noktasını Tespit Et",
     "User DN" : "Kullanıcı DN",
     "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "İstemci kullanıcısının yapılacağı atamanın DN'si. Örn. uid=agent,dc=örnek,dc=com. Anonim erişim için DN ve Parolayı boş bırakın.",
     "Password" : "Parola",
     "For anonymous access, leave DN and Password empty." : "Anonim erişim için DN ve Parola alanlarını boş bırakın.",
     "One Base DN per line" : "Her satırda tek bir Base DN",
     "You can specify Base DN for users and groups in the Advanced tab" : "Gelişmiş sekmesinde, kullanıcılar ve gruplar için Base DN belirtebilirsiniz",
+    "Detect Base DN" : "Base DN'i Tespit Et",
+    "Test Base DN" : "Base DN'i Sına",
     "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Otomatik LDAP isteklerinden kaçın. Büyük kurulumlar için daha iyi ancak LDAP bilgisi gerektirir.",
     "Manually enter LDAP filters (recommended for large directories)" : "LDAP filtrelerini el ile girin (büyük dizinler için önerilir)",
     "Limit %s access to users meeting these criteria:" : "%s erişimini, şu kriterlerle eşleşen kullanıcılara sınırla:",
+    "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Kullanıcılar için en çok ortak nesne sınıfları organizationalPerson, person, user ve inetOrgPerson sınıflarıdır. Hangi nesne sınıfını seçeceğinizden emin değilseniz lütfen dizin yöneticinize danışın.",
     "The filter specifies which LDAP users shall have access to the %s instance." : "Filtre, %s örneğine erişmesi gereken LDAP kullanıcılarını belirtir.",
+    "Verify settings and count users" : "Ayarları doğrula ve kullanıcıları say",
     "Saving" : "Kaydediliyor",
     "Back" : "Geri",
     "Continue" : "Devam et",
diff --git a/apps/user_ldap/l10n/tr.json b/apps/user_ldap/l10n/tr.json
index bf4d080..7733d54 100644
--- a/apps/user_ldap/l10n/tr.json
+++ b/apps/user_ldap/l10n/tr.json
@@ -31,6 +31,9 @@
     "Error while clearing the mappings." : "Eşleşmeler temizlenirken hata.",
     "Anonymous bind is not allowed. Please provide a User DN and Password." : "Anonim atamaya izin verilmiyor. Lütfen bir Kullanıcı DN ve Parola sağlayın.",
     "Select attributes" : "Nitelikleri seç",
+    "Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter." : "Ayarlar doğrulandı ancak tek kullanıcı bulundu. Sadece ilk kullanıcı oturum açabilecek. Lütfen daha dar bir filtre seçin.",
+    "An unspecified error occurred. Please check the settings and the log." : "Belirtilmeyen bir hata oluştu. Lütfen ayarları ve günlüğü denetleyin.",
+    "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Arama filtresi, eşleşmeyen parantez sayısı sebebiyle oluşabilen sözdizimi sorunlarından dolayı geçersiz. Lütfen gözden geçirin.",
     "_%s group found_::_%s groups found_" : ["%s grup bulundu","%s grup bulundu"],
     "_%s user found_::_%s users found_" : ["%s kullanıcı bulundu","%s kullanıcı bulundu"],
     "Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "Görüntülenecek kullanıcı adı özelliği algılanamadı. Lütfen gelişmiş ldap ayarlarına girerek kendiniz belirleyin.",
@@ -45,21 +48,31 @@
     "The filter specifies which LDAP groups shall have access to the %s instance." : "Filtre, %s örneğine erişmesi gereken LDAP gruplarını belirtir.",
     "Other Attributes:" : "Diğer Nitelikler:",
     "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Oturum açma girişimi olduğunda uygulanacak filtreyi tanımlar. %%uid, oturum işleminde kullanıcı adı ile değiştirilir. Örneğin: \"uid=%%uid\"",
+    "Test Loginname" : "Oturum açma adını sına",
+    "Verify settings" : "Ayarları doğrula",
     "1. Server" : "1. Sunucu",
     "%s. Server:" : "%s. Sunucu:",
+    "Adds a new and blank configuration" : "Yeni ve boş bir yapılandırma ekler",
+    "Copy current configuration into new directory binding" : "Geçerli yapılandırmayı yeni dizin bağlamasına kopyala",
+    "Delete the current configuration" : "Geçerli yapılandırmayı sil",
     "Host" : "Sunucu",
     "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL gerekmediği takdirde protokol belirtmeyebilirsiniz. Gerekiyorsa ldaps:// ile başlayın",
     "Port" : "Port",
+    "Detect Port" : "Bağl. Noktasını Tespit Et",
     "User DN" : "Kullanıcı DN",
     "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "İstemci kullanıcısının yapılacağı atamanın DN'si. Örn. uid=agent,dc=örnek,dc=com. Anonim erişim için DN ve Parolayı boş bırakın.",
     "Password" : "Parola",
     "For anonymous access, leave DN and Password empty." : "Anonim erişim için DN ve Parola alanlarını boş bırakın.",
     "One Base DN per line" : "Her satırda tek bir Base DN",
     "You can specify Base DN for users and groups in the Advanced tab" : "Gelişmiş sekmesinde, kullanıcılar ve gruplar için Base DN belirtebilirsiniz",
+    "Detect Base DN" : "Base DN'i Tespit Et",
+    "Test Base DN" : "Base DN'i Sına",
     "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Otomatik LDAP isteklerinden kaçın. Büyük kurulumlar için daha iyi ancak LDAP bilgisi gerektirir.",
     "Manually enter LDAP filters (recommended for large directories)" : "LDAP filtrelerini el ile girin (büyük dizinler için önerilir)",
     "Limit %s access to users meeting these criteria:" : "%s erişimini, şu kriterlerle eşleşen kullanıcılara sınırla:",
+    "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Kullanıcılar için en çok ortak nesne sınıfları organizationalPerson, person, user ve inetOrgPerson sınıflarıdır. Hangi nesne sınıfını seçeceğinizden emin değilseniz lütfen dizin yöneticinize danışın.",
     "The filter specifies which LDAP users shall have access to the %s instance." : "Filtre, %s örneğine erişmesi gereken LDAP kullanıcılarını belirtir.",
+    "Verify settings and count users" : "Ayarları doğrula ve kullanıcıları say",
     "Saving" : "Kaydediliyor",
     "Back" : "Geri",
     "Continue" : "Devam et",
diff --git a/core/l10n/tr.js b/core/l10n/tr.js
index a6107b2..84764d7 100644
--- a/core/l10n/tr.js
+++ b/core/l10n/tr.js
@@ -77,6 +77,8 @@ OC.L10N.register(
     "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "Güvenlik sebepleri ile şiddetle kaçınılması gereken /dev/urandom PHP tarafından okunamıyor. Daha fazla bilgi <a href=\"{docLink}\">belgelendirmemizde</a> bulunabilir.",
     "Error occurred while checking server setup" : "Sunucu yapılandırması denetlenirken hata oluştu",
     "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP başlığı \"{expected}\" ile eşleşmek üzere yapılandırılmamış. Bu muhtemel bir güvenlik veya gizlilik riski olduğundan bu ayarı düzeltmenizi öneririz.",
+    "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "\"Strict-Transport-Security\" HTTP başlığı en az \"{seconds}\" saniye olarak ayarlanmış. İyileştirilmiş güvenlik için <a href=\"{docUrl}\">güvenlik ipuçlarımızda</a> belirtilen HSTS etkinleştirmesini öneririz.",
+    "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Bu siteye HTTP aracılığıyla erişiyorsunuz. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarımızda</a> gösterildiği şekilde HTTPS kullanımını zorlamak üzere yapılandırmanızı şiddetle öneririz.",
     "Shared" : "Paylaşılan",
     "Shared with {recipients}" : "{recipients} ile paylaşılmış",
     "Share" : "Paylaş",
diff --git a/core/l10n/tr.json b/core/l10n/tr.json
index c7797b2..d4f67e6 100644
--- a/core/l10n/tr.json
+++ b/core/l10n/tr.json
@@ -75,6 +75,8 @@
     "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "Güvenlik sebepleri ile şiddetle kaçınılması gereken /dev/urandom PHP tarafından okunamıyor. Daha fazla bilgi <a href=\"{docLink}\">belgelendirmemizde</a> bulunabilir.",
     "Error occurred while checking server setup" : "Sunucu yapılandırması denetlenirken hata oluştu",
     "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP başlığı \"{expected}\" ile eşleşmek üzere yapılandırılmamış. Bu muhtemel bir güvenlik veya gizlilik riski olduğundan bu ayarı düzeltmenizi öneririz.",
+    "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "\"Strict-Transport-Security\" HTTP başlığı en az \"{seconds}\" saniye olarak ayarlanmış. İyileştirilmiş güvenlik için <a href=\"{docUrl}\">güvenlik ipuçlarımızda</a> belirtilen HSTS etkinleştirmesini öneririz.",
+    "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Bu siteye HTTP aracılığıyla erişiyorsunuz. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarımızda</a> gösterildiği şekilde HTTPS kullanımını zorlamak üzere yapılandırmanızı şiddetle öneririz.",
     "Shared" : "Paylaşılan",
     "Shared with {recipients}" : "{recipients} ile paylaşılmış",
     "Share" : "Paylaş",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index d81fb77..d64ea32 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -48,7 +48,7 @@ OC.L10N.register(
     "Your %s account was created" : "Votre compte %s a été créé.",
     "Unable to delete user." : "Impossible de supprimer l'utilisateur.",
     "Forbidden" : "Iinterdit",
-    "Invalid user" : "Utilisateur non valide",
+    "Invalid user" : "Utilisateur non valable",
     "Unable to change mail address" : "Impossible de modifier l'adresse de courriel",
     "Email saved" : "Email sauvegardé",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Êtes-vous vraiment sûr de vouloir ajouter \"{domain}\" comme domaine de confiance ?",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index c2d74a2..4972e23 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -46,7 +46,7 @@
     "Your %s account was created" : "Votre compte %s a été créé.",
     "Unable to delete user." : "Impossible de supprimer l'utilisateur.",
     "Forbidden" : "Iinterdit",
-    "Invalid user" : "Utilisateur non valide",
+    "Invalid user" : "Utilisateur non valable",
     "Unable to change mail address" : "Impossible de modifier l'adresse de courriel",
     "Email saved" : "Email sauvegardé",
     "Are you really sure you want add \"{domain}\" as trusted domain?" : "Êtes-vous vraiment sûr de vouloir ajouter \"{domain}\" comme domaine de confiance ?",
diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js
index 3e81d5e..d16e0f4 100644
--- a/settings/l10n/tr.js
+++ b/settings/l10n/tr.js
@@ -63,6 +63,7 @@ OC.L10N.register(
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Resmi uygulamalar ownCloud topluluğu tarafından geliştirilir. ownCloud'a işlevsellik merkezli olarak hazırlanırlar ve günlük kullanıma hazırdırlar.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Onaylanan uygulamalar güvenilir geliştiriciler tarafından geliştirilir ve detaylı olmayan bir güvenlik kontrolünden geçirilir. Bunlar açık kaynak kod deposunda bulunmakta ve normal kullanım için kararlı oldukları varsayılmaktadır.",
     "This app is not checked for security issues and is new or known to be unstable. Install on your own risk." : "Bu uygulama güvenlik kontrolünden geçmedi veya yeni ya da kararsız olarak bilinmektedir. Kendiniz bu riski alarak yükleyebilirsiniz.",
+    "Update to %s" : "%s sürümüne güncelle",
     "Please wait...." : "Lütfen bekleyin....",
     "Error while disabling app" : "Uygulama devre dışı bırakılırken hata",
     "Disable" : "Devre Dışı Bırak",
@@ -199,7 +200,6 @@ OC.L10N.register(
     "Show description …" : "Açıklamayı göster...",
     "Hide description …" : "Açıklamayı gizle...",
     "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu uygulama, aşağıdaki bağımlılıklar sağlanmadığından yüklenemiyor:",
-    "Update to %s" : "%s sürümüne güncelle",
     "Enable only for specific groups" : "Sadece belirli gruplar için etkinleştir",
     "Uninstall App" : "Uygulamayı Kaldır",
     "Enable experimental apps" : "Deneysel uygulamaları etkinleştir",
diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json
index f9dc84a..e0e080a 100644
--- a/settings/l10n/tr.json
+++ b/settings/l10n/tr.json
@@ -61,6 +61,7 @@
     "Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Resmi uygulamalar ownCloud topluluğu tarafından geliştirilir. ownCloud'a işlevsellik merkezli olarak hazırlanırlar ve günlük kullanıma hazırdırlar.",
     "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Onaylanan uygulamalar güvenilir geliştiriciler tarafından geliştirilir ve detaylı olmayan bir güvenlik kontrolünden geçirilir. Bunlar açık kaynak kod deposunda bulunmakta ve normal kullanım için kararlı oldukları varsayılmaktadır.",
     "This app is not checked for security issues and is new or known to be unstable. Install on your own risk." : "Bu uygulama güvenlik kontrolünden geçmedi veya yeni ya da kararsız olarak bilinmektedir. Kendiniz bu riski alarak yükleyebilirsiniz.",
+    "Update to %s" : "%s sürümüne güncelle",
     "Please wait...." : "Lütfen bekleyin....",
     "Error while disabling app" : "Uygulama devre dışı bırakılırken hata",
     "Disable" : "Devre Dışı Bırak",
@@ -197,7 +198,6 @@
     "Show description …" : "Açıklamayı göster...",
     "Hide description …" : "Açıklamayı gizle...",
     "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu uygulama, aşağıdaki bağımlılıklar sağlanmadığından yüklenemiyor:",
-    "Update to %s" : "%s sürümüne güncelle",
     "Enable only for specific groups" : "Sadece belirli gruplar için etkinleştir",
     "Uninstall App" : "Uygulamayı Kaldır",
     "Enable experimental apps" : "Deneysel uygulamaları etkinleştir",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list