deprecated the XMPP addon
This commit is contained in:
parent
483e8e9755
commit
8be6275d43
61 changed files with 21163 additions and 0 deletions
12
xmpp/lang/fi-fi/strings.php
Normal file
12
xmpp/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$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['Save Settings'] = 'Tallenna asetukset';
|
||||
$a->strings['Settings updated.'] = 'Asetukset päivitetty.';
|
Loading…
Add table
Add a link
Reference in a new issue