зеркало из https://github.com/nextcloud/news.git
15 строки
318 B
PHP
15 строки
318 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Refresh" => "Refresh",
|
|
"by" => "oleh",
|
|
"from" => "dari",
|
|
"Download" => "Muat turun",
|
|
"Description" => "Keterangan",
|
|
"Web address" => "Alamat sesawang",
|
|
"Folder" => "Folder",
|
|
"Create" => "Buat",
|
|
"Rename" => "Namakan",
|
|
"Settings" => "Tetapan",
|
|
"Import" => "Import",
|
|
"Export" => "Export"
|
|
);
|