Last change
on this file was 347, checked in by roby, 4 years ago |
Aggiornamento per compatibilità con php7.4
|
File size:
1.1 KB
|
Rev | Line | |
---|
[347] | 1 | <?php
|
---|
| 2 | //============================================================+
|
---|
| 3 | // File name : yid.php
|
---|
| 4 | // Begin : 2004-03-03
|
---|
| 5 | // Last Update : 2010-10-26
|
---|
| 6 | //
|
---|
| 7 | // Description : Language module for TCPDF
|
---|
| 8 | // (contains translated texts)
|
---|
| 9 | // Welsh
|
---|
| 10 | //
|
---|
| 11 | // Author: Nicola Asuni
|
---|
| 12 | //
|
---|
| 13 | // (c) Copyright:
|
---|
| 14 | // Nicola Asuni
|
---|
| 15 | // Tecnick.com LTD
|
---|
| 16 | // www.tecnick.com
|
---|
| 17 | // info@tecnick.com
|
---|
| 18 | //============================================================+
|
---|
| 19 |
|
---|
| 20 | /**
|
---|
| 21 | * TCPDF language file (contains translated texts).
|
---|
| 22 | * @package com.tecnick.tcpdf
|
---|
| 23 | * @brief TCPDF language file: Welsh
|
---|
| 24 | * @author Nicola Asuni
|
---|
| 25 | * @since 2004-03-03
|
---|
| 26 | */
|
---|
| 27 |
|
---|
| 28 | // Welsh
|
---|
| 29 |
|
---|
| 30 | global $l;
|
---|
| 31 | $l = Array();
|
---|
| 32 |
|
---|
| 33 | // PAGE META DESCRIPTORS --------------------------------------
|
---|
| 34 |
|
---|
| 35 | $l['a_meta_charset'] = 'UTF-8';
|
---|
| 36 | $l['a_meta_dir'] = 'rtl';
|
---|
| 37 | $l['a_meta_language'] = 'yi';
|
---|
| 38 |
|
---|
| 39 | // TRANSLATIONS --------------------------------------
|
---|
| 40 | $l['w_page'] = '×××Ö·×';
|
---|
| 41 |
|
---|
| 42 | //============================================================+
|
---|
| 43 | // END OF FILE
|
---|
| 44 | //============================================================+
|
---|
Note:
See
TracBrowser
for help on using the repository browser.