forked from alixandru/q2a-open-login
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqa-open-lang-ro.php
More file actions
48 lines (38 loc) · 2.71 KB
/
qa-open-lang-ro.php
File metadata and controls
48 lines (38 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php
/*
Question2Answer (c) Gideon Greenspan
Open Login Plugin (c) Alex Lixandru
http://www.question2answer.org/
File: qa-plugin/open-login/qa-open-lang-ro.php
Version: 2.0.0
Description: Romanian translation of all plugin texts
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
More about this license: http://www.question2answer.org/license.php
*/
return array(
'my_logins_title' => 'Conturile mele asociate',
'my_logins_nav' => 'Conturi asociate',
'my_current_user' => 'Contul meu curent',
'associated_logins' => 'Conturi asociate',
'other_logins' => 'Alte conturi cu aceeasi adresa de email',
'other_logins_conf_title' => 'Confirma asocierea cu alte conturi',
'other_logins_conf_text' => 'Au fost detectate alte conturi inregistrate pe site-ul nostru cu aceeasi adresa de email. Daca aceste conturi iti apartin, le poti asocia cu profilul curent pentru a evita duplicatele.',
'merge_accounts' => 'Asociaza conturile selectate',
'merge_accounts_note' => 'Atentie! Conturile selectate vor fi asociate cu profilul curent iar profilele lor initiale vor fi sterse definitiv. Punctele si reputatia asociate cu aceste profile nu vor fi migrate, iar activitatea anterioara va fi marcata ca anonima. Daca vrei sa pastrezi un alt cont dintre cele afisate mai sus, autentifica-te folosind acel cont si acceseaza aceasta pagina din nou.',
'split_accounts' => 'Deconecteaza conturile selectate',
'split_accounts_note' => 'Nota: odata deconectate, profilul tau nu va mai fi asociat cu acele conturi. Daca te vei autentifica din nou prin acele servicii, vor fi create conturi noi de utilizator, diferite de contul tau curent. Veti putea totusi sa le asociezi din nou cu profilul tau daca asta doresti.',
'no_logins_title' => 'Nu a fost gasit nici un alt cont asociat',
'no_logins_text' => 'Autentifica-te folosind un serviciu OpenID pentru a asocia profilul tau curent cu alte conturi.',
'local_user' => 'Cont local',
'login_title' => 'Autentificare folosind un serviciu extern',
'login_description' => 'Alege un serviciu din lista de mai jos pentru a te autentifica fara sa fie nevoie sa iti mai creezi un cont pe site-ul nostru',
'remember_me' => 'Pastreaza-ma autentificat cand ma loghez folosind oricare din conturile de mai jos',
'login_using' => 'Login prin ^',
);