mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 15:31:09 +00:00
96c41e5623
update strings to contain addon
8 lines
612 B
PHP
8 lines
612 B
PHP
<?php
|
|
|
|
$a->strings["Gnot settings updated."] = "As configurações do Gnot foram atualizadas.";
|
|
$a->strings["Gnot Settings"] = "Configurações do Gnot";
|
|
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite o encadeamento das notificações por e-mail de comentário no GMail, tornando a a linha de assunto anônima.";
|
|
$a->strings["Enable this addon?"] = "Habilitar este addon/complemento?";
|
|
$a->strings["Submit"] = "Enviar";
|
|
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Comentário na conversa #%d";
|