mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
RO: added translation for the addons from transifex
This commit is contained in:
parent
f6460497e3
commit
951f9dc006
128 changed files with 5387 additions and 0 deletions
76
jappixmini/lang/ro/messages.po
Normal file
76
jappixmini/lang/ro/messages.po
Normal 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"
|
21
jappixmini/lang/ro/strings.php
Normal file
21
jappixmini/lang/ro/strings.php
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue