Jappixmini added

This commit is contained in:
Michael 2021-10-07 05:31:02 +00:00
commit 1cc8afc83f
265 changed files with 98516 additions and 0 deletions

View file

@ -0,0 +1,74 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\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"
#: jappixmini.php:318 jappixmini.php:322
msgid "Jappix Mini"
msgstr ""
#: jappixmini.php:325
msgid "Activate addon"
msgstr ""
#: jappixmini.php:328
msgid "Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr ""
#: jappixmini.php:331
msgid "Jabber username"
msgstr ""
#: jappixmini.php:334
msgid "Jabber server"
msgstr ""
#: jappixmini.php:339
msgid "Jabber BOSH host"
msgstr ""
#: jappixmini.php:344
msgid "Jabber password"
msgstr ""
#: jappixmini.php:349
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr ""
#: jappixmini.php:352
msgid "Friendica password"
msgstr ""
#: jappixmini.php:355
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr ""
#: jappixmini.php:358
msgid "Subscribe to Friendica contacts automatically"
msgstr ""
#: jappixmini.php:361
msgid "Purge internal list of jabber addresses of contacts"
msgstr ""
#: jappixmini.php:368
msgid "Save Settings"
msgstr ""
#: jappixmini.php:369
msgid "Add contact"
msgstr ""

View file

@ -0,0 +1,16 @@
<?php
$a->strings["Jappix Mini addon settings"] = "";
$a->strings["Activate addon"] = "";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
$a->strings["Jabber username"] = "";
$a->strings["Jabber server"] = "";
$a->strings["Jabber BOSH host"] = "";
$a->strings["Jabber password"] = "";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
$a->strings["Friendica password"] = "";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
$a->strings["Subscribe to Friendica contacts automatically"] = "";
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
$a->strings["Submit"] = "Enviar";
$a->strings["Add contact"] = "";

View file

@ -0,0 +1,79 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Aditoo, 2018
# Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014-2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-09-12 12:50+0000\n"
"Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/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"
#: jappixmini.php:266
msgid "Jappix Mini addon settings"
msgstr "Nastavení rozšíření Jappix Mini"
#: jappixmini.php:268
msgid "Activate addon"
msgstr "Aktivovat doplněk"
#: jappixmini.php:271
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "<em>Nevkládejte</em> Jappixmini Chat-Widget do webového rozhraní"
#: jappixmini.php:274
msgid "Jabber username"
msgstr "Uživatelské jméno Jabber"
#: jappixmini.php:277
msgid "Jabber server"
msgstr "Jabber server"
#: jappixmini.php:281
msgid "Jabber BOSH host"
msgstr "Jabber BOSH host"
#: jappixmini.php:285
msgid "Jabber password"
msgstr "Heslo Jabber"
#: jappixmini.php:290
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Zašifrovat heslo Jabber heslem Friendica (doporučeno)"
#: jappixmini.php:293
msgid "Friendica password"
msgstr "Heslo Friendica"
#: jappixmini.php:296
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Automaticky schválit požadavek o odběr od kontaktů Friendica."
#: jappixmini.php:299
msgid "Subscribe to Friendica contacts automatically"
msgstr "Automaticky odebírat od kontaktů Friendica."
#: jappixmini.php:302
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Očistit interní seznam jabber adres kontaktů"
#: jappixmini.php:307
msgid "Submit"
msgstr "Odeslat"
#: jappixmini.php:308
msgid "Add contact"
msgstr "Přidat kontakt"

View file

@ -0,0 +1,22 @@
<?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["Jappix Mini addon settings"] = "Nastavení rozšíření Jappix Mini";
$a->strings["Activate addon"] = "Aktivovat doplněk";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Nevkládejte</em> Jappixmini Chat-Widget do webového rozhraní";
$a->strings["Jabber username"] = "Uživatelské jméno Jabber";
$a->strings["Jabber server"] = "Jabber server";
$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
$a->strings["Jabber password"] = "Heslo Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Zašifrovat heslo Jabber heslem Friendica (doporučeno)";
$a->strings["Friendica password"] = "Heslo Friendica";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automaticky schválit požadavek o odběr od kontaktů Friendica.";
$a->strings["Subscribe to Friendica contacts automatically"] = "Automaticky odebírat od kontaktů Friendica.";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Očistit interní seznam jabber adres kontaktů";
$a->strings["Submit"] = "Odeslat";
$a->strings["Add contact"] = "Přidat kontakt";

