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

pt_BR.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7219824afcea2d806fa0afb000c4041bcc30e409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Bem-vindo ao %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Seus serviços web pessoais. Todos os seus arquivos, contatos, calendários e mais, em um único lugar.",
"Get the apps to sync your files" => "Faça com que os apps sincronize seus arquivos",
"Connect your desktop apps to %s" => "Conecte seus aplicativos de desktop para %s",
"Connect your Calendar" => "Conecte seu Calendário",
"Connect your Contacts" => "Conecte seus Contatos",
"Access files via WebDAV" => "Acesse arquivos via WebDAV",
"Documentation" => "Documentação",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Existe mais informação em <a target=\"_blank\" href=\"%s\">documentação</a> e em nosso <a target=\"_blank\" href=\"http://owncloud.org\">website</a>",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Se você gosta do ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud é um software livre que sincroniza e compartilha seus arquivos. Você pode obtê-lo gratuitamente em http://owncloud.org\">recomende aos seus amigos</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";