diff --git a/appnet/lang/nl/messages.po b/appnet/lang/nl/messages.po
new file mode 100644
index 000000000..74653c760
--- /dev/null
+++ b/appnet/lang/nl/messages.po
@@ -0,0 +1,118 @@
+# ADDON appnet
+# Copyright (C)
+# This file is distributed under the same license as the Friendica appnet addon package.
+#
+#
+# Translators:
+# Jeroen S Error fetching token. Please try again. Fout tijdens token fetching. Probeer het nogmaals. Error fetching user profile. Please clear the configuration and try "
+"again. Fout tijdens het ophalen van gebruikersprofiel. Leeg de configuratie en probeer het opnieuw. You have two ways to connect to App.net. Er zijn twee manieren om met App.net te verbinden. First way: Register an application at https://account.app.net/developer/apps/"
+" and enter Client ID and Client Secret. "
+msgstr ""
+
+#: appnet.php:167
+#, php-format
+msgid "Use '%s' as Redirect URI "
+msgstr ""
+
+#: appnet.php:169
+msgid "Client ID"
+msgstr ""
+
+#: appnet.php:173
+msgid "Client Secret"
+msgstr ""
+
+#: appnet.php:177
+msgid ""
+" Second way: fetch a token at http://dev-lite.jonathonduerig.com/. "
+msgstr ""
+
+#: appnet.php:178
+msgid ""
+"Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', "
+"'Messages'. Error fetching token. Please try again. Fout tijdens token fetching. Probeer het nogmaals. Error fetching user profile. Please clear the configuration and try again. Fout tijdens het ophalen van gebruikersprofiel. Leeg de configuratie en probeer het opnieuw. You have two ways to connect to App.net. Er zijn twee manieren om met App.net te verbinden. First way: Register an application at https://account.app.net/developer/apps/ and enter Client ID and Client Secret. "] = "";
+$a->strings["Use '%s' as Redirect URI "] = "";
+$a->strings["Client ID"] = "";
+$a->strings["Client Secret"] = "";
+$a->strings[" Second way: fetch a token at http://dev-lite.jonathonduerig.com/. "] = "";
+$a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'. Error fetching token. Please try again. Error fetching user profile. Please clear the configuration and try again. You have two ways to connect to App.net. Você possui duas formas de conectar ao App.net First way: Register an application at https://account.app.net/developer/apps/ and enter Client ID and Client Secret. "] = " 1º Método: Registre uma aplicação em https://account.app.net/developer/apps/ e entre o Client ID e Client Secret";
@@ -24,6 +24,6 @@ $a->strings["Client Secret"] = "Client Secret";
$a->strings[" Second way: fetch a token at http://dev-lite.jonathonduerig.com/. "] = " 2º Método: obtenha um token em http://dev-lite.jonathonduerig.com/. ";
$a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.
"; - $o .= "\nDatabase:\n"; + $o .= "\nDatabase Read:\n"; foreach ($a->callstack["database"] AS $func => $time) { $time = round($time, 3); if ($time > 0) $o .= $func.": ".$time."\n"; } + $o .= "\nDatabase Write:\n"; + foreach ($a->callstack["database_write"] AS $func => $time) { + $time = round($time, 3); + if ($time > 0) + $o .= $func.": ".$time."\n"; + } $o .= "\nNetwork:\n"; foreach ($a->callstack["network"] AS $func => $time) { diff --git a/showmore/lang/pt-br/messages.po b/showmore/lang/pt-br/messages.po new file mode 100644 index 000000000..233b6f1ed --- /dev/null +++ b/showmore/lang/pt-br/messages.po @@ -0,0 +1,44 @@ +# ADDON showmore +# Copyright (C) +# This file is distributed under the same license as the Friendica showmore addon package. +# +# +# Translators: +# Beatriz Vital, 2016 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2016-08-19 16:58+0000\n" +"Last-Translator: Beatriz Vital \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/Friendica/friendica/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: showmore.php:38 +msgid "\"Show more\" Settings" +msgstr "Configurações de \"Mostrar mais\"" + +#: showmore.php:41 +msgid "Enable Show More" +msgstr "Habilitar Mostrar Mais" + +#: showmore.php:44 +msgid "Cutting posts after how much characters" +msgstr "Cortar as publicações depois de quantos caracteres" + +#: showmore.php:48 +msgid "Submit" +msgstr "Enviar" + +#: showmore.php:65 +msgid "Show More Settings saved." +msgstr "As configurações de Mostrar Mais foram salvas." + +#: showmore.php:119 +msgid "show more" +msgstr "mostrar mais" diff --git a/showmore/lang/pt-br/strings.php b/showmore/lang/pt-br/strings.php index a6f618b1f..05f2b0702 100644 --- a/showmore/lang/pt-br/strings.php +++ b/showmore/lang/pt-br/strings.php @@ -1,8 +1,13 @@ -strings["\"Show more\" Settings"] = "Configurações de \"Exibir mais\""; -$a->strings["Enable Show More"] = "Habilitar \"Exibir mais\""; -$a->strings["Cutting posts after how much characters"] = "Cortar as mensagens após quantos caracteres"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Show More Settings saved."] = "As configurações de \"Exibir mais\" foram salvas."; -$a->strings["show more"] = "exibir mais"; + 1);; +}} +; +$a->strings["\"Show more\" Settings"] = "Configurações de \"Mostrar mais\""; +$a->strings["Enable Show More"] = "Habilitar Mostrar Mais"; +$a->strings["Cutting posts after how much characters"] = "Cortar as publicações depois de quantos caracteres"; +$a->strings["Submit"] = "Enviar"; +$a->strings["Show More Settings saved."] = "As configurações de Mostrar Mais foram salvas."; +$a->strings["show more"] = "mostrar mais"; diff --git a/statusnet/lang/pt-br/messages.po b/statusnet/lang/pt-br/messages.po new file mode 100644 index 000000000..6eed735de --- /dev/null +++ b/statusnet/lang/pt-br/messages.po @@ -0,0 +1,175 @@ +# ADDON statusnet +# Copyright (C) +# This file is distributed under the same license as the Friendica statusnet addon package. +# +# +# Translators: +# Beatriz Vital , 2016 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-27 07:21+0200\n" +"PO-Revision-Date: 2016-08-19 20:39+0000\n" +"Last-Translator: Beatriz Vital \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/Friendica/friendica/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: statusnet.php:151 +msgid "Post to GNU Social" +msgstr "Publicar no GNU Social" + +#: statusnet.php:196 +msgid "" +"Please contact your site administrator.
The provided API URL is not " +"valid." +msgstr "" + +#: statusnet.php:225 +msgid "We could not contact the GNU Social API with the Path you entered." +msgstr "" + +#: statusnet.php:259 +msgid "GNU Social settings updated." +msgstr "As configurações do GNU Social foram atualizadas." + +#: statusnet.php:294 statusnet.php:298 +msgid "GNU Social Import/Export/Mirror" +msgstr "" + +#: statusnet.php:313 +msgid "Globally Available GNU Social OAuthKeys" +msgstr "" + +#: statusnet.php:314 +msgid "" +"There are preconfigured OAuth key pairs for some GNU Social servers " +"available. If you are using one of them, please use these credentials. If " +"not feel free to connect to any other GNU Social instance (see below)." +msgstr "" + +#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371 +#: statusnet.php:416 statusnet.php:699 +msgid "Save Settings" +msgstr "Salvar Configurações" + +#: statusnet.php:322 +msgid "Provide your own OAuth Credentials" +msgstr "" + +#: statusnet.php:323 +msgid "" +"No consumer key pair for GNU Social found. Register your Friendica Account " +"as an desktop client on your GNU Social account, copy the consumer key pair " +"here and enter the API base root.
Before you register your own OAuth " +"key pair ask the administrator if there is already a key pair for this " +"Friendica installation at your favorited GNU Social installation." +msgstr "" + +#: statusnet.php:325 +msgid "OAuth Consumer Key" +msgstr "" + +#: statusnet.php:328 +msgid "OAuth Consumer Secret" +msgstr "" + +#: statusnet.php:331 statusnet.php:679 statusnet.php:691 +msgid "Base API Path (remember the trailing /)" +msgstr "" + +#: statusnet.php:356 +msgid "" +"To connect to your GNU Social account click the button below to get a " +"security code from GNU Social which you have to copy into the input box " +"below and submit the form. Only your public posts will be " +"posted to GNU Social." +msgstr "" + +#: statusnet.php:357 +msgid "Log in with GNU Social" +msgstr "Entrar com o GNU Social" + +#: statusnet.php:359 +msgid "Copy the security code from GNU Social here" +msgstr "" + +#: statusnet.php:365 +msgid "Cancel Connection Process" +msgstr "" + +#: statusnet.php:367 +msgid "Current GNU Social API is" +msgstr "" + +#: statusnet.php:368 +msgid "Cancel GNU Social Connection" +msgstr "" + +#: statusnet.php:379 +msgid "Currently connected to: " +msgstr "" + +#: statusnet.php:380 +msgid "" +"If enabled all your public postings can be posted to the " +"associated GNU Social account. You can choose to do so by default (here) or " +"for every posting separately in the posting options when writing the entry." +msgstr "" + +#: statusnet.php:382 +msgid "" +"Note: Due your privacy settings (Hide your profile " +"details from unknown viewers?) the link potentially included in public " +"postings relayed to GNU Social will lead the visitor to a blank page " +"informing the visitor that the access to your profile has been restricted." +msgstr "" + +#: statusnet.php:385 +msgid "Allow posting to GNU Social" +msgstr "Permitir a publicação no GNU Social" + +#: statusnet.php:388 +msgid "Send public postings to GNU Social by default" +msgstr "Publicar posts públicos no GNU Social por padrão" + +#: statusnet.php:392 +msgid "" +"Mirror all posts from GNU Social that are no replies or repeated messages" +msgstr "" + +#: statusnet.php:398 +msgid "Import the remote timeline" +msgstr "Importar a linha do tempo remota" + +#: statusnet.php:402 +msgid "Disabled" +msgstr "" + +#: statusnet.php:403 +msgid "Full Timeline" +msgstr "" + +#: statusnet.php:404 +msgid "Only Mentions" +msgstr "" + +#: statusnet.php:413 +msgid "Clear OAuth configuration" +msgstr "" + +#: statusnet.php:690 +msgid "Site name" +msgstr "" + +#: statusnet.php:692 +msgid "Consumer Secret" +msgstr "" + +#: statusnet.php:693 +msgid "Consumer Key" +msgstr "" diff --git a/statusnet/lang/pt-br/strings.php b/statusnet/lang/pt-br/strings.php index f360e69b9..951322a0e 100644 --- a/statusnet/lang/pt-br/strings.php +++ b/statusnet/lang/pt-br/strings.php @@ -1,32 +1,40 @@ -strings["Post to StatusNet"] = "Publicar no StatusNet"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Por favor, entre em contato com o administrados do seu site.
A URL da API fornecida não é válida."; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Não foi possível contactar a API do StatusNet a partir do caminho que você informou."; -$a->strings["StatusNet settings updated."] = "As configurações do StatusNet foram atualizadas."; -$a->strings["StatusNet Posting Settings"] = "Configurações de publicação no StatusNet"; -$a->strings["Globally Available StatusNet OAuthKeys"] = "OAuthKeys do StatusNet disponíveis globalmente"; -$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Existem pares de chaves OAuth para alguns servidores StatusNet disponíveis. Se você estiver usando algum desses servidores, por favor utilize essas credenciais. Caso contrário, sinta-se à vontade para conectar-se a qualquer outra instância do StatusNet (veja abaixo)."; -$a->strings["Submit"] = "Enviar"; -$a->strings["Provide your own OAuth Credentials"] = "Forneça suas próprias credenciais OAuth"; -$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "Nenhum par de chaves para StatusNet encontrado. Registre sua conta Friendica como um cliente de mesa (desktop) na sua conta StatusNet, copie o par de chaves aqui e forneça a raíz base da API.
Antes de registra seu próprio par de chaves OAuth pergunte ao administrador se já existe um par de chaves para essa instalação do Friendica na sua instalação favorita do StatusNet."; -$a->strings["OAuth Consumer Key"] = "Chave de consumidor OAuth"; -$a->strings["OAuth Consumer Secret"] = "Segredo de consumidor OAuth"; -$a->strings["Base API Path (remember the trailing /)"] = "Caminho base da API (lembre-se da / final)"; -$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet."] = "Para conectar à sua conta StatusNet, clique no botão abaixo para obter um código de segurança do StatusNet, o qual você deve copiar na caixa de texto abaixo e clicar no botão para enviar o formulário. Somente suas publicações públicas serão enviadas para o StatusNet."; -$a->strings["Log in with StatusNet"] = "Autenticar-se no StatusNet"; -$a->strings["Copy the security code from StatusNet here"] = "Copie o código de segurança do StatusNet aqui"; -$a->strings["Cancel Connection Process"] = "Cancelar o processo de conexão"; -$a->strings["Current StatusNet API is"] = "A API atual do StatusNet é"; -$a->strings["Cancel StatusNet Connection"] = "Cancelar a conexão com o StatusNet"; -$a->strings["Currently connected to: "] = "Atualmente conectado como: "; -$a->strings["If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se habilitado, todas as suas publicações públicas podem ser publicadas na sua conta StatusNet associada. Você pode escolher entre publicar tudo automaticamente (marcando aqui) ou selecionar o que será enviado individualmente (nas opções de publicação, durante o processo de escrita da mensagem)."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Aviso: Devido às suas configurações de privacidade (Ocultar os detalhes do seu perfil para pessoas desconhecidas?) o link potencialmente incluído nas publicações públicas encaminhadas para o StatusNet levarão o visitante a uma página contendo a informação de que o acesso ao seu perfil é restrito."; -$a->strings["Allow posting to StatusNet"] = "Permitir a publicação no StatusNet"; -$a->strings["Send public postings to StatusNet by default"] = "Enviar as publicações públicas para o StatusNet por padrão"; -$a->strings["Send linked #-tags and @-names to StatusNet"] = ""; -$a->strings["Clear OAuth configuration"] = "Limpar a configuração OAuth"; -$a->strings["Site name"] = "Nome do site"; -$a->strings["API URL"] = "URL da API"; -$a->strings["Consumer Secret"] = "Segredo do consumidor"; -$a->strings["Consumer Key"] = "Chave do consumidor"; + 1);; +}} +; +$a->strings["Post to GNU Social"] = "Publicar no GNU Social"; +$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = ""; +$a->strings["We could not contact the GNU Social API with the Path you entered."] = ""; +$a->strings["GNU Social settings updated."] = "As configurações do GNU Social foram atualizadas."; +$a->strings["GNU Social Import/Export/Mirror"] = ""; +$a->strings["Globally Available GNU Social OAuthKeys"] = ""; +$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = ""; +$a->strings["Save Settings"] = "Salvar Configurações"; +$a->strings["Provide your own OAuth Credentials"] = ""; +$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = ""; +$a->strings["OAuth Consumer Key"] = ""; +$a->strings["OAuth Consumer Secret"] = ""; +$a->strings["Base API Path (remember the trailing /)"] = ""; +$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = ""; +$a->strings["Log in with GNU Social"] = "Entrar com o GNU Social"; +$a->strings["Copy the security code from GNU Social here"] = ""; +$a->strings["Cancel Connection Process"] = ""; +$a->strings["Current GNU Social API is"] = ""; +$a->strings["Cancel GNU Social Connection"] = ""; +$a->strings["Currently connected to: "] = ""; +$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = ""; +$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; +$a->strings["Allow posting to GNU Social"] = "Permitir a publicação no GNU Social"; +$a->strings["Send public postings to GNU Social by default"] = "Publicar posts públicos no GNU Social por padrão"; +$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = ""; +$a->strings["Import the remote timeline"] = "Importar a linha do tempo remota"; +$a->strings["Disabled"] = ""; +$a->strings["Full Timeline"] = ""; +$a->strings["Only Mentions"] = ""; +$a->strings["Clear OAuth configuration"] = ""; +$a->strings["Site name"] = ""; +$a->strings["Consumer Secret"] = ""; +$a->strings["Consumer Key"] = ""; diff --git a/superblock/lang/pt-br/messages.po b/superblock/lang/pt-br/messages.po new file mode 100644 index 000000000..578f62b3b --- /dev/null +++ b/superblock/lang/pt-br/messages.po @@ -0,0 +1,53 @@ +# ADDON blockem +# Copyright (C) +# This file is distributed under the same license as the Friendica blockem addon package. +# +# +# Translators: +# Beatriz Vital, 2016 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2016-08-16 12:51+0000\n" +"Last-Translator: Beatriz Vital \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/Friendica/friendica/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: blockem.php:51 +msgid "\"Blockem\" Settings" +msgstr "Configurações do \"Blockem\"" + +#: blockem.php:53 +msgid "Comma separated profile URLS to block" +msgstr "URLs de perfis a serem bloqueados, separados por vírgulas" + +#: blockem.php:57 +msgid "Submit" +msgstr "Enviar" + +#: blockem.php:70 +msgid "BLOCKEM Settings saved." +msgstr "As configurações do Blockem foram salvas." + +#: blockem.php:105 +#, php-format +msgid "Blocked %s - Click to open/close" +msgstr "Bloqueou %s - Clique para abrir/fechar" + +#: blockem.php:160 +msgid "Unblock Author" +msgstr "Desbloquear autor" + +#: blockem.php:162 +msgid "Block Author" +msgstr "Bloquear autor" + +#: blockem.php:194 +msgid "blockem settings updated" +msgstr "As configurações do Blockem foram atualizadas." diff --git a/superblock/lang/pt-br/strings.php b/superblock/lang/pt-br/strings.php index 49f69cc37..34c9f2e06 100644 --- a/superblock/lang/pt-br/strings.php +++ b/superblock/lang/pt-br/strings.php @@ -1,10 +1,15 @@ -strings["\"Blockem\" Settings"] = "Configurações \"Blockem\""; -$a->strings["Comma separated profile URLS to block"] = "URLS de perfis separados por vírgulas a serem bloqueados"; -$a->strings["Submit"] = "Enviar"; -$a->strings["BLOCKEM Settings saved."] = "Configurações BLOCKEM armazenadas."; -$a->strings["Blocked %s - Click to open/close"] = "Bloqueado %s - Clique para abrir/fechar"; -$a->strings["Unblock Author"] = "Desbloqueie Autor"; -$a->strings["Block Author"] = "Bloqueie Autor"; -$a->strings["blockem settings updated"] = "configurações blockem atualizadas"; + 1);; +}} +; +$a->strings["\"Blockem\" Settings"] = "Configurações do \"Blockem\""; +$a->strings["Comma separated profile URLS to block"] = "URLs de perfis a serem bloqueados, separados por vírgulas"; +$a->strings["Submit"] = "Enviar"; +$a->strings["BLOCKEM Settings saved."] = "As configurações do Blockem foram salvas."; +$a->strings["Blocked %s - Click to open/close"] = "Bloqueou %s - Clique para abrir/fechar"; +$a->strings["Unblock Author"] = "Desbloquear autor"; +$a->strings["Block Author"] = "Bloquear autor"; +$a->strings["blockem settings updated"] = "As configurações do Blockem foram atualizadas."; diff --git a/tictac/lang/pt-br/messages.po b/tictac/lang/pt-br/messages.po new file mode 100644 index 000000000..e4d7edaf5 --- /dev/null +++ b/tictac/lang/pt-br/messages.po @@ -0,0 +1,74 @@ +# ADDON tictac +# Copyright (C) +# This file is distributed under the same license as the Friendica tictac addon package. +# +# +# Translators: +# Beatriz Vital , 2016 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2016-08-16 12:47+0000\n" +"Last-Translator: Beatriz Vital \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/Friendica/friendica/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: tictac.php:20 +msgid "Three Dimensional Tic-Tac-Toe" +msgstr "Jogo da Velha Tridimensional" + +#: tictac.php:53 +msgid "3D Tic-Tac-Toe" +msgstr "Jogo da Velha 3D" + +#: tictac.php:58 +msgid "New game" +msgstr "Novo jogo" + +#: tictac.php:59 +msgid "New game with handicap" +msgstr "Novo jogo com limitador" + +#: tictac.php:60 +msgid "" +"Three dimensional tic-tac-toe is just like the traditional game except that " +"it is played on multiple levels simultaneously. " +msgstr "O jogo da velha tridimensional é como o jogo tradicional, exceto por ser jogado em vários níveis simultaneamente." + +#: tictac.php:61 +msgid "" +"In this case there are three levels. You win by getting three in a row on " +"any level, as well as up, down, and diagonally across the different levels." +msgstr "Neste caso, há três níveis. Vence quem conseguir alinhar três quadrados em qualquer um dos níveis, assim como para cima, para baixo e na diagonal, em níveis diferentes." + +#: tictac.php:63 +msgid "" +"The handicap game disables the center position on the middle level because " +"the player claiming this square often has an unfair advantage." +msgstr "No jogo com limitador, a posição central do nível do meio é desativada, porque o jogador que marcasse esse quadrado teria uma vantagem injusta." + +#: tictac.php:182 +msgid "You go first..." +msgstr "Você vai primeiro..." + +#: tictac.php:187 +msgid "I'm going first this time..." +msgstr "Eu vou primeiro desta vez..." + +#: tictac.php:193 +msgid "You won!" +msgstr "Você venceu!" + +#: tictac.php:199 tictac.php:224 +msgid "\"Cat\" game!" +msgstr "Empatamos!" + +#: tictac.php:222 +msgid "I won!" +msgstr "Venci!" diff --git a/tictac/lang/pt-br/strings.php b/tictac/lang/pt-br/strings.php index ea569f062..55d91195a 100644 --- a/tictac/lang/pt-br/strings.php +++ b/tictac/lang/pt-br/strings.php @@ -1,14 +1,19 @@ -strings["Three Dimensional Tic-Tac-Toe"] = "Jogo da Velha tridimensional"; -$a->strings["3D Tic-Tac-Toe"] = "Jogo da Velha 3D"; -$a->strings["New game"] = "Novo jogo"; -$a->strings["New game with handicap"] = "Novo jogo com limitador"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "O Jogo da Velha tridimensional é similar ao jogo tradicional, com a exceção que ele é jogado simultaneamente em múltiplos níveis."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "Neste caso, existem três níveis. Ganha quem conseguir alinhar três casas, não só no mesmo nível como também pra cima, pra baixo ou na diagonal entre os níveis."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "O jogo com limitador desabilita a posição central do nível do meio, uma vez que o jogador que obtém essa casa ganha uma vantagem desleal."; -$a->strings["You go first..."] = "Você começa..."; -$a->strings["I'm going first this time..."] = "Eu vou começar desta vez..."; -$a->strings["You won!"] = "Você ganhou!"; -$a->strings["\"Cat\" game!"] = "Empatamos!"; -$a->strings["I won!"] = "Eu ganhei!"; + 1);; +}} +; +$a->strings["Three Dimensional Tic-Tac-Toe"] = "Jogo da Velha Tridimensional"; +$a->strings["3D Tic-Tac-Toe"] = "Jogo da Velha 3D"; +$a->strings["New game"] = "Novo jogo"; +$a->strings["New game with handicap"] = "Novo jogo com limitador"; +$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "O jogo da velha tridimensional é como o jogo tradicional, exceto por ser jogado em vários níveis simultaneamente."; +$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "Neste caso, há três níveis. Vence quem conseguir alinhar três quadrados em qualquer um dos níveis, assim como para cima, para baixo e na diagonal, em níveis diferentes."; +$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "No jogo com limitador, a posição central do nível do meio é desativada, porque o jogador que marcasse esse quadrado teria uma vantagem injusta."; +$a->strings["You go first..."] = "Você vai primeiro..."; +$a->strings["I'm going first this time..."] = "Eu vou primeiro desta vez..."; +$a->strings["You won!"] = "Você venceu!"; +$a->strings["\"Cat\" game!"] = "Empatamos!"; +$a->strings["I won!"] = "Venci!"; diff --git a/tumblr/lang/pt-br/messages.po b/tumblr/lang/pt-br/messages.po new file mode 100644 index 000000000..6c80433ea --- /dev/null +++ b/tumblr/lang/pt-br/messages.po @@ -0,0 +1,64 @@ +# ADDON tumblr +# Copyright (C) +# This file is distributed under the same license as the Friendica tumblr addon package. +# +# +# Translators: +# Beatriz Vital , 2016 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2016-08-19 16:54+0000\n" +"Last-Translator: Beatriz Vital \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/Friendica/friendica/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: tumblr.php:34 +msgid "Permission denied." +msgstr "Permissão negada." + +#: tumblr.php:144 +msgid "You are now authenticated to tumblr." +msgstr "Você se autenticou no Tumblr." + +#: tumblr.php:145 +msgid "return to the connector page" +msgstr "voltar à página de conectores" + +#: tumblr.php:158 +msgid "Post to Tumblr" +msgstr "Publicar no Tumblr" + +#: tumblr.php:185 +msgid "Tumblr Post Settings" +msgstr "Configurações de publicação no Tumblr" + +#: tumblr.php:188 +msgid "(Re-)Authenticate your tumblr page" +msgstr "(Re)autenticar sua página no Tumblr" + +#: tumblr.php:192 +msgid "Enable Tumblr Post Plugin" +msgstr "Habilitar plug-in para publicar no Tumblr" + +#: tumblr.php:197 +msgid "Post to Tumblr by default" +msgstr "Publicar no Tumblr por padrão" + +#: tumblr.php:217 +msgid "Post to page:" +msgstr "Publicar na página:" + +#: tumblr.php:228 +msgid "You are not authenticated to tumblr" +msgstr "Você não se autenticou no Tumblr" + +#: tumblr.php:233 +msgid "Submit" +msgstr "Enviar" diff --git a/tumblr/lang/pt-br/strings.php b/tumblr/lang/pt-br/strings.php index 9c14542e4..e800cd710 100644 --- a/tumblr/lang/pt-br/strings.php +++ b/tumblr/lang/pt-br/strings.php @@ -1,8 +1,18 @@ -strings["Permission denied."] = "Permissão negada."; -$a->strings["Post to Tumblr"] = "Postar no Tumblr"; -$a->strings["Tumblr Post Settings"] = "Configurações de postagem do Tumblr"; -$a->strings["Enable Tumblr Post Plugin"] = "Habilitar Plugin de Postagem do Tumblr"; -$a->strings["Post to Tumblr by default"] = "Postar para o Tumblr como default"; -$a->strings["Submit"] = "Enviar"; + 1);; +}} +; +$a->strings["Permission denied."] = "Permissão negada."; +$a->strings["You are now authenticated to tumblr."] = "Você se autenticou no Tumblr."; +$a->strings["return to the connector page"] = "voltar à página de conectores"; +$a->strings["Post to Tumblr"] = "Publicar no Tumblr"; +$a->strings["Tumblr Post Settings"] = "Configurações de publicação no Tumblr"; +$a->strings["(Re-)Authenticate your tumblr page"] = "(Re)autenticar sua página no Tumblr"; +$a->strings["Enable Tumblr Post Plugin"] = "Habilitar plug-in para publicar no Tumblr"; +$a->strings["Post to Tumblr by default"] = "Publicar no Tumblr por padrão"; +$a->strings["Post to page:"] = "Publicar na página:"; +$a->strings["You are not authenticated to tumblr"] = "Você não se autenticou no Tumblr"; +$a->strings["Submit"] = "Enviar"; diff --git a/twitter/lang/pt-br/messages.po b/twitter/lang/pt-br/messages.po new file mode 100644 index 000000000..df121428b --- /dev/null +++ b/twitter/lang/pt-br/messages.po @@ -0,0 +1,123 @@ +# ADDON twitter +# Copyright (C) +# This file is distributed under the same license as the Friendica twitter addon package. +# +# +# Translators: +# Beatriz Vital , 2016 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2016-08-19 20:38+0000\n" +"Last-Translator: Beatriz Vital \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/Friendica/friendica/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: twitter.php:77 +msgid "Post to Twitter" +msgstr "Publicar no Twitter" + +#: twitter.php:129 +msgid "Twitter settings updated." +msgstr "As configurações do Twitter foram atualizadas." + +#: twitter.php:157 +msgid "Twitter Posting Settings" +msgstr "Configurações de publicação no Twitter" + +#: twitter.php:164 +msgid "" +"No consumer key pair for Twitter found. Please contact your site " +"administrator." +msgstr "Não foi encontrado nenhum par de \"consumer keys\" para o Twitter. Por favor, entre em contato com a administração do site." + +#: twitter.php:183 +msgid "" +"At this Friendica instance the Twitter plugin was enabled but you have not " +"yet connected your account to your Twitter account. To do so click the " +"button below to get a PIN from Twitter which you have to copy into the input" +" box below and submit the form. Only your public posts will" +" be posted to Twitter." +msgstr "O plug-in do Twitter está habilitado nesta instância do Friendica, mas você ainda não conectou sua conta aqui à sua conta no Twitter. Para fazer isso, clique no botão abaixo. Você vai receber um código de verificação do Twitter. Copie-o para o campo abaixo e envie o formulário. Apenas os seus posts públicos serão publicados no Twitter." + +#: twitter.php:184 +msgid "Log in with Twitter" +msgstr "Entrar com o Twitter" + +#: twitter.php:186 +msgid "Copy the PIN from Twitter here" +msgstr "Cole o código de verificação do Twitter aqui" + +#: twitter.php:191 twitter.php:229 twitter.php:556 +msgid "Submit" +msgstr "Enviar" + +#: twitter.php:200 +msgid "Currently connected to: " +msgstr "Atualmente conectado a:" + +#: twitter.php:201 +msgid "" +"If enabled all your public postings can be posted to the " +"associated Twitter account. You can choose to do so by default (here) or for" +" every posting separately in the posting options when writing the entry." +msgstr "Se habilitado, todos os seus posts públicos poderão ser replicados na conta do Twitter associada. Você pode escolher entre fazer isso por padrão (aqui) ou separadamente, quando escrever cada mensagem, nas opções de publicação." + +#: twitter.php:203 +msgid "" +"Note: Due your privacy settings (Hide your profile " +"details from unknown viewers?) the link potentially included in public " +"postings relayed to Twitter will lead the visitor to a blank page informing " +"the visitor that the access to your profile has been restricted." +msgstr "" + +#: twitter.php:206 +msgid "Allow posting to Twitter" +msgstr "Permitir a publicação no Twitter" + +#: twitter.php:209 +msgid "Send public postings to Twitter by default" +msgstr "Publicar posts públicos no Twitter por padrão" + +#: twitter.php:213 +msgid "Mirror all posts from twitter that are no replies or retweets" +msgstr "" + +#: twitter.php:217 +msgid "Shortening method that optimizes the tweet" +msgstr "" + +#: twitter.php:221 +msgid "Send linked #-tags and @-names to Twitter" +msgstr "" + +#: twitter.php:226 +msgid "Clear OAuth configuration" +msgstr "" + +#: twitter.php:550 +msgid "Settings updated." +msgstr "As configurações foram atualizadas." + +#: twitter.php:558 +msgid "Consumer key" +msgstr "" + +#: twitter.php:559 +msgid "Consumer secret" +msgstr "" + +#: twitter.php:560 +msgid "Name of the Twitter Application" +msgstr "" + +#: twitter.php:560 +msgid "" +"set this to avoid mirroring postings from ~friendica back to ~friendica" +msgstr "" diff --git a/twitter/lang/pt-br/strings.php b/twitter/lang/pt-br/strings.php index 8ef9edeba..edc4b9162 100644 --- a/twitter/lang/pt-br/strings.php +++ b/twitter/lang/pt-br/strings.php @@ -1,20 +1,29 @@ -strings["Post to Twitter"] = "Publicar no Twitter"; -$a->strings["Twitter settings updated."] = "As atualizações do Twitter foram atualizadas."; -$a->strings["Twitter Posting Settings"] = "Configurações de publicação no Twitter"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Não foi encontrado nenhum par de chaves de consumidor para o Twitter. Por favor, entre em contato com o administrador do site."; -$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Nessa instância do Friendica o plugin Twitter foi habilitado mas você ainda não conectou sua conta à conta do Twitter. Para assim o fazer clique no botão abaixo para pegar o PIN do Twitter que você deverar copiar na caixa de entrada abaixo e enviar o formulário. Somente suas postagens públicas serão repostadas no Twitter."; -$a->strings["Log in with Twitter"] = "Autenticar-se no Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Copie o PIN do Twitter aqui"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Currently connected to: "] = "Atualmente conectado como: "; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se habilitado, todas as suas publicações públicas podem ser publicadas na sua conta Twitter associada. Você pode escolher entre publicar tudo automaticamente (marcando aqui) ou selecionar o que será enviado individualmente (nas opções de publicação, durante o processo de escrita da mensagem)."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Aviso: Devido às suas configurações de privacidade (Ocultar os detalhes do seu perfil para pessoas desconhecidas?) o link potencialmente incluído nas publicações públicas encaminhadas para o Twitter levarão o visitante a uma página contendo a informação de que o acesso ao seu perfil é restrito."; -$a->strings["Allow posting to Twitter"] = "Permitir a publicação no Twitter"; -$a->strings["Send public postings to Twitter by default"] = "Enviar as publicações públicas automaticamente para o Twitter"; -$a->strings["Send linked #-tags and @-names to Twitter"] = ""; -$a->strings["Clear OAuth configuration"] = "Limpar a configuração OAuth"; -$a->strings["Settings updated."] = "As configurações foram atualizadas."; -$a->strings["Consumer key"] = "Chave de consumidor"; -$a->strings["Consumer secret"] = "Segredo de consumidor"; + 1);; +}} +; +$a->strings["Post to Twitter"] = "Publicar no Twitter"; +$a->strings["Twitter settings updated."] = "As configurações do Twitter foram atualizadas."; +$a->strings["Twitter Posting Settings"] = "Configurações de publicação no Twitter"; +$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Não foi encontrado nenhum par de \"consumer keys\" para o Twitter. Por favor, entre em contato com a administração do site."; +$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "O plug-in do Twitter está habilitado nesta instância do Friendica, mas você ainda não conectou sua conta aqui à sua conta no Twitter. Para fazer isso, clique no botão abaixo. Você vai receber um código de verificação do Twitter. Copie-o para o campo abaixo e envie o formulário. Apenas os seus posts públicos serão publicados no Twitter."; +$a->strings["Log in with Twitter"] = "Entrar com o Twitter"; +$a->strings["Copy the PIN from Twitter here"] = "Cole o código de verificação do Twitter aqui"; +$a->strings["Submit"] = "Enviar"; +$a->strings["Currently connected to: "] = "Atualmente conectado a:"; +$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se habilitado, todos os seus posts públicos poderão ser replicados na conta do Twitter associada. Você pode escolher entre fazer isso por padrão (aqui) ou separadamente, quando escrever cada mensagem, nas opções de publicação."; +$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; +$a->strings["Allow posting to Twitter"] = "Permitir a publicação no Twitter"; +$a->strings["Send public postings to Twitter by default"] = "Publicar posts públicos no Twitter por padrão"; +$a->strings["Mirror all posts from twitter that are no replies or retweets"] = ""; +$a->strings["Shortening method that optimizes the tweet"] = ""; +$a->strings["Send linked #-tags and @-names to Twitter"] = ""; +$a->strings["Clear OAuth configuration"] = ""; +$a->strings["Settings updated."] = "As configurações foram atualizadas."; +$a->strings["Consumer key"] = ""; +$a->strings["Consumer secret"] = ""; +$a->strings["Name of the Twitter Application"] = ""; +$a->strings["set this to avoid mirroring postings from ~friendica back to ~friendica"] = ""; diff --git a/wppost/lang/pt-br/messages.po b/wppost/lang/pt-br/messages.po new file mode 100644 index 000000000..3d2ad0ffd --- /dev/null +++ b/wppost/lang/pt-br/messages.po @@ -0,0 +1,64 @@ +# ADDON wppost +# Copyright (C) +# This file is distributed under the same license as the Friendica wppost addon package. +# +# +# Translators: +# Beatriz Vital , 2016 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2016-08-19 20:37+0000\n" +"Last-Translator: Beatriz Vital \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/Friendica/friendica/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: wppost.php:42 +msgid "Post to Wordpress" +msgstr "Publicar no Wordpress" + +#: wppost.php:76 +msgid "WordPress Post Settings" +msgstr "Configurações de publicação no WordPress" + +#: wppost.php:78 +msgid "Enable WordPress Post Plugin" +msgstr "Habilitar plug-in para publicar no WordPress" + +#: wppost.php:83 +msgid "WordPress username" +msgstr "Nome de usuário no WordPress" + +#: wppost.php:88 +msgid "WordPress password" +msgstr "Senha do WordPress" + +#: wppost.php:93 +msgid "WordPress API URL" +msgstr "" + +#: wppost.php:98 +msgid "Post to WordPress by default" +msgstr "Publicar no WordPress por padrão" + +#: wppost.php:103 +msgid "Provide a backlink to the Friendica post" +msgstr "" + +#: wppost.php:110 +msgid "Submit" +msgstr "Enviar" + +#: wppost.php:201 +msgid "Post from Friendica" +msgstr "" + +#: wppost.php:207 +msgid "Read the original post and comment stream on Friendica" +msgstr "" diff --git a/wppost/lang/pt-br/strings.php b/wppost/lang/pt-br/strings.php index f614e7add..dbb6eb1f2 100644 --- a/wppost/lang/pt-br/strings.php +++ b/wppost/lang/pt-br/strings.php @@ -1,13 +1,18 @@ -strings["Post to Wordpress"] = "Postar no WordPress"; -$a->strings["WordPress Post Settings"] = "Configurações de postagem do WordPress"; -$a->strings["Enable WordPress Post Plugin"] = "Habilitar plugin de postagem do WordPress"; -$a->strings["WordPress username"] = "Usuário WordPress"; -$a->strings["WordPress password"] = "Senha WordPress"; -$a->strings["WordPress API URL"] = "URL da API do WordPress"; -$a->strings["Post to WordPress by default"] = "Postar para o WordPress como padrão"; -$a->strings["Provide a backlink to the Friendica post"] = ""; -$a->strings["Submit"] = "Enviar"; -$a->strings["Post from Friendica"] = "Postar do Friendica"; -$a->strings["Read the original post and comment stream on Friendica"] = ""; + 1);; +}} +; +$a->strings["Post to Wordpress"] = "Publicar no Wordpress"; +$a->strings["WordPress Post Settings"] = "Configurações de publicação no WordPress"; +$a->strings["Enable WordPress Post Plugin"] = "Habilitar plug-in para publicar no WordPress"; +$a->strings["WordPress username"] = "Nome de usuário no WordPress"; +$a->strings["WordPress password"] = "Senha do WordPress"; +$a->strings["WordPress API URL"] = ""; +$a->strings["Post to WordPress by default"] = "Publicar no WordPress por padrão"; +$a->strings["Provide a backlink to the Friendica post"] = ""; +$a->strings["Submit"] = "Enviar"; +$a->strings["Post from Friendica"] = ""; +$a->strings["Read the original post and comment stream on Friendica"] = ""; diff --git a/yourls/lang/pt-br/messages.po b/yourls/lang/pt-br/messages.po new file mode 100644 index 000000000..804b5ab0c --- /dev/null +++ b/yourls/lang/pt-br/messages.po @@ -0,0 +1,48 @@ +# ADDON yourls +# Copyright (C) +# This file is distributed under the same license as the Friendica yourls addon package. +# +# +# Translators: +# Beatriz Vital , 2016 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2016-08-19 20:33+0000\n" +"Last-Translator: Beatriz Vital \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/Friendica/friendica/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: yourls.php:55 +msgid "YourLS Settings" +msgstr "Configurações do YourLS" + +#: yourls.php:57 +msgid "URL: http://" +msgstr "URL: http://" + +#: yourls.php:62 +msgid "Username:" +msgstr "Nome de usuário:" + +#: yourls.php:67 +msgid "Password:" +msgstr "Senha:" + +#: yourls.php:72 +msgid "Use SSL " +msgstr "" + +#: yourls.php:76 +msgid "Submit" +msgstr "Enviar" + +#: yourls.php:92 +msgid "yourls Settings saved." +msgstr "" diff --git a/yourls/lang/pt-br/strings.php b/yourls/lang/pt-br/strings.php index 33dd64c97..bc3066cd0 100644 --- a/yourls/lang/pt-br/strings.php +++ b/yourls/lang/pt-br/strings.php @@ -1,9 +1,14 @@ -strings["YourLS Settings"] = "Configurações YourLS"; -$a->strings["URL: http://"] = "URL: http://"; -$a->strings["Username:"] = "Usuário:"; -$a->strings["Password:"] = "Senha:"; -$a->strings["Use SSL "] = "Use SSL "; -$a->strings["Submit"] = "Enviar"; -$a->strings["yourls Settings saved."] = "yourls Settings sabed"; + 1);; +}} +; +$a->strings["YourLS Settings"] = "Configurações do YourLS"; +$a->strings["URL: http://"] = "URL: http://"; +$a->strings["Username:"] = "Nome de usuário:"; +$a->strings["Password:"] = "Senha:"; +$a->strings["Use SSL "] = ""; +$a->strings["Submit"] = "Enviar"; +$a->strings["yourls Settings saved."] = "";