View file

@ -0,0 +1,80 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Andreas H., 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014-2015
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-29 05:31+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/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"
#: jappixmini.php:318 jappixmini.php:322
msgid "Jappix Mini"
msgstr "Jappix Mini"
#: jappixmini.php:325
msgid "Activate addon"
msgstr "Addon aktivieren"
#: jappixmini.php:328
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "Füge das Jappix-Mini-Chat-Widget <em>nicht</em> zum Webinterface hinzu"
#: jappixmini.php:331
msgid "Jabber username"
msgstr "Jabber-Nutzername"
#: jappixmini.php:334
msgid "Jabber server"
msgstr "Jabber-Server"
#: jappixmini.php:339
msgid "Jabber BOSH host"
msgstr "Jabber-BOSH-Host"
#: jappixmini.php:344
msgid "Jabber password"
msgstr "Jabber-Passwort"
#: jappixmini.php:349
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Verschlüssele das Jabber-Passwort mit dem Friendica-Passwort (empfohlen)"
#: jappixmini.php:352
msgid "Friendica password"
msgstr "Friendica-Passwort"
#: jappixmini.php:355
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Kontaktanfragen von Friendica-Kontakten automatisch akzeptieren"
#: jappixmini.php:358
msgid "Subscribe to Friendica contacts automatically"
msgstr "Automatisch Friendica-Kontakten bei Jabber folgen"
#: jappixmini.php:361
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Lösche die interne Liste der Jabber-Adressen der Kontakte"
#: jappixmini.php:368
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: jappixmini.php:369
msgid "Add contact"
msgstr "Kontakt hinzufügen"

View file

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Jappix Mini"] = "Jappix Mini";
$a->strings["Activate addon"] = "Addon aktivieren";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "Füge das Jappix-Mini-Chat-Widget <em>nicht</em> zum Webinterface hinzu";
$a->strings["Jabber username"] = "Jabber-Nutzername";
$a->strings["Jabber server"] = "Jabber-Server";
$a->strings["Jabber BOSH host"] = "Jabber-BOSH-Host";
$a->strings["Jabber password"] = "Jabber-Passwort";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Verschlüssele das Jabber-Passwort mit dem Friendica-Passwort (empfohlen)";
$a->strings["Friendica password"] = "Friendica-Passwort";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Kontaktanfragen von Friendica-Kontakten automatisch akzeptieren";
$a->strings["Subscribe to Friendica contacts automatically"] = "Automatisch Friendica-Kontakten bei Jabber folgen";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Lösche die interne Liste der Jabber-Adressen der Kontakte";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Add contact"] = "Kontakt hinzufügen";

View file

@ -0,0 +1,16 @@
<?php
$a->strings["Jappix Mini addon settings"] = "";
$a->strings["Activate addon"] = "";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
$a->strings["Jabber username"] = "";
$a->strings["Jabber server"] = "";
$a->strings["Jabber BOSH host"] = "";
$a->strings["Jabber password"] = "";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
$a->strings["Friendica password"] = "";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
$a->strings["Subscribe to Friendica contacts automatically"] = "";
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
$a->strings["Submit"] = "Sendi";
$a->strings["Add contact"] = "";

View file

@ -0,0 +1,78 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Albert, 2016
# Senex Petrovic <javierruizo@hotmail.com>, 2021
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-04-01 10:02+0000\n"
"Last-Translator: Senex Petrovic <javierruizo@hotmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/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"
#: jappixmini.php:318 jappixmini.php:322
msgid "Jappix Mini"
msgstr "Jappix Mini"
#: jappixmini.php:325
msgid "Activate addon"
msgstr "Activar addon"
#: jappixmini.php:328
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "<em>No</em> insertar el Widget de chat de Jappixmini en la interfaz web"
#: jappixmini.php:331
msgid "Jabber username"
msgstr "Usuario de Jabber"
#: jappixmini.php:334
msgid "Jabber server"
msgstr "Servidor de Jabber"
#: jappixmini.php:339
msgid "Jabber BOSH host"
msgstr "Servidor de Jabber BOSH"
#: jappixmini.php:344
msgid "Jabber password"
msgstr "Contraseña de Jabber"
#: jappixmini.php:349
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Encriptar la contraseña de Jabber con la contraseña de Friendica (recomendado)"
#: jappixmini.php:352
msgid "Friendica password"
msgstr "Contraseña de Friendica"
#: jappixmini.php:355
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Aprobar solicitud de suscripción de los contactos de Friendica automáticamente"
#: jappixmini.php:358
msgid "Subscribe to Friendica contacts automatically"
msgstr "Siscribirse a los contactos de Friendica automáticamente"
#: jappixmini.php:361
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Eliminar la lista interna de direcciones de contactos de jabber"
#: jappixmini.php:368
msgid "Save Settings"
msgstr "Guardar Ajustes"
#: jappixmini.php:369
msgid "Add contact"
msgstr "Añadir contacto"

View file

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Jappix Mini"] = "Jappix Mini";
$a->strings["Activate addon"] = "Activar addon";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>No</em> insertar el Widget de chat de Jappixmini en la interfaz web";
$a->strings["Jabber username"] = "Usuario de Jabber";
$a->strings["Jabber server"] = "Servidor de Jabber";
$a->strings["Jabber BOSH host"] = "Servidor de Jabber BOSH";
$a->strings["Jabber password"] = "Contraseña de Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Encriptar la contraseña de Jabber con la contraseña de Friendica (recomendado)";
$a->strings["Friendica password"] = "Contraseña de Friendica";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Aprobar solicitud de suscripción de los contactos de Friendica automáticamente";
$a->strings["Subscribe to Friendica contacts automatically"] = "Siscribirse a los contactos de Friendica automáticamente";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Eliminar la lista interna de direcciones de contactos de jabber";
$a->strings["Save Settings"] = "Guardar Ajustes";
$a->strings["Add contact"] = "Añadir contacto";

View file

@ -0,0 +1,78 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Kris, 2018
# Kris, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-05-12 12:59+0000\n"
"Last-Translator: Kris\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/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"
#: jappixmini.php:266
msgid "Jappix Mini addon settings"
msgstr "Jappix Mini -lisäosan asetukset"
#: jappixmini.php:268
msgid "Activate addon"
msgstr "Ota lisäosa käyttöön"
#: jappixmini.php:271
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr ""
#: jappixmini.php:274
msgid "Jabber username"
msgstr "Jabber -käyttäjätunnus"
#: jappixmini.php:277
msgid "Jabber server"
msgstr "Jabber -palvelin"
#: jappixmini.php:281
msgid "Jabber BOSH host"
msgstr "Jabber BOSH-palvelin"
#: jappixmini.php:285
msgid "Jabber password"
msgstr "Jabber -salasana"
#: jappixmini.php:290
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Salaa Jabber -salasana Friendica -salasanalla (suositeltava)"
#: jappixmini.php:293
msgid "Friendica password"
msgstr "Friendica -salasana"
#: jappixmini.php:296
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Hyväksy automaattisesti tilauspyynnöt Friendica -kontakteilta"
#: jappixmini.php:299
msgid "Subscribe to Friendica contacts automatically"
msgstr ""
#: jappixmini.php:302
msgid "Purge internal list of jabber addresses of contacts"
msgstr ""
#: jappixmini.php:307
msgid "Submit"
msgstr "Lähetä"
#: jappixmini.php:308
msgid "Add contact"
msgstr "Lisää kontakti"

View file

@ -0,0 +1,19 @@
<?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["Jappix Mini addon settings"] = "Jappix Mini -lisäosan asetukset";
$a->strings["Activate addon"] = "Ota lisäosa käyttöön";
$a->strings["Jabber username"] = "Jabber -käyttäjätunnus";
$a->strings["Jabber server"] = "Jabber -palvelin";
$a->strings["Jabber BOSH host"] = "Jabber BOSH-palvelin";
$a->strings["Jabber password"] = "Jabber -salasana";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Salaa Jabber -salasana Friendica -salasanalla (suositeltava)";
$a->strings["Friendica password"] = "Friendica -salasana";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Hyväksy automaattisesti tilauspyynnöt Friendica -kontakteilta";
$a->strings["Submit"] = "Lähetä";
$a->strings["Add contact"] = "Lisää kontakti";

View file

@ -0,0 +1,79 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# bob lebonche <lebonche@tutanota.com>, 2021
# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015
# StefOfficiel <pichard.stephane@free.fr>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-22 09:15+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/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"
#: jappixmini.php:318 jappixmini.php:322
msgid "Jappix Mini"
msgstr "Jappix Mini"
#: jappixmini.php:325
msgid "Activate addon"
msgstr "Activer l'addon"
#: jappixmini.php:328
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "Ne <em>pas</em> insérer le widget JappixMini dans l'interface web"
#: jappixmini.php:331
msgid "Jabber username"
msgstr "Nom d'utilisateur Jabber"
#: jappixmini.php:334
msgid "Jabber server"
msgstr "Serveur Jabber"
#: jappixmini.php:339
msgid "Jabber BOSH host"
msgstr "Hôte BOSH (proxy) Jabber"
#: jappixmini.php:344
msgid "Jabber password"
msgstr "Mot de passe Jabber"
#: jappixmini.php:349
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Chiffrer le mot de passe Jabber avec le mot de passe Friendica (recommandé)"
#: jappixmini.php:352
msgid "Friendica password"
msgstr "Mot de passe Friendica"
#: jappixmini.php:355
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Approuver les contacts Friendica automatiquement"
#: jappixmini.php:358
msgid "Subscribe to Friendica contacts automatically"
msgstr "S'inscrire aux contacts Friendica automatiquement"
#: jappixmini.php:361
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Purger la liste interne d'adresses Jabber"
#: jappixmini.php:368
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: jappixmini.php:369
msgid "Add contact"
msgstr "Ajouter un contact"

View file

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
return intval($n > 1);
}}
;
$a->strings["Jappix Mini"] = "Jappix Mini";
$a->strings["Activate addon"] = "Activer l'addon";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "Ne <em>pas</em> insérer le widget JappixMini dans l'interface web";
$a->strings["Jabber username"] = "Nom d'utilisateur Jabber";
$a->strings["Jabber server"] = "Serveur Jabber";
$a->strings["Jabber BOSH host"] = "Hôte BOSH (proxy) Jabber";
$a->strings["Jabber password"] = "Mot de passe Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Chiffrer le mot de passe Jabber avec le mot de passe Friendica (recommandé)";
$a->strings["Friendica password"] = "Mot de passe Friendica";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Approuver les contacts Friendica automatiquement";
$a->strings["Subscribe to Friendica contacts automatically"] = "S'inscrire aux contacts Friendica automatiquement";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Purger la liste interne d'adresses Jabber";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["Add contact"] = "Ajouter un contact";

View file

