~ubuntu-branches/ubuntu/precise/phpmyadmin/precise

« back to all changes in this revision

Viewing changes to libraries/tcpdf/config/lang/gle.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2012-02-14 19:25:33 UTC
  • mfrom: (1.2.35)
  • Revision ID: package-import@ubuntu.com-20120214192533-fhjisornt2d9ycxg
Tags: 4:3.4.10-1
* New upstream release.
  + Fixes ODS import (closes: #593621)
* Update reference to compressed README.Debian (closes: #656664)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
//============================================================+
3
 
// File name   : ind.php
4
 
// Begin       : 2004-03-03
5
 
// Last Update : 2010-10-26
6
 
//
7
 
// Description : Language module for TCPDF
8
 
//               (contains translated texts)
9
 
//               Irish
10
 
//
11
 
// Author: Nicola Asuni
12
 
//
13
 
// (c) Copyright:
14
 
//               Nicola Asuni
15
 
//               Tecnick.com s.r.l.
16
 
//               Via Della Pace, 11
17
 
//               09044 Quartucciu (CA)
18
 
//               ITALY
19
 
//               www.tecnick.com
20
 
//               info@tecnick.com
21
 
//============================================================+
22
 
 
23
 
/**
24
 
 * TCPDF language file (contains translated texts).
25
 
 * @package com.tecnick.tcpdf
26
 
 * @brief TCPDF language file: Irish
27
 
 * @author Nicola Asuni
28
 
 * @since 2004-03-03
29
 
 */
30
 
 
31
 
// Irish
32
 
 
33
 
global $l;
34
 
$l = Array();
35
 
 
36
 
// PAGE META DESCRIPTORS --------------------------------------
37
 
 
38
 
$l['a_meta_charset'] = 'UTF-8';
39
 
$l['a_meta_dir'] = 'ltr';
40
 
$l['a_meta_language'] = 'ga';
41
 
 
42
 
// TRANSLATIONS --------------------------------------
43
 
$l['w_page'] = 'leathanach';
44
 
 
45
 
//============================================================+
46
 
// END OF FILE
47
 
//============================================================+