source: extensions/see_photos_by_user/language/ro_RO/plugin.lang.php @ 31739

Last change on this file since 31739 was 31739, checked in by TranslationTeam, 7 years ago

Update ro_RO, thanks to Jerome-PH

  • Property svn:executable set to *
File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['by decreasing number of photos'] = 'prin micșorarea numărului de fotografii';
24$lang['by increasing number of photos'] = 'prin creșterea numărului de fotografii';
25$lang['Maximal number users'] = 'Număr maxim de utilizatori';
26$lang['Maximal number users is incorrect !'] = 'Număr maxim de utilizatori este incorect';
27$lang['Users order'] = 'ordine utilizatori';
28$lang['select other user'] = 'selectează un alt utilizator';
29$lang['select user'] = 'selectează utilizator';
30$lang['users in alphabetical order'] = 'utilizatori în ordine alfabetică';
31$lang['users by reverse alphabetical order'] = 'utilziatori in ordine alfabetica inversa';
32$lang['submit'] = 'trimite';
33$lang['select users box'] = 'selectati caseta de utilizatori';
34$lang['link Specials menu'] = 'legatura meniu Special';
35$lang['bloc menu users'] = 'Meniu pentru utilizator bloc';
36$lang['Photos by user'] = 'Fotografii dupa utilizator';
37$lang['See photos by user'] = 'Vezi fotografii dupa utilizator';
38$lang['Minimal number photos for show users is incorrect !'] = 'Numarul minim de fotografii ce poate fi vazut de utilizatori este incorect!';
39$lang['Minimal number photos for show users'] = 'Numarul minim de fotografii ce poate fi vazut de utilizatori';
40$lang['Choose a color'] = 'Alege o culoare';
41$lang['Choose a presentation'] = 'Alege o prezentare';
42$lang['Show menu'] = 'Arată meniul';
43$lang['You must use colorpicker'] = 'Trebuie să folosești unealta pentru alegerea culorii';
44$lang['horizontal cylinder'] = 'cilindru orizontal';
45$lang['horizontal ring'] = 'inel orizontal';
46$lang['sphere'] = 'sferă';
47$lang['vertical cylinder'] = 'cilindru vertical';
48$lang['vertical ring'] = 'inel vertical';
Note: See TracBrowser for help on using the repository browser.