Blame view
sources/apps/files_sharing/l10n/uk.php
510 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 |
<?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" => "підконтрольні Вам веб-сервіси" ); |