~critecia/critecia/trunk

« back to all changes in this revision

Viewing changes to src/app/vendors/tcpdf/config/lang/swa.php

  • Committer: Christian A. Reiter
  • Date: 2011-11-16 20:08:35 UTC
  • Revision ID: christian.a.reiter@gmail.com-20111116200835-h3xx0ekm47lububw
fixed jQuery file links

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
//============================================================+
3
 
// File name   : swa.php
4
 
// Begin       : 2004-03-03
5
 
// Last Update : 2010-10-26
6
 
//
7
 
// Description : Language module for TCPDF
8
 
//               (contains translated texts)
9
 
//               Swahili
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: Swahili
27
 
 * @author Nicola Asuni
28
 
 * @since 2004-03-03
29
 
 */
30
 
 
31
 
// Swahili
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'] = 'sw';
41
 
 
42
 
// TRANSLATIONS --------------------------------------
43
 
$l['w_page'] = 'ukurasa';
44
 
 
45
 
//============================================================+
46
 
// END OF FILE
47
 
//============================================================+