Login   Register  
PHP Classes
elePHPant
Icontem

File: lang.it.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of ben  >  Button Maker Lite  >  lang.it.php  >  Download  
File: lang.it.php
Role: Configuration script
Content type: text/plain
Description: italian language file with thanks to Luca Zorzi
Class: Button Maker Lite
Generate button images with text dynamically
Author: By
Last change:
Date: 2006-10-27 05:55
Size: 1,550 bytes
 

Contents

Class file image Download
<?
/*
Author:     Luca Zorzi (www.tuttoeniente.net)
Email:        lucazorzi91 [at] gmail [dot] com
Date:         27-10-2006 13:40
File:        lang.it.php
Version:    0.1a
LIcense:   GNU/GPL

*/
define("_TEXT_","Testo");
define("_BORDER_","Bordo");
define("_IN_","Dentro");
define("_OUT_","Fuori");
define("_FLAT_","Piatto");
define("_BGCOLOR_","Colore di sfondo");
define("_TEXTCOLOR_","Colore del testo");
define("_WIDTH_","Larghezza");
define("_HEIGHT_","Altezza");
define("_TEXT_X_","Testo-x");
define("_TEXT_Y_","Testo-y");
define("_BGIMAGE_","Immagine di sfondo");
define("_UPLOADIMAGE_","Invia immagine");
define("_MAXSIZE_","(massima dimensione kb)");
define("_FONTSIZE_","Dimensione carattere");
define("_SHADOW_","Ombra");
define("_WHITE_","Bianco");
define("_BLACK_","Nero");
define("_GREY_","Grigio");
define("_FONT_","Carattere");
define("_UPLOADFONT_","Invia carattere");
define("_ROTATE_","Rotazione");
define("_SEND_","Crea il bottone");
define("_FILE_TYPE_","Tipo di file");

define("_FONT_NOT_FOUND_","Un carattere non &egrave; stato trovato.");
define("_FONTNAME_NOT_FOUND_","Il nome del carattere non &egrave;
stato trovato."
);
define("_FONT_MOVE_ERROR_","C'&egrave; stato un errore nello
spostamento del file inviato."
);

define("_IMAGE_NOT_FOUND_","Un'immagine non &egrave; stata trovata.");
define("_IMAGENAME_NOT_FOUND_","Il nome dell'immagine non &egrave;
stato trovato."
);
define("_IMAGE_MOVE_ERROR_","'&egrave; stato un errore nello
spostamento dell'immagine inviata."
);

?>