6 lines
98 B
PHP
6 lines
98 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Fermi",
|
|
"Share" => "Kunhavigi",
|
|
"Upload" => "Alŝuti"
|
|
);
|