mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all strings.php files from the current translation strings (message.po)
This commit is contained in:
parent
7f3704ae54
commit
500aab3c53
716 changed files with 1081 additions and 1607 deletions
|
@ -2,25 +2,19 @@
|
|||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
return ($n != 1);;
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["From Address"] = "Lähettäjä";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["Re:"] = "Koskien";
|
||||
$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"] = "Friendica -kohde";
|
||||
$a->strings["Upstream"] = "";
|
||||
$a->strings["Local"] = "Paikallinen";
|
||||
$a->strings["Enabled"] = "Käytössä";
|
||||
$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"] = "Mail Stream -asetukset";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue