Merge pull request #211 from tobiasd/20140622

get translations from transifex over here
This commit is contained in:
tobiasd 2014-09-06 23:27:31 +02:00
commit e60a9e61fd
383 changed files with 15505 additions and 1221 deletions

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:
# Michal Šupler <msupler@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2014-07-07 19:12+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: jappixmini.php:298 jappixmini.php:302
msgid "Jappix Mini"
msgstr "Jappix Mini"
#: jappixmini.php:305
msgid "Activate addon"
msgstr "Aktivovat rozšíření"
#: jappixmini.php:308
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "<em>Nevlkádejte</em> Jappixmini Chat-Widget do webového rozhraní"
#: jappixmini.php:311
msgid "Jabber username"
msgstr "Jabber uživatelské jméno"
#: jappixmini.php:314
msgid "Jabber server"
msgstr "Jabber server"
#: jappixmini.php:319
msgid "Jabber BOSH host"
msgstr "Jabber BOSH host"
#: jappixmini.php:325
msgid "Jabber password"
msgstr "Jabber heslo"
#: jappixmini.php:330
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)"
#: jappixmini.php:333
msgid "Friendica password"
msgstr "Friendica heslo"
#: jappixmini.php:336
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Automaticky schválit požadavek na členství od Friedica kontaktů."
#: jappixmini.php:339
msgid "Subscribe to Friendica contacts automatically"
msgstr "Automaticky zaslat požadavek na členství Friedica kontaktům."
#: jappixmini.php:342
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Očistit interní seznam jabber adres kontaktů"
#: jappixmini.php:347
msgid "Save Settings"
msgstr "Uložit Nastavení"
#: jappixmini.php:348
msgid "Add contact"
msgstr "Přidat kontakt"

View file

@ -1,16 +1,21 @@
<?php
$a->strings["Jappix Mini addon settings"] = "Nastavení rozšíření Jappix Mini";
$a->strings["Activate addon"] = "Aktivovat rozšíření";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Nevlkádejte</em> Jappixmini Chat-Widget do webového rozhraní";
$a->strings["Jabber username"] = "Jabber uživatelské jméno";
$a->strings["Jabber server"] = "Jabber server";
$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
$a->strings["Jabber password"] = "Jabber heslo";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)";
$a->strings["Friendica password"] = "Friendica heslo";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automaticky schválit požadavek na členství od Friedica kontaktů.";
$a->strings["Subscribe to Friendica contacts automatically"] = "Automaticky zaslat požadavek na členství Friedica kontaktům.";
$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";
<?php
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
}}
;
$a->strings["Jappix Mini"] = "Jappix Mini";
$a->strings["Activate addon"] = "Aktivovat rozšíření";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Nevlkádejte</em> Jappixmini Chat-Widget do webového rozhraní";
$a->strings["Jabber username"] = "Jabber uživatelské jméno";
$a->strings["Jabber server"] = "Jabber server";
$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
$a->strings["Jabber password"] = "Jabber heslo";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)";
$a->strings["Friendica password"] = "Friendica heslo";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automaticky schválit požadavek na členství od Friedica kontaktů.";
$a->strings["Subscribe to Friendica contacts automatically"] = "Automaticky zaslat požadavek na členství Friedica kontaktům.";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Očistit interní seznam jabber adres kontaktů";
$a->strings["Save Settings"] = "Uložit Nastavení";
$a->strings["Add contact"] = "Přidat kontakt";

View file

@ -0,0 +1,76 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2014-07-08 11:55+0000\n"
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.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:298 jappixmini.php:302
msgid "Jappix Mini"
msgstr "Jappix Mini"
#: jappixmini.php:305
msgid "Activate addon"
msgstr "Activare supliment"
#: jappixmini.php:308
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:311
msgid "Jabber username"
msgstr "Utilizator Jabber "
#: jappixmini.php:314
msgid "Jabber server"
msgstr "Server Jabber "
#: jappixmini.php:319
msgid "Jabber BOSH host"
msgstr "Host BOSH Jabber"
#: jappixmini.php:325
msgid "Jabber password"
msgstr "Parolă Jabber "
#: jappixmini.php:330
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Criptare parolă Jabber cu parola Friendica (recomandat)"
#: jappixmini.php:333
msgid "Friendica password"
msgstr "Parolă Friendica "
#: jappixmini.php:336
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr "Aprobare solicitări de subscriere din contactele Friendica, în mod automat"
#: jappixmini.php:339
msgid "Subscribe to Friendica contacts automatically"
msgstr "Abonare automată la contactele Friendica"
#: jappixmini.php:342
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Curățare listă internă a adreselor de contact jabber"
#: jappixmini.php:347
msgid "Save Settings"
msgstr "Salvare Configurări"
#: jappixmini.php:348
msgid "Add contact"
msgstr "Adăugare contact"

View file

@ -0,0 +1,21 @@
<?php
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
}}
;
$a->strings["Jappix Mini"] = "Jappix Mini";
$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["Save Settings"] = "Salvare Configurări";
$a->strings["Add contact"] = "Adăugare contact";