mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
gnot addon updated CA translation THX Joan Bar
This commit is contained in:
parent
0a31d82151
commit
8fcd3e03da
2 changed files with 62 additions and 8 deletions
|
@ -1,8 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Gnot settings updated."] = "Configuració de Gnot actualitzada";
|
||||
$a->strings["Gnot Settings"] = "Configuració de Gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permet crear fils de les notificacions de comentaris de correu electrònic a Gmail i anonimat de la línia d'assumpte.";
|
||||
$a->strings["Enable this addon?"] = "Activar aquest addon/aplicació?";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica: Notifica] Conversació comentada #%d";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ca")) {
|
||||
function string_plural_select_ca($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot settings updated."] = "S'ha actualitzat la configuració de Gnot.";
|
||||
$a->strings["Gnot Settings"] = "Configuració de gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permet llançar les notificacions de comentaris de correu electrònic a Gmail i anonimitzar la línia de l’assumpte.";
|
||||
$a->strings["Enable this addon?"] = "Activar aquest addon?";
|
||||
$a->strings["Submit"] = "Envia";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] comenta la conversa #%d";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue