[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2012-12-29 00:08:28 +01:00
parent e9c51b319e
commit 9aefbea074
22 changed files with 117 additions and 72 deletions

View File

@ -5,6 +5,8 @@
"Fill out all required fields" => "Veuillez remplir tous les champs requis", "Fill out all required fields" => "Veuillez remplir tous les champs requis",
"Please provide a valid Dropbox app key and secret." => "Veuillez fournir une clé d'application (app key) ainsi qu'un mot de passe valides.", "Please provide a valid Dropbox app key and secret." => "Veuillez fournir une clé d'application (app key) ainsi qu'un mot de passe valides.",
"Error configuring Google Drive storage" => "Erreur lors de la configuration du support de stockage Google Drive", "Error configuring Google Drive storage" => "Erreur lors de la configuration du support de stockage Google Drive",
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Attention : </b> \"smbclient\" n'est pas installé. Le montage des partages CIFS/SMB n'est pas possible. Contactez votre administrateur système pour l'installer.",
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Attention : </b> Le support FTP de PHP n'est pas activé ou installé. Le montage des partages FTP n'est pas possible. Contactez votre administrateur système pour l'installer.",
"External Storage" => "Stockage externe", "External Storage" => "Stockage externe",
"Mount point" => "Point de montage", "Mount point" => "Point de montage",
"Backend" => "Infrastructure", "Backend" => "Infrastructure",

View File

@ -1,6 +1,26 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Access granted" => "Пристапот е дозволен",
"Error configuring Dropbox storage" => "Грешка при конфигурација на Dropbox",
"Grant access" => "Дозволи пристап",
"Fill out all required fields" => "Пополни ги сите задолжителни полиња",
"Please provide a valid Dropbox app key and secret." => "Ве молам доставите валиден Dropbox клуч и тајна лозинка.",
"Error configuring Google Drive storage" => "Грешка при конфигурација на Google Drive",
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Внимание:</b> \"smbclient\" не е инсталиран. Не е можно монтирање на CIFS/SMB дискови. Замолете го Вашиот систем администратор да го инсталира.",
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Внимание:</b> Не е овозможена или инсталирани FTP подршка во PHP. Не е можно монтирање на FTP дискови. Замолете го Вашиот систем администратор да го инсталира.",
"External Storage" => "Надворешно складиште",
"Mount point" => "Точка на монтирање",
"Backend" => "Админ", "Backend" => "Админ",
"Configuration" => "Конфигурација",
"Options" => "Опции",
"Applicable" => "Применливо",
"Add mount point" => "Додади точка на монтирање",
"None set" => "Ништо поставено",
"All Users" => "Сите корисници",
"Groups" => "Групи", "Groups" => "Групи",
"Users" => "Корисници", "Users" => "Корисници",
"Delete" => "Избриши" "Delete" => "Избриши",
"Enable User External Storage" => "Овозможи надворешни за корисници",
"Allow users to mount their own external storage" => "Дозволи им на корисниците да монтираат свои надворешни дискови",
"SSL root certificates" => "SSL root сертификати",
"Import Root Certificate" => "Увези"
); );

View File

@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Host" => "Домаќин",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://",
"Password" => "Лозинка" "Password" => "Лозинка"
); );

View File

@ -3,10 +3,22 @@
"Base DN" => "Base DN", "Base DN" => "Base DN",
"User DN" => "User DN", "User DN" => "User DN",
"Password" => "Parola", "Password" => "Parola",
"For anonymous access, leave DN and Password empty." => "Anonim erişim için DN ve Parola alanlarını boş bırakın.",
"User Login Filter" => "Kullanıcı Oturum Açma Süzgeci", "User Login Filter" => "Kullanıcı Oturum Açma Süzgeci",
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "%%uid yer tutucusunu kullanın, örneğin \"uid=%%uid\"",
"User List Filter" => "Kullanıcı Liste Süzgeci", "User List Filter" => "Kullanıcı Liste Süzgeci",
"without any placeholder, e.g. \"objectClass=person\"." => "bir yer tutucusu olmadan, örneğin \"objectClass=person\"",
"Group Filter" => "Grup Süzgeci", "Group Filter" => "Grup Süzgeci",
"Port" => "Port", "Port" => "Port",
"Base User Tree" => "Temel Kullanıcı Ağacı",
"Base Group Tree" => "Temel Grup Ağacı",
"Group-Member association" => "Grup-Üye işbirliği",
"Use TLS" => "TLS kullan", "Use TLS" => "TLS kullan",
"Do not use it for SSL connections, it will fail." => "SSL bağlantıları ile kullanmayın, başarısız olacaktır.",
"Turn off SSL certificate validation." => "SSL sertifika doğrulamasını kapat.",
"Not recommended, use for testing only." => "Önerilmez, sadece test için kullanın.",
"in bytes" => "byte cinsinden",
"in seconds. A change empties the cache." => "saniye cinsinden. Bir değişiklik önbelleği temizleyecektir.",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Kullanıcı adı bölümünü boş bırakın (varsayılan). ",
"Help" => "Yardım" "Help" => "Yardım"
); );

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"URL: http://" => "URL: http://"
);

View File

@ -2,6 +2,7 @@
"User %s shared a file with you" => "L'utilisateur %s a partagé un fichier avec vous", "User %s shared a file with you" => "L'utilisateur %s a partagé un fichier avec vous",
"User %s shared a folder with you" => "L'utilsateur %s a partagé un dossier avec vous", "User %s shared a folder with you" => "L'utilsateur %s a partagé un dossier avec vous",
"User %s shared the file \"%s\" with you. It is available for download here: %s" => "L'utilisateur %s a partagé le fichier \"%s\" avec vous. Vous pouvez le télécharger ici : %s", "User %s shared the file \"%s\" with you. It is available for download here: %s" => "L'utilisateur %s a partagé le fichier \"%s\" avec vous. Vous pouvez le télécharger ici : %s",
"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "L'utilisateur %s a partagé le dossier \"%s\" avec vous. Il est disponible au téléchargement ici : %s",
"Category type not provided." => "Type de catégorie non spécifié.", "Category type not provided." => "Type de catégorie non spécifié.",
"No category to add?" => "Pas de catégorie à ajouter ?", "No category to add?" => "Pas de catégorie à ajouter ?",
"This category already exists: " => "Cette catégorie existe déjà : ", "This category already exists: " => "Cette catégorie existe déjà : ",

View File

@ -10,15 +10,16 @@
# <mishka.lazzlo@gmail.com>, 2012. # <mishka.lazzlo@gmail.com>, 2012.
# Nahir Mohamed <nahirmoha@gmail.com>, 2012. # Nahir Mohamed <nahirmoha@gmail.com>, 2012.
# <nathaplop@gmail.com>, 2012. # <nathaplop@gmail.com>, 2012.
# <nicolas@shivaserv.fr>, 2012.
# <rom1dep@gmail.com>, 2011. # <rom1dep@gmail.com>, 2011.
# Romain DEP. <rom1dep@gmail.com>, 2012. # Romain DEP. <rom1dep@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-25 00:10+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: 2012-12-24 14:22+0000\n" "PO-Revision-Date: 2012-12-28 23:01+0000\n"
"Last-Translator: mishka <mishka.lazzlo@gmail.com>\n" "Last-Translator: ouafnico <nicolas@shivaserv.fr>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -48,7 +49,7 @@ msgstr "L'utilisateur %s a partagé le fichier \"%s\" avec vous. Vous pouvez le
msgid "" msgid ""
"User %s shared the folder \"%s\" with you. It is available for download " "User %s shared the folder \"%s\" with you. It is available for download "
"here: %s" "here: %s"
msgstr "" msgstr "L'utilisateur %s a partagé le dossier \"%s\" avec vous. Il est disponible au téléchargement ici : %s"
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25 #: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
msgid "Category type not provided." msgid "Category type not provided."

View File