@ -0,0 +1,77 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Balázs Úr, 2020-2021
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-23 01:09+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/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"
#: jappixmini.php:318 jappixmini.php:322
msgid "Jappix Mini"
msgstr "Jappix Mini"
#: jappixmini.php:325
msgid "Activate addon"
msgstr "Bővítmény bekapcsolása"
#: jappixmini.php:328
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "<em>Ne</em> szúrja be a Jappixmini csevegés felületi elemet a webes felületbe"
#: jappixmini.php:331
msgid "Jabber username"
msgstr "Jabber felhasználónév"
#: jappixmini.php:334
msgid "Jabber server"
msgstr "Jabber kiszolgáló"
#: jappixmini.php:339
msgid "Jabber BOSH host"
msgstr "Jabber BOSH kiszolgáló"
#: jappixmini.php:344
msgid "Jabber password"
msgstr "Jabber jelszó"
#: jappixmini.php:349
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Jabber jelszó titkosítása a Friendica jelszóval (ajánlott)"
#: jappixmini.php:352
msgid "Friendica password"
msgstr "Friendica jelszó"
#: jappixmini.php:355
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "A Friendica partnerektől érkező feliratkozási kérelmek automatikus jóváhagyása"
#: jappixmini.php:358
msgid "Subscribe to Friendica contacts automatically"
msgstr "Automatikus feliratkozás a Friendica partnerekre"
#: jappixmini.php:361
msgid "Purge internal list of jabber addresses of contacts"
msgstr "A partnerek jabber-címei belső listájának törlése"
#: jappixmini.php:368
msgid "Save Settings"
msgstr "Beállítások mentése"
#: jappixmini.php:369
msgid "Add contact"
msgstr "Partner hozzáadása"

View file

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Jappix Mini"] = "Jappix Mini";
$a->strings["Activate addon"] = "Bővítmény bekapcsolása";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Ne</em> szúrja be a Jappixmini csevegés felületi elemet a webes felületbe";
$a->strings["Jabber username"] = "Jabber felhasználónév";
$a->strings["Jabber server"] = "Jabber kiszolgáló";
$a->strings["Jabber BOSH host"] = "Jabber BOSH kiszolgáló";
$a->strings["Jabber password"] = "Jabber jelszó";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Jabber jelszó titkosítása a Friendica jelszóval (ajánlott)";
$a->strings["Friendica password"] = "Friendica jelszó";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "A Friendica partnerektől érkező feliratkozási kérelmek automatikus jóváhagyása";
$a->strings["Subscribe to Friendica contacts automatically"] = "Automatikus feliratkozás a Friendica partnerekre";
$a->strings["Purge internal list of jabber addresses of contacts"] = "A partnerek jabber-címei belső listájának törlése";
$a->strings["Save Settings"] = "Beállítások mentése";
$a->strings["Add contact"] = "Partner hozzáadása";

View file

@ -0,0 +1,16 @@
<?php
$a->strings["Jappix Mini addon settings"] = "";
$a->strings["Activate addon"] = "";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
$a->strings["Jabber username"] = "";
$a->strings["Jabber server"] = "";
$a->strings["Jabber BOSH host"] = "";
$a->strings["Jabber password"] = "";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
$a->strings["Friendica password"] = "";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
$a->strings["Subscribe to Friendica contacts automatically"] = "";
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
$a->strings["Submit"] = "Senda inn";
$a->strings["Add contact"] = "";

View file

@ -0,0 +1,78 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
# Sylke Vicious <silkevicious@gmail.com>, 2021
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-16 12:56+0000\n"
"Last-Translator: Sylke Vicious <silkevicious@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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"
#: jappixmini.php:318 jappixmini.php:322
msgid "Jappix Mini"
msgstr "Jappix Mini"
#: jappixmini.php:325
msgid "Activate addon"
msgstr "Abilita plugin"
#: jappixmini.php:328
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "Non inserire Jappixmini nell'intrerfaccia web"
#: jappixmini.php:331
msgid "Jabber username"
msgstr "Nome utente Jabber"
#: jappixmini.php:334
msgid "Jabber server"
msgstr "Server Jabber"
#: jappixmini.php:339
msgid "Jabber BOSH host"
msgstr "Server BOSH Jabber"
#: jappixmini.php:344
msgid "Jabber password"
msgstr "Password Jabber"
#: jappixmini.php:349
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Cripta la password Jabber con la password di Friendica (consigliato)"
#: jappixmini.php:352
msgid "Friendica password"
msgstr "Password Friendica"
#: jappixmini.php:355
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Approva le richieste di collegamento dai tuoi contatti Friendica automaticamente"
#: jappixmini.php:358
msgid "Subscribe to Friendica contacts automatically"
msgstr "Sottoscrivi automaticamente i contatti Friendica"
#: jappixmini.php:361
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Pulisci la lista interna degli indirizzi Jabber dei contatti"
#: jappixmini.php:368
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: jappixmini.php:369
msgid "Add contact"
msgstr "Aggiungi contatto"

