mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
9 lines
510 B
PHP
9 lines
510 B
PHP
<?php $TRANSLATIONS = array(
|
||
"Password" => "Пароль",
|
||
"Submit" => "Submit",
|
||
"%s shared the folder %s with you" => "%s опублікував каталог %s для Вас",
|
||
"%s shared the file %s with you" => "%s опублікував файл %s для Вас",
|
||
"Download" => "Завантажити",
|
||
"No preview available for" => "Попередній перегляд недоступний для",
|
||
"web services under your control" => "підконтрольні Вам веб-сервіси"
|
||
);
|