5 lines
126 B
PHP
5 lines
126 B
PHP
<?php $TRANSLATIONS = array(
|
|
"History" => "Historia",
|
|
"Files Versioning" => "Wersjonowanie plików",
|
|
"Enable" => "Włącz"
|
|
);
|