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: e01fb347ed40eeff839e08e1627a5fa5c4d2cfbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"A safe home for all your data" => "Um lugar seguro para todos os seus dados",
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "Acesse & compartilhe seus arquivos, agenda, contatos, email & tudo mais de qualquer dispositivo, em seus termos",
"Get the apps to sync your files" => "Faça com que os apps sincronize seus arquivos",
"Desktop client" => "Cliente Desktop",
"Android app" => "App Android",
"iOS app" => "App iOS",
"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",
"Documentation" => "Documentação",
"Access files via WebDAV" => "Acesse arquivos via WebDAV",
"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,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files.\n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "Se você gosta do ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud é um ótimo software aberto para sincronizar e compartilhar seus arquivos.\n\t\tVocê pode obtê-lo livremente a partir de http://owncloud.org\">\n\t\trecomende a seus amigos</a>\n\te <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">espalhe pelo mundo</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";