Mercurial > hg > soundsoftware-site
view vendor/plugins/rfpdf/lib/config/lang/eng.rb @ 1478:5ca1f4a47171 bibplugin_db_migrations
Close obsolete branch bibplugin_db_migrations
author | Chris Cannam |
---|---|
date | Fri, 30 Nov 2012 14:40:50 +0000 |
parents | cbce1fd3b1b7 |
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 #============================================================+