source: extensions/UserCollections/language/ro_RO/plugin.lang.php @ 23875

Last change on this file since 23875 was 23875, checked in by TranslationTeam, 11 years ago

[user_collections] Add ro_RO, thanks to : smarmie

  • Property svn:executable set to *
File size: 5.0 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['Copy to clipboard'] = 'Copiază în clipboard';
24$lang['Date added to collection, new &rarr; old'] = 'Data adăugării la colecție, nou &rarr; vechi';
25$lang['Date added to collection, old &rarr; new'] = 'Data adăugării la colecție, vechi &rarr; nou';
26$lang['Name, A &rarr; Z'] = 'Nume, A &rarr; Z';
27$lang['Name, Z &rarr; A'] = 'Nume, Z &rarr; A';
28$lang['Photos number, high &rarr; low'] = 'Numărul fotografiei, mare &rarr; mic';
29$lang['Photos number, low &rarr; high'] = 'Numărul fotografiei, mic &rarr; mare';
30$lang['by %s'] = 'de %s';
31$lang['Allow users to set their collections as public'] = 'Permite utilizatorilor să-și stabilească colecțiile ca publice';
32$lang['Click here to view the complete collection'] = 'Apasă aici pentru a vedea colecția completă';
33$lang['Edit this collection'] = 'Modifică această colecție';
34$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Salut, <b>%s</b>, %s ți-a trimis o colecție de fotografii de la <a href="%s">%s</a>';
35$lang['Please enter the recipient e-mail'] = 'Introdu adresa de e-mail a destinatarului';
36$lang['Please enter the recipient name'] = 'Introdu numele destinatarului';
37$lang['Please enter your e-mail'] = 'Introdu adresa ta de e-mail';
38$lang['Please enter your name'] = 'Introdu numele tău';
39$lang['Please give a name'] = 'Introdu un nume';
40$lang['You have %d collections'] = 'Ai %d colecții';
41$lang['You have no collection'] = 'Nu ai nicio colecție';
42$lang['Your e-mail'] = 'Adresa ta de e-mail';
43$lang['Your name'] = 'Numele tău';
44$lang['Send this collection my mail'] = 'Trimite-mi această colecție la adresa mea de e-mail';
45$lang['The collection must be public in order to send it'] = 'Această colecție trebuie să fie publică pentru a putea să o trimiți';
46$lang['This collection is empty'] = 'Această colecție este goală';
47$lang['You have %d collection'] = 'Ai %d colecții';
48$lang['Error while sending e-mail'] = 'Eroare de trimitere a e-mail-ului';
49$lang['Recipient name'] = 'Numele destinatarului';
50$lang['Return to collections list'] = 'Înapoi la listă';
51$lang['See all my collections'] = 'Vezi toate colecțiile mele';
52$lang['Save'] = 'Salvează';
53$lang['Remove from collection'] = 'Șterge din colecție';
54$lang['Preview'] = 'Previzualizare';
55$lang['Public collection'] = 'Public';
56$lang['Recipient e-mail'] = 'Destinatar e-mail';
57$lang['E-mail sent successfully'] = 'E-mail trimis cu succes';
58$lang['Export image list'] = 'Exportă lista de imagini';
59$lang['Fields'] = 'Câmpuri';
60$lang['Inactive'] = 'Inactiv';
61$lang['Invalid collection'] = 'Colecție invalidă';
62$lang['Message (optional)'] = 'Mesaj (opțional)';
63$lang['Number of images'] = 'Număr de imagini';
64$lang['%d more...'] = 'încă %d...';
65$lang['(remove)'] = '(șterge)';
66$lang['A photo collection by %s'] = 'O colecție de fotografii de %s';
67$lang['Active'] = 'Activ';
68$lang['Add to collection'] = 'Adaugă la colecție';
69$lang['Allow users to send their public collections by mail'] = 'Permite utilizatorilor să își trimită colecțiile publice prin e-mail';
70$lang['Clear'] = 'Șterge';
71$lang['Clear this collection'] = 'Curăță această colecție';
72$lang['Collection'] = 'Colecție';
73$lang['Collection name:'] = 'Numele colecției:';
74$lang['Collections'] = 'Colecții';
75$lang['Copied'] = 'Copiat';
76$lang['Create a new collection'] = 'Crează o colecție nouă';
77$lang['Delete this collection'] = 'Șterge această colecție';
78$lang['Download CSV file'] = 'Descarcă fișier CSV';
79?>
Note: See TracBrowser for help on using the repository browser.