Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/files/l10n/uk.php4
-rw-r--r--apps/files_encryption/l10n/fr.php4
-rw-r--r--apps/files_encryption/l10n/pt_PT.php6
-rw-r--r--apps/files_external/l10n/pt_PT.php3
-rw-r--r--apps/files_sharing/l10n/pt_PT.php1
-rw-r--r--apps/user_ldap/l10n/en_GB.php4
-rw-r--r--apps/user_ldap/l10n/fr.php6
-rw-r--r--apps/user_ldap/l10n/pt_PT.php4
-rw-r--r--core/l10n/en_GB.php1
-rw-r--r--core/l10n/et_EE.php7
-rw-r--r--core/l10n/pt_PT.php5
-rw-r--r--l10n/templates/core.pot8
-rw-r--r--l10n/templates/files.pot2
-rw-r--r--l10n/templates/files_encryption.pot2
-rw-r--r--l10n/templates/files_external.pot2
-rw-r--r--l10n/templates/files_sharing.pot2
-rw-r--r--l10n/templates/files_trashbin.pot2
-rw-r--r--l10n/templates/files_versions.pot2
-rw-r--r--l10n/templates/lib.pot58
-rw-r--r--l10n/templates/private.pot58
-rw-r--r--l10n/templates/settings.pot2
-rw-r--r--l10n/templates/user_ldap.pot2
-rw-r--r--l10n/templates/user_webdavauth.pot2
-rw-r--r--lib/l10n/fr.php2
-rw-r--r--lib/l10n/pt_PT.php1
-rw-r--r--lib/l10n/uk.php2
-rw-r--r--settings/l10n/fr.php10
-rw-r--r--settings/l10n/pt_PT.php11
28 files changed, 128 insertions, 85 deletions
diff --git a/apps/files/l10n/uk.php b/apps/files/l10n/uk.php
index 866097faba6..f2927738a1e 100644
--- a/apps/files/l10n/uk.php
+++ b/apps/files/l10n/uk.php
@@ -60,8 +60,8 @@ $TRANSLATIONS = array(
"Name" => "Ім'я",
"Size" => "Розмір",
"Modified" => "Змінено",
-"_%n folder_::_%n folders_" => array("%n тека","%n тек","%n тек"),
-"_%n file_::_%n files_" => array("%n файл","%n файлів","%n файлів"),
+"_%n folder_::_%n folders_" => array("%n тека ","теки : %n ","теки : %n "),
+"_%n file_::_%n files_" => array("%n файл ","файли : %n ","файли : %n "),
"You don’t have permission to upload or create files here" => "У вас недостатньо прав для завантаження або створення файлів тут",
"_Uploading %n file_::_Uploading %n files_" => array("Завантаження %n файлу","Завантаження %n файлів","Завантаження %n файлів"),
"\"{name}\" is an invalid file name." => "\"{name}\" - некоректне ім'я файлу.",
diff --git a/apps/files_encryption/l10n/fr.php b/apps/files_encryption/l10n/fr.php
index 8c3e0ded613..2ca5eec48f0 100644
--- a/apps/files_encryption/l10n/fr.php
+++ b/apps/files_encryption/l10n/fr.php
@@ -1,9 +1,9 @@
<?php
$TRANSLATIONS = array(
"Unknown error" => "Erreur Inconnue ",
-"Missing recovery key password" => "Clef de de récupération de mot de passe manquante",
+"Missing recovery key password" => "Mot de passe de la clef de récupération manquant",
"Please repeat the recovery key password" => "Répétez le mot de passe de la clé de récupération",
-"Repeated recovery key password does not match the provided recovery key password" => "Le mot de passe répété de la clé de récupération ne correspond pas au mot de passe de la clé de récupération donné",
+"Repeated recovery key password does not match the provided recovery key password" => "Le mot de passe de la clé de récupération et sa répétition ne sont pas identiques.",
"Recovery key successfully enabled" => "Clé de récupération activée avec succès",
"Could not disable recovery key. Please check your recovery key password!" => "Impossible de désactiver la clé de récupération. Veuillez vérifier votre mot de passe de clé de récupération !",
"Recovery key successfully disabled" => "Clé de récupération désactivée avec succès",
diff --git a/apps/files_encryption/l10n/pt_PT.php b/apps/files_encryption/l10n/pt_PT.php
index aede53f6414..e52165492d9 100644
--- a/apps/files_encryption/l10n/pt_PT.php
+++ b/apps/files_encryption/l10n/pt_PT.php
@@ -1,9 +1,15 @@
<?php
$TRANSLATIONS = array(
"Unknown error" => "Erro Desconhecido",
+"Missing recovery key password" => "Palavra-passe de recuperação em falta",
+"Please repeat the recovery key password" => "Repita a palavra-passe de recuperação",
+"Repeated recovery key password does not match the provided recovery key password" => "A palavra-passe de recuperação repetida não corresponde à palavra-passe fornecida",
"Recovery key successfully enabled" => "A chave de recuperação foi ativada com sucesso",
"Could not disable recovery key. Please check your recovery key password!" => "Não foi possível desativar a chave de recuperação. Por favor, verifique a senha da chave de recuperação.",
"Recovery key successfully disabled" => "A chave de recuperação foi desativada com sucesso",
+"Please provide the old recovery password" => "Escreva a palavra-passe de recuperação antiga",
+"Please provide a new recovery password" => "Escreva a nova palavra-passe de recuperação",
+"Please repeat the new recovery password" => "Escreva de novo a nova palavra-passe de recuperação",
"Password successfully changed." => "Senha alterada com sucesso.",
"Could not change the password. Maybe the old password was not correct." => "Não foi possível alterar a senha. Possivelmente a senha antiga não está correta.",
"Private key password successfully updated." => "A senha da chave privada foi atualizada com sucesso. ",
diff --git a/apps/files_external/l10n/pt_PT.php b/apps/files_external/l10n/pt_PT.php
index 9a12aebae45..185b5ef6cee 100644
--- a/apps/files_external/l10n/pt_PT.php
+++ b/apps/files_external/l10n/pt_PT.php
@@ -15,6 +15,7 @@ $TRANSLATIONS = array(
"Amazon S3 and compliant" => "Amazon S3 e compatível",
"Access Key" => "Chave de acesso",
"Secret Key" => "Chave Secreta",
+"Hostname" => "Hostname",
"Port" => "Porta",
"Region" => "Região",
"Enable SSL" => "Activar SSL",
@@ -35,6 +36,7 @@ $TRANSLATIONS = array(
"Password (required for OpenStack Object Storage)" => "Senha (necessária para OpenStack Object Storage)",
"Service Name (required for OpenStack Object Storage)" => "Nome do Serviço (necessário para OpenStack Object Storage)",
"URL of identity endpoint (required for OpenStack Object Storage)" => "Nome do Serviço (necessário para OpenStack Object Storage)",
+"Timeout of HTTP requests in seconds" => "Timeout de pedidos HTTP em segundos",
"Share" => "Partilhar",
"SMB / CIFS using OC login" => "SMB / CIFS utilizando o início de sessão OC",
"Username as share" => "Utilizar nome de utilizador como partilha",
@@ -47,6 +49,7 @@ $TRANSLATIONS = array(
"Error configuring Google Drive storage" => "Erro ao configurar o armazenamento do Google Drive",
"Personal" => "Pessoal",
"System" => "Sistema",
+"All users. Type to select user or group." => "Todos os utilizadores. Digite para seleccionar utilizador ou grupo.",
"(group)" => "(grupo)",
"Saved" => "Guardado",
"<b>Note:</b> " => "<b>Aviso:</b> ",
diff --git a/apps/files_sharing/l10n/pt_PT.php b/apps/files_sharing/l10n/pt_PT.php
index fc5c7cabec5..59acb2d243a 100644
--- a/apps/files_sharing/l10n/pt_PT.php
+++ b/apps/files_sharing/l10n/pt_PT.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "A partilha entre servidores não se encontra disponível",
+"The mountpoint name contains invalid characters." => "O nome de mountpoint contém caracteres inválidos.",
"Invalid or untrusted SSL certificate" => "Certificado SSL inválido ou não confiável",
"Couldn't add remote share" => "Ocorreu um erro ao adicionar a partilha remota",
"Shared with you" => "Partilhado consigo ",
diff --git a/apps/user_ldap/l10n/en_GB.php b/apps/user_ldap/l10n/en_GB.php
index cde3795bb6f..35a0e8d3ef9 100644
--- a/apps/user_ldap/l10n/en_GB.php
+++ b/apps/user_ldap/l10n/en_GB.php
@@ -47,6 +47,7 @@ $TRANSLATIONS = array(
"Edit raw filter instead" => "Edit raw filter instead",
"Raw LDAP filter" => "Raw LDAP filter",
"The filter specifies which LDAP groups shall have access to the %s instance." => "The filter specifies which LDAP groups shall have access to the %s instance.",
+"Test Filter" => "Test Filter",
"groups found" => "groups found",
"Users login with this attribute:" => "Users login with this attribute:",
"LDAP Username:" => "LDAP Username:",
@@ -66,9 +67,12 @@ $TRANSLATIONS = array(
"For anonymous access, leave DN and Password empty." => "For anonymous access, leave DN and Password empty.",
"One Base DN per line" => "One Base DN per line",
"You can specify Base DN for users and groups in the Advanced tab" => "You can specify Base DN for users and groups in the Advanced tab",
+"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.",
+"Manually enter LDAP filters (recommended for large directories)" => "Manually enter LDAP filters (recommended for large directories)",
"Limit %s access to users meeting these criteria:" => "Limit %s access to users meeting these criteria:",
"The filter specifies which LDAP users shall have access to the %s instance." => "The filter specifies which LDAP users shall have access to the %s instance.",
"users found" => "users found",
+"Saving" => "Saving",
"Back" => "Back",
"Continue" => "Continue",
"Expert" => "Expert",
diff --git a/apps/user_ldap/l10n/fr.php b/apps/user_ldap/l10n/fr.php
index 8d515fe5a15..0108c0e54bc 100644
--- a/apps/user_ldap/l10n/fr.php
+++ b/apps/user_ldap/l10n/fr.php
@@ -47,7 +47,7 @@ $TRANSLATIONS = array(
"Edit raw filter instead" => "Éditer le filtre raw à la place",
"Raw LDAP filter" => "Filtre Raw LDAP",
"The filter specifies which LDAP groups shall have access to the %s instance." => "Le filtre spécifie quels groupes LDAP doivent avoir accès à l'instance %s.",
-"Test Filter" => "Filtre de test",
+"Test Filter" => "Test du filtre",
"groups found" => "groupes trouvés",
"Users login with this attribute:" => "Utilisateurs se connectant avec cet attribut :",
"LDAP Username:" => "Nom d'utilisateur LDAP :",
@@ -67,8 +67,8 @@ $TRANSLATIONS = array(
"For anonymous access, leave DN and Password empty." => "Pour un accès anonyme, laisser le DN utilisateur et le mot de passe vides.",
"One Base DN per line" => "Un DN racine par ligne",
"You can specify Base DN for users and groups in the Advanced tab" => "Vous pouvez spécifier les DN Racines de vos utilisateurs et groupes via l'onglet Avancé",
-"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Évite les requêtes LDAP automatiques. Mieux pour les grosses installations, mais demande des connaissances en LDAP.",
-"Manually enter LDAP filters (recommended for large directories)" => "Entrée manuelle des filtres LDAP (recommandé pour les gros dossiers)",
+"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Évite les requêtes LDAP automatiques. Mieux pour les installations de grande ampleur, mais demande des connaissances en LDAP.",
+"Manually enter LDAP filters (recommended for large directories)" => "Entrée manuelle des filtres LDAP (recommandé pour les annuaires de grande ampleur)",
"Limit %s access to users meeting these criteria:" => "Limiter l'accès à %s aux utilisateurs respectant ces critères :",
"The filter specifies which LDAP users shall have access to the %s instance." => "Le filtre spécifie quels utilisateurs LDAP doivent avoir accès à l'instance %s.",
"users found" => "utilisateurs trouvés",
diff --git a/apps/user_ldap/l10n/pt_PT.php b/apps/user_ldap/l10n/pt_PT.php
index fb4836c78b0..5f20348486b 100644
--- a/apps/user_ldap/l10n/pt_PT.php
+++ b/apps/user_ldap/l10n/pt_PT.php
@@ -47,6 +47,7 @@ $TRANSLATIONS = array(
"Edit raw filter instead" => "Editar filtro raw em vez disso",
"Raw LDAP filter" => "Filtro LDAP Raw",
"The filter specifies which LDAP groups shall have access to the %s instance." => "O filtro especifica quais grupos LDAP devem ter acesso à instância %s.",
+"Test Filter" => "Testar Filtro",
"groups found" => "grupos encontrados",
"Users login with this attribute:" => "Utilizadores entrar com este atributo:",
"LDAP Username:" => "Nome de utilizador LDAP:",
@@ -66,9 +67,12 @@ $TRANSLATIONS = array(
"For anonymous access, leave DN and Password empty." => "Para acesso anónimo, deixe DN e a Palavra-passe vazios.",
"One Base DN per line" => "Uma base DN por linho",
"You can specify Base DN for users and groups in the Advanced tab" => "Pode especificar o ND Base para utilizadores e grupos no separador Avançado",
+"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Evita pedidos LDAP automáticos. Melhor para grandes configurações, mas requer conhecimentos LDAP.",
+"Manually enter LDAP filters (recommended for large directories)" => "Introduzir filtros LDAP manualmente (recomendado para directórios grandes)",
"Limit %s access to users meeting these criteria:" => "Limitar o acesso a %s de utilizadores com estes critérios:",
"The filter specifies which LDAP users shall have access to the %s instance." => "O filtro especifica quais utilizadores do LDAP devem ter acesso à instância %s.",
"users found" => "utilizadores encontrados",
+"Saving" => "Guardando",
"Back" => "Voltar",
"Continue" => "Continuar",
"Expert" => "Perito",
diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php
index 06d1e37ca77..831a0dd511f 100644
--- a/core/l10n/en_GB.php
+++ b/core/l10n/en_GB.php
@@ -150,6 +150,7 @@ $TRANSLATIONS = array(
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n",
"The share will expire on %s." => "The share will expire on %s.",
"Cheers!" => "Cheers!",
+"Internal Server Error" => "Internal Server Error",
"The server encountered an internal error and was unable to complete your request." => "The server encountered an internal error and was unable to complete your request.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.",
"More details can be found in the server log." => "More details can be found in the server log.",
diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php
index 3035ee91877..2aa5d95d18e 100644
--- a/core/l10n/et_EE.php
+++ b/core/l10n/et_EE.php
@@ -151,6 +151,8 @@ $TRANSLATIONS = array(
"The share will expire on %s." => "Jagamine aegub %s.",
"Cheers!" => "Terekest!",
"Internal Server Error" => "Serveri sisemine viga",
+"The server encountered an internal error and was unable to complete your request." => "Serveris tekkis sisemine tõrge ja sinu päringu täitmine ebaõnnestus.",
+"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Kui seda veateadet näidatakse mitu korda, siis palun võta ühendust serveri administraatoriga. Palun lisa alla aruandesse tehnilised üksikasjad.",
"More details can be found in the server log." => "Lisainfot võib leida serveri logist.",
"Technical details" => "Tehnilised andmed",
"Remote Address: %s" => "Kaugaadress: %s",
@@ -159,6 +161,7 @@ $TRANSLATIONS = array(
"Message: %s" => "Sõnum: %s",
"File: %s" => "Fail: %s",
"Line: %s" => "Rida: %s",
+"Trace" => "Jälita",
"Security Warning" => "Turvahoiatus",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Sinu PHP versioon on haavatav NULL Baidi (CVE-2006-7243) rünnakuga.",
"Please update your PHP installation to use %s securely." => "Palun uuenda oma paigaldatud PHP-d tagamaks %s turvalisus.",
@@ -201,6 +204,8 @@ $TRANSLATIONS = array(
"The theme %s has been disabled." => "Teema %s on keelatud.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Enne jätkamist veendu, et andmebaas, seadete ning andmete kataloog on varundatud.",
"Start update" => "Käivita uuendus",
-"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Suurtel saitidel aegumise vältimiseks võid sa paigalduskaustas käivitada järgmise käsu:"
+"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "Suurtel saitidel aegumise vältimiseks võid sa paigalduskaustas käivitada järgmise käsu:",
+"This %s instance is currently being updated, which may take a while." => "Seda %s ownCloud instantsi hetkel uuendatakse, see võib võtta veidi aega.",
+"This page will refresh itself when the %s instance is available again." => "Se leht laetakse uuesti, kui %s instantsi on uuesti saadaval."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php
index fdd1cfb5513..229ecfbccb5 100644
--- a/core/l10n/pt_PT.php
+++ b/core/l10n/pt_PT.php
@@ -68,6 +68,7 @@ $TRANSLATIONS = array(
"Strong password" => "Password muito forte",
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "O seu servidor web não está configurado correctamente para autorizar sincronização de ficheiros, pois o interface WebDAV parece estar com problemas.",
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Este servidor ownCloud não tem uma ligação de internet a funcionar. Isto significa que algumas funcionalidades como o acesso a locais externos (dropbox, gdrive, etc), notificações sobre actualizções, ou a instalação de aplicações não irá funcionar. Sugerimos que active uma ligação à internet se pretender obter todas as funcionalidades do ownCloud.",
+"Error occurred while checking server setup" => "Ocorreu um erro durante a verificação da configuração do servidor",
"Shared" => "Partilhado",
"Shared with {recipients}" => "Partilhado com {recipients}",
"Share" => "Partilhar",
@@ -149,7 +150,10 @@ $TRANSLATIONS = array(
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Olá,\n\napenas para informar que %s partilhou »%s« consigo.\nConsulte aqui: %s\n",
"The share will expire on %s." => "Esta partilha vai expirar em %s.",
"Cheers!" => "Parabéns!",
+"Internal Server Error" => "Erro Interno do Servidor",
"The server encountered an internal error and was unable to complete your request." => "O servidor encontrou um erro interno e não conseguiu concluir o seu pedido.",
+"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Entra em contacto com o administrador do servidor se este erro aparecer várias vezes, inclui também os detalhes técnicos abaixo no seu contacto.",
+"More details can be found in the server log." => "Mais detalhes podem ser encontrados no log do servidor.",
"Technical details" => "Detalhes técnicos",
"Remote Address: %s" => "Endereço remoto: %s",
"Request ID: %s" => "ID do Pedido: %s",
@@ -157,6 +161,7 @@ $TRANSLATIONS = array(
"Message: %s" => "Mensagem: %s",
"File: %s" => "Ficheiro: %s",
"Line: %s" => "Linha: %s",
+"Trace" => "Trace",
"Security Warning" => "Aviso de Segurança",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "A sua versão do PHP é vulnerável ao ataque Byte Null (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "Por favor atualize a sua versão PHP instalada para usar o %s com segurança.",
diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot
index 5829a00e76b..aef8e464cd5 100644
--- a/l10n/templates/core.pot
+++ b/l10n/templates/core.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -792,17 +792,17 @@ msgstr ""
msgid "Database host"
msgstr ""
-#: templates/installation.php:150
+#: templates/installation.php:151
msgid ""
"SQLite will be used as database. For larger installations we recommend to "
"change this."
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:154
msgid "Finish setup"
msgstr ""
-#: templates/installation.php:152
+#: templates/installation.php:154
msgid "Finishing …"
msgstr ""
diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot
index e7e1feaecc4..b2e43c8e205 100644
--- a/l10n/templates/files.pot
+++ b/l10n/templates/files.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot
index ee9c156693f..079ed7f85ab 100644
--- a/l10n/templates/files_encryption.pot
+++ b/l10n/templates/files_encryption.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot
index fcb737cf643..815a84e8b8a 100644
--- a/l10n/templates/files_external.pot
+++ b/l10n/templates/files_external.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot
index cb49d8aa143..07546d52bb2 100644
--- a/l10n/templates/files_sharing.pot
+++ b/l10n/templates/files_sharing.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot
index 522777c38ac..101b4a57b71 100644
--- a/l10n/templates/files_trashbin.pot
+++ b/l10n/templates/files_trashbin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot
index 0636d381a88..b1d6fb906be 100644
--- a/l10n/templates/files_versions.pot
+++ b/l10n/templates/files_versions.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot
index 69e8f167803..793e7c0f937 100644
--- a/l10n/templates/lib.pot
+++ b/l10n/templates/lib.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33,7 +33,7 @@ msgstr ""
msgid "See %s"
msgstr ""
-#: base.php:209 private/util.php:453
+#: base.php:209 private/util.php:457
#, php-format
msgid ""
"This can usually be fixed by %sgiving the webserver write access to the "
@@ -473,144 +473,144 @@ msgstr ""
msgid "The username is already being used"
msgstr ""
-#: private/util.php:438
+#: private/util.php:442
msgid "No database drivers (sqlite, mysql, or postgresql) installed."
msgstr ""
-#: private/util.php:445
+#: private/util.php:449
#, php-format
msgid ""
"Permissions can usually be fixed by %sgiving the webserver write access to "
"the root directory%s."
msgstr ""
-#: private/util.php:452
+#: private/util.php:456
msgid "Cannot write into \"config\" directory"
msgstr ""
-#: private/util.php:466
+#: private/util.php:470
msgid "Cannot write into \"apps\" directory"
msgstr ""
-#: private/util.php:467
+#: private/util.php:471
#, php-format
msgid ""
"This can usually be fixed by %sgiving the webserver write access to the apps "
"directory%s or disabling the appstore in the config file."
msgstr ""
-#: private/util.php:482
+#: private/util.php:486
#, php-format
msgid "Cannot create \"data\" directory (%s)"
msgstr ""
-#: private/util.php:483
+#: private/util.php:487
#, php-format
msgid ""
"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the "
"webserver write access to the root directory</a>."
msgstr ""
-#: private/util.php:500
+#: private/util.php:504
#, php-format
msgid "Setting locale to %s failed"
msgstr ""
-#: private/util.php:503
+#: private/util.php:507
msgid ""
"Please install one of these locales on your system and restart your "
"webserver."
msgstr ""
-#: private/util.php:532
+#: private/util.php:536
msgid "Please ask your server administrator to install the module."
msgstr ""
-#: private/util.php:552
+#: private/util.php:556
#, php-format
msgid "PHP module %s not installed."
msgstr ""
-#: private/util.php:560
+#: private/util.php:564
#, php-format
msgid "PHP %s or higher is required."
msgstr ""
-#: private/util.php:561
+#: private/util.php:565
msgid ""
"Please ask your server administrator to update PHP to the latest version. "
"Your PHP version is no longer supported by ownCloud and the PHP community."
msgstr ""
-#: private/util.php:572
+#: private/util.php:576
msgid ""
"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work "
"properly."
msgstr ""
-#: private/util.php:573
+#: private/util.php:577
msgid ""
"PHP Safe Mode is a deprecated and mostly useless setting that should be "
"disabled. Please ask your server administrator to disable it in php.ini or "
"in your webserver config."
msgstr ""
-#: private/util.php:580
+#: private/util.php:584
msgid ""
"Magic Quotes is enabled. ownCloud requires that it is disabled to work "
"properly."
msgstr ""
-#: private/util.php:581
+#: private/util.php:585
msgid ""
"Magic Quotes is a deprecated and mostly useless setting that should be "
"disabled. Please ask your server administrator to disable it in php.ini or "
"in your webserver config."
msgstr ""
-#: private/util.php:595
+#: private/util.php:599
msgid "PHP modules have been installed, but they are still listed as missing?"
msgstr ""
-#: private/util.php:596
+#: private/util.php:600
msgid "Please ask your server administrator to restart the web server."
msgstr ""
-#: private/util.php:626
+#: private/util.php:630
msgid "PostgreSQL >= 9 required"
msgstr ""
-#: private/util.php:627
+#: private/util.php:631
msgid "Please upgrade your database version"
msgstr ""
-#: private/util.php:634
+#: private/util.php:638
msgid "Error occurred while checking PostgreSQL version"
msgstr ""
-#: private/util.php:635
+#: private/util.php:639
msgid ""
"Please make sure you have PostgreSQL >= 9 or check the logs for more "
"information about the error"
msgstr ""
-#: private/util.php:700
+#: private/util.php:704
msgid ""
"Please change the permissions to 0770 so that the directory cannot be listed "
"by other users."
msgstr ""
-#: private/util.php:709
+#: private/util.php:713
#, php-format
msgid "Data directory (%s) is readable by other users"
msgstr ""
-#: private/util.php:730
+#: private/util.php:734
#, php-format
msgid "Data directory (%s) is invalid"
msgstr ""
-#: private/util.php:731
+#: private/util.php:735
msgid ""
"Please check that the data directory contains a file \".ocdata\" in its root."
msgstr ""
diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot
index 6c14b1f749d..d6960e54646 100644
--- a/l10n/templates/private.pot
+++ b/l10n/templates/private.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -432,151 +432,151 @@ msgstr ""
msgid "The username is already being used"
msgstr ""
-#: util.php:438
+#: util.php:442
msgid "No database drivers (sqlite, mysql, or postgresql) installed."
msgstr ""
-#: util.php:445
+#: util.php:449
#, php-format
msgid ""
"Permissions can usually be fixed by %sgiving the webserver write access to "
"the root directory%s."
msgstr ""
-#: util.php:452
+#: util.php:456
msgid "Cannot write into \"config\" directory"
msgstr ""
-#: util.php:453
+#: util.php:457
#, php-format
msgid ""
"This can usually be fixed by %sgiving the webserver write access to the "
"config directory%s."
msgstr ""
-#: util.php:466
+#: util.php:470
msgid "Cannot write into \"apps\" directory"
msgstr ""
-#: util.php:467
+#: util.php:471
#, php-format
msgid ""
"This can usually be fixed by %sgiving the webserver write access to the apps "
"directory%s or disabling the appstore in the config file."
msgstr ""
-#: util.php:482
+#: util.php:486
#, php-format
msgid "Cannot create \"data\" directory (%s)"
msgstr ""
-#: util.php:483
+#: util.php:487
#, php-format
msgid ""
"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the "
"webserver write access to the root directory</a>."
msgstr ""
-#: util.php:500
+#: util.php:504
#, php-format
msgid "Setting locale to %s failed"
msgstr ""
-#: util.php:503
+#: util.php:507
msgid ""
"Please install one of these locales on your system and restart your "
"webserver."
msgstr ""
-#: util.php:532
+#: util.php:536
msgid "Please ask your server administrator to install the module."
msgstr ""
-#: util.php:552
+#: util.php:556
#, php-format
msgid "PHP module %s not installed."
msgstr ""
-#: util.php:560
+#: util.php:564
#, php-format
msgid "PHP %s or higher is required."
msgstr ""
-#: util.php:561
+#: util.php:565
msgid ""
"Please ask your server administrator to update PHP to the latest version. "
"Your PHP version is no longer supported by ownCloud and the PHP community."
msgstr ""
-#: util.php:572
+#: util.php:576
msgid ""
"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work "
"properly."
msgstr ""
-#: util.php:573
+#: util.php:577
msgid ""
"PHP Safe Mode is a deprecated and mostly useless setting that should be "
"disabled. Please ask your server administrator to disable it in php.ini or "
"in your webserver config."
msgstr ""
-#: util.php:580
+#: util.php:584
msgid ""
"Magic Quotes is enabled. ownCloud requires that it is disabled to work "
"properly."
msgstr ""
-#: util.php:581
+#: util.php:585
msgid ""
"Magic Quotes is a deprecated and mostly useless setting that should be "
"disabled. Please ask your server administrator to disable it in php.ini or "
"in your webserver config."
msgstr ""
-#: util.php:595
+#: util.php:599
msgid "PHP modules have been installed, but they are still listed as missing?"
msgstr ""
-#: util.php:596
+#: util.php:600
msgid "Please ask your server administrator to restart the web server."
msgstr ""
-#: util.php:626
+#: util.php:630
msgid "PostgreSQL >= 9 required"
msgstr ""
-#: util.php:627
+#: util.php:631
msgid "Please upgrade your database version"
msgstr ""
-#: util.php:634
+#: util.php:638
msgid "Error occurred while checking PostgreSQL version"
msgstr ""
-#: util.php:635
+#: util.php:639
msgid ""
"Please make sure you have PostgreSQL >= 9 or check the logs for more "
"information about the error"
msgstr ""
-#: util.php:700
+#: util.php:704
msgid ""
"Please change the permissions to 0770 so that the directory cannot be listed "
"by other users."
msgstr ""
-#: util.php:709
+#: util.php:713
#, php-format
msgid "Data directory (%s) is readable by other users"
msgstr ""
-#: util.php:730
+#: util.php:734
#, php-format
msgid "Data directory (%s) is invalid"
msgstr ""
-#: util.php:731
+#: util.php:735
msgid ""
"Please check that the data directory contains a file \".ocdata\" in its root."
msgstr ""
diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot
index 91618d6887c..6dd60aa218c 100644
--- a/l10n/templates/settings.pot
+++ b/l10n/templates/settings.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot
index 569ac70cbe6..5a479a27a9a 100644
--- a/l10n/templates/user_ldap.pot
+++ b/l10n/templates/user_ldap.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot
index cb4b5d18c90..c00dfd1ab86 100644
--- a/l10n/templates/user_webdavauth.pot
+++ b/l10n/templates/user_webdavauth.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-10-20 01:54-0400\n"
+"POT-Creation-Date: 2014-10-21 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/lib/l10n/fr.php b/lib/l10n/fr.php
index 3e07893f749..8a61c6ff8ad 100644
--- a/lib/l10n/fr.php
+++ b/lib/l10n/fr.php
@@ -11,7 +11,7 @@ $TRANSLATIONS = array(
"Settings" => "Paramètres",
"Users" => "Utilisateurs",
"Admin" => "Administration",
-"Recommended" => "Recommandé",
+"Recommended" => "Recommandée",
"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "L'application \\\"%s\\\" ne peut pas être installée car elle n'est pas compatible avec cette version de ownCloud.",
"No app name specified" => "Aucun nom d'application spécifié",
"Unknown filetype" => "Type de fichier inconnu",
diff --git a/lib/l10n/pt_PT.php b/lib/l10n/pt_PT.php
index 20cfef8a2cb..f475fe934a6 100644
--- a/lib/l10n/pt_PT.php
+++ b/lib/l10n/pt_PT.php
@@ -11,6 +11,7 @@ $TRANSLATIONS = array(
"Settings" => "Configurações",
"Users" => "Utilizadores",
"Admin" => "Admin",
+"Recommended" => "Recomendado",
"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "A Aplicação \\\"%s\\\" não pode ser instalada porque não é compatível com esta versão do owncloud.",
"No app name specified" => "O nome da aplicação não foi especificado",
"Unknown filetype" => "Ficheiro desconhecido",
diff --git a/lib/l10n/uk.php b/lib/l10n/uk.php
index 45df303d1e9..7c507a00dd7 100644
--- a/lib/l10n/uk.php
+++ b/lib/l10n/uk.php
@@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
+"Cannot write into \"config\" directory!" => "Не можу писати у каталог \"config\"!",
+"Sample configuration detected" => "Виявлено приклад конфігурації",
"Help" => "Допомога",
"Personal" => "Особисте",
"Settings" => "Налаштування",
diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php
index e4931523d8f..2d0dd54c1d7 100644
--- a/settings/l10n/fr.php
+++ b/settings/l10n/fr.php
@@ -1,8 +1,8 @@
<?php
$TRANSLATIONS = array(
-"Enabled" => "Activer",
-"Not enabled" => "Désactivé",
-"Recommended" => "Recommandé",
+"Enabled" => "Activée",
+"Not enabled" => "Désactivée",
+"Recommended" => "Recommandée",
"Authentication error" => "Erreur d'authentification",
"Your full name has been changed." => "Votre nom complet a été modifié.",
"Unable to change full name" => "Impossible de changer le nom complet",
@@ -151,7 +151,7 @@ $TRANSLATIONS = array(
"Credentials" => "Informations d'identification",
"SMTP Username" => "Nom d'utilisateur SMTP",
"SMTP Password" => "Mot de passe SMTP",
-"Store credentials" => "Identifiants du magasin",
+"Store credentials" => "Enregistrer les identifiants",
"Test email settings" => "Tester les paramètres e-mail",
"Send email" => "Envoyer un e-mail",
"Log" => "Log",
@@ -167,7 +167,7 @@ $TRANSLATIONS = array(
"Documentation:" => "Documentation :",
"User Documentation" => "Documentation utilisateur",
"Admin Documentation" => "Documentation administrateur",
-"Update to %s" => "Mise à jour jusqu'à %s",
+"Update to %s" => "Mettre à niveau vers la version %s",
"Enable only for specific groups" => "Activer uniquement pour certains groupes",
"Uninstall App" => "Désinstaller l'application",
"Administrator Documentation" => "Documentation administrateur",
diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php
index 6c1e9c8b53a..2eb87b14443 100644
--- a/settings/l10n/pt_PT.php
+++ b/settings/l10n/pt_PT.php
@@ -1,6 +1,8 @@
<?php
$TRANSLATIONS = array(
"Enabled" => "Ativada",
+"Not enabled" => "Desactivado",
+"Recommended" => "Recomendado",
"Authentication error" => "Erro na autenticação",
"Your full name has been changed." => "O seu nome completo foi alterado.",
"Unable to change full name" => "Não foi possível alterar o seu nome completo",
@@ -33,6 +35,7 @@ $TRANSLATIONS = array(
"Saved" => "Guardado",
"test email settings" => "testar configurações de email",
"If you received this email, the settings seem to be correct." => "Se você recebeu este e-mail as configurações parecem estar correctas",
+"A problem occurred while sending the email. Please revise your settings." => "Um problema ocorreu ao enviar o email. Por favor verifique as suas definições.",
"Email sent" => "E-mail enviado",
"You need to set your user email before being able to send test emails." => "Você precisa de configurar o seu e-mail de usuário antes de ser capaz de enviar e-mails de teste",
"Are you really sure you want add \"{domain}\" as trusted domain?" => "Você tem certeza que quer adicionar \"{domain}\" como domínio confiável?",
@@ -107,6 +110,7 @@ $TRANSLATIONS = array(
"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Recomendamos fortemente que instale no seu sistema todos os pacotes necessários para suportar os seguintes locales: %s.",
"URL generation in notification emails" => "Geração URL em e-mails de notificação",
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Se a sua instalação não está instalada na raiz do domínio e usa o sistema cron, pode haver problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwritewebroot\" no ficheiro config.php para o caminho webroot da sua instalação (sugestão: \"%s\")",
+"Connectivity checks" => "Verificações de conectividade",
"No problems found" => "Nenhum problema encontrado",
"Please double check the <a href='%s'>installation guides</a>." => "Por favor verifique <a href='%s'>installation guides</a>.",
"Cron" => "Cron",
@@ -147,6 +151,7 @@ $TRANSLATIONS = array(
"Credentials" => "Credenciais",
"SMTP Username" => "Nome de utilizador SMTP",
"SMTP Password" => "Password SMTP",
+"Store credentials" => "Armazenar credenciais",
"Test email settings" => "Testar configurações de email",
"Send email" => "Enviar email",
"Log" => "Registo",
@@ -155,10 +160,14 @@ $TRANSLATIONS = array(
"Less" => "Menos",
"Version" => "Versão",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolvido pela <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o<a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está licenciado sob a <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
+"More apps" => "Mais aplicações",
+"Add your app" => "Adicione a sua aplicação",
"by" => "por",
+"licensed" => "licenciado",
"Documentation:" => "Documentação:",
"User Documentation" => "Documentação de Utilizador",
"Admin Documentation" => "Documentação de administrador.",
+"Update to %s" => "Actualizar para %s",
"Enable only for specific groups" => "Activar só para grupos específicos",
"Uninstall App" => "Desinstalar aplicação",
"Administrator Documentation" => "Documentação de administrador.",
@@ -191,7 +200,9 @@ $TRANSLATIONS = array(
"Language" => "Idioma",
"Help translate" => "Ajude a traduzir",
"SSL root certificates" => "Certificados SSL de raiz",
+"Common Name" => "Nome Comum",
"Valid until" => "Válido até",
+"Issued By" => "Emitido Por",
"Valid until %s" => "Válido até %s",
"Import Root Certificate" => "Importar Certificado Root",
"The encryption app is no longer enabled, please decrypt all your files" => "A aplicação de encriptação já não está ativa, por favor desincripte todos os seus ficheiros",