View file

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Jappix Mini"] = "Jappix Mini";
$a->strings["Activate addon"] = "Abilita plugin";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "Non inserire Jappixmini nell'intrerfaccia web";
$a->strings["Jabber username"] = "Nome utente Jabber";
$a->strings["Jabber server"] = "Server Jabber";
$a->strings["Jabber BOSH host"] = "Server BOSH Jabber";
$a->strings["Jabber password"] = "Password Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Cripta la password Jabber con la password di Friendica (consigliato)";
$a->strings["Friendica password"] = "Password Friendica";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Approva le richieste di collegamento dai tuoi contatti Friendica automaticamente";
$a->strings["Subscribe to Friendica contacts automatically"] = "Sottoscrivi automaticamente i contatti Friendica";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Pulisci la lista interna degli indirizzi Jabber dei contatti";
$a->strings["Save Settings"] = "Salva Impostazioni";
$a->strings["Add contact"] = "Aggiungi contatto";

View file

@ -0,0 +1,16 @@
<?php
$a->strings["Jappix Mini addon settings"] = "";
$a->strings["Activate addon"] = "";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
$a->strings["Jabber username"] = "";
$a->strings["Jabber server"] = "";
$a->strings["Jabber BOSH host"] = "";
$a->strings["Jabber password"] = "";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
$a->strings["Friendica password"] = "";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
$a->strings["Subscribe to Friendica contacts automatically"] = "";
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
$a->strings["Submit"] = "Lagre";
$a->strings["Add contact"] = "";

View file

@ -0,0 +1,77 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Jeroen De Meerleer <me@jeroened.be>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-08-24 11:48+0000\n"
"Last-Translator: Jeroen De Meerleer <me@jeroened.be>\n"
"Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/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"
#: jappixmini.php:266
msgid "Jappix Mini addon settings"
msgstr "Jappix Mini addon instellingen"
#: jappixmini.php:268
msgid "Activate addon"
msgstr "Activatie addon"
#: jappixmini.php:271
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr ""
#: jappixmini.php:274
msgid "Jabber username"
msgstr ""
#: jappixmini.php:277
msgid "Jabber server"
msgstr ""
#: jappixmini.php:281
msgid "Jabber BOSH host"
msgstr ""
#: jappixmini.php:285
msgid "Jabber password"
msgstr ""
#: jappixmini.php:290
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr ""
#: jappixmini.php:293
msgid "Friendica password"
msgstr ""
#: jappixmini.php:296
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr ""
#: jappixmini.php:299
msgid "Subscribe to Friendica contacts automatically"
msgstr ""
#: jappixmini.php:302
msgid "Purge internal list of jabber addresses of contacts"
msgstr ""
#: jappixmini.php:307
msgid "Submit"
msgstr ""
#: jappixmini.php:308
msgid "Add contact"
msgstr ""

View file

@ -0,0 +1,10 @@
<?php
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Jappix Mini addon settings"] = "Jappix Mini addon instellingen";
$a->strings["Activate addon"] = "Activatie addon";

View file

