Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Reviews
    In reply to: [yTicket for WP] Fail.
    Plugin Author imseosrl

    (@imseosrl)

    Hi,
    the plugin’s header is ok

    Plugin Author imseosrl

    (@imseosrl)

    the plugin should also work with this message, but the best thing to upgrade to the latest version

    Plugin Author imseosrl

    (@imseosrl)

    Hi,
    this plugin is only translated in Italian and English.
    If you want you can translate in Spanish and we will add your translation.
    We have corrected some mistakes and we have uploaded a new version of the plugin.
    Thanks

    Plugin Author imseosrl

    (@imseosrl)

    Hello,
    sorry for the wait.
    I am happy if you translate in Spanish.
    To translate the plugin you must create a file of the Spanish language, named es-ES.php, starting from this source

    <?php
    if(!defined('TITLE')) define('TITLE', 'yTicket Help Desk Software');
    if(!defined('DESCRIPTION')) define('DESCRIPTION', 'Qui puoi configurare ...');
    if(!defined('ACCESS_ERROR')) define('ACCESS_ERROR', 'Non hai i permessi necessari per accedere a questa pagina.');
    if(!defined('CUSTOMERCODE')) define('CUSTOMERCODE', 'Customer Code');
    if(!defined('SUBJECT')) define('SUBJECT', 'Subject');
    if(!defined('TEXT')) define('TEXT', 'Description');
    if(!defined('YOURNAME')) define('YOURNAME', 'Your Name and Surname');
    if(!defined('DEPARTMENT')) define('DEPARTMENT', 'Department');
    if(!defined('SETTINGS')) define('SETTINGS', 'Settings');
    if(!defined('SEND')) define('SEND', 'Send');
    if(!defined('RESET')) define('RESET', 'Reset');
    if(!defined('CSS')) define('CSS', 'Use the CSS of yTicket');
    if(!defined('VALIDATOR')) define('VALIDATOR', 'Use the Validator');
    if(!defined('EC200')) define('EC200', 'Request Ok');
    if(!defined('EC204')) define('EC204', 'Empty Content');
    if(!defined('EC400')) define('EC400', 'Parametric Error');
    if(!defined('EC401')) define('EC401', 'Authentication failed');
    if(!defined('EC405')) define('EC405', 'Requests method not supported by that resource');
    if(!defined('EC500')) define('EC500', 'Internal server error');
    if(!defined('EC501')) define('EC501', 'Services not implemented');
    if(!defined('EC001')) define('EC001', 'Undefined error');
    if(!defined('TTOPENED')) define('TTOPENED', 'Ticket opened. Check your inbox %EMAIL%, we have sent you a confirmation of taking charge of your request. In the subject will find the following code %TICKETID%');
    if(!defined('TTCUSTOMER')) define('TTCUSTOMER', 'Customer');
    if(!defined('TTEMAILOT')) define('TTEMAILOT', 'Email with which you opened the ticket');
    if(!defined('TTSUBJECT')) define('TTSUBJECT', 'Subject');
    if(!defined('TTDESCRIPTION')) define('TTDESCRIPTION', 'Job history');
    if(!defined('TTOPENDATE')) define('TTOPENDATE', 'Opening date');
    if(!defined('TTSTATUS')) define('TTSTATUS', 'Ticket status');
    if(!defined('TTSTATUSJOB')) define('TTSTATUSJOB', 'Level processing ticket');
    if(!defined('TTDEPARTMENT')) define('TTDEPARTMENT', 'Department');
    if(!defined('TTMESSAGE')) define('TTMESSAGE', 'Message');
    if(!defined('ADMINCSS')) define('ADMINCSS', 'Use the CSS yTicket');
    if(!defined('ADMINJS')) define('ADMINJS', 'Use Validator');
    ?>

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)