Blame view

sources/apps/files_sharing/l10n/ru.php 516 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
  <?php $TRANSLATIONS = array(
  "Password" => "Пароль",
  "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" => "веб-сервисы под вашим управлением"
  );