summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/l10n/bs.js5
-rw-r--r--apps/files_sharing/l10n/bs.json5
-rw-r--r--apps/files_sharing/l10n/en_GB.js4
-rw-r--r--apps/files_sharing/l10n/en_GB.json4
-rw-r--r--apps/files_sharing/l10n/ja.js6
-rw-r--r--apps/files_sharing/l10n/ja.json6
6 files changed, 28 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/bs.js b/apps/files_sharing/l10n/bs.js
index 1be4f1f3fb8..9ff10d77a5b 100644
--- a/apps/files_sharing/l10n/bs.js
+++ b/apps/files_sharing/l10n/bs.js
@@ -1,7 +1,10 @@
OC.L10N.register(
"files_sharing",
{
+ "Cancel" : "Odustani",
"Shared by" : "Dijeli",
- "Name" : "Ime"
+ "Password" : "Lozinka",
+ "Name" : "Ime",
+ "Download" : "Preuzmite"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/files_sharing/l10n/bs.json b/apps/files_sharing/l10n/bs.json
index 48fb8d2209a..c2bfb948e8e 100644
--- a/apps/files_sharing/l10n/bs.json
+++ b/apps/files_sharing/l10n/bs.json
@@ -1,5 +1,8 @@
{ "translations": {
+ "Cancel" : "Odustani",
"Shared by" : "Dijeli",
- "Name" : "Ime"
+ "Password" : "Lozinka",
+ "Name" : "Ime",
+ "Download" : "Preuzmite"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file
diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js
index a7ae4987499..4f7885145b0 100644
--- a/apps/files_sharing/l10n/en_GB.js
+++ b/apps/files_sharing/l10n/en_GB.js
@@ -23,9 +23,13 @@ OC.L10N.register(
"Invalid ownCloud url" : "Invalid ownCloud URL",
"Shared by" : "Shared by",
"A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
+ "A public shared file or folder was <strong>downloaded</strong>" : "A public shared file or folder was <strong>downloaded</strong>",
"You received a new remote share from %s" : "You received a new remote share from %s",
"%1$s accepted remote share %2$s" : "%1$s accepted remote share %2$s",
"%1$s declined remote share %2$s" : "%1$s declined remote share %2$s",
+ "%1$s unshared %2$s from you" : "%1$s unshared %2$s from you",
+ "Public shared folder %1$s was downloaded" : "Public shared folder %1$s was downloaded",
+ "Public shared file %1$s was downloaded" : "Public shared file %1$s was downloaded",
"This share is password-protected" : "This share is password-protected",
"The password is wrong. Try again." : "The password is wrong. Try again.",
"Password" : "Password",
diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json
index 71a98749d03..5ef5074334a 100644
--- a/apps/files_sharing/l10n/en_GB.json
+++ b/apps/files_sharing/l10n/en_GB.json
@@ -21,9 +21,13 @@
"Invalid ownCloud url" : "Invalid ownCloud URL",
"Shared by" : "Shared by",
"A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
+ "A public shared file or folder was <strong>downloaded</strong>" : "A public shared file or folder was <strong>downloaded</strong>",
"You received a new remote share from %s" : "You received a new remote share from %s",
"%1$s accepted remote share %2$s" : "%1$s accepted remote share %2$s",
"%1$s declined remote share %2$s" : "%1$s declined remote share %2$s",
+ "%1$s unshared %2$s from you" : "%1$s unshared %2$s from you",
+ "Public shared folder %1$s was downloaded" : "Public shared folder %1$s was downloaded",
+ "Public shared file %1$s was downloaded" : "Public shared file %1$s was downloaded",
"This share is password-protected" : "This share is password-protected",
"The password is wrong. Try again." : "The password is wrong. Try again.",
"Password" : "Password",
diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js
index 382c7fb2b4b..114566d5709 100644
--- a/apps/files_sharing/l10n/ja.js
+++ b/apps/files_sharing/l10n/ja.js
@@ -8,6 +8,12 @@ OC.L10N.register(
"Shared with you" : "他ユーザーがあなたと共有中",
"Shared with others" : "他ユーザーと共有中",
"Shared by link" : "URLリンクで共有中",
+ "Nothing shared with you yet" : "あなたと共有しているファイルはありません。",
+ "Files and folders others share with you will show up here" : "他の人から共有されたファイルやフォルダは、ここに表示されます。",
+ "Nothing shared yet" : "まだ何も共有されていません",
+ "Files and folders you share will show up here" : "共有したファイルやフォルダは、ここに表示されます。",
+ "No shared links" : "共有リンクはありません",
+ "Files and folders you share by link will show up here" : "リンクで共有したファイルやフォルダは、ここに表示されます。",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?",
"Remote share" : "リモート共有",
"Remote share password" : "リモート共有のパスワード",
diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json
index 91f46d8c182..0a8c04741fc 100644
--- a/apps/files_sharing/l10n/ja.json
+++ b/apps/files_sharing/l10n/ja.json
@@ -6,6 +6,12 @@
"Shared with you" : "他ユーザーがあなたと共有中",
"Shared with others" : "他ユーザーと共有中",
"Shared by link" : "URLリンクで共有中",
+ "Nothing shared with you yet" : "あなたと共有しているファイルはありません。",
+ "Files and folders others share with you will show up here" : "他の人から共有されたファイルやフォルダは、ここに表示されます。",
+ "Nothing shared yet" : "まだ何も共有されていません",
+ "Files and folders you share will show up here" : "共有したファイルやフォルダは、ここに表示されます。",
+ "No shared links" : "共有リンクはありません",
+ "Files and folders you share by link will show up here" : "リンクで共有したファイルやフォルダは、ここに表示されます。",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?",
"Remote share" : "リモート共有",
"Remote share password" : "リモート共有のパスワード",