summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-05-31 01:55:46 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-05-31 01:55:46 -0400
commitcff9440a37a64a43403b7dd57a99a203410e426a (patch)
tree04ff4c981df6096b2f8d632d64b8549c90dca9bb /apps/files_sharing
parent86b06c72bbdd8fb9c230b9a7b6574b32ec67b598 (diff)
downloadnextcloud-server-cff9440a37a64a43403b7dd57a99a203410e426a.tar.gz
nextcloud-server-cff9440a37a64a43403b7dd57a99a203410e426a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/l10n/nb_NO.php1
-rw-r--r--apps/files_sharing/l10n/ru.php10
-rw-r--r--apps/files_sharing/l10n/ur_PK.php3
3 files changed, 8 insertions, 6 deletions
diff --git a/apps/files_sharing/l10n/nb_NO.php b/apps/files_sharing/l10n/nb_NO.php
index 193ee7165ec..3595a49cbf7 100644
--- a/apps/files_sharing/l10n/nb_NO.php
+++ b/apps/files_sharing/l10n/nb_NO.php
@@ -11,6 +11,7 @@ $TRANSLATIONS = array(
"sharing is disabled" => "deling er deaktivert",
"For more info, please ask the person who sent this link." => "For mer informasjon, spør personen som sendte lenken.",
"Download" => "Last ned",
+"Download %s" => "Last ned %s",
"Direct link" => "Direkte lenke"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php
index 5920d79d9e5..468bcdd85e6 100644
--- a/apps/files_sharing/l10n/ru.php
+++ b/apps/files_sharing/l10n/ru.php
@@ -1,15 +1,15 @@
<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Доступ открыл {owner}",
-"This share is password-protected" => "Общий ресурс защищён паролем",
+"This share is password-protected" => "Для доступа к информации необходимо ввести пароль",
"The password is wrong. Try again." => "Неверный пароль. Попробуйте еще раз.",
"Password" => "Пароль",
-"Sorry, this link doesn’t seem to work anymore." => "К сожалению, эта ссылка, похоже не будет работать больше.",
+"Sorry, this link doesn’t seem to work anymore." => "Эта ссылка устарела и более не действительна.",
"Reasons might be:" => "Причиной может быть:",
"the item was removed" => "объект был удалён",
-"the link expired" => "срок ссылки истёк",
-"sharing is disabled" => "общий доступ отключён",
-"For more info, please ask the person who sent this link." => "Пожалуйста, обратитесь к отправителю данной ссылки.",
+"the link expired" => "срок действия ссылки истёк",
+"sharing is disabled" => "доступ к информации заблокирован",
+"For more info, please ask the person who sent this link." => "Для получения дополнительной информации, пожалуйста, свяжитесь с тем, кто отправил Вам эту ссылку.",
"Download" => "Скачать",
"Download %s" => "Скачать %s",
"Direct link" => "Прямая ссылка"
diff --git a/apps/files_sharing/l10n/ur_PK.php b/apps/files_sharing/l10n/ur_PK.php
index 4f6767c26a1..b0b90367771 100644
--- a/apps/files_sharing/l10n/ur_PK.php
+++ b/apps/files_sharing/l10n/ur_PK.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
-"Password" => "پاسورڈ"
+"Password" => "پاسورڈ",
+"Download" => "ڈاؤن لوڈ،"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";