Initial commit of foodsoft 2
This commit is contained in:
commit
5b9a7e05df
657 changed files with 70444 additions and 0 deletions
48
vendor/plugins/rfpdf/lib/config/lang/eng.rb
vendored
Executable file
48
vendor/plugins/rfpdf/lib/config/lang/eng.rb
vendored
Executable file
|
|
@ -0,0 +1,48 @@
|
|||
#============================================================+
|
||||
# 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
|
||||
#============================================================+
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue