~pvigo/+junk/owncloud-14.04

« back to all changes in this revision

Viewing changes to usr/share/owncloud/apps/firstrunwizard/l10n/pt_BR.php

  • Committer: Pablo Vigo
  • Date: 2014-12-15 13:36:46 UTC
  • Revision ID: pvigo@xtec.cat-20141215133646-7d6it90e1dbsijc2
2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php $TRANSLATIONS = array(
2
 
"Welcome to ownCloud" => "Bem-vindo ao ownCloud",
3
 
"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.",
4
 
"Get the apps to sync your files" => "Faça com que os apps sincronize seus arquivos",
5
 
"Connect your desktop apps to ownCloud" => "Conecte seus apps do desktop ao ownCloud",
6
 
"Connect your Calendar" => "Conecte seu Calendário",
7
 
"Connect your Contacts" => "Conecte seus Contatos",
8
 
"Access files via WebDAV" => "Acesse arquivos via WebDAV",
9
 
"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>",
10
 
"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>!"
11
 
);