]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/lang/ro/strings.php
Preparation to make the automatic authentication work (hopefully) reliable
[friendica-addons.git] / jappixmini / lang / ro / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ro")) {
4 function string_plural_select_ro($n){
5         return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
6 }}
7 ;
8 $a->strings["Jappix Mini addon settings"] = "Configurare addon Mini Jappix";
9 $a->strings["Activate addon"] = "Activare supliment";
10 $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";
11 $a->strings["Jabber username"] = "Utilizator Jabber ";
12 $a->strings["Jabber server"] = "Server Jabber ";
13 $a->strings["Jabber BOSH host"] = "Host BOSH Jabber";
14 $a->strings["Jabber password"] = "Parolă Jabber ";
15 $a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Criptare parolă Jabber cu parola Friendica (recomandat)";
16 $a->strings["Friendica password"] = "Parolă Friendica ";
17 $a->strings["Approve subscription requests from Friendica contacts automatically"] = "Aprobare solicitări de subscriere din contactele Friendica, în mod automat";
18 $a->strings["Subscribe to Friendica contacts automatically"] = "Abonare automată la contactele Friendica";
19 $a->strings["Purge internal list of jabber addresses of contacts"] = "Curățare listă internă a adreselor de contact jabber";
20 $a->strings["Submit"] = "Trimite";
21 $a->strings["Add contact"] = "Adăugare contact";