]> git.mxchange.org Git - friendica-addons.git/blob - mailstream/lang/fi-fi/strings.php
One good, many bad ...
[friendica-addons.git] / mailstream / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["From Address"] = "Lähettäjä";
9 $a->strings["Email address that stream items will appear to be from."] = "";
10 $a->strings["Save Settings"] = "Tallenna asetukset";
11 $a->strings["Re:"] = "Koskien";
12 $a->strings["Friendica post"] = "Friendica -julkaisu";
13 $a->strings["Diaspora post"] = "Diaspora -julkaisu";
14 $a->strings["Feed item"] = "";
15 $a->strings["Email"] = "Sähköposti";
16 $a->strings["Friendica Item"] = "Friendica -kohde";
17 $a->strings["Upstream"] = "";
18 $a->strings["Local"] = "Paikallinen";
19 $a->strings["Enabled"] = "Käytössä";
20 $a->strings["Email Address"] = "Sähköpostiosoite";
21 $a->strings["Leave blank to use your account email address"] = "";
22 $a->strings["Exclude Likes"] = "";
23 $a->strings["Check this to omit mailing \"Like\" notifications"] = "";
24 $a->strings["Attach Images"] = "Liitä kuvia";
25 $a->strings["Download images in posts and attach them to the email.  Useful for reading email while offline."] = "";
26 $a->strings["Mail Stream Settings"] = "Mail Stream -asetukset";