@ -0,0 +1,77 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-08-04 11:37+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/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"
#: jappixmini.php:266
msgid "Jappix Mini addon settings"
msgstr "Ustawienia dodatku Jappix Mini"
#: jappixmini.php:268
msgid "Activate addon"
msgstr "Aktywuj dodatek"
#: jappixmini.php:271
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "<em>Nie</em> wstawiaj widżetu czatu Jappixmini do interfejsu WWW"
#: jappixmini.php:274
msgid "Jabber username"
msgstr "Nazwa użytkownika Jabber"
#: jappixmini.php:277
msgid "Jabber server"
msgstr "Serwer Jabber"
#: jappixmini.php:281
msgid "Jabber BOSH host"
msgstr "Host Jabber BOSH"
#: jappixmini.php:285
msgid "Jabber password"
msgstr "Hasło Jabber"
#: jappixmini.php:290
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Szyfrowanie hasła Jabbera za pomocą hasła Friendica (zalecane)"
#: jappixmini.php:293
msgid "Friendica password"
msgstr "Hasło Friendica"
#: jappixmini.php:296
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Subskrybuj automatycznie kontakty z Friendica"
#: jappixmini.php:299
msgid "Subscribe to Friendica contacts automatically"
msgstr "Subskrybuj kontakty z Friendica automatycznie"
#: jappixmini.php:302
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Usuń wewnętrzną listę adresów Jabber z kontaktów"
#: jappixmini.php:307
msgid "Submit"
msgstr "Wyślij"
#: jappixmini.php:308
msgid "Add contact"
msgstr "Dodaj kontakt"

View file

@ -0,0 +1,22 @@
<?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["Jappix Mini addon settings"] = "Ustawienia dodatku Jappix Mini";
$a->strings["Activate addon"] = "Aktywuj dodatek";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Nie</em> wstawiaj widżetu czatu Jappixmini do interfejsu WWW";
$a->strings["Jabber username"] = "Nazwa użytkownika Jabber";
$a->strings["Jabber server"] = "Serwer Jabber";
$a->strings["Jabber BOSH host"] = "Host Jabber BOSH";
$a->strings["Jabber password"] = "Hasło Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Szyfrowanie hasła Jabbera za pomocą hasła Friendica (zalecane)";
$a->strings["Friendica password"] = "Hasło Friendica";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Subskrybuj automatycznie kontakty z Friendica";
$a->strings["Subscribe to Friendica contacts automatically"] = "Subskrybuj kontakty z Friendica automatycznie";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Usuń wewnętrzną listę adresów Jabber z kontaktów";
$a->strings["Submit"] = "Wyślij";
$a->strings["Add contact"] = "Dodaj kontakt";

View file

@ -0,0 +1,77 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Beatriz Vital <vitalb@riseup.net>, 2016
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2016-08-19 20:35+0000\n"
"Last-Translator: Beatriz Vital <vitalb@riseup.net>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/Friendica/friendica/language/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"
#: jappixmini.php:266
msgid "Jappix Mini addon settings"
msgstr ""
#: jappixmini.php:268
msgid "Activate addon"
msgstr ""
#: jappixmini.php:271
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr ""
#: jappixmini.php:274
msgid "Jabber username"
msgstr "Nome de usuário no Jabber"
#: jappixmini.php:277
msgid "Jabber server"
msgstr ""
#: jappixmini.php:281
msgid "Jabber BOSH host"
msgstr ""
#: jappixmini.php:285
msgid "Jabber password"
msgstr "Senha do Jabber"
#: jappixmini.php:290
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Criptografar senha de Jabber com senha do Friendica (recomendado)"
#: jappixmini.php:293
msgid "Friendica password"
msgstr "Senha do Friendica"
#: jappixmini.php:296
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr ""
#: jappixmini.php:299
msgid "Subscribe to Friendica contacts automatically"
msgstr ""
#: jappixmini.php:302
msgid "Purge internal list of jabber addresses of contacts"
msgstr ""
#: jappixmini.php:307
msgid "Submit"
msgstr "Enviar"
#: jappixmini.php:308
msgid "Add contact"
msgstr ""

View file

@ -0,0 +1,13 @@
<?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["Jabber username"] = "Nome de usuário no Jabber";
$a->strings["Jabber password"] = "Senha do Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Criptografar senha de Jabber com senha do Friendica (recomendado)";
$a->strings["Friendica password"] = "Senha do Friendica";
$a->strings["Submit"] = "Enviar";

View file

@ -0,0 +1,77 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2014-11-27 14:18+0000\n"
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ro_RO\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: jappixmini.php:266
msgid "Jappix Mini addon settings"
msgstr "Configurare addon Mini Jappix"
#: jappixmini.php:268
msgid "Activate addon"
msgstr "Activare supliment"
#: jappixmini.php:271
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "<em>Nu</em> se introduce Jappixmini Chat-Widget în interfața web"
#: jappixmini.php:274
msgid "Jabber username"
msgstr "Utilizator Jabber "
#: jappixmini.php:277
msgid "Jabber server"
msgstr "Server Jabber "
#: jappixmini.php:281
msgid "Jabber BOSH host"
msgstr "Host BOSH Jabber"
#: jappixmini.php:285
msgid "Jabber password"
msgstr "Parolă Jabber "
#: jappixmini.php:290
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Criptare parolă Jabber cu parola Friendica (recomandat)"
#: jappixmini.php:293
msgid "Friendica password"
msgstr "Parolă Friendica "
#: jappixmini.php:296
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Aprobare solicitări de subscriere din contactele Friendica, în mod automat"
#: jappixmini.php:299
msgid "Subscribe to Friendica contacts automatically"
msgstr "Abonare automată la contactele Friendica"
#: jappixmini.php:302
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Curățare listă internă a adreselor de contact jabber"
#: jappixmini.php:307
msgid "Submit"
msgstr "Trimite"
#: jappixmini.php:308
msgid "Add contact"
msgstr "Adăugare contact"

View file

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
$n = intval($n);
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
}}
;
$a->strings["Jappix Mini addon settings"] = "Configurare addon Mini Jappix";
$a->strings["Activate addon"] = "Activare supliment";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Nu</em> se introduce Jappixmini Chat-Widget în interfața web";
$a->strings["Jabber username"] = "Utilizator Jabber ";
$a->strings["Jabber server"] = "Server Jabber ";
$a->strings["Jabber BOSH host"] = "Host BOSH Jabber";
$a->strings["Jabber password"] = "Parolă Jabber ";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Criptare parolă Jabber cu parola Friendica (recomandat)";
$a->strings["Friendica password"] = "Parolă Friendica ";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Aprobare solicitări de subscriere din contactele Friendica, în mod automat";
$a->strings["Subscribe to Friendica contacts automatically"] = "Abonare automată la contactele Friendica";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Curățare listă internă a adreselor de contact jabber";
$a->strings["Submit"] = "Trimite";
$a->strings["Add contact"] = "Adăugare contact";

View file

@ -0,0 +1,16 @@
<?php
$a->strings["Jappix Mini addon settings"] = "";
$a->strings["Activate addon"] = "";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
$a->strings["Jabber username"] = "";
$a->strings["Jabber server"] = "";
$a->strings["Jabber BOSH host"] = "";
$a->strings["Jabber password"] = "";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
$a->strings["Friendica password"] = "";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
$a->strings["Subscribe to Friendica contacts automatically"] = "";
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
$a->strings["Submit"] = "Подтвердить";
$a->strings["Add contact"] = "";

View file

@ -0,0 +1,3 @@
<?php
$a->strings["Submit"] = "Spara";

View file

@ -0,0 +1,16 @@
<?php
$a->strings["Jappix Mini addon settings"] = "Jappix Mini加件设置";
$a->strings["Activate addon"] = "使加件可用";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>别</em>把Jappixmini聊小窗插入网用户界面";
$a->strings["Jabber username"] = "Jabber用户名";
$a->strings["Jabber server"] = "Jabber服务器";
$a->strings["Jabber BOSH host"] = "Jabber BOSH主机";
$a->strings["Jabber password"] = "Jabber密码";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "把Jabber密码跟Friendica密码加密推荐的";
$a->strings["Friendica password"] = "Friendica密码";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "自动地批准从Friendica熟人的订阅要求";
$a->strings["Subscribe to Friendica contacts automatically"] = "自动地订阅Friendica熟人";
$a->strings["Purge internal list of jabber addresses of contacts"] = "把熟人jabber地址从内部单";
$a->strings["Submit"] = "提交";
$a->strings["Add contact"] = "加熟人";