1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 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 configuration'] = 'Configurarea Adminului'; |
---|
24 | $lang['also given by your host provider'] = 'De asemenea oferita de host'; |
---|
25 | $lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'O solutie alternativa ar fi sa copiezi textul din casuta de deasupra si sa il scrii in fila "local/config/database.inc.php" |
---|
26 | (Atentie database.inc.php trebuie sa contina doar caracterele din text, fara linie sau space)'; |
---|
27 | $lang['Basic configuration'] = 'Configurarea de baza'; |
---|
28 | $lang['Can\'t connect to server'] = 'Nu se poate conecta la server'; |
---|
29 | $lang['Congratulations, Piwigo installation is completed'] = 'Felicitari, Piwigo s-a instalat cu succes.'; |
---|
30 | $lang['Connection to server succeed, but it was impossible to connect to database'] = 'Conectarea la server reusita, dar conexiunea cu baza de data este imposibila'; |
---|
31 | $lang['Creation of config file local/config/database.inc.php failed.'] = 'Creearea filei local/config/database.inc.php a esuat'; |
---|
32 | $lang['Database configuration'] = 'Configurarea datezi de baze'; |
---|
33 | $lang['Database name'] = 'Numele bazei de date'; |
---|
34 | $lang['Database table prefix'] = 'Prefixele tabelelor bazei de date'; |
---|
35 | $lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'Tabelele bazei de date vor avea prefix ( permitandu-ti o mai usoara administrare)'; |
---|
36 | $lang['Default gallery language'] = 'Limba default a galeriei'; |
---|
37 | $lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Nu ezita sa vizitezi forumul pentru ajutor %s'; |
---|
38 | $lang['Download the config file'] = 'Descarca fila de configurare'; |
---|
39 | $lang['enter a login for webmaster'] = 'Introduceti userul pentru webmaster'; |
---|
40 | $lang['Hope to see you back soon.'] = 'Speram sa te revedem curand! Pa.'; |
---|
41 | $lang['Host'] = 'Host'; |
---|
42 | $lang['Installation'] = 'Instalare'; |
---|
43 | $lang['It appears your webhost is currently running PHP %s.'] = 'Se pare ca webhostul tau ruleaza PHP %s.'; |
---|
44 | $lang['It will be shown to the visitors. It is necessary for website administration'] = 'Va fi afisata vizitatorilor. Este necesara pentru administrarea site-ului.'; |
---|
45 | $lang['Just another Piwigo gallery'] = 'Doar o alta galerie Piwigo'; |
---|
46 | $lang['Keep it confidential, it enables you to access administration panel'] = 'Tine-o secreta, iti permite accesul la panoul de administrare'; |
---|
47 | $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; |
---|
48 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'Adresa de mail trebuie sa fie de forma xxx@yyy.eee (example : jack@altern.org)'; |
---|
49 | $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Ai nevoie de ajutor? Intreaba pe <a href="%s">Forumul Piwigo</a>.'; |
---|
50 | $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Poti sa schimbi configuratia manual si sa restartezi Piwigo dupa aceea.'; |
---|
51 | $lang['Password [confirm]'] = 'Parola [confirma]'; |
---|
52 | $lang['Password'] = 'Parola'; |
---|
53 | $lang['PHP 5 is required'] = 'PHP5 este necesar'; |
---|
54 | $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo va incerca sa treaca configuratia ta la PHP5 folosind o fila .htaccess'; |
---|
55 | $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo nu a putut sa configureze PHP5'; |
---|
56 | $lang['please enter your password again'] = 'Introduce parola inca o data'; |
---|
57 | $lang['Sorry!'] = 'Imi pare rau!'; |
---|
58 | $lang['Start Install'] = 'Incepe instalarea'; |
---|
59 | $lang['Try to configure PHP 5'] = 'Incearca sa configurezi PHP5'; |
---|
60 | $lang['user login given by your host provider'] = 'Userul oferit de providerul de host.'; |
---|
61 | $lang['user password given by your host provider'] = 'Parola oferita de providerul de host'; |
---|
62 | $lang['User'] = 'User'; |
---|
63 | $lang['verification'] = 'verificarea'; |
---|
64 | $lang['Visitors will be able to contact site administrator with this mail'] = 'Vizitatorii vor folosii aceasta adresa pentru a contacta administratorul'; |
---|
65 | $lang['webmaster login can\'t contain characters \' or "'] = 'Userul nu poate sa contina caracterele \' sau "'; |
---|
66 | $lang['Webmaster login'] = 'Webmaster login'; |
---|
67 | $lang['Webmaster mail address'] = 'Adresa de e-mail a webmasterului'; |
---|
68 | $lang['Webmaster password'] = 'Parola'; |
---|
69 | $lang['Welcome to my photo gallery'] = 'Bine ati venit la galeria mea foto'; |
---|
70 | $lang['Welcome to your new installation of Piwigo!'] = 'Bine ai venit la noua instalare Piwigo!'; |
---|
71 | $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Poti sa descarci fila de configurare si sa o uploadezi in folderul local/config al instalarii.'; |
---|
72 | $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Ar trebui sa te adresezi hostului si sa intrebi cum poti sa treci la PHP5'; |
---|
73 | ?> |
---|