/* vim: set sts=4 ts=4 expandtab : */
@define('LANG_CHARSET', 'UTF-8');
@define('SQL_CHARSET', 'utf8');
@define('DATE_LOCALES', 'ro_RO.UTF-8, romanian, ro, ro_RO');
@define('DATE_FORMAT_ENTRY', '%A, %B %e. %Y');
@define('DATE_FORMAT_SHORT', '%d-%m-%Y %H:%M');
@define('WYSIWYG_LANG', 'ro');
@define('NUMBER_FORMAT_DECIMALS', '2');
@define('NUMBER_FORMAT_DECPOINT', '.');
@define('NUMBER_FORMAT_THOUSANDS', ',');
@define('LANG_DIRECTION', 'ltr');
// ISO 8601 compliant format for date conversion
@define('DATE_FORMAT_2', 'Y-m-d H:i');
/* ONE AND TWO WORD CONSTANTS */
@define('TYPE', 'Tip');
@define('PREVIEW', 'Previzualizare');
@define('DATE', 'Data');
@define('TIME', 'Time');
@define('APPEARANCE', 'Aspect');
@define('LOGIN', 'Conectare');
@define('LOGOUT', 'Deconectat');
@define('LOGGEDOUT', 'Ai fost deconectat.');
@define('CREATE', 'Creaza');
@define('BACK', 'Înapoi');
@define('FORWARD', 'Înainte');
@define('ANONYMOUS', 'Anonim');
@define('RECENT', 'Recente...');
@define('OLDER', 'Mai vechi...');
@define('DONE', 'Gata');
@define('TITLE', 'Titlu');
@define('DESCRIPTION', 'Descriere');
@define('PLACEMENT', 'Plasare');
@define('DELETE', 'Sterge');
@define('SAVE', 'Salveaza');
@define('UP', 'SUS');
@define('DOWN', 'JOS');
@define('PREVIOUS', 'Anterioare');
@define('NEXT', 'Urmatoare');
@define('ENTRIES', 'însemnari');
@define('CATEGORIES', 'Categorii');
@define('NAME', 'Nume');
@define('EMAIL', 'Email');
@define('HOMEPAGE', 'Pagina web');
@define('COMMENT', 'Comentariu');
@define('VIEW', 'Vedere');
@define('HIDE', 'Ascunde');
@define('WEEK', 'Saptamâna');
@define('WEEKS', 'Saptamâni');
@define('MONTHS', 'Luni');
@define('DAYS', 'Zile');
@define('DEBUG', 'Debug');
@define('SUCCESS', 'Succes');
@define('COMMENTS', 'Comentarii');
@define('ADD_COMMENT', 'Adauga Comentariu');
@define('NO_COMMENTS', 'Nici un comentariu');
@define('POSTED_BY', 'Scris de');
@define('ON', 'activat');
@define('NO_CATEGORY', 'Nici o Categorie');
@define('CATEGORY', 'Categorie');
@define('EDIT', 'Modifica');
@define('GO', 'Du-te!');
@define('YES', 'Da');
@define('NO', 'Nu');
@define('NOT_REALLY', 'Nu prea');
@define('DUMP_IT', 'Da, sunt sigur');
@define('IN', 'în');
@define('AT', 'la');
@define('LEFT', 'stânga');
@define('RIGHT', 'dreapta');
@define('CENTER', 'center');
@define('ARCHIVES', 'Arhive');
@define('SUBSCRIBE', 'Subscribe');
@define('UNSUBSCRIBE', 'Unsubscribe');
@define('QUICKSEARCH', 'Cautare rapida');
@define('TRACKBACKS', 'Referinte');
@define('TRACKBACK', 'Referinta');
@define('NO_TRACKBACKS', 'Nici o referinta');
@define('PINGBACKS', 'Pingbacks');
@define('NO_PINGBACKS', 'No Pingbacks');
@define('WEBLOG', 'Weblog');
@define('SOURCE', 'Source');
@define('EXCERPT', 'Segment');
@define('TRACKED', 'Legat');
@define('USER', 'Utilizator');
@define('USERNAME', 'Utilizator');
@define('PASSWORD', 'Parola');
@define('HIDDEN', 'ascuns');
@define('IMAGE', 'Imagine');
@define('VIDEO', 'Video');
@define('AUTHOR', 'Autor');
@define('ENTRY', 'Entry');
@define('BLOG', 'Blog');
@define('VERSION', 'versiune');
@define('INSTALL', 'Instalare');
@define('REPLY', 'Reply');
@define('SUBSCRIPTIONS', 'Subscriptions');
@define('SUBSCRIBED', 'Subscribed');
@define('SUBSCRIBED_AT', 'Subscribed at:');
@define('ERROR', 'Eroare');
@define('FRONTEND', 'Frontend');
@define('BACKEND', 'Backend');
@define('SUMMARY', 'Summary');
@define('MORE', 'More');
@define('FORCE', 'Forteaza');
@define('UPLOAD', 'Upload');
@define('DOWNLOAD', 'Download');
@define('ADMIN', 'Administrare');
@define('ADMIN_FRONTPAGE', 'Pagina de start');
@define('QUOTE', 'Citat');
@define('NONE', 'nimic');
@define('GROUP', 'Group');
@define('AUTHORS', 'Authors');
@define('UPGRADE', 'Actualizare');
@define('NAVIGATION', 'Navigation');
@define('MOVE', 'Move');
@define('MOVE_UP', 'Move up');
@define('MOVE_DOWN', 'Move down');
@define('ALL_AUTHORS', 'Toti autorii');
@define('PREVIOUS_PAGE', 'pagina precedenta');
@define('NEXT_PAGE', 'pagina urmatoare');
@define('FIRST_PAGE', 'First Page');
@define('LAST_PAGE', 'Last Page');
@define('ALL_CATEGORIES', 'Toate categoriile');
@define('LAST_UPDATED', 'Ultima actualizare');
@define('IP_ADDRESS', 'adresa-IP');
@define('CHARSET', 'Set caractere');
@define('REFERER', 'Referent');
@define('APPROVE', 'Aproba');
@define('NOT_FOUND', 'Negasit');
@define('WRITABLE', 'Se poate scrie');
@define('NOT_WRITABLE', 'Nu se poate scrie');
@define('WELCOME_BACK', 'Bun venit,');
@define('USE_DEFAULT', 'Implicit');
@define('SORT_BY', 'Sorteaza dupa');
@define('SORT_ORDER', 'Ordinea sortarii');
@define('SORT_ORDER_ASC', 'Crescator');
@define('SORT_ORDER_DESC', 'Descrescator');
@define('FILTERS', 'Filtre');
@define('RESET_FILTERS', 'Reset filters');
@define('TOGGLE_ALL', 'Alterneaza deschide toate');
@define('TOGGLE_OPTION', 'Alterneaza optiunea');
@define('IN_REPLY_TO', 'Raspuns la comentariu');
/* WIDELY USED */
@define('FILTER_DIRECTORY', 'Director');
@define('BACK_TO_BLOG', 'Înapoi la Weblog');
@define('HTML_NUGGET', 'Fragment HTML');
@define('TITLE_FOR_NUGGET', 'Titlul fragmentului');
@define('COMMENT_ADDED', 'Comentariul tau a fost adaugat cu succes. ');
@define('ENTRIES_FOR', 'Însemnari pentru %s');
@define('NO_ENTRIES_TO_PRINT', 'Nici o însemnare de afisat');
@define('COMMENT_DELETE_CONFIRM', 'Esti sigur ca vrei sa stergi #%d, scris de %s?');
@define('DELETE_SURE', 'Esti sigur ca vrei sa stergi #%s permanent?');
@define('MEDIA_FULLSIZE', 'Marime originala');
@define('SIDEBAR_PLUGIN', 'extensie pentru Bara Laterala');
@define('EVENT_PLUGIN', 'Extensie Eveniment');
@define('PLUGIN_ITEM_DISPLAY', 'Unde ar trebui plasat acest element?');
@define('PLUGIN_ITEM_DISPLAY_EXTENDED', 'Numai însemnari avansate');
@define('PLUGIN_ITEM_DISPLAY_OVERVIEW', 'Doar pagina rezumat');
@define('PLUGIN_ITEM_DISPLAY_BOTH', 'Amândoua');
@define('DIRECTORY_WRITE_ERROR', 'Nu pot scrie în directorul %s. Verifica te rog permisiunile.');
@define('FILE_WRITE_ERROR', 'Nu pot scrie în fisierul %s.');
@define('INCLUDE_ERROR', 'eroare serendipity: nu am putut include %s - ies.');
@define('DO_MARKUP', 'Executa transformarile pentru selectii');
@define('GENERAL_PLUGIN_DATEFORMAT', 'Format data');
@define('GENERAL_PLUGIN_DATEFORMAT_BLAHBLAH', 'Forma datei pentru însemnare, folosind variabilele functiei PHP strftime(). (Implicit: "%s")');
@define('APPLY_MARKUP_TO', 'Aplica selectia pentru %s');
@define('XML_IMAGE_TO_DISPLAY', 'Buton XML');
@define('XML_IMAGE_TO_DISPLAY_DESC', 'Legaturile catre serviciile de informare XML vor fi afisate sub aceasta imagine. Lasa gol pentru valoarea implicita, sau \'none\' pentru a dezactiva aceasta functionalitate.');
@define('MAIL_IMAGE_TO_DISPLAY', 'Subscribe Button');
@define('MAIL_IMAGE_TO_DISPLAY_DESC', 'The email subscription page will be displayed by this image. Leave empty for default, enter \'none\' to disable.');
@define('DELETING_FILE', 'Sterg fisierul %s...');
@define('SETTINGS_SAVED_AT', 'Noile preferinte au fost salvate în %s');
@define('INVERT_SELECTIONS', 'Inverseaza selectia');
@define('PERSONAL_SETTINGS', 'Optiuni Personale');
@define('DO_MARKUP_DESCRIPTION', 'Aplica transformari pentru text (emoticonuri, scurtaturi via *, /, _, ...). Dezactivând asta vei pastra eventualul cod HTML din text intact.');
@define('BASE_DIRECTORY', 'Director de baza');
@define('PERM_READ', 'Read permission');
@define('PERM_WRITE', 'Write permission');
@define('PERM_DENIED', 'Permission denied.');
@define('CURRENT_AUTHOR', 'Current author');
@define('PLUGIN_ACTIVE', 'Active');
@define('PLUGIN_INACTIVE', 'Inactive');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.');
@define('SET_TO_MODERATED', 'Moderate');
@define('TOGGLE_SELECT', 'Mark for selection');
@define('ENTRY_METADATA', 'Entry metadata');
/* INSTALLER.TPL */
@define('SERENDIPITY_INSTALLATION', 'Instalare Serendipity');
@define('WELCOME_TO_INSTALLATION', 'Bun venit la instalarea Serendipity');
@define('FIRST_WE_TAKE_A_LOOK', 'Pentru început, ne vom uita la instalarea curenta si vom încerca sa diagnosticam eventualele probleme care vor aparea');
@define('ERRORS_ARE_DISPLAYED_IN', 'Erorile sunt afisate în %s, recomandarile în %s iar succesul în %s');
@define('RED', 'rosu');
@define('YELLOW', 'galben');
@define('GREEN', 'verde');
@define('PRE_INSTALLATION_REPORT', 'Raport preinstalare Serendipity v%s');
@define('INTEGRITY', 'Verify Installation Integrity');
@define('PHP_INSTALLATION', 'instalarea PHP');
@define('INSTALLER_KEY', 'Key');
@define('INSTALLER_VALUE', 'Value');
@define('OPERATING_SYSTEM', 'Sistem de operare');
@define('WEBSERVER_SAPI', 'SAPI server web');
@define('PHPINI_CONFIGURATION', 'configuratia php.ini');
@define('RECOMMENDED', 'Recomandat');
@define('ACTUAL', 'Actual');
@define('PERMISSIONS', 'Permisiuni');
@define('INSTALLER_CLI_TOOLS', 'Server-side command line tools');
@define('INSTALLER_CLI_TOOLNAME', 'CLI tool');
@define('INSTALLER_CLI_TOOLSTATUS', 'Executable?');
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permisiunile pot fi setate rulând într-un shell comanda: `%s` pe directorul cu probleme, sau setându-le cu ajutorul unui client FTP');
@define('PROBLEM_DIAGNOSTIC', 'Datorita unei probleme care a survenit, nu poti continua instalarea pâna urmatoarele probleme nu sunt rezolvate');
@define('SELECT_INSTALLATION_TYPE', 'Alege tipul de instalare pe care îl preferi');
@define('RECHECK_INSTALLATION', 'Verifica instalarea din nou');
@define('SIMPLE_INSTALLATION', 'Instalare simpla');
@define('EXPERT_INSTALLATION', 'Modul expert');
@define('COMPLETE_INSTALLATION', 'Instalare completa');
@define('WONT_INSTALL_DB_AGAIN', 'nu voi instala baza de date din nou');
@define('THEY_DO', 'ei');
@define('THEY_DONT', 'ei nu');
@define('CHECK_DATABASE_EXISTS', 'Verific daca baza de date si tabelele exista deja');
@define('CREATE_DATABASE', 'Creez baza de date implicita...');
@define('ATTEMPT_WRITE_FILE', 'Încerc sa scriu fisierul %s...');
@define('CREATING_PRIMARY_AUTHOR', 'Creez autor principal \'%s\'');
@define('SETTING_DEFAULT_TEMPLATE', 'Aleg tematica implicita');
@define('INSTALLING_DEFAULT_PLUGINS', 'Instalez extensiile implicite');
@define('SERENDIPITY_INSTALLED', 'Serendipity a fost instalat cu succes');
@define('VISIT_BLOG_HERE', 'Viziteaza noul tau blog aici');
@define('THANK_YOU_FOR_CHOOSING', 'Îti multumim ca ai ales Serendipity');
@define('ERROR_DETECTED_IN_INSTALL', 'A aparut o eroare în timpul instalarii');
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
@define('POWERED_BY', 'Bazat pe');
@define('ADMIN_FOOTER_POWERED_BY', 'Bazat pe Serendipity %s si PHP %s');
/* INSTALLER.PHP - FUNCTIONS_INSTALLER */
@define('USERLEVEL_EDITOR_DESC', 'Editor');
@define('USERLEVEL_CHIEF_DESC', 'Editor sef');
@define('USERLEVEL_ADMIN_DESC', 'Administrator');
@define('WWW_USER', 'Schimba www cu numele utilizatorului sub care ruleaza apache (ex. nobody).');
@define('INSTALL_PASSWORD_INVALID', 'Your entered passwords for the administrator user do not match.');
@define('DIRECTORY_CREATE_ERROR', 'Directorul %s nu exista si nu poate fi creat. Te rog sa creezi directorul manual');
@define('DIRECTORY_RUN_CMD', ' -> executa %s %s');
@define('CANT_EXECUTE_BINARY', 'Nu pot executa programul %s');
@define('FILE_CREATE_YOURSELF', 'Te rog sa creezi fisierul tu sau sa verifici permisiunile');
@define('COPY_CODE_BELOW', '
* Nu trebuie decât sa copiezi codul de mai jos si sa-l pui în %s din directorul %s:%s
' . "\n");
@define('BROWSER_RELOAD', 'Dupa ce ai facuta asta, reîmprospateaza pagina cu butonul Reload sau Refresh.');
@define('ERROR_TEMPLATE_FILE', 'Nu pot deschide fisierul cu tematica, verifica configuratia serendipity!');
@define('HTACCESS_ERROR', 'Pentru a verifica instalarea serverului tau web, serendipity trebuie sa poata scrie în fisierul ".htaccess". Acest lucru nu a fost posibil din cauza lipsei de permisiuni asupra fisierului sau directorului care îl contine. Trebuie sa schimbi permisiunile asupra fisierului astfel:
%s
si reîncarca aceasta pagina.');
@define('EMPTY_SETTING', 'Nu ai specificat o valoare valida pentru "%s"!');
@define('NOT_WRITABLE_SPARTACUS', ' (Only required when you plan to use Spartacus plugin for remote plugin download)');
/* UPGRADER.TPL */
@define('SERENDIPITY_NEEDS_UPGRADE', 'Serendipity a detectat din baza de date ca ai instalata versiunea %s, dar serendipity e instalat ca versiunea %s, deci trebuie sa faci upgrade! Click aici');
@define('SERENDIPITY_UPGRADER_WELCOME', 'Salut, si bun venit la agentul de actualizare pentru Serendipity.');
@define('SERENDIPITY_UPGRADER_PURPOSE', 'Sunt aici ca sa te ajut sa actualizezi instalarea ta de Serendipity %s.');
@define('SERENDIPITY_UPGRADER_WHY', 'Vezi acest mesaj pentru ca tocmai ai instalat Serendipity %s, dar nu ai actualizat baza de date pentru a fi compatibila cu aceasta versiune');
@define('SERENDIPITY_UPGRADER_DATABASE_UPDATES', 'Actualizari baze de date (%s)');
@define('SERENDIPITY_UPGRADER_FOUND_SQL_FILES', 'Am gasit urmatoarele fisiere .sql care trebuie rulate pentru a folosi Serendipity');
@define('SERENDIPITY_UPGRADER_VERSION_SPECIFIC', 'Operatii specifice versiunii');
@define('SERENDIPITY_UPGRADER_NO_VERSION_SPECIFIC', 'Nu am gasit nici o operatie de executat specifica versiunii');
@define('SERENDIPITY_UPGRADER_PROCEED_QUESTION', 'Vrei sa executi operatiile de mai sus?');
@define('SERENDIPITY_UPGRADER_PROCEED_ABORT', 'Nu, le voi executa manual');
@define('SERENDIPITY_UPGRADER_PROCEED_DOIT', 'Da, chiar te rog');
@define('SERENDIPITY_UPGRADER_NO_UPGRADES', 'Se pare ca nu ai nevoie de actualizari');
@define('SERENDIPITY_UPGRADER_CONSIDER_DONE', 'Considera Serendipity actualizat');
@define('SERENDIPITY_UPGRADER_YOU_HAVE_IGNORED', 'Ai ignorat pasii de actualizare pentru Serendipity, verifica te rog daca baza de date e corect instalata, si eventualele operatiile programate sunt rulate');
@define('SERENDIPITY_UPGRADER_NOW_UPGRADED', 'Instalarea Serendipity este acum actualizata la versiunea %s');
@define('SERENDIPITY_UPGRADER_RETURN_HERE', 'Te poti întoarce la blog-ul tau cu un click %saici%s');
@define('ADMIN_ENTRIES', 'Însemnari');
/* ADMIN - IMPORTERS.TPL AND IMPORTERS */
@define('COULDNT_CONNECT', 'Nu m-am putut conecta la baza de date MySQL: %s.');
@define('COULDNT_SELECT_DB', 'Nu am putut selecta baza de date: %s.');
@define('COULDNT_SELECT_USER_INFO', 'Nu am putut colecta date despre utilizator: %s.');
@define('COULDNT_SELECT_CATEGORY_INFO', 'Nu am putut colecta date despre categorie: %s.');
@define('COULDNT_SELECT_ENTRY_INFO', 'Nu am putut colecta date despre însemnare: %s.');
@define('COULDNT_SELECT_COMMENT_INFO', 'Nu am putut colecta date despre comentariu: %s.');
@define('MYSQL_REQUIRED', 'Trebuie sa ai extensia MySQL pentru a efectua aceasta actiune.');
@define('CREATE_AUTHOR', 'Creaza autor \'%s\'.');
@define('CREATE_CATEGORY', 'Creaza categorie \'%s\'.');
@define('MT_DATA_FILE', 'Fisier cu date MT');
@define('INSTALL_DBPORT', 'Database port');
@define('INSTALL_DBPORT_DESC', 'The port used to connect to your database server');
@define('IMPORT_PLEASE_ENTER', 'Te rog introdu datele conform cerintelor de mai jos');
@define('IMPORT_NOW', 'Importa acum!');
@define('IMPORT_STARTING', 'Pornesc procedura de import...');
@define('IMPORT_FAILED', 'Importul a esuat');
@define('IMPORT_DONE', 'Importul s-a terminat cu succes');
@define('IMPORT_WEBLOG_APP', 'Software Weblog');
@define('IMPORT_NOTES', 'Note:');
@define('IMPORT_STATUS', 'Stare dupa import');
@define('RSS_IMPORT_WPXRSS', 'WordPress eXtended RSS import, requires PHP5 and might take up much memory');
@define('RSS_IMPORT_BODYONLY', 'Pune tot textul importat în sectiunea "body" si nu împarti în "însemnare avansata".');
@define('IMPORT_GENERIC_RSS', 'Import RSS generic');
@define('ACTIVATE_AUTODISCOVERY', 'Trimite Referinte legaturilor gasite în acesta însemnare');
@define('RSS_IMPORT_CATEGORY', 'Foloseste aceasta categorie pentru însemnari importate care nu intra în nici o categorie');
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
@define('DOCUMENT_NOT_FOUND', 'Nu am gasit documentul %s.');
@define('CONVERT_HTMLENTITIES', 'Încearca conversia automata a entitatilor HTML?');
/* ADMIN - INDEX.TPL */
@define('SERENDIPITY_ADMIN_SUITE', 'Administrare Serendipity');
@define('WRONG_USERNAME_OR_PASSWORD', 'Ai introdus un utilizator sau parola gresita');
@define('PLEASE_ENTER_CREDENTIALS', 'Introdu te rog credentialele tale mai jos.');
@define('AUTOMATIC_LOGIN', 'Salveaza informatia');
@define('MAIN_MENU', 'Main menu');
@define('MENU_PERSONAL', 'Personal menu');
@define('MENU_DASHBOARD', 'Dashboard');
@define('MENU_ACTIVITY', 'Activity');
@define('MENU_SETTINGS', 'Settings');
@define('MENU_TEMPLATES', 'Templates');
@define('MENU_PLUGINS', 'Plugins');
@define('MENU_USERS', 'Users');
@define('MENU_GROUPS', 'Groups');
@define('MENU_MAINTENANCE', 'Maintenance');
@define('MEDIA', 'Media');
@define('MEDIA_LIBRARY', 'Librarie Media');
@define('ADD_MEDIA', 'Adauga continut media');
@define('MANAGE_DIRECTORIES', 'Administreaza directoare');
@define('CONFIGURATION', 'Configurare');
/* ADMIN - OVERVIEW.TPL */
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
@define('UPDATE_FAILMSG', 'Check for new Serendipity version failed. This can happen because either the URL https://raw.github.com/s9y/Serendipity/master/docs/RELEASE is down, your server blocks outgoing connections or there are other connection issues.');
@define('FURTHER_LINKS', 'Further Links');
@define('UPDATE_FAILACTION', 'Disable automatic update check');
@define('DASHBOARD_ENTRIES', 'In Progress');
@define('FURTHER_LINKS_S9Y', 'Serendipity Homepage');
@define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation');
@define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog');
@define('FURTHER_LINKS_S9Y_FORUMS', 'Forums');
@define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus');
@define('PUBLISH_NOW', 'Publish this entry now (sets current time and date)');
@define('ENTRY_PUBLISHED', 'Entry #%s published');
@define('PUBLISH_ERROR', 'Error publishing entry:');
@define('PUBLISHED', 'Published');
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open %1$s manually in your browser and check for error messages.');
@define('ENTRY_PUBLISHED_FUTURE', 'Aceasta însemnare nu este publicata înca.');
/* ADMIN - PLUGINS.TPL */
@define('PLUGIN_DOCUMENTATION', 'Website');
@define('PLUGIN_DOCUMENTATION_LOCAL', 'Local Documentation');
@define('PLUGIN_DOCUMENTATION_CHANGELOG', 'Version history');
@define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright');
@define('SIDEBAR_PLUGINS', 'Extensii Bara Laterala');
@define('EVENT_PLUGINS', 'Extensii Evenimente');
@define('CONFIGURE_PLUGINS', 'Configurare Extensii');
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
@define('UNMET_REQUIREMENTS', 'Cerinte neîndeplinite: %s');
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
@define('UPGRADE_TO_VERSION', 'Actualizare la versiunea %s');
@define('CLICK_HERE_TO_INSTALL_PLUGIN', 'Click aici ca sa instalezi o noua %s');
@define('ALREADY_INSTALLED', 'Deja instalat');
@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.');
@define('NO_UPDATES', 'No plugin updates are available');
@define('PLUGIN_ALL_UPDATED', 'All Plugins updated');
@define('PLUGIN_LINK_SPARTACUS', 'More information');
@define('PLUGIN_SOURCE_BUNDLED', 'bundled core plugin');
@define('PLUGIN_SOURCE_LOCAL', 'locally installed');
/* ADMIN - ENTRIES.TPL */
@define('EDIT_ENTRIES', 'Modifica însemnari');
@define('EDIT_ENTRY', 'Modifica însemnare');
@define('ENTRY_STATUS', 'Entry status');
@define('DRAFT', 'Ciorna');
@define('PUBLISH', 'Publica');
@define('CONTENT', 'Continut');
@define('ENTRIES_PER_PAGE', 'însemnari pe o pagina');
@define('SCHEDULED', 'Scheduled');
@define('STICKY_POSTINGS', 'Însemnari lipicioase');
@define('PAGE_BROWSE_ENTRIES', 'Pagina %s din %s, în total %s însemnari');
@define('FIND_ENTRIES', 'Cauta însemnari');
@define('RIP_ENTRY', 'Însemnarea #%s a fost stearsa.');
@define('NEW_ENTRY', 'Însemnare noua');
@define('EDITOR_TAGS', 'Tags');
@define('ENTRY_BODY', 'Textul însemnarii');
@define('EXTENDED_BODY', 'Textul extins');
@define('IFRAME_SAVE', 'Serendipity is now saving your entry, sending emails to subscribers, creating trackbacks and performing possible XML-RPC calls. This may take a while..');
@define('IFRAME_SAVE_DRAFT', 'O ciorna a acestei însemnari a fost salvata');
@define('IFRAME_PREVIEW', 'Serendipity creeaza acum o previzualizare a însemnarii...');
@define('IFRAME_WARNING', 'Browser-ul tau nu suporta conceptul de iframe. Te rog deschide fisierul serendipity_config.inc.php si modifica $serendipity[\'use_iframe\'] în FALSE.');
@define('DATE_INVALID', 'Avertisment: Data specificata de tine este invalida. Trebuie sa fie în format YYYY-MM-DD HH:MM.');
@define('ADVANCED_OPTIONS', 'Optiuni avansate');
@define('TOGGLE_VIEW', 'Switch category view mode');
@define('TRACKBACK_SPECIFIC_ON_CLICK', 'Aceasta legatura nu e facuta pentru a fi folosita. Contine un URI de referinta pentru aceasta însemnare. Poti folosi acest URI pentru a trimite ping- & referinte din blog-ul tau catre aceasta însemnare. Pentru a copia legatura, click dreapta pe ea si alege "Copy Shortcut" în Internet Explorer sau "Copy Link Location" în Mozilla.');
@define('RESET_DATE', 'Reset data');
@define('RESET_DATE_DESC', 'Click aici pentru a reseta data însemnarilor la data curenta');
/* ADMIN - USERS.TPL */
@define('MANAGE_USERS', 'Administrare utilizatori');
@define('CREATE_NEW_USER', 'Creaza un nou utilizator');
@define('CREATE_NOT_AUTHORIZED', 'Nu poti modifica utilizatori cu acelasi nivel de acces ca al tau');
@define('CREATE_NOT_AUTHORIZED_USERLEVEL', 'Nu poti creea utilizatori cu nivel de acces mai mare decât al tau');
@define('CREATED_USER', 'Am creat un nou utilizator: %s ');
@define('MODIFIED_USER', 'Am schimbat preferintele pentru utilizatorul %s');
@define('USER_LEVEL', 'Nivel Acces');
@define('WARNING_NO_GROUPS_SELECTED', 'Warning: You did not select any group memberships. This would effectively log you out of the usergroup management, and thus your group memberships werde not changed.');
@define('DELETE_USER', 'Esti pe cale sa stergi utilizatorul #%d %s. Esti sigur? Acest lucru va împiedica afisarea însemnarilor lui pe pagina.');
@define('DELETED_USER', 'Utilizatorul #%d %s a fost sters.');
/* ADMIN - GROUPS.TPL */
@define('MANAGE_GROUPS', 'Manage groups');
@define('DELETED_GROUP', 'Group #%d %s deleted.');
@define('CREATED_GROUP', 'A new group %s has been created');
@define('MODIFIED_GROUP', 'The properties of group %s have been changed');
@define('CREATE_NEW_GROUP', 'Create new group');
@define('DELETE_GROUP', 'You are about to delete group #%d %s. Are you serious?');
@define('GROUP_NAME_DESC', "Use as uppercased eg. 'EXAMPLE_GROUP' name, but not as a constant 'USERLEVEL_XYZ' group name.");
/* ADMIN - COMMENTS.TPL */
@define('FIND_COMMENTS', 'Cauta comentarii');
@define('COMMENTS_FILTER_SHOW', 'Arata');
@define('COMMENTS_FILTER_ALL', 'Toate');
@define('COMMENTS_FILTER_APPROVED_ONLY', 'Doar cele aprobate');
@define('COMMENTS_FILTER_NEED_APPROVAL', 'Cele care necesita aprobare');
@define('COMMENTS_FILTER_NEED_CONFIRM', 'Pending user confirmation');
@define('COMMENT_NOT_DELETED', 'Could not delete comment #%s .');
@define('COMMENTS_DELETE_CONFIRM', 'Esti sigur ca vrei sa stergi comentariile selectate?');
@define('PAGE_BROWSE_COMMENTS', 'Pagina %s din %s, în total %s comentarii');
@define('COMMENT_IS_DELETED', '(Comment removed)');
@define('COMMENT_MODERATED', 'Comment #%s has successfully been set as moderated');
@define('ACTIVE_COMMENT_SUBSCRIPTION', 'Subscribed');
/* ADMIN - SUBSCRIPTIONS.TPL */
@define('EDIT_SUBSCRIPTIONS', 'Edit Subscriptions');
@define('SUBSCRIPTION_ENTRY', 'Subscriptions for Entry');
@define('SUBSCRIPTION_TYPE', 'Subscription type');
@define('SUBSCRIPTION_TIME', 'Subscribed at');
@define('SUBSCRIPTION_STATE', 'Subscription state');
@define('SUBSCRIPTION_BLOG', 'Blog subscription');
@define('SUBSCRIPTION_AUTHOR', 'Author subscription');
@define('SUBSCRIPTION_CATEGORY', 'Author subscription');
@define('NO_SUBSCRIPTIONS_TO_PRINT', 'No subscriptions to print');
@define('PAGE_BROWSE_SUBSCRIPTIONS', 'Page %s of %s, totally %s subscriptions');
@define('OPTIN_PENDING', 'optin pending');
@define('RIP_SUB', 'Subscription #%s deleted.');
@define('FIND_SUBSCRIPTIONS', 'Find subscriptions');
/* ADMIN - CATEGORY.TPL */
@define('CATEGORY_SAVED', 'Categorie salvata');
@define('CATEGORY_ALREADY_EXIST', 'Exista deja o categorie cu numele "%s"');
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'Categoria #%s a fost stearsa. Articolele vechi au fost mutate în categoria #%s.');
@define('CATEGORY_DELETED', 'Categoria #%s a fost stearsa.');
@define('INVALID_CATEGORY', 'Nu a fost selectata nici o categorie pentru a fi stearsa');
@define('EDIT_THIS_CAT', 'Editare "%s"');
@define('CATEGORY_REMAINING', 'Sterge aceasta categorie si muta însemnarile din ea în aceasta categorie');
@define('PARENT_CATEGORY', 'Categorie parinte');
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');
@define('CREATE_NEW_CAT', 'Creaza o categorie noua');
@define('ALREADY_SUBCATEGORY', '%s este deja o subcategorie pentru %s.');
@define('NO_CATEGORIES', 'Nici o categorie');
/* ADMIN - MAINTENANCE.TPL */
@define('CHECKSUMS_NOT_FOUND', 'Unable to compare checksums! (No checksums.inc.php in main directory)');
@define('CHECKSUMS_PASS', 'All required files verified.');
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
@define('IMPORT_ENTRIES', 'Import date');
@define('EXPORT_ENTRIES', 'Export însemnari');
@define('EXPORT_FEED', 'Export linie completa RSS');
@define('CREATE_THUMBS', 'Refacere Miniaturi');
@define('WARNING_THIS_BLAHBLAH', "ATENTIE:\\nPoate sa dureze mult daca sunt multe imagini fara miniaturi.");
@define('SYNC_OPTION_LEGEND', 'Thumbnail Synchronization Options');
@define('SYNC_OPTION_KEEPTHUMBS', 'Keep all existing thumbnails');
@define('SYNC_OPTION_SIZECHECKTHUMBS', 'Keep existing thumbnails only if they are the correct size');
@define('SYNC_OPTION_DELETETHUMBS', 'Regenerate all thumbnails');
@define('MAINTENANCE_MODE', 'Maintenance Mode');
@define('MAINTENANCE_MODE_DESC', 'Activate maintenance mode to prevent access from users that are not logged in.');
@define('MAINTENANCE_MODE_WARNING', "Do not log out, as you won't be able to log in again until maintenance mode expires!");
@define('MAINTENANCE_MODE_DURATION', 'Duration (in hours):');
@define('MAINTENANCE_MODE_TIME', 'Will be active until');
@define('MAINTENANCE_MODE_ACTIVATE', 'Activate');
@define('MAINTENANCE_MODE_DEACTIVATE', 'Deactivate');
/* ADMIN - TEMPLATES.TPL */
@define('TEMPLATE_SET', '\'%s\' a fost aleasa ca tematica implicita');
@define('WARNING_TEMPLATE_DEPRECATED', 'Avertisment: Tematica ta curenta foloseste o metoda veche, te sfatuiesc sa o actualizeze cât de curând posibil');
@define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".');
@define('STYLE_OPTIONS', 'Theme/Style options');
@define('CURRENT_TEMPLATE', 'Current Template');
@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
@define('CUSTOM_CONFIG', 'Custom configuration file');
@define('TEMPLATE_INFO', 'Show template info');
@define('AVAILABLE_TEMPLATES', 'Available Templates');
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
@define('SET_AS_TEMPLATE', 'Alege aceasta tematica');
/* ADMIN - CONFIG_TEMPLATE.TPL */
@define('CHECK_N_SAVE', 'Verifica si salveaza');
/* ADMIN - SHOW_PLUGINS.TPL */
@define('REMOVE_TICKED_PLUGINS', 'Elimina plugin-urile selectate');
@define('SAVE_CHANGES_TO_LAYOUT', 'Salveaza schimbarile legate de aspect');
/* ADMIN - IMAGES.TPL EDITOR.JS.TPL IMAGES.PHP FUNCTIONS_IMAGES */
@define('SYNCING', 'Sincronizez baza de date cu directorul cu imagini');
@define('SYNC_DONE', 'Gata (am sincronizat %s imagini).');
@define('RESIZE_BLAHBLAH', 'Redimensioneaza %s');
@define('ORIGINAL_SIZE', 'Marime originala: %sx%s pixel');
@define('RESIZING', 'Redimensionez');
@define('RESIZE_DONE', 'Gata (am redimensionat %s imagini).');
@define('KEEP_PROPORTIONS', 'Pastreaza proportiile');
@define('REALLY_SCALE_IMAGE', 'Chiar vrei sa redimensionezi imaginea? Operatia este ireversibila!');
@define('HERE_YOU_CAN_ENTER_BLAHBLAH', '
Aici poti ajusta marimea imaginii. Daca vrei sa redimensionezi imaginea proportional, introdu o valoare doar în una din cele 2 câmpuri si apasa tastat TAB -- Voi calcula automat cealalta marime astfel încât proportiile imaginii sa nu fie alterate
'); @define('MEDIA_RESIZE_EXISTS', 'File dimensions already exist!'); @define('NEWSIZE', 'Noua marime: '); @define('SCALING_IMAGE', 'Scalare %s la %s x %s px'); @define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('DIRECTORY_INFO', 'Directory info'); @define('DIRECTORY_INFO_DESC', 'Directories reflect their physical folder directory name. If you want to change or move directories which contain items, you have two choices. Either create the directory or subdirectory you want, then move the items to the new directory via the media library and afterwards, delete the empty old directory there. Or completely change the whole old directory via the edit directory button below and rename it to whatever you like (existing subdir/ + newname). This will move all directories and items and change referring blog entries.'); @define('DIRECTORY_CREATED', 'Am creat directorul %s.'); @define('PARENT_DIRECTORY', 'Director parinte'); @define('CONFIRM_DELETE_DIRECTORY', 'Esti sigur ca vrei sa elimini întregul continut al directorului %s?'); @define('ERROR_NO_DIRECTORY', 'Eroare: Directorul %s nu exista'); @define('ERROR_DIRECTORY_NOT_EMPTY', 'Nu pot sterge un director care nu este gol. Bifeaza "forteaza stergerea" daca vrei sa stergi tot ceea ce contine directorul si trimite cererea din nou. Fisierele din director sunt:'); @define('DIRECTORY_DELETE_FAILED', 'Stergerea directorului %s a esuat. Verifica permisiunile sau mesajele de mai sus.'); @define('DIRECTORY_DELETE_SUCCESS', 'Directorul %s a fost sters cu succes.'); @define('CHECKING_DIRECTORY', 'Verific fisierele din directorul %s'); @define('DELETE_DIRECTORY', 'Sterge director'); @define('DELETE_DIRECTORY_DESC', 'Esti pe cale sa stergi un director care contine fisiere media care e posibil sa fie folosite în unele însemnari.'); @define('FORCE_DELETE', 'Sterge TOATE fisierele din acest director, inclusiv cele necunoscute de Serendipity'); @define('CREATE_DIRECTORY', 'Creare director'); @define('CREATE_NEW_DIRECTORY', 'Creaza un nou director'); @define('CREATE_DIRECTORY_DESC', 'Aici poti crea un nou director în care sa stochezi fisierele tale media. Alege un nume pentru noul director. Optional poti selecta un director parinte pentru el.'); @define('ABOUT_TO_DELETE_FILE', 'Esti pe cale sa stergi %sAici poti încarca fisiere media de pe calculatorul tau, sau îmi poti spune de unde sa le iau de pe web! Daca nu ai o imagine potrivita, cauta imagini pe google care corespund gândurilor tale, rezultatele sunt în majoritatea cazurilor folositoare si amuzante :) Dar atentie, multe imagini sunt protejate de drepturile de autor, deci ar trebui sa întrebi înainte sa le folosesti.
Alege metoda:
%s is powered by Serendipity.
The best blog around, you can use it too.
Check out s9y.org to find out how.
CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)Eroarea specifica raportata de server este:
%s'); /* SERVE ENTRY */ @define('EMPTY_COMMENT', 'Comentariul tau nu contine nimic, mergi %sînapoi%s si încearca din nou'); @define('COMMENT_NOT_ADDED', 'Comentariul tau nu a putut fi adaugat, deoarece autorul nu permite comentarii la aceasta însemnare. '); /* SERVE COMMENTS*/ @define('COMMENTS_FROM', 'Comentarii de la'); /* SERVE COMMENT EMAIL CONFIRM */ @define('NOTIFICATION_CONFIRM_MAIL', 'Your confirmation of the comment has been successfully entered.'); @define('NOTIFICATION_CONFIRM_MAIL_FAIL', 'Your comment confirmation could not be confirmed. Please check the link you clicked on for completion. If the link was sent more than 3 weeks ago, you must send your comment again.'); /* SERVE OPTIN */ @define('NOTIFICATION_OPTIN_FAIL', 'Your subscription could not be confirmed. Please check the link you clicked on for completion. If the link was sent more than 3 weeks ago, you must request a new confirmation mail.'); @define('NOTIFICATION_CONFIRM_SUBMAIL', 'Your confirmation of your comment subscription has been successfully entered.'); /* SERVE UNSUBSCRIBE */ @define('NOTIFICATION_UNSUBSCRIBE_CONFIRM', "Your subscription to \"%s\" is successfully deleted. You won't get informed about new articles."); @define('NOTIFICATION_UNSUBSCRIBE_FAIL', 'Your subscription for the email %s cannot be deleted. Please check the link you clicked on for completion.'); @define('NOTIFICATION_UNSUBSCRIBE_ENTRY_CONFIRM', "Your subscription to \"%s\" for the email %s is successfully deleted. You won't get informed about new comments."); @define('NOTIFICATION_UNSUBSCRIBE_BAD_TOKEN', 'Your subscription cannot be deleted. Please check the link you clicked on for completion.'); /* SERVE SUBSCRIBE */ @define('NOTIFICATION_OPTINMAIL_SENT', 'Your request for a blog subscription is recieved. An email will be sent to %s to approve this subscription ("Double Opt In") with a link to confirm your email address.'); @define('NOTIFICATION_SUBSCRIBE_CONFIRM', 'The subscription to "%s" is received. A summary of a new article will be sent to you. You can unsubscribe with a link included in every mail.'); @define('NOTIFICATION_SUBSCRIBE_DUPE', 'Your subscription failed because there is already an active subscription for "%s".'); @define('NOTIFICATION_SUBSCRIBE_CONFIRM_FAIL', 'Your subscription failed. Please check your email address.'); @define('BLOG_SUBSCRIPTION_TITLE', 'Email Subscription of new articles'); @define('BLOG_SUBSCRIPTION_BLAHBLAH', 'To get informed of new articles, enter your email address here.'); @define('BLOG_SUBSCRIPTION_AUTHOR', "To get informed of new articles from \"%s\", enter your email address here."); @define('BLOG_SUBSCRIPTION_CATEGORY', "To get informed of new articles in the category \"%s\", enter your email address here."); @define('BLOG_SUBSCRIPTION_OPTIN', 'An email with an confirmation link will be sent to this address, click on the link to confirm your subscription.'); @define('BLOG_SUBSCRIPTION_BLAHBLAH_AUTHOR', 'To get informed of new articles from "%s", enter your email address here.'); @define('BLOG_SUBSCRIPTION_BLAHBLAH_CATEGORY', 'To get informed of new articles in the category "%s", enter your email address here.'); /* PLUGIN_API */ @define('PLUGIN_API_VALIDATE_ERROR', 'Configuration syntax wrong for option "%s". Needs content of type "%s".'); /* PLUGIN CATEGORIES */ @define('CATEGORY_PLUGIN_DESC', 'Arata o lista cu categoriile.'); @define('CATEGORIES_PARENT_BASE', 'Only show categories below...'); @define('CATEGORIES_PARENT_BASE_DESC', 'You can choose a parent category so that only the child categories are shown.'); @define('CATEGORIES_HIDE_PARALLEL', 'Hide categories that are not part of the category tree'); @define('CATEGORIES_HIDE_PARALLEL_DESC', 'If you want to hide categories that are part of a different category tree, you need to enable this. This feature makes most sense if used in conjunction with a multi-blog using the "Properties/Tempaltes of categories" plugin.'); @define('CATEGORIES_HIDE_PARENT', 'Hide the selected parent category?'); @define('CATEGORIES_HIDE_PARENT_DESC', 'If you restrict the listing of categories to a specific category, by default you will see that parent category within the output listing. If you disable this option, the parent category name will not be displayed.'); @define('CATEGORY_PLUGIN_TEMPLATE', 'Enable Smarty-Templates?'); @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'If this option is enabled, the plugin will utilize Smarty-Templating features to output the category listing. If you enable this, you can change the layout via the "plugin_categories.tpl" template file. Enabling this option will impact performance, so if you do not need to make customizations, leave it disabled.'); @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?'); @define('CATEGORY_PLUGIN_SHOWALL', 'If enabled, a link for the visitor to display the blog with no category restriction will be added.'); @define('CATEGORY_PLUGIN_SHOWALL_DESC', 'If enabled, a link for the visitor to display the blog with no category restriction will be added.'); @define('CATEGORIES_ALLOW_SELECT', 'Allow visitors to display multiple categories at once?'); @define('CATEGORIES_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each category in this sidebar plugin. Users can check those boxes and then see entries belonging to their selection.'); @define('CATEGORIES_TO_FETCH', 'Categorii de preluat'); @define('CATEGORIES_TO_FETCH_DESC', 'De la ce autor sa preiau categorii?'); /* PLUGIN_AUTHORS */ @define('AUTHOR_PLUGIN_DESC', 'Shows a list of authors'); @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?'); @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); /* PLUGIN SYNDICATION */ @define('SYNDICATION', 'Sindicat'); @define('SHOWS_RSS_BLAHBLAH', 'Arata legaturile pentru RSS'); @define('SYNDICATE_THIS_BLOG', 'Subscribe'); @define('SYNDICATION_PLUGIN_FEEDFORMAT', 'Feed format'); @define('SYNDICATION_PLUGIN_FEEDFORMAT_DESC', 'Which format shall be used for all feeds. Both are supported in all common readers'); @define('SYNDICATION_PLUGIN_COMMENTFEED', 'Comment feed'); @define('SYNDICATION_PLUGIN_COMMENTFEED_DESC', 'Show an additional link to a comment feed. This should be interesting only to the blogauthor itself'); @define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed'); @define('SYNDICATION_PLUGIN_091', 'Date RSS 0.91'); @define('SYNDICATION_PLUGIN_10', 'Date RSS 1.0'); @define('SYNDICATION_PLUGIN_20', 'Date RSS 2.0'); @define('SYNDICATION_PLUGIN_20c', 'Comentarii RSS 2.0'); @define('SYNDICATION_PLUGIN_ATOM03', 'Date ATOM 0.3'); @define('SYNDICATION_PLUGIN_FEEDICON', 'Feed icon'); @define('SYNDICATION_PLUGIN_FEEDICON_DESC', 'Show a (big) icon insteaf of a textlink to the feed. Set to "none" to deactivate, or to "feedburner" to show a feedburner counter if an id is given below'); @define('SYNDICATION_PLUGIN_SUBTOME', 'subToMe'); @define('SYNDICATION_PLUGIN_SUBTOME_DESC', 'Show the subToMe button, a layer to make feed subscription easier'); @define('SYNDICATION_PLUGIN_CUSTOMURL', 'Custom URL'); @define('SYNDICATION_PLUGIN_CUSTOMURL_DESC', 'If you want to link to the custom feed specified in the blog configuration, enable this option.'); @define('SYNDICATION_PLUGIN_FEEDNAME', 'Displayed name for "feed"'); @define('SYNDICATION_PLUGIN_FEEDNAME_DESC', 'Enter an optional custom name for the feeds (defaults to "feed" when empty)'); @define('SYNDICATION_PLUGIN_COMMENTNAME', 'Displayed name for "comment" feed'); @define('SYNDICATION_PLUGIN_COMMENTNAME_DESC', 'Enter an optional custom name for the comment feed'); @define('SYNDICATION_PLUGIN_FEEDBURNERID', 'FeedBurner ID'); @define('SYNDICATION_PLUGIN_FEEDBURNERID_DESC', 'The ID of the feed you wish to publish'); @define('SYNDICATION_PLUGIN_FEEDBURNERIMG', 'FeedBurner image'); @define('SYNDICATION_PLUGIN_FEEDBURNERIMG_DESC', 'Name of image to display (or leave blank for counter), located on feedburner.com, ex: fbapix.gif'); @define('SYNDICATION_PLUGIN_FEEDBURNERTITLE', 'FeedBurner title'); @define('SYNDICATION_PLUGIN_FEEDBURNERTITLE_DESC', 'Title (if any) to display alongside the image'); @define('SYNDICATION_PLUGIN_FEEDBURNERALT', 'FeedBurner image text'); @define('SYNDICATION_PLUGIN_FEEDBURNERALT_DESC', 'Text (if any) to display when hovering the image'); @define('SYNDICATION_PLUGIN_XML_DESC', 'Set to "none" if you only want to show a text link.'); /* PLUGIN_SUBSCRIBE */ @define('PLUGIN_SUBSCRIBE_NAME', 'Blog subscription with email'); @define('PLUGIN_SUBSCRIBE_DESC', 'Allows an user to subscribe to the blog. He will receive an email if new articles are published with the option to unsubscribe'); @define('PLUGIN_SUBSCRIBE_TITLE', 'Title'); @define('PLUGIN_SUBSCRIBE_TITLE_DESC', 'Enter the sidebar title to display:'); @define('PLUGIN_SUBSCRIBE_TITLE_DEFAULT', 'Email subscription'); @define('PLUGIN_SUBSCRIBE_LINK', 'Linktext'); @define('PLUGIN_SUBSCRIBE_LINK_DESC', 'which text should be shown in the subscribe link?'); @define('PLUGIN_SUBSCRIBE_LINK_DEFAULT', 'Email subscription'); @define('PLUGIN_SUBSCRIBE_IMAGE_TO_DISPLAY', 'Subscribe Button'); @define('PLUGIN_SUBSCRIBE_IMAGE_DESC', 'Set to "none" if you only want to show a text link.'); /* PLUGIN_ARCHIVES */ @define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)'); @define('ARCHIVE_COUNT', 'Numarul de elemente din lista'); @define('ARCHIVE_COUNT_DESC', 'Numarul total de luni, saptamâni sau zile de afisat'); @define('ARCHIVE_FREQUENCY', 'Frecventa elemente Calendar'); @define('ARCHIVE_FREQUENCY_DESC', 'Intervalul de calendar folosit între fiecare element din lista'); @define('BROWSE_ARCHIVES', 'Rasfoieste arhive dupa luna'); /* PLUGIN_PLUG */ @define('POWERED_BY_SHOW_TEXT', 'Arata "Serendipity" ca text'); @define('POWERED_BY_SHOW_TEXT_DESC', 'Va afisa "Serendipity Weblog" ca text'); @define('POWERED_BY_SHOW_IMAGE', 'Arata "Serendipity" ca un logo'); @define('POWERED_BY_SHOW_IMAGE_DESC', 'Va afisa imaginea logo pentru Serendipity'); @define('ADVERTISES_BLAHBLAH', 'Promoveaza originea blogului tau'); /* PLUGIN_SUPERUSER */ @define('PLUGIN_SUPERUSER_HTTPS', 'Foloseste https pentru autentificare'); @define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Permite ca legatura pentru autentificare sa arate catre o locatie https. Serverul tau web trebuie sa suporte acest mod!'); @define('SUPERUSER', 'Administrare Blog'); @define('SUPERUSER_OPEN_ADMIN', 'Deschide partea de administrare'); @define('SUPERUSER_OPEN_LOGIN', 'Deschide ecranul de autentificare'); @define('ALLOWS_YOU_BLAHBLAH', 'Ofera o legatura catre administrarea acestui blog în Bara Laterala'); /* PLUGIN_CALENDAR */ @define('CALENDAR', 'Calendar'); @define('CALENDAR_BOW_DESC', 'Ziua din saptamâna care ar trebui considerata începutul saptamânii. Implicit e Luni'); @define('QUICKJUMP_CALENDAR', 'Calendar Rapid'); @define('CALENDAR_BEGINNING_OF_WEEK', 'Începutul saptamânii'); @define('CALENDAR_ENABLE_EXTERNAL_EVENTS', 'Enable Plugin API hook'); @define('CALENDAR_EXTEVENT_DESC', 'If enabled, plugins can hook into the calendar to display their own events highlighted. Only enable if you have installed plugins that need this, otherwise it just decreases performance.'); /* PLUGIN_QUICKSEARCH */ @define('SEARCH_FOR_ENTRY', 'Cauta dupa o intrare'); @define('SEARCH_FULLENTRY', 'Show full entry'); /* PLUGIN_HTML_NUGGET */ @define('HOLDS_A_BLAHBLAH', 'Mentine un fragment HTML în bara laterala'); @define('THE_NUGGET', 'Fragmentul HTML!'); @define('BACKEND_TITLE', 'Additional information in Plugin Configuration screen'); @define('BACKEND_TITLE_FOR_NUGGET', 'Here you can define a custom string which is displayed in the Plugin Configuration screen together with the description of the HTML Nugget plugin. If you have multiple HTML nuggets with an empty title, this helps to distinct the plugins from another.'); /* ORPHANED CONSTANTS */ @define('INSTALL_TOP_AS_LINKS', 'Arata intrarile din Top Iesiri/Referenti ca legaturi?'); @define('INSTALL_TOP_AS_LINKS_DESC', '"nu": Iesirile si Referintele sunt afisate doar ca text pentru a evita spam-ul de pe google. "da": Iesirile si Referentii sunt afisati ca legaturi. "implicit": Foloseste setarile globale (recomandat).'); @define('HAVE_TO_BE_LOGGED_ON', 'Trebuie sa fii autentificat pentru a accesa aceasta pagina'); @define('WELCOME_TO_ADMIN', 'Bun venit în Suita de Administrare Serendipity.'); @define('SERENDIPITY_PHPVERSION_FAIL', 'Serendipity requires a PHP version >= %2$s - you are running a lower version (%1$s) and need to upgrade your PHP version. Most providers offer you to switch to newer PHP versions through their admin panels or .htaccess directives.'); @define('SYNDICATION_PLUGIN_BIGIMG', 'Big Image'); @define('SYNDICATION_PLUGIN_BIGIMG_DESC', 'Display a (big) image at the top of the feeds in sidebar, enter full or absolute URL to image file. Set to "none" to show a textlink (the old default)'); @define('SYNDICATION_PLUGIN_FEEDBURNERID_FORWARD', '(If you enter an absolute URL with http://... here, this URL will be used as the redirection target in case you have enabled the "Force" option for FeedBurner. Note that this can also be a URL independent to FeedBurner. For new Google FeedBurner feeds, you need to enter http://feeds2.feedburner.com/yourfeedname here)'); @define('SYNDICATION_PLUGIN_FEEDBURNERID_FORWARD2', 'If you set this option to "Force" you can forward the RSS feed to any webservice, not only FeedBurner. Look at the option "Feedburner ID" below to enter an absolute URL)'); @define('MEDIA_PROPERTY_COMMENT1', 'Short Comment'); @define('MEDIA_PROPERTY_COMMENT2', 'Long Comment'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('MEDIA_PROPERTY_ALT', 'Depiction (summary for ALT-Attribute)'); @define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_TITLE', 'Title'); @define('SERENDIPITY_NOT_INSTALLED', 'Serendipity nu e instalat înca. Îl poti instala acum.'); @define('COMMENT_ADDED_CLICK', 'Click %saici pentru a te întoarce%s la comentarii, si %saici ca sa închizi%s aceasta fereastra.'); @define('COMMENT_NOT_ADDED_CLICK', 'Click %saici pentru a te întoarce%s la comentarii, si %saici ca sa închizi%s aceasta fereastra.'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('TRACKBACK_SIZE', 'Un URI destinatie depaseste marimea maxima de %s bytes.'); @define('CLICK_FILE_TO_INSERT', 'Click pe fisierul pe care vrei sa-l folosesti:'); @define('SELECT_FILE', 'Alege fisierul pe care vrei sa-l folosesti'); @define('MANAGE_IMAGES', 'Administrare Imagini'); @define('WORD_NEW', 'New'); @define('WORD_OR', 'Sau'); @define('PLUGIN_GROUP_FRONTEND_EXTERNAL_SERVICES', 'Frontend: External Services'); @define('PLUGIN_GROUP_FRONTEND_FEATURES', 'Frontend: Features'); @define('PLUGIN_GROUP_FRONTEND_FULL_MODS', 'Frontend: Full Mods'); @define('PLUGIN_GROUP_FRONTEND_VIEWS', 'Frontend: Views'); @define('PLUGIN_GROUP_FRONTEND_ENTRY_RELATED', 'Frontend: Entry Related'); @define('PLUGIN_GROUP_BACKEND_EDITOR', 'Backend: Editor'); @define('PLUGIN_GROUP_BACKEND_USERMANAGEMENT', 'Backend: Usermanagement'); @define('PLUGIN_GROUP_BACKEND_METAINFORMATION', 'Backend: Meta information'); @define('PLUGIN_GROUP_BACKEND_TEMPLATES', 'Backend: Templates'); @define('PLUGIN_GROUP_BACKEND_FEATURES', 'Backend: Features'); @define('PLUGIN_GROUP_IMAGES', 'Images'); @define('PLUGIN_GROUP_ANTISPAM', 'Antispam'); @define('PLUGIN_GROUP_MARKUP', 'Markup'); @define('PLUGIN_GROUP_STATISTICS', 'Statistics'); @define('IMPORT_WELCOME', 'Bun venit la utilitarul pentru import Serendipity'); @define('USER_SELF_INFO', 'Autentificat ca %s (%s)'); @define('IMPORT_WHAT_CAN', 'Aici poti culege însemnari din alte blog-uri'); @define('IMPORT_SELECT', 'Alege software-ul folosit de blog-ul de unde vrei sa culegi datele'); @define('MANAGE_STYLES', 'Configurare Teme'); @define('SELECT_A_PLUGIN_TO_ADD', 'Alege extensia pe care vrei sa o instalezi'); @define('BELOW_IS_A_LIST_OF_INSTALLED_PLUGINS', 'Mai jos e o lista cu extensiile instalate'); @define('PENDING_CONFIRMATION', 'Pending confirmation'); @define('PENDING_MODERATION', 'Pending moderation'); @define('ABORT_NOW', 'Abandoneaza acum'); @define('DELETE_SELECTED_COMMENTS', 'Sterge comentariile selectate'); @define('MODERATE_SELECTED_COMMENTS', 'Accept selected comments'); @define('FIND_MEDIA', 'Cauta continut media'); @define('TEMPLATE_OPTIONS', 'Template options'); @define('BULKMOVE_INFO', 'Bulk-move info'); @define('BULKMOVE_INFO_DESC', 'You can select multiple files to bulk-move them to a new location. Note: This action cannot be undone, just like bulk-deletion of multiple files. All checked files will be physically moved, and referring blog entries are rewritten to point to the new location.'); @define('UPDATE_ALL', 'Update All'); @define('START_UPDATE', 'Starting Update ...'); @define('ERROR_FILE_NOT_EXISTS', 'Eroare: Vechiul fisier nu exista!'); @define('ERROR_SOMETHING', 'Eroare: Ceva nu e în regula.'); @define('DIRECT_LINK', 'Legatura directa pentru aceasta însemnare'); @define('SELECT_TEMPLATE', 'Selecteaza tema pe care vrei sa o folosesti pentru blogul tau'); @define('DATABASE_ERROR', 'eroare serendipity: nu m-am putut conecta la baza de date - ies.'); @define('LIMIT_TO_NUMBER', 'Câte elemente sa afisez?'); @define('DIRECTORIES_AVAILABLE', 'În lista subdirectoarelor disponibile poti face click pe orice nume de director pentru a creea un nou director în acea structura.'); @define('CATEGORY_INDEX', 'Mai jos e o lista de categorii disponibile pentr însemnarile tale'); @define('PAGE_BROWSE_PLUGINS', 'Page %s of %s, totalling %s plugins.'); @define('CHARSET_NATIVE', 'Native'); @define('XMLRPC_NO_LONGER_BUNDLED', 'The XML-RPC API Interface to Serendipity is no longer bundled because of ongoing security issues with this API and not many people using it. Thus you need to install the XML-RPC Plugin to use the XML-RPC API. The URL to use in your applications will NOT change - as soon as you have installed the plugin, you will again be able to use the API.'); @define('AUTHORS_ALLOW_SELECT', 'Allow visitors to display multiple authors at once?'); @define('AUTHORS_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each author in this sidebar plugin. Users can check those boxes and see entries matching their selection.'); @define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)'); @define('PLUGIN_GROUP_ALL', 'All categories'); @define('PENDING_COMMENT_SUBSCRIPTION', 'Pending confirmation'); @define('NO_COMMENT_SUBSCRIPTION', 'Not subscribed'); @define('NOTIFICATION_CONFIRM_SUBMAIL_FAIL', 'Sorry, the confirmation of your subscription to new comments has failed.');