mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all strings.php files from the current translation strings (message.po)
This commit is contained in:
parent
7f3704ae54
commit
500aab3c53
716 changed files with 1081 additions and 1607 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
return ($n > 1);;
|
||||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Twitter"] = "Publicar no Twitter";
|
||||
|
@ -15,15 +16,6 @@ $a->strings["Copy the PIN from Twitter here"] = "Cole o código de verificação
|
|||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Currently connected to: "] = "Atualmente conectado a:";
|
||||
$a->strings["If enabled all your <strong>public</strong> 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 <strong>públicos</strong> 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["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue