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
20
newmemberwidget/lang/fi-fi/strings.php
Normal file
20
newmemberwidget/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["New Member"] = "";
|
||||
$a->strings["Tips for New Members"] = "";
|
||||
$a->strings["Global Support Forum"] = "";
|
||||
$a->strings["Local Support Forum"] = "";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["Message"] = "Viesti";
|
||||
$a->strings["Your message for new members. You can use bbcode here."] = "";
|
||||
$a->strings["Add a link to global support forum"] = "";
|
||||
$a->strings["Should a link to the global support forum be displayed?"] = "";
|
||||
$a->strings["Add a link to the local support forum"] = "";
|
||||
$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "";
|
||||
$a->strings["Name of the local support group"] = "";
|
||||
$a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue