13 lines
492 B
PHP
13 lines
492 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
function string_plural_select_fi_fi($n){
|
|
$n = intval($n);
|
|
return intval($n != 1);
|
|
}}
|
|
$a->strings['Gnot settings updated.'] = 'Gnot -asetukset päivitetty.';
|
|
$a->strings['Gnot Settings'] = 'Gnot -asetukset';
|
|
$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';
|