deprecated the XMPP addon
This commit is contained in:
parent
483e8e9755
commit
8be6275d43
61 changed files with 21163 additions and 0 deletions
49
xmpp/lang/C/messages.po
Normal file
49
xmpp/lang/C/messages.po
Normal file
|
@ -0,0 +1,49 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-25 13:16+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: xmpp.php:57 xmpp.php:61
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:65
|
||||
msgid "Enable Webchat"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:70
|
||||
msgid "Individual Credentials"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:76 xmpp.php:102
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:85 xmpp.php:101
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid "Use central userbase"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to "
|
||||
"be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
53
xmpp/lang/ar/messages.po
Normal file
53
xmpp/lang/ar/messages.po
Normal file
|
@ -0,0 +1,53 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Farida Khalaf <faridakhalaf@hotmail.com>, 2021
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-07-25 13:16+0000\n"
|
||||
"PO-Revision-Date: 2017-11-27 10:38+0000\n"
|
||||
"Last-Translator: Farida Khalaf <faridakhalaf@hotmail.com>, 2021\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/Friendica/teams/12172/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: xmpp.php:57 xmpp.php:61
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:65
|
||||
msgid "Enable Webchat"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:70
|
||||
msgid "Individual Credentials"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:76 xmpp.php:102
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "مضيف BOSH لجابر "
|
||||
|
||||
#: xmpp.php:85 xmpp.php:101
|
||||
msgid "Save Settings"
|
||||
msgstr "حفظ الإعدادات"
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid "Use central userbase"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
9
xmpp/lang/ar/strings.php
Normal file
9
xmpp/lang/ar/strings.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ar")) {
|
||||
function string_plural_select_ar($n){
|
||||
$n = intval($n);
|
||||
if ($n==0) { return 0; } else if ($n==1) { return 1; } else if ($n==2) { return 2; } else if ($n%100>=3 && $n%100<=10) { return 3; } else if ($n%100>=11 && $n%100<=99) { return 4; } else { return 5; }
|
||||
}}
|
||||
$a->strings['Jabber BOSH host'] = 'مضيف BOSH لجابر ';
|
||||
$a->strings['Save Settings'] = 'حفظ الإعدادات';
|
61
xmpp/lang/cs/messages.po
Normal file
61
xmpp/lang/cs/messages.po
Normal file
|
@ -0,0 +1,61 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Lorem Ipsum <aditoo@seznam.cz>, 2018\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/Friendica/teams/12172/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr "Nastavení XMPP aktualizována"
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-Chat (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Povolit Webchat"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Jednotlivé kredenciály"
|
||||
|
||||
#: xmpp.php:82 xmpp.php:108
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "BOSH host Jabber"
|
||||
|
||||
#: xmpp.php:91 xmpp.php:107
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit nastavení"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid "Use central userbase"
|
||||
msgstr "Použít centrální uživatelskou základnu"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"Pokud tuto funkci povolíte, uživatelé budou automaticky přihlášeni na server"
|
||||
" ejabberd, který musí být nainstalovaný na tomto serveru se "
|
||||
"synchronizovanými kredenciálami přes skript \"auth_ejabberd.php\"."
|
||||
|
||||
#: xmpp.php:119
|
||||
msgid "Settings updated."
|
||||
msgstr "Nastavení aktualizována"
|
16
xmpp/lang/cs/strings.php
Normal file
16
xmpp/lang/cs/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_cs")) {
|
||||
function string_plural_select_cs($n){
|
||||
$n = intval($n);
|
||||
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
|
||||
}}
|
||||
$a->strings['XMPP settings updated.'] = 'Nastavení XMPP aktualizována';
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Povolit Webchat';
|
||||
$a->strings['Individual Credentials'] = 'Jednotlivé kredenciály';
|
||||
$a->strings['Jabber BOSH host'] = 'BOSH host Jabber';
|
||||
$a->strings['Save Settings'] = 'Uložit nastavení';
|
||||
$a->strings['Use central userbase'] = 'Použít centrální uživatelskou základnu';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Pokud tuto funkci povolíte, uživatelé budou automaticky přihlášeni na server ejabberd, který musí být nainstalovaný na tomto serveru se synchronizovanými kredenciálami přes skript "auth_ejabberd.php".';
|
||||
$a->strings['Settings updated.'] = 'Nastavení aktualizována';
|
58
xmpp/lang/de/messages.po
Normal file
58
xmpp/lang/de/messages.po
Normal file
|
@ -0,0 +1,58 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Andreas H., 2017
|
||||
# Ulf Rompe <transifex.com@rompe.org>, 2019
|
||||
# Till Mohr <tmtrfx@till-mohr.de>, 2021
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-01 18:16+0100\n"
|
||||
"PO-Revision-Date: 2017-11-27 10:38+0000\n"
|
||||
"Last-Translator: Till Mohr <tmtrfx@till-mohr.de>, 2021\n"
|
||||
"Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: xmpp.php:57 xmpp.php:61
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-Chat (Jabber)"
|
||||
|
||||
#: xmpp.php:65
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Aktiviere Webchat"
|
||||
|
||||
#: xmpp.php:70
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Individuelle Anmeldedaten"
|
||||
|
||||
#: xmpp.php:76 xmpp.php:102
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Jabber-BOSH-Host"
|
||||
|
||||
#: xmpp.php:85 xmpp.php:101
|
||||
msgid "Save Settings"
|
||||
msgstr "Speichere Einstellungen"
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid "Use central userbase"
|
||||
msgstr "Nutze zentrale Nutzerbasis"
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"Wenn aktiviert, werden die Nutzer automatisch auf dem EJabber-Server, der "
|
||||
"auf dieser Maschine installiert ist, angemeldet, und die Zugangsdaten werden"
|
||||
" über das \"auth_ejabberd.php\"-Script synchronisiert."
|
14
xmpp/lang/de/strings.php
Normal file
14
xmpp/lang/de/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Aktiviere Webchat';
|
||||
$a->strings['Individual Credentials'] = 'Individuelle Anmeldedaten';
|
||||
$a->strings['Jabber BOSH host'] = 'Jabber-BOSH-Host';
|
||||
$a->strings['Save Settings'] = 'Speichere Einstellungen';
|
||||
$a->strings['Use central userbase'] = 'Nutze zentrale Nutzerbasis';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Wenn aktiviert, werden die Nutzer automatisch auf dem EJabber-Server, der auf dieser Maschine installiert ist, angemeldet, und die Zugangsdaten werden über das "auth_ejabberd.php"-Script synchronisiert.';
|
61
xmpp/lang/en-us/messages.po
Normal file
61
xmpp/lang/en-us/messages.po
Normal file
|
@ -0,0 +1,61 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Adam Clark <adam@isurf.ca>, 2018\n"
|
||||
"Language-Team: English (United States) (https://www.transifex.com/Friendica/teams/12172/en_US/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en_US\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr "XMPP settings updated."
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-Chat (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Enable Webchat"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Individual Credentials"
|
||||
|
||||
#: xmpp.php:82 xmpp.php:108
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Jabber BOSH host"
|
||||
|
||||
#: xmpp.php:91 xmpp.php:107
|
||||
msgid "Save Settings"
|
||||
msgstr "Save Settings"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid "Use central userbase"
|
||||
msgstr "Use central userbase"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
|
||||
#: xmpp.php:119
|
||||
msgid "Settings updated."
|
||||
msgstr "Settings updated."
|
16
xmpp/lang/en-us/strings.php
Normal file
16
xmpp/lang/en-us/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_en_us")) {
|
||||
function string_plural_select_en_us($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['XMPP settings updated.'] = 'XMPP settings updated.';
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Enable Webchat';
|
||||
$a->strings['Individual Credentials'] = 'Individual Credentials';
|
||||
$a->strings['Jabber BOSH host'] = 'Jabber BOSH host';
|
||||
$a->strings['Save Settings'] = 'Save Settings';
|
||||
$a->strings['Use central userbase'] = 'Use central userbase';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.';
|
||||
$a->strings['Settings updated.'] = 'Settings updated.';
|
56
xmpp/lang/es/messages.po
Normal file
56
xmpp/lang/es/messages.po
Normal file
|
@ -0,0 +1,56 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Senex Petrovic <javierruizo@hotmail.com>, 2021
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-01 18:16+0100\n"
|
||||
"PO-Revision-Date: 2017-11-27 10:38+0000\n"
|
||||
"Last-Translator: Senex Petrovic <javierruizo@hotmail.com>, 2021\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/Friendica/teams/12172/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: xmpp.php:57 xmpp.php:61
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-Chat (Jabber)"
|
||||
|
||||
#: xmpp.php:65
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Habilitar Webchat"
|
||||
|
||||
#: xmpp.php:70
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Credenciales individuales"
|
||||
|
||||
#: xmpp.php:76 xmpp.php:102
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Jabber BOSH host"
|
||||
|
||||
#: xmpp.php:85 xmpp.php:101
|
||||
msgid "Save Settings"
|
||||
msgstr "Guardar ajustes"
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid "Use central userbase"
|
||||
msgstr "Utilice la base de usuarios central"
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"Si está habilitado, los usuarios iniciarán sesión automáticamente en un "
|
||||
"servidor ejabberd que debe instalarse en esta máquina con credenciales "
|
||||
"sincronizadas a través del script \"auth_ejabberd.php\"."
|
14
xmpp/lang/es/strings.php
Normal file
14
xmpp/lang/es/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Habilitar Webchat';
|
||||
$a->strings['Individual Credentials'] = 'Credenciales individuales';
|
||||
$a->strings['Jabber BOSH host'] = 'Jabber BOSH host';
|
||||
$a->strings['Save Settings'] = 'Guardar ajustes';
|
||||
$a->strings['Use central userbase'] = 'Utilice la base de usuarios central';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Si está habilitado, los usuarios iniciarán sesión automáticamente en un servidor ejabberd que debe instalarse en esta máquina con credenciales sincronizadas a través del script "auth_ejabberd.php".';
|
58
xmpp/lang/fi-fi/messages.po
Normal file
58
xmpp/lang/fi-fi/messages.po
Normal file
|
@ -0,0 +1,58 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Kris, 2018\n"
|
||||
"Language-Team: Finnish (Finland) (https://www.transifex.com/Friendica/teams/12172/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fi_FI\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr "XMPP-asetukset päivitetty"
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-Chat (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Ota Webchat käyttöön"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:82 xmpp.php:108
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:91 xmpp.php:107
|
||||
msgid "Save Settings"
|
||||
msgstr "Tallenna asetukset"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid "Use central userbase"
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
|
||||
#: xmpp.php:119
|
||||
msgid "Settings updated."
|
||||
msgstr "Asetukset päivitetty."
|
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.';
|
56
xmpp/lang/fr/messages.po
Normal file
56
xmpp/lang/fr/messages.po
Normal file
|
@ -0,0 +1,56 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# bob lebonche <lebonche@tutanota.com>, 2021
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-01 18:16+0100\n"
|
||||
"PO-Revision-Date: 2017-11-27 10:38+0000\n"
|
||||
"Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
|
||||
"Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: xmpp.php:57 xmpp.php:61
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-Chat (Jabber)"
|
||||
|
||||
#: xmpp.php:65
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Activer le chat en ligne"
|
||||
|
||||
#: xmpp.php:70
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Identification individuelle"
|
||||
|
||||
#: xmpp.php:76 xmpp.php:102
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Hôte Jabber BOSH"
|
||||
|
||||
#: xmpp.php:85 xmpp.php:101
|
||||
msgid "Save Settings"
|
||||
msgstr "Sauvegarder les paramètres"
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid "Use central userbase"
|
||||
msgstr "Utilisez la base de données centrale d'utilisateurs"
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"Si activé, les utilisateurs vont automatiquement se connecter à un serveur "
|
||||
"ejabberd qui doit être installé sur cette machine avec une identification "
|
||||
"synchronisée via le script \"auth_ejabberd.php\"."
|
14
xmpp/lang/fr/strings.php
Normal file
14
xmpp/lang/fr/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Activer le chat en ligne';
|
||||
$a->strings['Individual Credentials'] = 'Identification individuelle';
|
||||
$a->strings['Jabber BOSH host'] = 'Hôte Jabber BOSH';
|
||||
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
|
||||
$a->strings['Use central userbase'] = 'Utilisez la base de données centrale d\'utilisateurs';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Si activé, les utilisateurs vont automatiquement se connecter à un serveur ejabberd qui doit être installé sur cette machine avec une identification synchronisée via le script "auth_ejabberd.php".';
|
57
xmpp/lang/hu/messages.po
Normal file
57
xmpp/lang/hu/messages.po
Normal file
|
@ -0,0 +1,57 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Balázs Úr, 2021
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-01 18:16+0100\n"
|
||||
"PO-Revision-Date: 2017-11-27 10:38+0000\n"
|
||||
"Last-Translator: Balázs Úr, 2021\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: xmpp.php:57 xmpp.php:61
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-csevegés (Jabber)"
|
||||
|
||||
#: xmpp.php:65
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Webes csevegés engedélyezése"
|
||||
|
||||
#: xmpp.php:70
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Egyéni hitelesítési adatok"
|
||||
|
||||
#: xmpp.php:76 xmpp.php:102
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Jabber BOSH kiszolgáló"
|
||||
|
||||
#: xmpp.php:85 xmpp.php:101
|
||||
msgid "Save Settings"
|
||||
msgstr "Beállítások mentése"
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid "Use central userbase"
|
||||
msgstr "Központi felhasználóbázis használata"
|
||||
|
||||
#: xmpp.php:103
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"Ha engedélyezve van, akkor a felhasználók automatikusan be fognak "
|
||||
"jelentkezni egy ejabberd-kiszolgálóra, amelyet erre a számítógépre kell "
|
||||
"telepíteni az „auth_ejabberd.php” parancsfájlon keresztül szinkronizált "
|
||||
"hitelesítési adatokkal."
|
14
xmpp/lang/hu/strings.php
Normal file
14
xmpp/lang/hu/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_hu")) {
|
||||
function string_plural_select_hu($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-csevegés (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Webes csevegés engedélyezése';
|
||||
$a->strings['Individual Credentials'] = 'Egyéni hitelesítési adatok';
|
||||
$a->strings['Jabber BOSH host'] = 'Jabber BOSH kiszolgáló';
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
||||
$a->strings['Use central userbase'] = 'Központi felhasználóbázis használata';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Ha engedélyezve van, akkor a felhasználók automatikusan be fognak jelentkezni egy ejabberd-kiszolgálóra, amelyet erre a számítógépre kell telepíteni az „auth_ejabberd.php” parancsfájlon keresztül szinkronizált hitelesítési adatokkal.';
|
61
xmpp/lang/it/messages.po
Normal file
61
xmpp/lang/it/messages.po
Normal file
|
@ -0,0 +1,61 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>, 2018\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/Friendica/teams/12172/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr "Impostazioni XMPP aggiornate."
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-Chat (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Abilita chat web"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Credenziali Individuali"
|
||||
|
||||
#: xmpp.php:82 xmpp.php:108
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Server Jabber BOSH"
|
||||
|
||||
#: xmpp.php:91 xmpp.php:107
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid "Use central userbase"
|
||||
msgstr "Usa base utenti centrale"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"Se abilitato, gli utenti verranno automaticamente autenticati con un server "
|
||||
"ejabber che deve essere installato su questa macchina, con le credenziali "
|
||||
"sincronizzate attraverso lo script \"auth_ejabberd.php\""
|
||||
|
||||
#: xmpp.php:119
|
||||
msgid "Settings updated."
|
||||
msgstr "Impostazioni aggiornate."
|
16
xmpp/lang/it/strings.php
Normal file
16
xmpp/lang/it/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['XMPP settings updated.'] = 'Impostazioni XMPP aggiornate.';
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Abilita chat web';
|
||||
$a->strings['Individual Credentials'] = 'Credenziali Individuali';
|
||||
$a->strings['Jabber BOSH host'] = 'Server Jabber BOSH';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
$a->strings['Use central userbase'] = 'Usa base utenti centrale';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Se abilitato, gli utenti verranno automaticamente autenticati con un server ejabber che deve essere installato su questa macchina, con le credenziali sincronizzate attraverso lo script "auth_ejabberd.php"';
|
||||
$a->strings['Settings updated.'] = 'Impostazioni aggiornate.';
|
61
xmpp/lang/nl/messages.po
Normal file
61
xmpp/lang/nl/messages.po
Normal file
|
@ -0,0 +1,61 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Karel <karel@dasrakel.eu>, 2018\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/Friendica/teams/12172/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr "XMPP-instellingen opgeslagen"
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-chat (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Webchat inschakelen"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Individuele inloggegevens"
|
||||
|
||||
#: xmpp.php:82 xmpp.php:108
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Jabber BOSH Server"
|
||||
|
||||
#: xmpp.php:91 xmpp.php:107
|
||||
msgid "Save Settings"
|
||||
msgstr "Instellingen opslaan"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid "Use central userbase"
|
||||
msgstr "Gebruik centrale gebruikersbank"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"Wanneer ingeschakeld zullen gebruikers automatisch inloggen op een ejabberd-"
|
||||
"server die op deze server moet geïnstalleerd staan, met dezelfde "
|
||||
"gebruikersnaam en wachtwoord, via het \"auth_ejabberd.php\" script."
|
||||
|
||||
#: xmpp.php:119
|
||||
msgid "Settings updated."
|
||||
msgstr "Instellingen opgeslagen"
|
16
xmpp/lang/nl/strings.php
Normal file
16
xmpp/lang/nl/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['XMPP settings updated.'] = 'XMPP-instellingen opgeslagen';
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-chat (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Webchat inschakelen';
|
||||
$a->strings['Individual Credentials'] = 'Individuele inloggegevens';
|
||||
$a->strings['Jabber BOSH host'] = 'Jabber BOSH Server';
|
||||
$a->strings['Save Settings'] = 'Instellingen opslaan';
|
||||
$a->strings['Use central userbase'] = 'Gebruik centrale gebruikersbank';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Wanneer ingeschakeld zullen gebruikers automatisch inloggen op een ejabberd-server die op deze server moet geïnstalleerd staan, met dezelfde gebruikersnaam en wachtwoord, via het "auth_ejabberd.php" script.';
|
||||
$a->strings['Settings updated.'] = 'Instellingen opgeslagen';
|
61
xmpp/lang/pl/messages.po
Normal file
61
xmpp/lang/pl/messages.po
Normal file
|
@ -0,0 +1,61 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/Friendica/teams/12172/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr "zaktualizowano ustawienia XMPP."
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-Chat (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Włącz Webchat"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Indywidualne poświadczenia"
|
||||
|
||||
#: xmpp.php:82 xmpp.php:108
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Jabber BOSH host"
|
||||
|
||||
#: xmpp.php:91 xmpp.php:107
|
||||
msgid "Save Settings"
|
||||
msgstr "Zapisz ustawienia"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid "Use central userbase"
|
||||
msgstr "Użyj centralnej bazy użytkowników"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"Jeśli jest włączona, użytkownicy automatycznie logują się do serwera "
|
||||
"ejabberd, który musi być zainstalowany na tym komputerze z synchronizowanymi"
|
||||
" danymi uwierzytelniającymi za pomocą skryptu \"auth_ejabberd.php\"."
|
||||
|
||||
#: xmpp.php:119
|
||||
msgid "Settings updated."
|
||||
msgstr "Ustawienia zaktualizowane."
|
16
xmpp/lang/pl/strings.php
Normal file
16
xmpp/lang/pl/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pl")) {
|
||||
function string_plural_select_pl($n){
|
||||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
$a->strings['XMPP settings updated.'] = 'zaktualizowano ustawienia XMPP.';
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-Chat (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Włącz Webchat';
|
||||
$a->strings['Individual Credentials'] = 'Indywidualne poświadczenia';
|
||||
$a->strings['Jabber BOSH host'] = 'Jabber BOSH host';
|
||||
$a->strings['Save Settings'] = 'Zapisz ustawienia';
|
||||
$a->strings['Use central userbase'] = 'Użyj centralnej bazy użytkowników';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Jeśli jest włączona, użytkownicy automatycznie logują się do serwera ejabberd, który musi być zainstalowany na tym komputerze z synchronizowanymi danymi uwierzytelniającymi za pomocą skryptu "auth_ejabberd.php".';
|
||||
$a->strings['Settings updated.'] = 'Ustawienia zaktualizowane.';
|
61
xmpp/lang/pt-br/messages.po
Normal file
61
xmpp/lang/pt-br/messages.po
Normal file
|
@ -0,0 +1,61 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Beatriz Vital <vitalb@riseup.net>, 2018\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/Friendica/teams/12172/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr "Configurações de XMPP atualizadas."
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "Bate-papo XMPP (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Habilitar webchat"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Credenciais individuais"
|
||||
|
||||
#: xmpp.php:82 xmpp.php:108
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Host BOSH de Jabber"
|
||||
|
||||
#: xmpp.php:91 xmpp.php:107
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvar configurações"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid "Use central userbase"
|
||||
msgstr "Usar base de usuários central"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"Se habilitado, a autenticação será feita automaticamente em um servidor "
|
||||
"ejabberd, que precisa ser instalado neste computador com credenciais "
|
||||
"sincronizadas por meio do script \"auth_ejabberd.php\"."
|
||||
|
||||
#: xmpp.php:119
|
||||
msgid "Settings updated."
|
||||
msgstr "Configurações atualizadas."
|
16
xmpp/lang/pt-br/strings.php
Normal file
16
xmpp/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pt_br")) {
|
||||
function string_plural_select_pt_br($n){
|
||||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
$a->strings['XMPP settings updated.'] = 'Configurações de XMPP atualizadas.';
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'Bate-papo XMPP (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Habilitar webchat';
|
||||
$a->strings['Individual Credentials'] = 'Credenciais individuais';
|
||||
$a->strings['Jabber BOSH host'] = 'Host BOSH de Jabber';
|
||||
$a->strings['Save Settings'] = 'Salvar configurações';
|
||||
$a->strings['Use central userbase'] = 'Usar base de usuários central';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Se habilitado, a autenticação será feita automaticamente em um servidor ejabberd, que precisa ser instalado neste computador com credenciais sincronizadas por meio do script "auth_ejabberd.php".';
|
||||
$a->strings['Settings updated.'] = 'Configurações atualizadas.';
|
62
xmpp/lang/ru/messages.po
Normal file
62
xmpp/lang/ru/messages.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Stanislav N. <pztrn@pztrn.name>, 2018\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/Friendica/teams/12172/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr "Настройки XMPP обновлены."
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP чат (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr "Включить веб-чат"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
msgstr "Ваши данные для входа"
|
||||
|
||||
#: xmpp.php:82 xmpp.php:108
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "BOSH хост"
|
||||
|
||||
#: xmpp.php:91 xmpp.php:107
|
||||
msgid "Save Settings"
|
||||
msgstr "Сохранить настройки"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid "Use central userbase"
|
||||
msgstr "Использовать централизованную БД пользователей"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr ""
|
||||
"Если включено, то пользователи будут автоматически входить в учетную запись "
|
||||
"на ejabberd сервере, который должен быть установлен на этом сервере. Учетные"
|
||||
" данные должны быть синхронизированы с помощью скрипта "
|
||||
"\"auth_ejabberd.php\"."
|
||||
|
||||
#: xmpp.php:119
|
||||
msgid "Settings updated."
|
||||
msgstr "Настройки обновлены."
|
16
xmpp/lang/ru/strings.php
Normal file
16
xmpp/lang/ru/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ru")) {
|
||||
function string_plural_select_ru($n){
|
||||
$n = intval($n);
|
||||
if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
$a->strings['XMPP settings updated.'] = 'Настройки XMPP обновлены.';
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP чат (Jabber)';
|
||||
$a->strings['Enable Webchat'] = 'Включить веб-чат';
|
||||
$a->strings['Individual Credentials'] = 'Ваши данные для входа';
|
||||
$a->strings['Jabber BOSH host'] = 'BOSH хост';
|
||||
$a->strings['Save Settings'] = 'Сохранить настройки';
|
||||
$a->strings['Use central userbase'] = 'Использовать централизованную БД пользователей';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = 'Если включено, то пользователи будут автоматически входить в учетную запись на ejabberd сервере, который должен быть установлен на этом сервере. Учетные данные должны быть синхронизированы с помощью скрипта "auth_ejabberd.php".';
|
||||
$a->strings['Settings updated.'] = 'Настройки обновлены.';
|
58
xmpp/lang/zh-cn/messages.po
Normal file
58
xmpp/lang/zh-cn/messages.po
Normal file
|
@ -0,0 +1,58 @@
|
|||
# ADDON xmpp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: 朱陈锬 <tangenters@outlook.com>, 2018\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/Friendica/teams/12172/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: xmpp.php:38
|
||||
msgid "XMPP settings updated."
|
||||
msgstr "XMPP 设置已更新。"
|
||||
|
||||
#: xmpp.php:63 xmpp.php:67
|
||||
msgid "XMPP-Chat (Jabber)"
|
||||
msgstr "XMPP-聊天 (Jabber)"
|
||||
|
||||
#: xmpp.php:71
|
||||
msgid "Enable Webchat"
|
||||
msgstr "启用网页聊天"
|
||||
|
||||
#: xmpp.php:76
|
||||
msgid "Individual Credentials"
|
||||
msgstr "个人凭证"
|
||||
|
||||
#: xmpp.php:82 xmpp.php:108
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr "Jabber BOSH 主机"
|
||||
|
||||
#: xmpp.php:91 xmpp.php:107
|
||||
msgid "Save Settings"
|
||||
msgstr "保存设置"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid "Use central userbase"
|
||||
msgstr "使用中央用户库"
|
||||
|
||||
#: xmpp.php:109
|
||||
msgid ""
|
||||
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||
" be installed on this machine with synchronized credentials via the "
|
||||
"\"auth_ejabberd.php\" script."
|
||||
msgstr "如果启用,用户将通过 “auth_ejabberd.php” 脚本使用同步证书自动登录到已在此设备上安装完成的 ejabberd 服务器。"
|
||||
|
||||
#: xmpp.php:119
|
||||
msgid "Settings updated."
|
||||
msgstr "设置已更新。"
|
16
xmpp/lang/zh-cn/strings.php
Normal file
16
xmpp/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_zh_cn")) {
|
||||
function string_plural_select_zh_cn($n){
|
||||
$n = intval($n);
|
||||
return intval(0);
|
||||
}}
|
||||
$a->strings['XMPP settings updated.'] = 'XMPP 设置已更新。';
|
||||
$a->strings['XMPP-Chat (Jabber)'] = 'XMPP-聊天 (Jabber)';
|
||||
$a->strings['Enable Webchat'] = '启用网页聊天';
|
||||
$a->strings['Individual Credentials'] = '个人凭证';
|
||||
$a->strings['Jabber BOSH host'] = 'Jabber BOSH 主机';
|
||||
$a->strings['Save Settings'] = '保存设置';
|
||||
$a->strings['Use central userbase'] = '使用中央用户库';
|
||||
$a->strings['If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the "auth_ejabberd.php" script.'] = '如果启用,用户将通过 “auth_ejabberd.php” 脚本使用同步证书自动登录到已在此设备上安装完成的 ejabberd 服务器。';
|
||||
$a->strings['Settings updated.'] = '设置已更新。';
|
Loading…
Add table
Add a link
Reference in a new issue