friendica-addons/gnot/lang/ca/strings.php

15 lines
715 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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 lassumpte.";
$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";