209 lines
21 KiB
PHP
209 lines
21 KiB
PHP
<?php
|
||
return array(
|
||
'informations' => array(
|
||
'documentation' => 'http://doc.prestashop.com/display/PS16/Installing+PrestaShop',
|
||
'documentation_upgrade' => 'http://docs.prestashop.com/display/PS15/Updating+PrestaShop',
|
||
'forum' => 'http://www.prestashop.com/forums/',
|
||
'blog' => 'http://www.prestashop.com/blog/',
|
||
'support' => 'https://www.prestashop.com/en/support',
|
||
'tutorial' => 'https://www.youtube.com/watch?v=psz4aIPZZuk',
|
||
'tailored_help' => 'http://addons.prestashop.com/en/388-support',
|
||
),
|
||
'translations' => array(
|
||
'An SQL error occurred for entity <i>%1$s</i>: <i>%2$s</i>' => 'A avut loc e eroare SQL pentru obiectul <i>%1$s</i>: <i>%2$s</i>',
|
||
'Cannot create image "%1$s" for entity "%2$s"' => 'Nu pot crea copie "%1$s" pentru obiectul "%2$s"',
|
||
'Cannot create image "%1$s" (bad permissions on folder "%2$s")' => 'Nu se poate crea imaginea ”%1$s” (nu este permis pe folder "%2$s")',
|
||
'Cannot create image "%s"' => 'Nu pot crea copie "%s"',
|
||
'SQL error on query <i>%s</i>' => 'SQL eroare la întrebare <i>%s</i>',
|
||
'%s Login information' => '%s Informaţii autentificare',
|
||
'Field required' => 'Câmp obligatoriu',
|
||
'Invalid shop name' => 'Numele magazinului este invalid',
|
||
'The field %s is limited to %d characters' => 'Câmpul %s este limitate la %d caractere',
|
||
'Your firstname contains some invalid characters' => 'Prenumele conține caractere invalide',
|
||
'Your lastname contains some invalid characters' => 'Numele conține caractere invalide',
|
||
'The password is incorrect (alphanumeric string with at least 8 characters)' => 'Parola este incorectă ( cel puţin 8 numere sau caractere)',
|
||
'Password and its confirmation are different' => 'Parola şi confirmarea acesteia sunt diferite',
|
||
'This e-mail address is invalid' => 'Aceasta adresa de e-mail este invalida',
|
||
'Image folder %s is not writable' => 'Copia fişierului %s nu poate fi înregistrată',
|
||
'An error occurred during logo copy.' => 'A aparut o eroare la copierea logo-ului.',
|
||
'An error occurred during logo upload.' => 'A avut loc o eroare în timpul încărcării logo-ului.',
|
||
'Lingerie and Adult' => 'Lenjerie şi articole pentru adulți',
|
||
'Animals and Pets' => 'Animale și animale de companie',
|
||
'Art and Culture' => 'Artă și cultură',
|
||
'Babies' => 'Articole pentru copii',
|
||
'Beauty and Personal Care' => 'Frumusețe și îngrijire personală',
|
||
'Cars' => 'Autoturisme',
|
||
'Computer Hardware and Software' => 'Software și hardware pentru calculatoare',
|
||
'Download' => 'Descărcări',
|
||
'Fashion and accessories' => 'Modă și accesorii',
|
||
'Flowers, Gifts and Crafts' => 'Flori, cadouri și artizanat',
|
||
'Food and beverage' => 'Mâncare și băutură',
|
||
'HiFi, Photo and Video' => 'Foto, video și HiFi',
|
||
'Home and Garden' => 'Casă și grădină',
|
||
'Home Appliances' => 'Aparate casnice',
|
||
'Jewelry' => 'Bijuterii',
|
||
'Mobile and Telecom' => 'GSM și telecomunicații',
|
||
'Services' => 'Servicii',
|
||
'Shoes and accessories' => 'Pantofi și accesorii',
|
||
'Sports and Entertainment' => 'Sport şi Divertisment',
|
||
'Travel' => 'Călătorii',
|
||
'Database is connected' => 'Baza de date este conectată',
|
||
'Database is created' => 'Baza de date a fost creată',
|
||
'Cannot create the database automatically' => 'Nu pot crea baza de date în mod automat',
|
||
'Create settings.inc file' => 'Creaţi fişierul settings.inc',
|
||
'Create database tables' => 'Crează tabele ale bazei de date',
|
||
'Create default shop and languages' => 'Crează magazin și limbi în mod implicit',
|
||
'Populate database tables' => 'Completează tabelele bazei de date',
|
||
'Configure shop information' => 'Configurează informaţiile magazinului',
|
||
'Install demonstration data' => 'Instalați date demonstrație',
|
||
'Install modules' => 'Instalează module',
|
||
'Install Addons modules' => 'Instalați modulele Addons',
|
||
'Install theme' => 'Instalează temă',
|
||
'Required PHP parameters' => 'Parametri PHP necesari',
|
||
'PHP 5.1.2 or later is not enabled' => 'PHP 5.1.2 sau mai recent nu este disponibil',
|
||
'Cannot upload files' => 'Nu se pot încărca fişierele',
|
||
'Cannot create new files and folders' => 'Nu se pot crea noi dosare şi fişiere',
|
||
'GD library is not installed' => 'Biblioteca GD nu este instalată',
|
||
'MySQL support is not activated' => 'Suportul MySQL nu este activ',
|
||
'Files' => 'Fişiere',
|
||
'Not all files were successfully uploaded on your server' => 'Nu toate fișierele au fost încărcate pe serverul dvs.',
|
||
'Permissions on files and folders' => 'Permisiuni pe fișiere și foldere',
|
||
'Recursive write permissions for %1$s user on %2$s' => 'Permisiuni de scriere recursivă pentru %1$s utilizator de pe %2$s',
|
||
'Recommended PHP parameters' => 'Parametri PHP recomandați',
|
||
'You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.4. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.4 now!' => 'You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.4. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.4 now!',
|
||
'Cannot open external URLs' => 'Nu se pot deschide URL-uri externe',
|
||
'PHP register_globals option is enabled' => 'Opțiunea PHP cotații magice este activă',
|
||
'GZIP compression is not activated' => 'Reducerea GZIP nu este activată',
|
||
'Mcrypt extension is not enabled' => 'Extensia Mcrypt nu este activă',
|
||
'Mbstring extension is not enabled' => 'Extensia Mbstring nu este activă',
|
||
'PHP magic quotes option is enabled' => 'Opțiunea PHP cotații magice este activă',
|
||
'Dom extension is not loaded' => 'Extensia Dom nu este încărcată',
|
||
'PDO MySQL extension is not loaded' => 'Extensia PDO MySQL nu este încărcată',
|
||
'Server name is not valid' => 'Numele serverului nu este valid',
|
||
'You must enter a database name' => 'Trebuie să introduceţi numele bazei de date',
|
||
'You must enter a database login' => 'Trebuie să introduceți o bază de date autentificată',
|
||
'Tables prefix is invalid' => 'Data specificată este invalid',
|
||
'Cannot convert database data to utf-8' => 'Nu se pot converti date din baza de date la utf-8',
|
||
'At least one table with same prefix was already found, please change your prefix or drop your database' => 'Cel puțin un tabel cu același prefix a fost deja găsit, vă rugăm să schimbați prefixul sau renunțați la baza dvs de date',
|
||
'The values of auto_increment increment and offset must be set to 1' => 'Valorile pentru auto_increment increment și offset trebuie setate la 1',
|
||
'Database Server is not found. Please verify the login, password and server fields' => 'Serverul bazei de date nu a fost găsit. Vă rugăm verificați datele de conectare, parola și câmpurile server-ului',
|
||
'Connection to MySQL server succeeded, but database "%s" not found' => 'Conectarea la sever-ul MySQL a fost realizată cu succes, dar baza de date "%s" nu a fost găsită',
|
||
'Attempt to create the database automatically' => 'Încercarea de a crea în mod automat baza de date',
|
||
'%s file is not writable (check permissions)' => '%s fișierul nu poate fi scris (verificați permisiunile)',
|
||
'%s folder is not writable (check permissions)' => '%s fișierul nu poate fi scris (verificați permisiunile)',
|
||
'Cannot write settings file' => 'Nu se pot scrie setările fișierului',
|
||
'Database structure file not found' => 'Structura fișier a bazei de date nu a fost găsită',
|
||
'Cannot create group shop' => 'Nu se poate crea magazin de grup',
|
||
'Cannot create shop' => 'Nu se poate crea magazin',
|
||
'Cannot create shop URL' => 'Nu se poate crea magazin URL',
|
||
'File "language.xml" not found for language iso "%s"' => 'Fișierul "limba.xml" nu a găsit limba ”%s”',
|
||
'File "language.xml" not valid for language iso "%s"' => 'Fișierul "limba.xml" nu a validat limba ”%s”',
|
||
'Cannot install language "%s"' => 'Nu se poate instala limba "%s"',
|
||
'Cannot copy flag language "%s"' => 'Nu s-a putut copia drapelul pentru limba "%s"',
|
||
'Cannot create admin account' => 'Nu se poate crea contul administator',
|
||
'Cannot install module "%s"' => 'Nu s-a putut instala modulul "%s"',
|
||
'Fixtures class "%s" not found' => 'Dependențele de clasă "%s" nu au fost găsite',
|
||
'"%s" must be an instance of "InstallXmlLoader"' => '"%s" trebuie să fie o instanță a "InstallXmlLoader"',
|
||
'Information about your Store' => 'Informații despre Magazinul dvs',
|
||
'Shop name' => 'Numele magazinului',
|
||
'Main activity' => 'Activitate principală',
|
||
'Please choose your main activity' => 'Vă rugăm alegeți-vă activitatea principală',
|
||
'Other activity...' => 'Altă activitate...',
|
||
'Help us learn more about your store so we can offer you optimal guidance and the best features for your business!' => 'Ajutați-ne să învățăm mai multe despre magazinul dvs pentru a vă putea oferi o ghidare optimă și cele mai bune facilități afacerii dvs!',
|
||
'Install demo products' => 'Instalați produse demo',
|
||
'Yes' => 'Da',
|
||
'No' => 'Nu',
|
||
'Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.' => 'Podusele demo sunt un mod bun de a învăța cum se folosește PrestaShop. Ar trebuie să le instalați dacă nu sunteți familiarizați cu el.',
|
||
'Country' => 'Tara',
|
||
'Select your country' => 'Selectați-vă țara',
|
||
'Shop timezone' => 'Fusul orar al magazinului',
|
||
'Select your timezone' => 'Selectați-vă fusul orar',
|
||
'Shop logo' => 'Sigla magazinului',
|
||
'Optional - You can add you logo at a later time.' => 'Opțional - Vă puteți adăuga logo-ul dvs mai târziu.',
|
||
'Your Account' => 'Contul dvs.',
|
||
'First name' => 'Prenume',
|
||
'Last name' => 'Nume de familie',
|
||
'E-mail address' => 'Adresă e-mail',
|
||
'This email address will be your username to access your store\'s back office.' => 'Acestă adresă de e-mail va fi numele dvs de utilizator pentru a accesa back office-ul magazinului dvs.',
|
||
'Shop password' => 'Parola magazinului',
|
||
'Must be at least 8 characters' => 'Trebuie să existe cel puțin 8 caractere',
|
||
'Re-type to confirm' => 'Retastați pentru a confirma',
|
||
'All information you give us is collected by us and is subject to data processing and statistics, it is necessary for the members of the PrestaShop company in order to respond to your requests. Your personal data may be communicated to service providers and partners as part of partner relationships. Under the current "Act on Data Processing, Data Files and Individual Liberties" you have the right to access, rectify and oppose to the processing of your personal data through this <a href="%s" onclick="return !window.open(this.href)">link</a>.' => 'All information you give us is collected by us and is subject to data processing and statistics, it is necessary for the members of the PrestaShop company in order to respond to your requests. Your personal data may be communicated to service providers and partners as part of partner relationships. Under the current "Act on Data Processing, Data Files and Individual Liberties" you have the right to access, rectify and oppose to the processing of your personal data through this <a href="%s" onclick="return !window.open(this.href)">link</a>.',
|
||
'Configure your database by filling out the following fields' => 'Configurați-vă baza de date completând următoarele câmpuri',
|
||
'To use PrestaShop, you must <a href="http://doc.prestashop.com/display/PS16/Installing+PrestaShop#InstallingPrestaShop-Creatingadatabaseforyourshop" target="_blank">create a database</a> to collect all of your store\'s data-related activities.' => 'Pentru a utiliza PrestaShop, este necesar să <a href="http://doc.prestashop.com/display/PS16/Installing+PrestaShop#InstallingPrestaShop-Creatingadatabaseforyourshop" target="_blank">creați o bază de date</a> pentru a stoca informațiile despre activitățile magazinului dvs.',
|
||
'Please complete the fields below in order for PrestaShop to connect to your database. ' => 'Vă rugăm completați câmpurile de mai jos pentru ca PrestaShop să vă conecteze la baza de date. ',
|
||
'Database server address' => 'Adresa serverului bazei de date',
|
||
'The default port is 3306. To use a different port, add the port number at the end of your server\'s address i.e ":4242".' => 'Portul implicit este 3306. Pentru a folosi un alt port, adăugați numărul portului la sfârșitul adresei dvs de server i.e ":4242".',
|
||
'Database name' => 'Numele bazei de date',
|
||
'Database login' => 'Autentificare bază de date',
|
||
'Database password' => 'Parola bazei de date',
|
||
'Database Engine' => 'Motorul bazei de date',
|
||
'Tables prefix' => 'Prefix tabele',
|
||
'Drop existing tables (mode dev)' => 'Renunțați la tabelele existente (modul dev)',
|
||
'Test your database connection now!' => 'Testați-vă acum conexiunea la baza dvs de date!',
|
||
'Next' => 'Următorul',
|
||
'Back' => 'Înapoi',
|
||
'If you need some assistance, you can <a href="%1$s" onclick="return !window.open(this.href);">get tailored help</a> from our support team. <a href="%2$s" onclick="return !window.open(this.href);">The official documentation</a> is also here to guide you.' => 'If you need some assistance, you can <a href="%1$s" onclick="return !window.open(this.href);">get tailored help</a> from our support team. <a href="%2$s" onclick="return !window.open(this.href);">The official documentation</a> is also here to guide you.',
|
||
'Official forum' => 'Forumul oficial',
|
||
'Support' => 'Ajutor',
|
||
'Documentation' => 'Documentatie',
|
||
'Contact us' => 'Contactați-ne',
|
||
'PrestaShop Installation Assistant' => 'Asistentul pentru instalarea Prestashop',
|
||
'Forum' => 'Forum',
|
||
'Blog' => 'Blog',
|
||
'Contact us!' => 'Contactați-ne!',
|
||
'menu_welcome' => 'Alegeți-vă limba',
|
||
'menu_license' => 'Acorduri de licență',
|
||
'menu_system' => 'Compatibilitatea sistemului',
|
||
'menu_configure' => 'Informațiile magazinului',
|
||
'menu_database' => 'Configurarea sistemului',
|
||
'menu_process' => 'Magazin de instalare',
|
||
'Installation Assistant' => 'Asistent instalare',
|
||
'To install PrestaShop, you need to have JavaScript enabled in your browser.' => 'Pentru a vă instala PrestaShop, trebuie să aveți activat JavaScript în browser-ul dvs.',
|
||
'http://enable-javascript.com/' => 'http://enable-javascript.com/',
|
||
'License Agreements' => 'Acorduri de licență',
|
||
'To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.' => 'Pentru a vă bucura de multele caracteristici care vă sunt oferite gratis de PrestaShop, vă rufăm citiți termenii de utilizare de mai jos. Nucleul PrestaShop este licențiat sub OSL 3.0, în timp ce modulele și temele sunt licențiate sub AFL 3.0.',
|
||
'I agree to the above terms and conditions.' => 'Sunt de acord cu termenii și condițiile de mai sus.',
|
||
'I agree to participate in improving the solution by sending anonymous information about my configuration.' => 'Sunt de acord să particip la îmbunătățirea soluției trimițând informații anonime despre configurarea mea.',
|
||
'Done!' => 'Realizat!',
|
||
'An error occurred during installation...' => 'A apărut o eroare în timpul instalării...',
|
||
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>.' => 'Puteți folosi link-ul din stânga coloanei pentru a merge înapoi la pasul anterior, sau pentru a reporni procesul de instalare prin <a href="%s">dând click aici</a>.',
|
||
'Your installation is finished!' => 'Instalarea dvs s-a încheiat!',
|
||
'You have just finished installing your shop. Thank you for using PrestaShop!' => 'Tocmai ați terminat să vă instalați magazinul! Vă mulțumim că folosiți PrestaShop!',
|
||
'Please remember your login information:' => 'Vă rugăm să memorați informațiile de autentificare:',
|
||
'E-mail' => 'Email',
|
||
'Print my login information' => 'Printează informațiile de logare',
|
||
'Password' => 'Parolă',
|
||
'Display' => 'Afișează',
|
||
'For security purposes, you must delete the "install" folder.' => 'Din motive de securitate, trebuie să ștergeți folderul ”instalare”.',
|
||
'http://doc.prestashop.com/display/PS16/Installing+PrestaShop#InstallingPrestaShop-Completingtheinstallation' => 'http://doc.prestashop.com/display/PS16/Installing+PrestaShop#InstallingPrestaShop-Completingtheinstallation',
|
||
'Back Office' => 'Back office',
|
||
'Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.' => 'Administrați-vă magazinul folosindu-vă Back Office-ul. Administrați-vă comenzile și clienții, adăugați module, schimbați teme, etc.',
|
||
'Manage your store' => 'Administrați-vă magazinul',
|
||
'Front Office' => 'Front office',
|
||
'Discover your store as your future customers will see it!' => 'Descoperiți-vă magazinul în modul în care viitorii dvs clienți îl vor vedea!',
|
||
'Discover your store' => 'Descoperiți-vă magazinul',
|
||
'Share your experience with your friends!' => 'Împărțiți-vă experiența cu prietenii dvs!',
|
||
'I just built an online store with PrestaShop!' => 'Tocmai mi-am construit un magazin online cu PrestaShop!',
|
||
'Watch this exhilarating experience: http://vimeo.com/89298199' => 'Vizionați această experiență captivantă: http://vimeo.com/89298199',
|
||
'Tweet' => 'Tweet',
|
||
'Share' => 'Distribuiţi',
|
||
'Google+' => 'Google+',
|
||
'Pinterest' => 'Pinterest',
|
||
'LinkedIn' => 'LinkedIn',
|
||
'Check out PrestaShop Addons to add that little something extra to your store!' => 'Evaluați PrestaShop Addons pentru a adăuga acel ceva magazinului dvs!',
|
||
'We are currently checking PrestaShop compatibility with your system environment' => 'Momentan verificăm compatibilitatea PrestaShop cu mediul dvs de sistem',
|
||
'If you have any questions, please visit our <a href="%1$s" target="_blank">documentation</a> and <a href="%2$s" target="_blank">community forum</a>.' => 'Dacă aveți orice întrebări, vă rugăm să vizitați <a href="%1$s" target="_blank">documentația</a> noastră și <a href="%2$s" target="_blank">forumul comunității</a>.',
|
||
'PrestaShop compatibility with your system environment has been verified!' => 'Compatibilitatea PrestaShop cu sistemul dvs a fost verificată!',
|
||
'Oops! Please correct the item(s) below, and then click "Refresh information" to test the compatibility of your new system.' => 'Oops! Vă rugăm corectați punctul(le) de mai jos, și apoi da-ți click ”Reîmprospătare informație” pentru a testa compatibilitatea noului dvs sistem.',
|
||
'Refresh these settings' => 'Reîmprospătează aceste setări',
|
||
'PrestaShop requires at least 32 MB of memory to run: please check the memory_limit directive in your php.ini file or contact your host provider about this.' => 'PrestaShop necesită cel puțin 32 MB de memorie pentru a funcționa: vă rugăm să verificați directiva memory_limit din fișierul dvs. php.ini file sau cereți furnizorului dvs. de găzduire web să o facă.',
|
||
'<b>Warning: You cannot use this tool to upgrade your store anymore.</b><br /><br />You already have <b>PrestaShop version %1$s installed</b>.<br /><br />If you want to upgrade to the latest version, please read our documentation: <a href="%2$s">%2$s</a>' => '<b>Atenție: Nu mai puteți folosi această unealtă pentru a vă actualiza magazinul.</b><br /><br />Deja aveți <b>versiunea %1$s de PrestaShop instalată</b>.<br /><br />Dacă doriți să actualizați până la ultima versiune, vă rugăm să citiți documentația: <a href="%2$s">%2$s</a>',
|
||
'Welcome to the PrestaShop %s Installer' => 'Bine ați venit la PrestaShop %s Installer',
|
||
'Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than 230,000 merchants. You are on the way to creating your own unique online store that you can manage easily every day.' => 'Instalarea PrestaShop este ușoară și rapidă. În doar câteva momente, veți deveni parte a unei comunități de mai mult de 230000 de comercianți. Sunteți pe cale de a vă crea propriul și unicul dumneavoastră magazin online pe care îl veți putea administra cu ușurință în fiecare zi',
|
||
'If you need help, do not hesitate to <a href="%1$s" target="_blank">watch this short tutorial</a>, or check <a href="%2$s" target="_blank">our documentation</a>.' => 'If you need help, do not hesitate to <a href="%1$s" target="_blank">watch this short tutorial</a>, or check <a href="%2$s" target="_blank">our documentation</a>.',
|
||
'Continue the installation in:' => 'Continuați instalarea în:',
|
||
'The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d translations, all for free!' => 'Selecția limbii de mai sus se aplică numai Asistentului de instalare. Odată ce magazinul dvs. a fost instalat, puteți alege pentru magazinul dvs. dintre peste %d traduceri, toate gratuite!',
|
||
'Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than 250,000 merchants. You are on the way to creating your own unique online store that you can manage easily every day.' => 'Instalarea PrestaShop este ușoară și rapidă. În doar câteva momente, veți deveni parte a unei comunități de mai mult de 250000 de comercianți. Sunteți pe cale de a vă crea propriul și unicul dumneavoastră magazin online pe care îl veți putea administra cu ușurință în fiecare zi',
|
||
),
|
||
); |