@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# <nicolas@shivaserv.fr>, 2012.
# Romain DEP. <rom1dep@gmail.com>, 2012. # Romain DEP. <rom1dep@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-13 00:17+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: 2012-12-11 23:22+0000\n" "PO-Revision-Date: 2012-12-28 23:07+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: ouafnico <nicolas@shivaserv.fr>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -46,14 +47,14 @@ msgstr "Erreur lors de la configuration du support de stockage Google Drive"
msgid "" msgid ""
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it." "is not possible. Please ask your system administrator to install it."
msgstr "" msgstr "<b>Attention : </b> \"smbclient\" n'est pas installé. Le montage des partages CIFS/SMB n'est pas possible. Contactez votre administrateur système pour l'installer."
#: lib/config.php:435 #: lib/config.php:435
msgid "" msgid ""
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to " " of FTP shares is not possible. Please ask your system administrator to "
"install it." "install it."
msgstr "" msgstr "<b>Attention : </b> Le support FTP de PHP n'est pas activé ou installé. Le montage des partages FTP n'est pas possible. Contactez votre administrateur système pour l'installer."
#: templates/settings.php:3 #: templates/settings.php:3
msgid "External Storage" msgid "External Storage"
@ -100,7 +101,7 @@ msgid "Users"
msgstr "Utilisateurs" msgstr "Utilisateurs"
#: templates/settings.php:108 templates/settings.php:109 #: templates/settings.php:108 templates/settings.php:109
#: templates/settings.php:149 templates/settings.php:150 #: templates/settings.php:144 templates/settings.php:145
msgid "Delete" msgid "Delete"
msgstr "Supprimer" msgstr "Supprimer"
@ -112,10 +113,10 @@ msgstr "Activer le stockage externe pour les utilisateurs"
msgid "Allow users to mount their own external storage" msgid "Allow users to mount their own external storage"
msgstr "Autoriser les utilisateurs à monter leur propre stockage externe" msgstr "Autoriser les utilisateurs à monter leur propre stockage externe"
#: templates/settings.php:139 #: templates/settings.php:136
msgid "SSL root certificates" msgid "SSL root certificates"
msgstr "Certificats racine SSL" msgstr "Certificats racine SSL"
#: templates/settings.php:158 #: templates/settings.php:153
msgid "Import Root Certificate" msgid "Import Root Certificate"
msgstr "Importer un certificat racine" msgstr "Importer un certificat racine"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Georgi Stanojevski <glisha@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-18 00:13+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: 2012-12-17 13:00+0000\n" "PO-Revision-Date: 2012-12-28 09:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Georgi Stanojevski <glisha@gmail.com>\n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,48 +20,48 @@ msgstr ""
#: js/dropbox.js:7 js/dropbox.js:25 js/google.js:7 js/google.js:23 #: js/dropbox.js:7 js/dropbox.js:25 js/google.js:7 js/google.js:23
msgid "Access granted" msgid "Access granted"
msgstr "" msgstr "Пристапот е дозволен"
#: js/dropbox.js:28 js/dropbox.js:74 js/dropbox.js:79 js/dropbox.js:86 #: js/dropbox.js:28 js/dropbox.js:74 js/dropbox.js:79 js/dropbox.js:86
msgid "Error configuring Dropbox storage" msgid "Error configuring Dropbox storage"
msgstr "" msgstr "Грешка при конфигурација на Dropbox"
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:40 #: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:40
msgid "Grant access" msgid "Grant access"
msgstr "" msgstr "Дозволи пристап"
#: js/dropbox.js:73 js/google.js:72 #: js/dropbox.js:73 js/google.js:72
msgid "Fill out all required fields" msgid "Fill out all required fields"
msgstr "" msgstr "Пополни ги сите задолжителни полиња"
#: js/dropbox.js:85 #: js/dropbox.js:85
msgid "Please provide a valid Dropbox app key and secret." msgid "Please provide a valid Dropbox app key and secret."
msgstr "" msgstr "Ве молам доставите валиден Dropbox клуч и тајна лозинка."
#: js/google.js:26 js/google.js:73 js/google.js:78 #: js/google.js:26 js/google.js:73 js/google.js:78
msgid "Error configuring Google Drive storage" msgid "Error configuring Google Drive storage"
msgstr "" msgstr "Грешка при конфигурација на Google Drive"
#: lib/config.php:434 #: lib/config.php:434
msgid "" msgid ""
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it." "is not possible. Please ask your system administrator to install it."
msgstr "" msgstr "<b>Внимание:</b> \"smbclient\" не е инсталиран. Не е можно монтирање на CIFS/SMB дискови. Замолете го Вашиот систем администратор да го инсталира."
#: lib/config.php:435 #: lib/config.php:435
msgid "" msgid ""
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to " " of FTP shares is not possible. Please ask your system administrator to "
"install it." "install it."
msgstr "" msgstr "<b>Внимание:</b> Не е овозможена или инсталирани FTP подршка во PHP. Не е можно монтирање на FTP дискови. Замолете го Вашиот систем администратор да го инсталира."
#: templates/settings.php:3 #: templates/settings.php:3
msgid "External Storage" msgid "External Storage"
msgstr "" msgstr "Надворешно складиште"
#: templates/settings.php:8 templates/settings.php:22 #: templates/settings.php:8 templates/settings.php:22
msgid "Mount point" msgid "Mount point"
msgstr "" msgstr "Точка на монтирање"
#: templates/settings.php:9 #: templates/settings.php:9
msgid "Backend" msgid "Backend"
@ -68,27 +69,27 @@ msgstr "Админ"
#: templates/settings.php:10 #: templates/settings.php:10
msgid "Configuration" msgid "Configuration"
msgstr "" msgstr "Конфигурација"
#: templates/settings.php:11 #: templates/settings.php:11
msgid "Options" msgid "Options"
msgstr "" msgstr "Опции"
#: templates/settings.php:12 #: templates/settings.php:12
msgid "Applicable" msgid "Applicable"
msgstr "" msgstr "Применливо"
#: templates/settings.php:27 #: templates/settings.php:27
msgid "Add mount point" msgid "Add mount point"
msgstr "" msgstr "Додади точка на монтирање"
#: templates/settings.php:85 #: templates/settings.php:85
msgid "None set" msgid "None set"
msgstr "" msgstr "Ништо поставено"
#: templates/settings.php:86 #: templates/settings.php:86
msgid "All Users" msgid "All Users"
msgstr "" msgstr "Сите корисници"
#: templates/settings.php:87 #: templates/settings.php:87
msgid "Groups" msgid "Groups"
@ -99,22 +100,22 @@ msgid "Users"
msgstr "Корисници" msgstr "Корисници"
#: templates/settings.php:108 templates/settings.php:109 #: templates/settings.php:108 templates/settings.php:109
#: templates/settings.php:149 templates/settings.php:150 #: templates/settings.php:144 templates/settings.php:145
msgid "Delete" msgid "Delete"
msgstr "Избриши" msgstr "Избриши"
#: templates/settings.php:124 #: templates/settings.php:124
msgid "Enable User External Storage" msgid "Enable User External Storage"
msgstr "" msgstr "Овозможи надворешни за корисници"
#: templates/settings.php:125 #: templates/settings.php:125
msgid "Allow users to mount their own external storage" msgid "Allow users to mount their own external storage"
msgstr "" msgstr "Дозволи им на корисниците да монтираат свои надворешни дискови"
#: templates/settings.php:139 #: templates/settings.php:136
msgid "SSL root certificates" msgid "SSL root certificates"
msgstr "" msgstr "SSL root сертификати"
#: templates/settings.php:158 #: templates/settings.php:153
msgid "Import Root Certificate" msgid "Import Root Certificate"
msgstr "" msgstr "Увези"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Georgi Stanojevski <glisha@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-18 00:13+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: 2012-12-17 13:32+0000\n" "PO-Revision-Date: 2012-12-28 09:25+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Georgi Stanojevski <glisha@gmail.com>\n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -32,12 +33,12 @@ msgstr ""
#: templates/settings.php:15 #: templates/settings.php:15
msgid "Host" msgid "Host"
msgstr "" msgstr "Домаќин"
#: templates/settings.php:15 #: templates/settings.php:15
msgid "" msgid ""
"You can omit the protocol, except you require SSL. Then start with ldaps://" "You can omit the protocol, except you require SSL. Then start with ldaps://"
msgstr "" msgstr "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://"
#: templates/settings.php:16 #: templates/settings.php:16
msgid "Base DN" msgid "Base DN"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Georgi Stanojevski <glisha@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-20 00:11+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: 2012-12-19 23:12+0000\n" "PO-Revision-Date: 2012-12-28 09:21+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Georgi Stanojevski <glisha@gmail.com>\n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,7 +20,7 @@ msgstr ""
#: templates/settings.php:4 #: templates/settings.php:4
msgid "URL: http://" msgid "URL: http://"
msgstr "" msgstr "URL: http://"
#: templates/settings.php:6 #: templates/settings.php:6
msgid "" msgid ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n" "POT-Creation-Date: 2012-12-29 00:07+0100\n"
"PO-Revision-Date: 2012-12-27 12:54+0000\n" "PO-Revision-Date: 2012-12-28 09:39+0000\n"
"Last-Translator: Necdet Yücel <necdetyucel@gmail.com>\n" "Last-Translator: Necdet Yücel <necdetyucel@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -65,7 +65,7 @@ msgstr "Parola"
#: templates/settings.php:18 #: templates/settings.php:18
msgid "For anonymous access, leave DN and Password empty." msgid "For anonymous access, leave DN and Password empty."
msgstr "" msgstr "Anonim erişim için DN ve Parola alanlarını boş bırakın."
#: templates/settings.php:19 #: templates/settings.php:19
msgid "User Login Filter" msgid "User Login Filter"
@ -81,7 +81,7 @@ msgstr ""
#: templates/settings.php:19 #: templates/settings.php:19
#, php-format #, php-format
msgid "use %%uid placeholder, e.g. \"uid=%%uid\"" msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
msgstr "" msgstr "%%uid yer tutucusunu kullanın, örneğin \"uid=%%uid\""
#: templates/settings.php:20 #: templates/settings.php:20
msgid "User List Filter" msgid "User List Filter"
@ -93,7 +93,7 @@ msgstr ""
#: templates/settings.php:20 #: templates/settings.php:20
msgid "without any placeholder, e.g. \"objectClass=person\"." msgid "without any placeholder, e.g. \"objectClass=person\"."
msgstr "" msgstr "bir yer tutucusu olmadan, örneğin \"objectClass=person\""
#: templates/settings.php:21 #: templates/settings.php:21
msgid "Group Filter" msgid "Group Filter"
@ -113,15 +113,15 @@ msgstr "Port"
#: templates/settings.php:25 #: templates/settings.php:25
msgid "Base User Tree" msgid "Base User Tree"
msgstr "" msgstr "Temel Kullanıcı Ağacı"
#: templates/settings.php:26 #: templates/settings.php:26
msgid "Base Group Tree" msgid "Base Group Tree"
msgstr "" msgstr "Temel Grup Ağacı"
#: templates/settings.php:27 #: templates/settings.php:27
msgid "Group-Member association" msgid "Group-Member association"
msgstr "" msgstr "Grup-Üye işbirliği"
#: templates/settings.php:28 #: templates/settings.php:28
msgid "Use TLS" msgid "Use TLS"
@ -129,7 +129,7 @@ msgstr "TLS kullan"
#: templates/settings.php:28 #: templates/settings.php:28
msgid "Do not use it for SSL connections, it will fail." msgid "Do not use it for SSL connections, it will fail."
msgstr "" msgstr "SSL bağlantıları ile kullanmayın, başarısız olacaktır."
#: templates/settings.php:29 #: templates/settings.php:29
msgid "Case insensitve LDAP server (Windows)" msgid "Case insensitve LDAP server (Windows)"
@ -137,7 +137,7 @@ msgstr ""
#: templates/settings.php:30 #: templates/settings.php:30
msgid "Turn off SSL certificate validation." msgid "Turn off SSL certificate validation."
msgstr "" msgstr "SSL sertifika doğrulamasını kapat."
#: templates/settings.php:30 #: templates/settings.php:30
msgid "" msgid ""
@ -147,7 +147,7 @@ msgstr ""
#: templates/settings.php:30 #: templates/settings.php:30
msgid "Not recommended, use for testing only." msgid "Not recommended, use for testing only."
msgstr "" msgstr "Önerilmez, sadece test için kullanın."
#: templates/settings.php:31 #: templates/settings.php:31
msgid "User Display Name Field" msgid "User Display Name Field"
@ -167,17 +167,17 @@ msgstr ""
#: templates/settings.php:34 #: templates/settings.php:34
msgid "in bytes" msgid "in bytes"
msgstr "" msgstr "byte cinsinden"
#: templates/settings.php:36 #: templates/settings.php:36
msgid "in seconds. A change empties the cache." msgid "in seconds. A change empties the cache."
msgstr "" msgstr "saniye cinsinden. Bir değişiklik önbelleği temizleyecektir."
#: templates/settings.php:37 #: templates/settings.php:37
msgid "" msgid ""
"Leave empty for user name (default). Otherwise, specify an LDAP/AD " "Leave empty for user name (default). Otherwise, specify an LDAP/AD "
"attribute." "attribute."
msgstr "" msgstr "Kullanıcı adı bölümünü boş bırakın (varsayılan). "
#: templates/settings.php:39 #: templates/settings.php:39
msgid "Help" msgid "Help"