]> git.mxchange.org Git - friendica-addons.git/blob - impressum/lang/ro/strings.php
regenerated all the strings
[friendica-addons.git] / impressum / lang / ro / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ro")) {
4 function string_plural_select_ro($n){
5         $n = intval($n);
6         if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else  { return 1; }
7 }}
8 $a->strings['Impressum'] = 'Impressum';
9 $a->strings['Site Owner'] = 'Deținător Site';
10 $a->strings['Email Address'] = 'Adresă de mail';
11 $a->strings['Postal Address'] = 'Adresă poștală';
12 $a->strings['The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon.'] = 'Modulul Impressum trebuie configurat! <br />Vă rugăm să adăugați cel puțin variabila <tt>deținător</tt> în fișierul de configurare. Pentru alte variabile vă rugăm să consultați fișierul README al modulului.';
13 $a->strings['Settings updated.'] = 'Configurări actualizate.';
14 $a->strings['Submit'] = 'Trimite';
15 $a->strings['The page operators name.'] = 'Pagina numelor operatorilor.';
16 $a->strings['Site Owners Profile'] = 'Profil Deținători Site ';
17 $a->strings['Profile address of the operator.'] = 'Adresa de profil a operatorului.';
18 $a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Cum să contactați operatorul prin corespondență lentă. Puteți folosi aici Codul BB.';
19 $a->strings['Notes'] = 'Note';
20 $a->strings['Additional notes that are displayed beneath the contact information. You can use BBCode here.'] = 'Notele suplimentare care sunt afișate sub informațiile de contact. Puteți folosi aici Codul BB.';
21 $a->strings['How to contact the operator via email. (will be displayed obfuscated)'] = 'Modul de contactare al operatorului prin e-mail. (va fi afișat eclipsat)';
22 $a->strings['Footer note'] = 'Notă de Subsol';
23 $a->strings['Text for the footer. You can use BBCode here.'] = 'Textul de pagina de subsol. Puteți folosi aici Codul BB.';