source: extensions/ContactForm/language/ro_RO/plugin.lang.php @ 25948

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

[contactform] Update ro_RO, thanks to : smarmie

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'Fiecare categorie este afișată ca un "serviciu" distinct în formularul de contact (exemplu: "Tehnic", "Comercial", "Întrebari generale"). Folosirea categoriilor nu este obligatorie.';
24$lang['Redirect after sending email (optional)'] = 'Redirecționează după trimiterea e-mail-ului (opțional)';
25$lang['Text after the contact form'] = 'Text după formularul de contact';
26$lang['Text before the contact form'] = 'Text înainte de formularul de contact';
27$lang['Tip'] = 'Pont';
28$lang['Please choose a category'] = 'Alege o categorie';
29$lang['Please enter a message'] = 'Introdu un mesaj';
30$lang['Please enter a name'] = 'Introdu un nume';
31$lang['Please enter a subject'] = 'Introdu un subiect';
32$lang['Please enter an e-mail'] = 'Introdu un e-mail';
33$lang['Prefix of the sent e-mail subject'] = 'Prefix-ul subiectului e-mail-ului trimis';
34$lang['Send'] = 'Trimite';
35$lang['Send copy to my email'] = 'Trimite o copie la e-mail-ul meu';
36$lang['Subject'] = 'Subiect';
37$lang['Your e-mail'] = 'E-mail-ul tău';
38$lang['Your name'] = 'Numele tău';
39$lang['can be translated with LocalFiles Editor plugin'] = 'poate fi tradus cu plugin-ul Editare Fișiere Locale';
40$lang['you can use "%gallery_title%"'] = 'poți folosi "%gallery_title%"';
41$lang['%s must not be less than %d characters long'] = '%s nu trebuie să fie mai scurt de %d caractere';
42$lang['%s must not be more than %d characters long'] = '%s nu trebuie să fie mai lung de %d caractere';
43$lang['+ Add a category'] = '+ Adaugă o categorie';
44$lang['+ Add an email'] = '+ Adaugă o adresă de e-mail';
45$lang['Active'] = 'Activ';
46$lang['Add link in menu'] = 'Adaugă legătură în meniu';
47$lang['Allow guests to see the form'] = 'Permite oaspeților să vadă formularul';
48$lang['Category'] = 'Categorie';
49$lang['Default e-mail subject'] = 'Subiectul implicit pentru e-mail';
50$lang['E-mail address is mandatory'] = 'Adresa de e-mail este obligatorie';
51$lang['E-mail configuration'] = 'Configurație e-maile';
52$lang['E-mail format :'] = 'Formatare e-mailȘ';
53$lang['E-mail sent successfully'] = 'E-mail trimis cu succes';
54$lang['Error while sending e-mail'] = 'Eroare la trimiterea e-mail-ului';
55$lang['General configuration'] = 'Configurație generală';
56$lang['Message'] = 'Mesaj';
57$lang['Name is mandatory'] = 'Numele este obligatoriu';
58$lang['No active email address'] = 'Nicio adresă de e-mail activă';
59$lang['Plain text'] = 'Text simplu';
60$lang['Invalid redirect URL'] = 'URL de redirectare invalid';
61$lang['Name'] = 'Nume';
62?>
Note: See TracBrowser for help on using the repository browser.