source: extensions/community/language/ro_RO/plugin.lang.php @ 30697

Last change on this file since 30697 was 25870, checked in by TranslationTeam, 11 years ago

[community] Update ro_RO, thanks to : smarmie

  • Property svn:executable set to *
File size: 5.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['%d photos rejected'] = '%d fotografii respinse';
24$lang['%d photos uploaded by %s'] = '%d fotografii încărcate de %s';
25$lang['%d photos uploaded into album "%s"'] = '%d fotografii încărcate în albumul "%s"';
26$lang['%d photos validated'] = '%d fotografii validate';
27$lang['%s (the group)'] = '%s (grupul)';
28$lang['%s (the user)'] = '%s (utilizatorul)';
29$lang['%u pending photos'] = '%u fotografii în așteptare';
30$lang['a group'] = 'un grup';
31$lang['a specific user'] = 'un user specificat';
32$lang['ability to create sub-albums'] = 'abilitatea de a crea sub-albumuri';
33$lang['Add a permission'] = 'Adaugă o permisiune';
34$lang['any registered user'] = 'orice user inregistrat';
35$lang['any visitor'] = 'orice vizitator';
36$lang['Cancel'] = 'Anulare';
37$lang['Delete permission'] = 'Permisiuni de stergere';
38$lang['Edit a permission'] = 'Modifică o permisiune';
39$lang['Hi administrators,'] = 'Buna administratorilor :)';
40$lang['high trust'] = 'incredere ridicata';
41$lang['Level 16'] = 'În așteptare';
42$lang['low trust'] = 'incredere joasa';
43$lang['No album, this photo is orphan'] = 'Niciun album, aceasta fotografie este orfană';
44$lang['Pending Photos'] = 'Fotografii în așteptare';
45$lang['Permission added'] = 'Permisiuni adăugate';
46$lang['Permission removed'] = 'Permisiuni revocate';
47$lang['Permission updated'] = 'Permisiuni actualizate';
48$lang['Set Photo Properties'] = 'Seteaza proprietatile fotografiei';
49$lang['sub-albums creation'] = 'creare de sub-albume';
50$lang['The whole gallery'] = 'Toata galeria';
51$lang['Upload Permissions'] = 'Permisiuni de upload';
52$lang['Upload your own photos'] = 'Incarca propriile fotografii';
53$lang['uploaded photos are directly displayed in the gallery'] = 'Fotografiile incarcate sunt afisate direct in galerie';
54$lang['uploaded photos must be validated by an administrator'] = 'pozele incarcate trebuie sa fie validate de un administrator';
55$lang['Validation page: %s'] = 'Pagina de validare %s';
56$lang['web size'] = 'marimea web';
57$lang['Where?'] = 'Unde?';
58$lang['Which level of trust?'] = 'Ce nivel de încredere?';
59$lang['Who?'] = 'Cine?';
60$lang['Your photos are waiting for validation, administrators have been notified'] = 'Fotografiile tale asteapta validarea, administratorii au fost notificati';
61$lang['Zoom'] = 'Zoom';
62$lang['up to %d photos (for each user)'] = 'până la %d fotografii (pentru fiecare utilizator)';
63$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Piwigo crează în mod automat un album pentru fiecare utilizator, la prima conectare';
64$lang['Where should Piwigo create user albums?'] = 'Unde ar trebui Piwigo să creeze albumele utilizatorilor?';
65$lang['Maximum number of photos reached (%u)'] = 'Numărul maxim de fotografii a fost atins (%u)';
66$lang['Photo %s rejected.'] = 'Fotografia %s respinsă';
67$lang['(in addition to user album)'] = '(în plus la albumul utilizatorului)';
68$lang['How many photos?'] = 'Câte fotografii?';
69$lang['no limit'] = 'fără limită';
70$lang['up to %dMB (for each user)'] = 'până la %dMB (pentru fiecare utilizator)';
71$lang['%s out of %s'] = '%s din %s';
72$lang['Available %s.'] = 'Disponibil %s.';
73$lang['Gallery root'] = 'Rădăcina galeriei';
74$lang['How much disk space?'] = 'Cât de mult spațiu pe disc?';
75$lang['User album only'] = 'Numai albumele utilizatorilor';
76$lang['User albums'] = 'Albumele utilizatorilor';
77$lang['Available quota %s.'] = 'Cotă disponibilă %s.';
78$lang['Disk usage quota reached (%uMB)'] = 'Cota de utilizare de disc a fost atinsă (%uMB)';
79$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'Fișierul %s este prea mare (%uMB), cota de %uMB a fost depășită';
80$lang['Album of user'] = 'Albumul utilizatorului';
81$lang['a user can own only one album'] = 'un utilizator poate deține numai un singur album';
82?>
Note: See TracBrowser for help on using the repository browser.