mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 17:11:05 +00:00
12 lines
478 B
PHP
12 lines
478 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
function string_plural_select_fi_fi($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Fromapp settings updated."] = "FromApp -asetukset päivitettiin.";
|
|
$a->strings["FromApp Settings"] = "FromApp -asetukset";
|
|
$a->strings["The application name you would like to show your posts originating from."] = "";
|
|
$a->strings["Use this application name even if another application was used."] = "";
|
|
$a->strings["Submit"] = "Lähetä";
|