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

Last change on this file since 13925 was 13925, checked in by TranslationTeam, 12 years ago

[Community] Add ro_RO, thanks to : madalinul1

  • Property svn:executable set to *
File size: 3.8 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 incarcate de %s';
25$lang['%d photos uploaded into album "%s"'] = '%d fotografii incarcate in albumul "%s"';
26$lang['%d photos validated'] = '%d fotografii validate';
27$lang['%s (the group)'] = '%s (grupul)';
28$lang['%s (the user)'] = '%s (userul)';
29$lang['%u pending photos'] = '%u fotografii in asteptare';
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'] = 'Adauga 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'] = 'Editeaza o permisiune';
39$lang['Hi administrators,'] = 'Buna administratorilor :)';
40$lang['high trust'] = 'incredere ridicata';
41$lang['Level 16'] = 'In asteptare';
42$lang['low trust'] = 'incredere joasa';
43$lang['No album, this photo is orphan'] = 'Fara album, poza asta e orfana :(';
44$lang['Pending Photos'] = 'Fotografii in asteptare';
45$lang['Permission added'] = 'Permisiuni adaugate';
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 incredere?';
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?>
Note: See TracBrowser for help on using the repository browser.