# usc-e-shop/1.3.17/pdf/tcpdf/config/lang/heb.php

Welcart e-Commerce, version 1.3.17. 48 lines.

- Page: https://pluginprobe.com/plugins/usc-e-shop/1.3.17/code/pdf/tcpdf/config/lang/heb.php
- Raw: https://pluginprobe.com/plugins/usc-e-shop/1.3.17/raw/pdf/tcpdf/config/lang/heb.php
- Modified: 2014-02-28T06:27:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/usc-e-shop/1.3.17/code/pdf/tcpdf/config/lang/heb.php#L10-L20`.

```php
<?php
//============================================================+
// File name   : heb.php
// Begin       : 2004-03-03
// Last Update : 2010-10-26
//
// Description : Language module for TCPDF
//               (contains translated texts)
//               Hebrew
//
// Author: Nicola Asuni
//
// (c) Copyright:
//               Nicola Asuni
//               Tecnick.com LTD
//               Manor Coach House, Church Hill
//               Aldershot, Hants, GU12 4RQ
//               UK
//               www.tecnick.com
//               info@tecnick.com
//============================================================+

/**
 * TCPDF language file (contains translated texts).
 * @package com.tecnick.tcpdf
 * @brief TCPDF language file: Hebrew
 * @author Nicola Asuni
 * @since 2004-03-03
 */

// Hebrew

global $l;
$l = Array();

// PAGE META DESCRIPTORS --------------------------------------

$l['a_meta_charset'] = 'UTF-8';
$l['a_meta_dir'] = 'rtl';
$l['a_meta_language'] = 'he';

// TRANSLATIONS --------------------------------------
$l['w_page'] = 'מקור:';

//============================================================+
// END OF FILE
//============================================================+

```
