This file is indexed.

/usr/share/doc/php-tcpdf/examples/lang/ron.php is in php-tcpdf 6.0.093+dfsg-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?php
//============================================================+
// File name   : ron.php
// Begin       : 2004-03-03
// Last Update : 2010-10-26
//
// Description : Language module for TCPDF
//               (contains translated texts)
//               Romanian, Moldavian, Moldovan
//
// Author: Nicola Asuni
//
// (c) Copyright:
//               Nicola Asuni
//               Tecnick.com LTD
//               www.tecnick.com
//               info@tecnick.com
//============================================================+

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

// Romanian, Moldavian, Moldovan

global $l;
$l = Array();

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

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

// TRANSLATIONS --------------------------------------
$l['w_page'] = 'pagina';

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