mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
updating the addon translations, missed some files due missing git fu
This commit is contained in:
parent
be2e3e6bf7
commit
4533ed9a34
302 changed files with 3081 additions and 2904 deletions
|
@ -1,9 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Altpager settings updated."] = "";
|
||||
$a->strings["Alternate Pagination Setting"] = "";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Global"] = "";
|
||||
$a->strings["Individual"] = "";
|
||||
$a->strings["Settings updated."] = "As configurações foram atualizadas.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Altpager settings updated."] = "Configurações de paginações atualizada.";
|
||||
$a->strings["Alternate Pagination Setting"] = "Configurações de Paginação alternativa";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Usar links para \"Mais recentes\" e \"Mais antigos\" no lugar do número de páginas?";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Global"] = "Global";
|
||||
$a->strings["Force global use of the alternate pager"] = "Força uso global da paginação alternativa";
|
||||
$a->strings["Individual"] = "Individual";
|
||||
$a->strings["Each user chooses whether to use the alternate pager"] = "Cada usuário escolhe se usa a paginação alternativa";
|
||||
$a->strings["Settings updated."] = "Configurações atualizadas.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue