• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Traduce/Translate la web de chevereto en tu idioma

Status
Not open for further replies.

Rodolfo

⭐ Chevereto Godlike
Chevereto Staff
Administrator
Si quieres ver la web de Chevereto este en tu idioma, lo hago sin mayor problema si me envías la traducción.
Tan solo deben tomar algún idioma base (los encontraran en este foro) y publican su traducción en el mismo formato de la base en este tema.

--

If you want to see the Chevereto website in your language, I do it without much problem if you send me the translation.
Just take a language base (found in the forum) and publish it in the same format.


:)
 
Code:
<?

/* -----------------------------------------

  Chevereto - Script de hosting de imagenes
  Nightly Build 1.4
  http://www.chevereto.com/

  Released under the GPL 2.0
  Copyright (C) 2008 by Rodolfo Berrios
  <inbox at rodolfoberrios dot com>

  ----------------------------------------- */
  
  /* LENGUAJE INGLES */

// TITLES
define('??', '???');

// MENSAJES CRITICOS
define('ERROR_REF', '????, ??????? <a href="'.URL_SCRIPT.'" style="color: #FFF;">'.APP_NAME.'</a> ????.');
define('CANT_RUN', '??????, Chevereto????????????.');
define('CRITIC_ERROR_INPUT', '????, ??????');
define('ERROR_UPLOADING', '??????');

// MISC
define('ANDTEXT', '?');
define('AT', '?');

// TITLE HTTP ERRORS
define('TITLE_400', '???? (400)');
define('TITLE_401', '????? (401)');
define('TITLE_403', '???? (403)');
define('TITLE_404', '???? (404)');
define('TITLE_500', '??????? (500)');
define('TITLE_503', '????? (503)');
// DESC HTTP ERRORS
define('DESC_400', '?????????');
define('DESC_401', '??????????????');
define('DESC_403', '????????? ');
define('DESC_404', '??????????? ');
define('DESC_500', '?????. ???????????');
define('DESC_503', '??????. ??????????');
// ACCESO A DIRECTORIOS
define('TITLE_DIR_NO', '?????? "'.$page.'"');
define('DESC_DIR_NO', '???, ?????????');

// SPLIT ERRORS + SPLIT TITLES
define('FORM_INCOMPLETE', '??????????????');
define('TITLE_FORM_INCOMPLETE', '?????');
define('DOBLE_POSTED', '???????????????');
define('FATAL_ERROR_TITLE', '????');
define('INVALID_EXT', '???????, ????? JPG, PNG, GIF, BMP');
define('INVALID_TITLE', '???????');
define('INVALID_CORRUPT', '????????');
define('NOTHING_TO_RESIZE', '??????');
define('INPUT_ERROR', '????');
define('NO_ID', '??????');
define('NO_ID_TITLE', '????????');
define('NO_SELF_UPLOAD', '??????, ????????');
define('CANT_UPLOAD_TITLE', '????');
define('TOO_HEAVY', '?????????');
define('JUST_NUMBERS', '?????????');
define('UPLOADED_BUT_NOT_RESIZED', '????? (????????)');
define('OVER_RESIZE_ERROR', '??????????????');
define('RESIZE_LIMITS', '??????????');

// INPUT TEXT
define('ENTER_WIDTH', '??????????');

// OK MESSAGES
define('UPLOAD_OK', '??????');
define('UPLOAD_AND_RESIZED', '????????????');

// VIEWVING
define('SEEING', '?????');
define('NOT_EXISTS', '?????');
define('NOT_EXISTS_TITLE', '?????????');
define('FULL_SIZE', '???');

// TXT
define('TXT_PREFERENCES', '??');
define('TXT_TINYURL', '?TinyURL???????');
define('TXT_CLOSE_PREF', '????.');
define('TXT_LOCAL', '???????????????');
define('TXT_REMOTE', '?????????<abbr title="http://where-is-the-image.com/image.jpg">????</abbr>');
define('TXT_UPLOADING', '?????...');
define('TXT_REMOTE_RR', '?????????<abbr title="http://where-is-the-image.com/image.jpg">????</abbr>');
define('TXT_TEMP_SAVE', '??? <abbr title="???????????">??</abbr> ??????, ???????');
define('TXT_REZ_AGAIN', '?????...');
define('TXT_TEMP_PLACE', '?????? <span>?????</span>');
define('TXT_SEEING', '???');
define('TXT_AND_RESIZE', '???');
define('TXT_DID', '????');
// SHARE
define('SHARE_THUMB_VIEWER', '??? + <u>??</u> ??');
define('SHARE_FORUMS', 'BBS');
define('SHARE_DIRECT', '????????');
define('SHARE_VIEWER', '??');
define('SHARE_SOCIAL', '?????????');
define('SHARE_NETWORKS', '????');
define('SHARE_TWITTER', 'Twitt????');
define('SHARE', '??');
// RESIZE
define('RESIZE_DSC', '???????????');
define('RESIZE_WIDTH', '?????');
define('RESIZE_PIXELS', '??');
define('RESIZE_KEEP', '*?????????');

?>
 
Status
Not open for further replies.
Back
Top