forked from friendica/friendica-addons
14 lines
583 B
PHP
14 lines
583 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
function string_plural_select_fi_fi($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Gnot settings updated."] = "Gnot -asetukset päivitetty.";
|
|
$a->strings["Gnot Settings"] = "Gnot -asetukset";
|
|
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
|
|
$a->strings["Enable this addon?"] = "Ota tämä lisäosa käyttöön?";
|
|
$a->strings["Submit"] = "Lähetä";
|
|
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Kommentti keskustelussa #%d";
|