# usc-e-shop/1.4.0/pdf/tcpdf/config/lang/bel.php

Welcart e-Commerce, version 1.4.0. 48 lines.

- Page: https://pluginprobe.com/plugins/usc-e-shop/1.4.0/code/pdf/tcpdf/config/lang/bel.php
- Raw: https://pluginprobe.com/plugins/usc-e-shop/1.4.0/raw/pdf/tcpdf/config/lang/bel.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.4.0/code/pdf/tcpdf/config/lang/bel.php#L10-L20`.

```php
<?php
//============================================================+
// File name   : bel.php
// Begin       : 2010-10-26
// Last Update : 2010-10-26
//
// Description : Language module for TCPDF
//               (contains translated texts)
//               Basque
//
// 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: Basque
 * @author Nicola Asuni
 * @since 2010-10-26
 */

// Basque

global $l;
$l = Array();

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

$l['a_meta_charset'] = 'UTF-8';
$l['a_meta_dir'] = 'ltr';
$l['a_meta_language'] = 'be';

// TRANSLATIONS --------------------------------------
$l['w_page'] = 'старонкі';

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

```
