mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-20 16:15:43 +02:00
8 lines
179 B
PHP
8 lines
179 B
PHP
<?php $TRANSLATIONS = array(
|
|
"from" => "из",
|
|
"Download" => "Загрузка",
|
|
"Cancel" => "Отмена",
|
|
"Save" => "Сохранить",
|
|
"Settings" => "Настройки"
|
|
);
|