mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +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
16
blockem/lang/fi-fi/strings.php
Normal file
16
blockem/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Blockem\""] = "\"Blockem\"";
|
||||
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "";
|
||||
$a->strings["Comma separated profile URLS:"] = "";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["BLOCKEM Settings saved."] = "";
|
||||
$a->strings["Hidden content by %s - Click to open/close"] = "";
|
||||
$a->strings["Unblock Author"] = "";
|
||||
$a->strings["Block Author"] = "";
|
||||
$a->strings["blockem settings updated"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue