5 lines
135 B
PHP
5 lines
135 B
PHP
<?php $TRANSLATIONS = array(
|
|
"History" => "História",
|
|
"Files Versioning" => "Vytváranie verzií súborov",
|
|
"Enable" => "Zapnúť"
|
|
);
|