Get your own free workspace
View
 

OCV - tr_us

Page history last edited by Mathieu 3 years, 3 months ago

This is the content of the english translation:


 

<?php

 

    //---------------------------------------------------------

    // general

    //---------------------------------------------------------

        define('HOME','Home');

        define('MEMBERS','Members'); 

        define('CONTACT','Contact'); 

        define('ABOUT','About');

        define('CANCEL','Cancel');

        define('CLICK_TO_EDIT','Click to edit...'); 

        define('MORE','More');

        define('G_TO','To');

        define('G_SEND','Send');

        define('ADDRESS','Address');

         

         

 

    //---------------------------------------------------------

    // header

    //---------------------------------------------------------

 

        define('HEADER_REGISTERED_AS','Logged as');

        define('HEADER_MY_SPACE','My space');

        define('HEADER_LOGOUT','Log out');

        define('HEADER_LOGIN','Log in');

        define('HEADER_REGISTER','Register');

         

    //---------------------------------------------------------

    // toolbox

    //---------------------------------------------------------

        define('TOOLBOX_AVATAR','Avatar');

        define('TOOLBOX_WIADN','What i am doing now');

        define('TOOLBOX_VIEW_PROFILE','See my profile');

        define('TOOLBOX_YOUR_BLOG','Your Blog');

        define('TOOLBOX_YOUR_CV','Your CV');

        define('TOOLBOX_FORMAT','Format');

        define('TOOLBOX_YOUR_PROFILE','Your profile');

        define('TOOLBOX_LAST_UPDATE','last update the');

        define('TOOLBOX_INTRO_TITLE','Why using OpenCV Manager?');

        define('TOOLBOX_INTRO_CONTENT','Simple, accessible et opensource. We are working hard on the OpenCV Manager project. We\'re trying to add as many good features as we can. And if you find something you dislike, modify it! It\'s opensource!');

        define('TOOLBOX_LAST_ARTICLES','Last articles on the blog');

        define('TOOLBOX_SOME_LINKS','Some links');

        define('TOOLBOX_MANAGE_YOUR_CV','Manage your CV!');

        define('TOOLBOX_CONSULT_PROFILE','Just take a look at your CV...');

        define('TOOLBOX_CONSULT_PROFILE_2','... or modify it!');

        define('TOOLBOX_CONSULT_PROFILE_3','And finally download it');

        define('TOOLBOX_TOOLBOX','Toolbox');

         

     

    //---------------------------------------------------------

    // index

    //---------------------------------------------------------

     

        define('INDEX_WELCOME', 'Welcome on');

        define('INDEX_PRESENTATION', '<p>Want to be able to easily manage your CV? To easily download it in many formats?</p><p> You\'re at the good place! Register in 2 minutes and start to use our free services!</p>');

        define('INDEX_COL_TOP_RIGHT','On the OpenCV Manager Blog');

        define('INDEX_COL_VIDEO','Create your video-CV');

        define('INDEX_LAST_UPDATED','Last updated profiles');

        define('INDEX_LAST_JOB','Last job offers on');

        define('INDEX_LAST_ADDED','Last added profiles');

       

    //---------------------------------------------------------

    // session

    //---------------------------------------------------------

   

        define('SESSION_IDENT','Identification');

        define('SESSION_PSEUDO','Login');

        define('SESSION_PWD','Password');

        define('SESSION_ERROR','Wrong login and/or password');

       

    //---------------------------------------------------------

    // register

    //---------------------------------------------------------

       

        define('REGISTER_ITS_SPAM','You musn\'t fill this field, it\'s a captcha....');

        define('REGISTER_ERROR_S_PWD','The 2 passwords must be the same');

     

     

    //---------------------------------------------------------

    // sidebar

    //---------------------------------------------------------

     

        define('SIDEBAR_GENERAL_NAVIGATION','General browsing'); 

        define('SIDEBAR_RAPID_ACCESS','Rapid access'); 

        define('SIDEBAR_DISPLAY_PROFILE','Display my profile'); 

        define('SIDEBAR_MODIFY_PROFILE','Modify my profile'); 

        define('SIDEBAR_MODIFY_AVATAR','Modify my avatar'); 

        define('SIDEBAR_MODIFY_CV','Modify my CV');

        define('SIDEBAR_ADMIN','Administration'); 

        define('SIDEBAR_MANAGE_USER','User admin'); 

        define('SIDEBAR_STATS','Statistics'); 

 

    //---------------------------------------------------------

    // profil

    //---------------------------------------------------------

 

        define('PROFILE_RESUME','Resume');

        define('PROFILE_EDUCATION','Education');

        define('PROFILE_PRO','Experience');

        define('PROFILE_YOUR_RESUME','Your resume ');

        define('PROFILE_RESUME_OF','The resume of');

        define('PROFILE_DATE_FROM','Date from');

        define('PROFILE_ADD_BLOCK','Add a bloc');

        define('PROFILE_NAME_JOB','Job title');

        define('PROFILE_EMPLOYER','Employer');

        define('PROFILE_DESC','Description');

        define('PROFILE_NOTES','Notes');

        define('PROFILE_NOTES_CONTENT','<p>Here you can add or modify informations about you and your network.<br/>Keep it up-to-date as often as possible.</p>');

        define('PROFILE_PROFILE','Profile');

        define('PROFILE_NETWORK','Network');

        define('PROFILE_PICTURE','My picture');

        define('PROFILE_ERROR_DATE_SAME','You have to fill-in the start and end date.');

        define('PROFILE_ERROR_DATE_INF','The start date must be less than the end date.');

        define('PROFILE_ERROR_INPUT','We encountered some errors. Please, check the data.');

        define('PROFILE_ERROR_ONE_DATE','At least one date should be indicated.');

        define('PROFILE_ERROR_EMPLOYER','The employer field should be indicated.');

        define('PROFILE_CV_NOTES_CONTENT','<p>Here are some tips to help you use the site:

                                <ul>

                                    <li>To modify your resume, you just need to click on it!</li>

                                    <li>If you want to add a part of your experience, click on "Add a block".</li>

                                </ul></p>');

                               

    //---------------------------------------------------------

    // Contact

    //---------------------------------------------------------

        define('CONTACT_NOTES','Notes');

        define('CONTACT_NOTES_CONTENT','<p>This is the contact. Whether you want to:

                                <ul class="list-circle">

                                    <li>Make compliments,</li>

                                    <li>Tell us that you love what we do,</li>

                                    <li>Or eventually make a _not-so-good_ comment ;) ,</li>

                                   

                                </ul>

                                feel free to contact us!

                                </p>');

        define('CONTACT_MESSAGE_SENT','Your message has been sent.');

        define('CONTACT_MESSAGE_ERROR','An error has occured... Maybe you pushed the button to hard, don\'t you?');

        define('CONTACT_FORM','Contact form');

        define('CONTACT_NAME','Name');

        define('CONTACT_CITY','Country');

        define('CONTACT_EMAIL','Email');

        define('CONTACT_MESSAGE','Message');

        define('CONTACT_CAPTCHA','Are you human?');

        define('CONTACT_ENTER_CAPTCHA','Enter the captcha');

        define('CONTACT_SEND','Send!');     

 

?>

Comments (0)

You don't have permission to comment on this page.