deprecated the XMPP addon

This commit is contained in:
Tobias Diekershoff 2021-11-27 17:07:48 +01:00
commit 8be6275d43
61 changed files with 21163 additions and 0 deletions

View 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.';