Mercurial > hg > soundsoftware-site
comparison .svn/pristine/58/58fc215fd544eb8c78c674a116477a7653252be9.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 #============================================================+ | |
2 # File name : eng.rb | |
3 # Begin : 2004-03-03 | |
4 # Last Update : 2005-03-19 | |
5 # | |
6 # Description : Language module for TCPDF | |
7 # (contains translated texts) | |
8 # | |
9 # | |
10 # Author: Nicola Asuni | |
11 # | |
12 # (c) Copyright: | |
13 # Tecnick.com S.r.l. | |
14 # Via Ugo Foscolo n.19 | |
15 # 09045 Quartu Sant'Elena (CA) | |
16 # ITALY | |
17 # www.tecnick.com | |
18 # info@tecnick.com | |
19 #============================================================+ | |
20 | |
21 # | |
22 # TCPDF language file (contains translated texts). | |
23 # @package com.tecnick.tcpdf | |
24 # @abstract TCPDF language file. | |
25 # @author Nicola Asuni | |
26 # @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 | |
27 # @link http://tcpdf.sourceforge.net | |
28 # @license http://www.gnu.org/copyleft/lesser.html LGPL | |
29 # @since 2004-03-03 | |
30 # | |
31 | |
32 # ENGLISH | |
33 | |
34 @l = [] | |
35 | |
36 # PAGE META DESCRIPTORS -------------------------------------- | |
37 | |
38 @l['a_meta_charset'] = "UTF-8"; | |
39 @l['a_meta_dir'] = "ltr"; | |
40 @l['a_meta_language'] = "en"; | |
41 | |
42 # TRANSLATIONS -------------------------------------- | |
43 @l['w_page'] = "page"; | |
44 | |
45 #============================================================+ | |
46 # END OF FILE | |
47 #============================================================+ | |
48 |