mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
update to the FI translations
This commit is contained in:
parent
04a5fc700f
commit
eb5eb5986d
92 changed files with 620 additions and 522 deletions
|
@ -20,15 +20,15 @@ msgstr ""
|
|||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr ""
|
||||
msgstr "XMPP-asetukset päivitetty"
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr ""
|
||||
msgstr "XMPP-Chat (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr ""
|
||||
msgstr "Ota Webchat käyttöön"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
|
|
|
@ -5,9 +5,9 @@ function string_plural_select_fi_fi($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP settings updated."] = "";
|
||||
$a->strings["XMPP-Chat (Jabber)"] = "";
|
||||
$a->strings["Enable Webchat"] = "";
|
||||
$a->strings["XMPP settings updated."] = "XMPP-asetukset päivitetty";
|
||||
$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)";
|
||||
$a->strings["Enable Webchat"] = "Ota Webchat käyttöön";
|
||||
$a->strings["Individual Credentials"] = "";
|
||||
$a->strings["Jabber BOSH host"] = "";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue