Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

uk.js 1.2KB

12345678910111213
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Sharing %s failed, because this item is already shared with %s" : "Не вдалося поділитися %s, оскільки файл вже в загальному доступі з %s",
  5. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Не вдалося поділитися %s, не вдалося знайти %s, можливо, сервер не доступний.",
  6. "Federated Cloud Sharing" : "Об’єднання хмарних сховищ",
  7. "Open documentation" : "Відкрити документацію",
  8. "Allow users on this server to send shares to other servers" : "Дозволити користувачам цього сервера публікувати на інших серверах",
  9. "Allow users on this server to receive shares from other servers" : "Дозволити користувачам на цьому сервері отримувати публікації з інших серверів",
  10. "Share it:" : "Поділитися цим:",
  11. "HTML Code:" : "HTML код:"
  12. },
  13. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");