5 lines
90 B
PHP
5 lines
90 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Error" => "Error",
|
|
"Name" => "Nom",
|
|
"Delete" => "Escafa"
|
|
);
|