6 lines
107 B
PHP
6 lines
107 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "סגירה",
|
|
"Share" => "שיתוף",
|
|
"Upload" => "העלאה"
|
|
);
|