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

14 lines
719 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
return intval($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';