source: extensions/Panoramas/language/ro_RO/plugin.lang.php @ 31197

Last change on this file since 31197 was 31197, checked in by TranslationTeam, 9 years ago

Add ro_RO, thanks to cheilenereinfo

  • Property svn:executable set to *
File size: 3.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 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['Your configuration is NOT saved due to above reasons.'] = 'Configuratia NU este salvata ddin cauza motivelor mai sus mentionate';
24$lang['Your configuration is saved.'] = 'Configuratia este salvata';
25$lang['authors of'] = 'autorii';
26$lang['You are not authorized to change this configuration (Webmaster only).'] = 'Nu esti autorizat sa modifici configuratia (doar pentru Administrator)';
27$lang['Start position ']['% between 0-99'] = 'Pozitia de pornire [% intre 0-99]';
28$lang['Special thanks to:'] = 'Multumiri speciale lui:';
29$lang['Rotation direction'] = 'Directia rotatiei';
30$lang['Right'] = 'Dreapta';
31$lang['Mode 180 (Alternative left-right restart)'] = 'Modul 180 (Repornire stanga-dreapta alternativa)';
32$lang['Permanent'] = 'Permanent';
33$lang['Panoramas configuration'] = 'Configurarea panoramelor';
34$lang['On'] = 'Pornit';
35$lang['Off'] = 'Oprit';
36$lang['Mode 360'] = 'Modul 360';
37$lang['Left'] = 'Stanga';
38$lang['Footer display'] = 'Afisare footer';
39$lang['Footer Control Color'] = 'Controlul culorii footer-ului';
40$lang['Footer Color'] = 'Culoarea fundalului footer-ului';
41$lang['Control display'] = 'Controalele afisarii';
42$lang['Caption Color'] = 'Culoare textului din descriere';
43$lang['Border width'] = 'Marimea marginilor panoramei [0-10]';
44$lang['Border color'] = 'Culoare marginilor panoramei';
45$lang['Automatic start'] = 'Pornire automata';
46$lang['Auto'] = 'Auto';
Note: See TracBrowser for help on using the repository browser.