summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/rfpdf/lib/config/lang/eng.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/rfpdf/lib/config/lang/eng.rb')
-rwxr-xr-xvendor/plugins/rfpdf/lib/config/lang/eng.rb48
1 files changed, 0 insertions, 48 deletions
diff --git a/vendor/plugins/rfpdf/lib/config/lang/eng.rb b/vendor/plugins/rfpdf/lib/config/lang/eng.rb
deleted file mode 100755
index 231581171..000000000
--- a/vendor/plugins/rfpdf/lib/config/lang/eng.rb
+++ /dev/null
@@ -1,48 +0,0 @@
-#============================================================+
-# 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
-#============================================================+
-