mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +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
17
irc/lang/fi-fi/strings.php
Normal file
17
irc/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["IRC Settings"] = "IRC-asetukset";
|
||||
$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["Channel(s) to auto connect (comma separated)"] = "";
|
||||
$a->strings["List of channels that shall automatically connected to when the app is launched."] = "";
|
||||
$a->strings["Popular Channels (comma separated)"] = "";
|
||||
$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "";
|
||||
$a->strings["IRC settings saved."] = "IRC-asetukset tallennettu.";
|
||||
$a->strings["IRC Chatroom"] = "IRC-tsättihuone";
|
||||
$a->strings["Popular Channels"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue