03e52840d
Kload
Init
|
1
2
3
4
5
6
7
8
9
10
11
|
<?php $TRANSLATIONS = array(
"Bookmarks" => "Marcapaginas",
"Save" => "Enregistra",
"Delete" => "Escafa",
"Edit" => "Editar",
"Cancel" => "Annula",
"Add" => "Ajusta",
"Settings" => "Configuracion",
"Export" => "Exporta",
"Import" => "Importa"
);
|