mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
some more PT BR translations THX Beatriz Vital
This commit is contained in:
parent
3844124d9c
commit
aa8c44dcc8
42 changed files with 1665 additions and 214 deletions
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->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";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 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."] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue