mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
added FI translations to many addons THX Kris
This commit is contained in:
parent
c4bd245a1a
commit
85815a8810
118 changed files with 5110 additions and 0 deletions
26
mailstream/lang/fi-fi/strings.php
Normal file
26
mailstream/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["From Address"] = "";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Re:"] = "";
|
||||
$a->strings["Friendica post"] = "Friendica -julkaisu";
|
||||
$a->strings["Diaspora post"] = "Diaspora -julkaisu";
|
||||
$a->strings["Feed item"] = "";
|
||||
$a->strings["Email"] = "Sähköposti";
|
||||
$a->strings["Friendica Item"] = "";
|
||||
$a->strings["Upstream"] = "";
|
||||
$a->strings["Local"] = "";
|
||||
$a->strings["Enabled"] = "";
|
||||
$a->strings["Email Address"] = "Sähköpostiosoite";
|
||||
$a->strings["Leave blank to use your account email address"] = "";
|
||||
$a->strings["Exclude Likes"] = "";
|
||||
$a->strings["Check this to omit mailing \"Like\" notifications"] = "";
|
||||
$a->strings["Attach Images"] = "Liitä kuvia";
|
||||
$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "";
|
||||
$a->strings["Mail Stream Settings"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue