]> git.mxchange.org Git - friendica-addons.git/blob - gnot/lang/ca/strings.php
Merge pull request #950 from nupplaphil/bug/8182_another_notification_bug
[friendica-addons.git] / gnot / lang / ca / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ca")) {
4 function string_plural_select_ca($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Gnot settings updated."] = "S'ha actualitzat la configuració de Gnot.";
10 $a->strings["Gnot Settings"] = "Configuració de gnot";
11 $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.";
12 $a->strings["Enable this addon?"] = "Activar aquest addon?";
13 $a->strings["Submit"] = "Envia";
14 $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] comenta la conversa #%d";