diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-05 01:56:08 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-05 01:56:08 -0500 |
commit | a98f5c03dc4e60dcd511c4b50639878e531c5119 (patch) | |
tree | a1c22d1f6a158f267877d48a82db9514e6ba9e8f /apps/files_sharing/l10n | |
parent | b3656f143491e16a8b66295e48ff5e939679d0fa (diff) | |
download | nextcloud-server-a98f5c03dc4e60dcd511c4b50639878e531c5119.tar.gz nextcloud-server-a98f5c03dc4e60dcd511c4b50639878e531c5119.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/hy.js | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/hy.json | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pl.js | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pl.json | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/hy.js b/apps/files_sharing/l10n/hy.js index 28de3fecd2e..2e8a459c6da 100644 --- a/apps/files_sharing/l10n/hy.js +++ b/apps/files_sharing/l10n/hy.js @@ -4,6 +4,7 @@ OC.L10N.register( "Cancel" : "Չեղարկել", "Password" : "Գաղտնաբառ", "Name" : "Անուն", - "Download" : "Բեռնել" + "Download" : "Ներբեռնել", + "Download %s" : "Ներբեռնել %s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/hy.json b/apps/files_sharing/l10n/hy.json index ca2bc14a120..a189280c922 100644 --- a/apps/files_sharing/l10n/hy.json +++ b/apps/files_sharing/l10n/hy.json @@ -2,6 +2,7 @@ "Cancel" : "Չեղարկել", "Password" : "Գաղտնաբառ", "Name" : "Անուն", - "Download" : "Բեռնել" + "Download" : "Ներբեռնել", + "Download %s" : "Ներբեռնել %s" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index 5acdcf116fd..9ffad090397 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -47,6 +47,7 @@ OC.L10N.register( "Download" : "Pobierz", "Download %s" : "Pobierz %s", "Direct link" : "Bezpośredni link", - "Open documentation" : "Otwórz dokumentację" + "Open documentation" : "Otwórz dokumentację", + "Add to your website" : "Dodaj do swojej strony" }, "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index ded962ac9e1..3f59d73864d 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -45,6 +45,7 @@ "Download" : "Pobierz", "Download %s" : "Pobierz %s", "Direct link" : "Bezpośredni link", - "Open documentation" : "Otwórz dokumentację" + "Open documentation" : "Otwórz dokumentację", + "Add to your website" : "Dodaj do swojej strony" },"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file |