source: extensions/piwishack/language/ro_RO/plugin.lang.php @ 27084

Last change on this file since 27084 was 27084, checked in by TranslationTeam, 10 years ago

[piwishack] Update ro_RO, thanks to : cheilenereinfo

  • Property svn:executable set to *
File size: 4.4 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['admin_fieldset_main'] = 'Parametrii principali';
24$lang['admin_default_sheet_html'] = 'HTML (pentru pagina web)';
25$lang['admin_custom_name'] = 'Nume';
26$lang['admin_codes_thumb_to_page'] = 'Miniatura cu legatura catre pagina geleriei';
27$lang['admin_codes_thumb_to_image'] = 'Miniatura cu legatura catre imagine';
28$lang['admin_codes_thumb'] = 'Miniatura fara legatura';
29$lang['admin_codes_name_to_page'] = 'Numele pozei cu link catre galerie';
30$lang['admin_codes_img_to_page'] = 'Poza cu legatura catre galerie';
31$lang['admin_codes_name_to_image'] = 'Numele pozei cu link catre imagine';
32$lang['admin_codes_img'] = 'Poza fara legatura';
33$lang['admin_default_sheet'] = 'Formatul afisat in mod implicit este';
34$lang['Partage_me'] = 'Distribuie imaginea.';
35$lang['admin_custom_code'] = 'Cod personalizat #';
36$lang['admin_custom_help'] = 'Sfat: Poti folosi urmatoarele variabile  in tiparele tale: <br />
37 <label><span class="pattern">##i</span></label>: URL-ul imaginii -
38 <label><span class="pattern">##t</span></label>: URL-ul miniaturii -
39 <label><span class="pattern">##g</span></label>: URL-ul galeriei -
40 <label><span class="pattern">##n</span></label>: numele imaginii<br />';
41$lang['sheet_html'] = 'Nucleul HTML';
42$lang['sheet_bbcode'] = 'Nucleul BBCode';
43$lang['sheet_custom'] = 'Alte coduri';
44$lang['post_code_ThumbnailToGallery'] = 'Afiseaza miniaturi ( cu accesare, cu legatura catre galerie)';
45$lang['post_code_ThumbnailToImage'] = 'Afiseaza miniaturi ( cu accesare, cu legatura catre imagine)';
46$lang['post_code_Thumbnail'] = 'Afiseaza miniaturi (fara legatura)';
47$lang['admin_img_name_list'] = 'numai pentru liste';
48$lang['admin_used_by'] = 'Piwishack va fi folosit de catre';
49$lang['admin_window_open_local'] = 'fereastra curenta (standard)';
50$lang['admin_default_sheet_custom'] = 'particularizare';
51$lang['admin_default_sheet_bbcode'] = 'BBCode (de ex. pentru forum)';
52$lang['admin_window_open_other'] = 'alta fereastra (nu e recomandat)';
53$lang['close'] = 'Inchide';
54$lang['close_window_piwishack'] = 'Inchide fereastra PiwiShack';
55$lang['custom_code'] = 'Cod particularizat #';
56$lang['open_window_piwishack'] = 'Deschide fereastra PiwiShack';
57$lang['post_code_NameToImage'] = 'Denumirea pozei, cu link catre imagine';
58$lang['post_code_NameToGallery'] = 'Denumirea pozei, cu link catre galerie';
59$lang['admin_fieldset_codes'] = 'Sectearea codului Piwishack';
60$lang['admin_img_name'] = 'Numele imagnilor vor fi afisate inaintea codului?';
61$lang['admin_img_name_all'] = 'totdeauna';
62$lang['admin_window_open'] = 'Legatura HTML va fi deschisa cu';
63$lang['admin_used_by_members'] = 'membrii inregistrati';
64$lang['admin_used_by_all'] = 'toti vizitatori ( inclusiv invitatii )';
65$lang['admin_used_by_admin'] = 'doar administratori';
66$lang['admin_title'] = 'Configurare PiwiShack';
67$lang['admin_save'] = 'Salveaza';
68$lang['admin_img_name_never'] = 'niciodata';
69?>
Note: See TracBrowser for help on using the repository browser.