ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Modules
Pages
afr.php
Go to the documentation of this file.
1
<?
php
2
//============================================================+
3
// File name : afr.php
4
// Begin : 2010-10-26
5
// Last Update : 2010-10-26
6
//
7
// Description : Language module for TCPDF
8
// (contains translated texts)
9
// Afrikaans
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
28
// Afrikaans
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'
] =
'ltr'
;
37
$l
[
'a_meta_language'
] =
'af'
;
38
39
// TRANSLATIONS --------------------------------------
40
$l
[
'w_page'
] =
'bladsy'
;
41
42
//============================================================+
43
// END OF FILE
44
//============================================================+
$l
global $l
Definition:
afr.php:30
php
libs
composer
vendor
tecnickcom
tcpdf
examples
lang
afr.php
Generated on Fri Apr 18 2025 19:00:56 for ILIAS by
1.8.13 (using
Doxyfile
)