Mercurial > hg > soundsoftware-site
view .svn/pristine/58/58fc215fd544eb8c78c674a116477a7653252be9.svn-base @ 1539:22d57b0e0a77 live
OK, this script works now, but it should be using the API
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 21 May 2015 17:31:06 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
#============================================================+ # File name : eng.rb # Begin : 2004-03-03 # Last Update : 2005-03-19 # # Description : Language module for TCPDF # (contains translated texts) # # # Author: Nicola Asuni # # (c) Copyright: # Tecnick.com S.r.l. # Via Ugo Foscolo n.19 # 09045 Quartu Sant'Elena (CA) # ITALY # www.tecnick.com # info@tecnick.com #============================================================+ # # TCPDF language file (contains translated texts). # @package com.tecnick.tcpdf # @abstract TCPDF language file. # @author Nicola Asuni # @copyright 2004 Tecnick.com S.r.l (www.tecnick.com) Via Ugo Foscolo n.19 - 09045 Quartu Sant'Elena (CA) - ITALY - www.tecnick.com - info@tecnick.com # @link http://tcpdf.sourceforge.net # @license http://www.gnu.org/copyleft/lesser.html LGPL # @since 2004-03-03 # # ENGLISH @l = [] # PAGE META DESCRIPTORS -------------------------------------- @l['a_meta_charset'] = "UTF-8"; @l['a_meta_dir'] = "ltr"; @l['a_meta_language'] = "en"; # TRANSLATIONS -------------------------------------- @l['w_page'] = "page"; #============================================================+ # END OF FILE #============================================================+