[tx-robot] updated from transifex
This commit is contained in:
parent
659b9fc030
commit
5292a14cdf
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"_%n folder_::_%n folders_" => array("",""),
|
||||||
|
"_%n file_::_%n files_" => array("",""),
|
||||||
|
"_Uploading %n file_::_Uploading %n files_" => array("","")
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
|
@ -47,6 +47,7 @@ $TRANSLATIONS = array(
|
||||||
"Error configuring Google Drive storage" => "Erro ao configurar o armazenamento do Google Drive",
|
"Error configuring Google Drive storage" => "Erro ao configurar o armazenamento do Google Drive",
|
||||||
"Personal" => "Pessoal",
|
"Personal" => "Pessoal",
|
||||||
"System" => "Sistema",
|
"System" => "Sistema",
|
||||||
|
"(group)" => "(grupo)",
|
||||||
"Saved" => "Guardado",
|
"Saved" => "Guardado",
|
||||||
"<b>Note:</b> " => "<b>Aviso:</b> ",
|
"<b>Note:</b> " => "<b>Aviso:</b> ",
|
||||||
" and " => "e",
|
" and " => "e",
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"_%s group found_::_%s groups found_" => array("",""),
|
||||||
|
"_%s user found_::_%s users found_" => array("","")
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
|
@ -88,7 +88,7 @@ $TRANSLATIONS = array(
|
||||||
"Send" => "Senden",
|
"Send" => "Senden",
|
||||||
"Set expiration date" => "Setze ein Ablaufdatum",
|
"Set expiration date" => "Setze ein Ablaufdatum",
|
||||||
"Expiration date" => "Ablaufdatum",
|
"Expiration date" => "Ablaufdatum",
|
||||||
"Adding user..." => "Füge Nutzer hinzu...",
|
"Adding user..." => "Benutzer wird hinzugefügt …",
|
||||||
"group" => "Gruppe",
|
"group" => "Gruppe",
|
||||||
"Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt",
|
"Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt",
|
||||||
"Shared in {item} with {user}" => "Für {user} in {item} freigegeben",
|
"Shared in {item} with {user}" => "Für {user} in {item} freigegeben",
|
||||||
|
|
|
@ -88,7 +88,7 @@ $TRANSLATIONS = array(
|
||||||
"Send" => "Senden",
|
"Send" => "Senden",
|
||||||
"Set expiration date" => "Ein Ablaufdatum setzen",
|
"Set expiration date" => "Ein Ablaufdatum setzen",
|
||||||
"Expiration date" => "Ablaufdatum",
|
"Expiration date" => "Ablaufdatum",
|
||||||
"Adding user..." => "Füge Nutzer hinzu...",
|
"Adding user..." => "Benutzer wird hinzugefügt …",
|
||||||
"group" => "Gruppe",
|
"group" => "Gruppe",
|
||||||
"Resharing is not allowed" => "Das Weiterverteilen ist nicht erlaubt",
|
"Resharing is not allowed" => "Das Weiterverteilen ist nicht erlaubt",
|
||||||
"Shared in {item} with {user}" => "Freigegeben in {item} von {user}",
|
"Shared in {item} with {user}" => "Freigegeben in {item} von {user}",
|
||||||
|
|
|
@ -87,6 +87,7 @@ $TRANSLATIONS = array(
|
||||||
"Send" => "Enviar",
|
"Send" => "Enviar",
|
||||||
"Set expiration date" => "Especificar data de expiração",
|
"Set expiration date" => "Especificar data de expiração",
|
||||||
"Expiration date" => "Data de expiração",
|
"Expiration date" => "Data de expiração",
|
||||||
|
"Adding user..." => "A adicionar utilizador...",
|
||||||
"group" => "grupo",
|
"group" => "grupo",
|
||||||
"Resharing is not allowed" => "Não é permitido partilhar de novo",
|
"Resharing is not allowed" => "Não é permitido partilhar de novo",
|
||||||
"Shared in {item} with {user}" => "Partilhado em {item} com {user}",
|
"Shared in {item} with {user}" => "Partilhado em {item} com {user}",
|
||||||
|
@ -148,6 +149,11 @@ $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",
|
"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.",
|
"The share will expire on %s." => "Esta partilha vai expirar em %s.",
|
||||||
"Cheers!" => "Parabéns!",
|
"Cheers!" => "Parabéns!",
|
||||||
|
"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.",
|
||||||
|
"Technical details" => "Detalhes técnicos",
|
||||||
|
"Remote Address: %s" => "Endereço remoto: %s",
|
||||||
|
"Message: %s" => "Mensagem: %s",
|
||||||
|
"File: %s" => "Ficheiro: %s",
|
||||||
"Security Warning" => "Aviso de Segurança",
|
"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)",
|
"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.",
|
"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.",
|
||||||
|
|
|
@ -88,6 +88,7 @@ $TRANSLATIONS = array(
|
||||||
"Send" => "Отправить",
|
"Send" => "Отправить",
|
||||||
"Set expiration date" => "Установить срок доступа",
|
"Set expiration date" => "Установить срок доступа",
|
||||||
"Expiration date" => "Дата окончания",
|
"Expiration date" => "Дата окончания",
|
||||||
|
"Adding user..." => "Добавляем пользователя...",
|
||||||
"group" => "группа",
|
"group" => "группа",
|
||||||
"Resharing is not allowed" => "Общий доступ не разрешен",
|
"Resharing is not allowed" => "Общий доступ не разрешен",
|
||||||
"Shared in {item} with {user}" => "Общий доступ к {item} с {user}",
|
"Shared in {item} with {user}" => "Общий доступ к {item} с {user}",
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"_{count} file conflict_::_{count} file conflicts_" => array("","")
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
@ -566,14 +566,14 @@ msgstr ""
|
||||||
msgid "New Password"
|
msgid "New Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: setup/controller.php:139
|
#: setup/controller.php:144
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Mac OS X is not supported and %s will not work properly on this platform. "
|
"Mac OS X is not supported and %s will not work properly on this platform. "
|
||||||
"Use it at your own risk! "
|
"Use it at your own risk! "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: setup/controller.php:143
|
#: setup/controller.php:148
|
||||||
msgid "For the best results, please consider using a GNU/Linux server instead."
|
msgid "For the best results, please consider using a GNU/Linux server instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
@ -130,31 +130,31 @@ msgstr ""
|
||||||
msgid "Repeat Recovery key password"
|
msgid "Repeat Recovery key password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-admin.php:22 templates/settings-personal.php:52
|
#: templates/settings-admin.php:23 templates/settings-personal.php:53
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-admin.php:30 templates/settings-personal.php:60
|
#: templates/settings-admin.php:32 templates/settings-personal.php:62
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-admin.php:35
|
#: templates/settings-admin.php:37
|
||||||
msgid "Change recovery key password:"
|
msgid "Change recovery key password:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-admin.php:41
|
#: templates/settings-admin.php:43
|
||||||
msgid "Old Recovery key password"
|
msgid "Old Recovery key password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-admin.php:48
|
#: templates/settings-admin.php:50
|
||||||
msgid "New Recovery key password"
|
msgid "New Recovery key password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-admin.php:54
|
#: templates/settings-admin.php:56
|
||||||
msgid "Repeat New Recovery key password"
|
msgid "Repeat New Recovery key password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-admin.php:59
|
#: templates/settings-admin.php:61
|
||||||
msgid "Change Password"
|
msgid "Change Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -194,10 +194,10 @@ msgid ""
|
||||||
"files in case of password loss"
|
"files in case of password loss"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-personal.php:61
|
#: templates/settings-personal.php:63
|
||||||
msgid "File recovery settings updated"
|
msgid "File recovery settings updated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings-personal.php:62
|
#: templates/settings-personal.php:64
|
||||||
msgid "Could not update file recovery"
|
msgid "Could not update file recovery"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
@ -33,15 +33,15 @@ msgstr ""
|
||||||
msgid "Couldn't add remote share"
|
msgid "Couldn't add remote share"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: appinfo/app.php:36 js/app.js:34
|
#: appinfo/app.php:39 js/app.js:34
|
||||||
msgid "Shared with you"
|
msgid "Shared with you"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: appinfo/app.php:48 js/app.js:53
|
#: appinfo/app.php:51 js/app.js:53
|
||||||
msgid "Shared with others"
|
msgid "Shared with others"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: appinfo/app.php:57 js/app.js:72
|
#: appinfo/app.php:60 js/app.js:72
|
||||||
msgid "Shared by link"
|
msgid "Shared by link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
@ -273,126 +273,126 @@ msgstr ""
|
||||||
msgid "%s shared »%s« with you"
|
msgid "%s shared »%s« with you"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:494
|
#: private/share/share.php:505
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because the file does not exist"
|
msgid "Sharing %s failed, because the file does not exist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:501
|
#: private/share/share.php:512
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "You are not allowed to share %s"
|
msgid "You are not allowed to share %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:531
|
#: private/share/share.php:542
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because the user %s is the item owner"
|
msgid "Sharing %s failed, because the user %s is the item owner"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:537
|
#: private/share/share.php:548
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because the user %s does not exist"
|
msgid "Sharing %s failed, because the user %s does not exist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:546
|
#: private/share/share.php:557
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Sharing %s failed, because the user %s is not a member of any groups that %s "
|
"Sharing %s failed, because the user %s is not a member of any groups that %s "
|
||||||
"is a member of"
|
"is a member of"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:559 private/share/share.php:587
|
#: private/share/share.php:570 private/share/share.php:598
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because this item is already shared with %s"
|
msgid "Sharing %s failed, because this item is already shared with %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:567
|
#: private/share/share.php:578
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because the group %s does not exist"
|
msgid "Sharing %s failed, because the group %s does not exist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:574
|
#: private/share/share.php:585
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because %s is not a member of the group %s"
|
msgid "Sharing %s failed, because %s is not a member of the group %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:628
|
#: private/share/share.php:639
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to provide a password to create a public link, only protected links "
|
"You need to provide a password to create a public link, only protected links "
|
||||||
"are allowed"
|
"are allowed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:657
|
#: private/share/share.php:668
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because sharing with links is not allowed"
|
msgid "Sharing %s failed, because sharing with links is not allowed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:664
|
#: private/share/share.php:675
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Share type %s is not valid for %s"
|
msgid "Share type %s is not valid for %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:866
|
#: private/share/share.php:899
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Setting permissions for %s failed, because the permissions exceed "
|
"Setting permissions for %s failed, because the permissions exceed "
|
||||||
"permissions granted to %s"
|
"permissions granted to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:927
|
#: private/share/share.php:960
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Setting permissions for %s failed, because the item was not found"
|
msgid "Setting permissions for %s failed, because the item was not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:965
|
#: private/share/share.php:998
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cannot set expiration date. Shares cannot expire later than %s after they "
|
"Cannot set expiration date. Shares cannot expire later than %s after they "
|
||||||
"have been shared"
|
"have been shared"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:973
|
#: private/share/share.php:1006
|
||||||
msgid "Cannot set expiration date. Expiration date is in the past"
|
msgid "Cannot set expiration date. Expiration date is in the past"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:1098
|
#: private/share/share.php:1132
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing backend %s must implement the interface OCP\\Share_Backend"
|
msgid "Sharing backend %s must implement the interface OCP\\Share_Backend"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:1105
|
#: private/share/share.php:1139
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing backend %s not found"
|
msgid "Sharing backend %s not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:1111
|
#: private/share/share.php:1145
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing backend for %s not found"
|
msgid "Sharing backend for %s not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:1529
|
#: private/share/share.php:1812
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because the user %s is the original sharer"
|
msgid "Sharing %s failed, because the user %s is the original sharer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:1538
|
#: private/share/share.php:1822
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Sharing %s failed, because the permissions exceed permissions granted to %s"
|
"Sharing %s failed, because the permissions exceed permissions granted to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:1554
|
#: private/share/share.php:1838
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because resharing is not allowed"
|
msgid "Sharing %s failed, because resharing is not allowed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:1566
|
#: private/share/share.php:1852
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Sharing %s failed, because the sharing backend for %s could not find its "
|
"Sharing %s failed, because the sharing backend for %s could not find its "
|
||||||
"source"
|
"source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: private/share/share.php:1580
|
#: private/share/share.php:1866
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Sharing %s failed, because the file could not be found in the file cache"
|
"Sharing %s failed, because the file could not be found in the file cache"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
@ -232,126 +232,126 @@ msgstr ""
|
||||||
msgid "%s shared »%s« with you"
|
msgid "%s shared »%s« with you"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:494
|
#: share/share.php:505
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because the file does not exist"
|
msgid "Sharing %s failed, because the file does not exist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:501
|
#: share/share.php:512
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "You are not allowed to share %s"
|
msgid "You are not allowed to share %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:531
|
#: share/share.php:542
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because the user %s is the item owner"
|
msgid "Sharing %s failed, because the user %s is the item owner"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:537
|
#: share/share.php:548
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because the user %s does not exist"
|
msgid "Sharing %s failed, because the user %s does not exist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:546
|
#: share/share.php:557
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Sharing %s failed, because the user %s is not a member of any groups that %s "
|
"Sharing %s failed, because the user %s is not a member of any groups that %s "
|
||||||
"is a member of"
|
"is a member of"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:559 share/share.php:587
|
#: share/share.php:570 share/share.php:598
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because this item is already shared with %s"
|
msgid "Sharing %s failed, because this item is already shared with %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:567
|
#: share/share.php:578
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because the group %s does not exist"
|
msgid "Sharing %s failed, because the group %s does not exist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:574
|
#: share/share.php:585
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because %s is not a member of the group %s"
|
msgid "Sharing %s failed, because %s is not a member of the group %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:628
|
#: share/share.php:639
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to provide a password to create a public link, only protected links "
|
"You need to provide a password to create a public link, only protected links "
|
||||||
"are allowed"
|
"are allowed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:657
|
#: share/share.php:668
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because sharing with links is not allowed"
|
msgid "Sharing %s failed, because sharing with links is not allowed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:664
|
#: share/share.php:675
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Share type %s is not valid for %s"
|
msgid "Share type %s is not valid for %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:866
|
#: share/share.php:899
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Setting permissions for %s failed, because the permissions exceed "
|
"Setting permissions for %s failed, because the permissions exceed "
|
||||||
"permissions granted to %s"
|
"permissions granted to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:927
|
#: share/share.php:960
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Setting permissions for %s failed, because the item was not found"
|
msgid "Setting permissions for %s failed, because the item was not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:965
|
#: share/share.php:998
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cannot set expiration date. Shares cannot expire later than %s after they "
|
"Cannot set expiration date. Shares cannot expire later than %s after they "
|
||||||
"have been shared"
|
"have been shared"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:973
|
#: share/share.php:1006
|
||||||
msgid "Cannot set expiration date. Expiration date is in the past"
|
msgid "Cannot set expiration date. Expiration date is in the past"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:1098
|
#: share/share.php:1132
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing backend %s must implement the interface OCP\\Share_Backend"
|
msgid "Sharing backend %s must implement the interface OCP\\Share_Backend"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:1105
|
#: share/share.php:1139
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing backend %s not found"
|
msgid "Sharing backend %s not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:1111
|
#: share/share.php:1145
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing backend for %s not found"
|
msgid "Sharing backend for %s not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:1529
|
#: share/share.php:1812
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because the user %s is the original sharer"
|
msgid "Sharing %s failed, because the user %s is the original sharer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:1538
|
#: share/share.php:1822
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Sharing %s failed, because the permissions exceed permissions granted to %s"
|
"Sharing %s failed, because the permissions exceed permissions granted to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:1554
|
#: share/share.php:1838
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Sharing %s failed, because resharing is not allowed"
|
msgid "Sharing %s failed, because resharing is not allowed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:1566
|
#: share/share.php:1852
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Sharing %s failed, because the sharing backend for %s could not find its "
|
"Sharing %s failed, because the sharing backend for %s could not find its "
|
||||||
"source"
|
"source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: share/share.php:1580
|
#: share/share.php:1866
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Sharing %s failed, because the file could not be found in the file cache"
|
"Sharing %s failed, because the file could not be found in the file cache"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
@ -157,11 +157,11 @@ msgid_plural "%s users found"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: lib/wizard.php:392 lib/wizard.php:1128
|
#: lib/wizard.php:394 lib/wizard.php:1130
|
||||||
msgid "Could not find the desired feature"
|
msgid "Could not find the desired feature"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/wizard.php:935 lib/wizard.php:947
|
#: lib/wizard.php:937 lib/wizard.php:949
|
||||||
msgid "Invalid Host"
|
msgid "Invalid Host"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2014-09-29 01:54-0400\n"
|
"POT-Creation-Date: 2014-09-30 01:54-0400\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"
|
||||||
|
|
|
@ -50,6 +50,7 @@ $TRANSLATIONS = array(
|
||||||
"PostgreSQL username and/or password not valid" => "Nome de utilizador/password do PostgreSQL inválido",
|
"PostgreSQL username and/or password not valid" => "Nome de utilizador/password do PostgreSQL inválido",
|
||||||
"Set an admin username." => "Definir um nome de utilizador de administrador",
|
"Set an admin username." => "Definir um nome de utilizador de administrador",
|
||||||
"Set an admin password." => "Definiar uma password de administrador",
|
"Set an admin password." => "Definiar uma password de administrador",
|
||||||
|
"Can't create or write into the data directory %s" => "Não é possível criar ou escrever a directoria data %s",
|
||||||
"%s shared »%s« with you" => "%s partilhado »%s« consigo",
|
"%s shared »%s« with you" => "%s partilhado »%s« consigo",
|
||||||
"Sharing %s failed, because the file does not exist" => "A partilha de %s falhou, porque o ficheiro não existe",
|
"Sharing %s failed, because the file does not exist" => "A partilha de %s falhou, porque o ficheiro não existe",
|
||||||
"You are not allowed to share %s" => "Não está autorizado a partilhar %s",
|
"You are not allowed to share %s" => "Não está autorizado a partilhar %s",
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"_%n minute ago_::_%n minutes ago_" => array("",""),
|
||||||
|
"_%n hour ago_::_%n hours ago_" => array("",""),
|
||||||
|
"_%n day go_::_%n days ago_" => array("",""),
|
||||||
|
"_%n month ago_::_%n months ago_" => array("","")
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
|
@ -67,6 +67,7 @@ $TRANSLATIONS = array(
|
||||||
"So-so password" => "Password aceitável",
|
"So-so password" => "Password aceitável",
|
||||||
"Good password" => "Password Forte",
|
"Good password" => "Password Forte",
|
||||||
"Strong password" => "Password muito forte",
|
"Strong password" => "Password muito forte",
|
||||||
|
"Valid until {date}" => "Válido até {date}",
|
||||||
"Delete" => "Eliminar",
|
"Delete" => "Eliminar",
|
||||||
"Decrypting files... Please wait, this can take some time." => "A desencriptar os ficheiros... Por favor aguarde, esta operação pode demorar algum tempo.",
|
"Decrypting files... Please wait, this can take some time." => "A desencriptar os ficheiros... Por favor aguarde, esta operação pode demorar algum tempo.",
|
||||||
"Delete encryption keys permanently." => "Excluir as chaves encriptadas de forma permanente.",
|
"Delete encryption keys permanently." => "Excluir as chaves encriptadas de forma permanente.",
|
||||||
|
@ -117,6 +118,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.",
|
"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",
|
"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\")",
|
"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\")",
|
||||||
|
"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>.",
|
"Please double check the <a href='%s'>installation guides</a>." => "Por favor verifique <a href='%s'>installation guides</a>.",
|
||||||
"Cron" => "Cron",
|
"Cron" => "Cron",
|
||||||
"Last cron was executed at %s." => "O ultimo cron foi executado em %s.",
|
"Last cron was executed at %s." => "O ultimo cron foi executado em %s.",
|
||||||
|
@ -199,6 +201,8 @@ $TRANSLATIONS = array(
|
||||||
"Language" => "Idioma",
|
"Language" => "Idioma",
|
||||||
"Help translate" => "Ajude a traduzir",
|
"Help translate" => "Ajude a traduzir",
|
||||||
"SSL root certificates" => "Certificados SSL de raiz",
|
"SSL root certificates" => "Certificados SSL de raiz",
|
||||||
|
"Valid until" => "Válido até",
|
||||||
|
"Valid until %s" => "Válido até %s",
|
||||||
"Import Root Certificate" => "Importar Certificado Root",
|
"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",
|
"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",
|
||||||
"Log-in password" => "Password de entrada",
|
"Log-in password" => "Password de entrada",
|
||||||
|
@ -206,6 +210,8 @@ $TRANSLATIONS = array(
|
||||||
"Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." => "As suas chaves de encriptação foram movidas para um local de segurança. Em caso de algo correr mal você pode restaurar as chaves. Só deve eliminar as chaves permanentemente se tiver certeza absoluta que os ficheiros são decrepitados correctamente.",
|
"Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." => "As suas chaves de encriptação foram movidas para um local de segurança. Em caso de algo correr mal você pode restaurar as chaves. Só deve eliminar as chaves permanentemente se tiver certeza absoluta que os ficheiros são decrepitados correctamente.",
|
||||||
"Restore Encryption Keys" => "Restaurar as chaves de encriptação",
|
"Restore Encryption Keys" => "Restaurar as chaves de encriptação",
|
||||||
"Delete Encryption Keys" => "Apagar as chaves de encriptação",
|
"Delete Encryption Keys" => "Apagar as chaves de encriptação",
|
||||||
|
"Show storage location" => "Mostrar a localização do armazenamento",
|
||||||
|
"Show last log in" => "Mostrar ultimo acesso de entrada",
|
||||||
"Login Name" => "Nome de utilizador",
|
"Login Name" => "Nome de utilizador",
|
||||||
"Create" => "Criar",
|
"Create" => "Criar",
|
||||||
"Admin Recovery Password" => "Recuperar password de administrador",
|
"Admin Recovery Password" => "Recuperar password de administrador",
|
||||||
|
|
|
@ -111,11 +111,13 @@ $TRANSLATIONS = array(
|
||||||
"Your PHP version is outdated" => "Ваша версия PHP устарела",
|
"Your PHP version is outdated" => "Ваша версия PHP устарела",
|
||||||
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Ваша версия PHP устарела. Мы настоятельно рекомендуем обновиться до 5.3.8 или новее, так как старые версии работают не корректно. Вполне возможно, что эта установка не работает должным образом.",
|
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Ваша версия PHP устарела. Мы настоятельно рекомендуем обновиться до 5.3.8 или новее, так как старые версии работают не корректно. Вполне возможно, что эта установка не работает должным образом.",
|
||||||
"PHP charset is not set to UTF-8" => "Кодировка PHP не совпадает с UTF-8",
|
"PHP charset is not set to UTF-8" => "Кодировка PHP не совпадает с UTF-8",
|
||||||
|
"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Кодировка PHP не совпадает с UTF-8. Это может вызвать трудности с именами файлов, содержащими нелатинские символы. Мы настоятельно рекомендуем сменить значение переменной default_charset в файле php.ini на UTF-8.",
|
||||||
"Locale not working" => "Локализация не работает",
|
"Locale not working" => "Локализация не работает",
|
||||||
"System locale can not be set to a one which supports UTF-8." => "Невозможно установить системную локаль, поддерживающую UTF-8",
|
"System locale can not be set to a one which supports UTF-8." => "Невозможно установить системную локаль, поддерживающую UTF-8",
|
||||||
"This means that there might be problems with certain characters in file names." => "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.",
|
"This means that there might be problems with certain characters in file names." => "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.",
|
||||||
"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Мы настоятельно рекомендуем установить требуемые пакеты в систему, для поддержки одной из следующих локалей: %s.",
|
"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Мы настоятельно рекомендуем установить требуемые пакеты в систему, для поддержки одной из следующих локалей: %s.",
|
||||||
"URL generation in notification emails" => "Генерирование URL в уведомляющих электронных письмах",
|
"URL generation in notification emails" => "Генерирование URL в уведомляющих электронных письмах",
|
||||||
|
"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\")" => "Если ваша копия ownCloud установлена не в корне домена и использует планировщик cron системы, возможны проблемы с правильной генерацией URL. Чтобы избежать этого, установите опцию verwritewebroot файла config.php равной пути папки установки. (Вероятно, это \"%s\".)",
|
||||||
"Connectivity checks" => "Проверка соединения",
|
"Connectivity checks" => "Проверка соединения",
|
||||||
"No problems found" => "Проблемы не найдены",
|
"No problems found" => "Проблемы не найдены",
|
||||||
"Please double check the <a href='%s'>installation guides</a>." => "Пожалуйста, дважды просмотрите <a href='%s'>инструкции по установке</a>.",
|
"Please double check the <a href='%s'>installation guides</a>." => "Пожалуйста, дважды просмотрите <a href='%s'>инструкции по установке</a>.",
|
||||||
|
|
Loading…
Reference in New Issue