• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

add new language

Status
Not open for further replies.

lord-zk

Chevereto Noob
i hope to add arabic language to this program
i am translate its to arabic
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>

  ----------------------------------------- */
  
  /* ????? ??????? */

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

// MENSAJES CRITICOS
define('ERROR_REF', '???? ????? <a href="'.URL_SCRIPT.'" style="color: #FFF;">'.APP_NAME.'</a> ????? ????, ?????? ?????? ????????');
define('CANT_RUN', 'Impossible to upload images, Chevereto is not well configured or can not run on this server.');
define('CRITIC_ERROR_INPUT', '???? ???????,fatal error');
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', 'you must complete part of the form in order to continue');
define('TITLE_FORM_INCOMPLETE', 'Form incomplete');
define('DOBLE_POSTED', '?? ????? ????? ?? ????? ??? ???? ????????? ?? ??? ?????');
define('FATAL_ERROR_TITLE', 'Fatal error');
define('INVALID_EXT', 'JPG, PNG, GIF, BMP??? ????? ??? ???? ???? ??');
define('INVALID_TITLE', '??? ????? ??? ?????');
define('INVALID_CORRUPT', '????? ??? ????? ?? ????');
define('NOTHING_TO_RESIZE', 'There is noting to resize');
define('INPUT_ERROR', 'Input error');
define('NO_ID', 'No ID specified');
define('NO_ID_TITLE', 'No image ID given');
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', 'This is the <abbr title="http://where-is-the-image.com/image.jpg">url</abbr> of the image you would like to upload');
define('TXT_TEMP_SAVE', '??? <abbr title="we will delete it later">?????</abbr> ???? ?????? ?????? ????? ??????? ??? ????');
define('TXT_REZ_AGAIN', '????? ??? ????');
define('TXT_TEMP_PLACE', ' <span>just temporally</span>??? ??????');
define('TXT_SEEING', '???');
define('TXT_AND_RESIZE', 'and resized');
define('TXT_DID', 'just upload');
// SHARE
define('SHARE_THUMB_VIEWER', '????? + <u>viewer</u> ????');
define('SHARE_FORUMS', '??? ?????????');
define('SHARE_DIRECT', '??? ??? ?????? ??????');
define('SHARE_VIEWER', '??? ?????? ?? ??????');
define('SHARE_SOCIAL', 'Socialize this image');
define('SHARE_NETWORKS', '??????? ??????????');
define('SHARE_TWITTER', 'Twitt this image');
define('SHARE', '??????');
// RESIZE
define('RESIZE_DSC', '??????? ???? ????? ???? ???');
define('RESIZE_WIDTH', '????? ???????');
define('RESIZE_PIXELS', '???????');
define('RESIZE_KEEP', '*??? ????? ??? ????? ???????');

?>

if update in future i will update thise translate

thank you
 
upload = ???
do it agian = ??? ??????? ??? ????
local = ????
remote = ????
redimensionar = ????? ?????
preferences = ???????
 
Status
Not open for further replies.
Back
Top