Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-07 15:58:26 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-07 15:58:26 +0300
commit59abe85af8e9eddc68fb69019b76f3d925a299e8 (patch)
treee59a32385367f6894fa359d16ace07ce34086f7e
parente98086917f4817f9579f694cb819dc1ca4556e01 (diff)
[tx-robot] updated from transifexstable19
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/da.js2
-rw-r--r--l10n/da.json2
-rw-r--r--l10n/hr.js2
-rw-r--r--l10n/hr.json2
-rw-r--r--l10n/lt_LT.js2
-rw-r--r--l10n/lt_LT.json2
6 files changed, 12 insertions, 0 deletions
diff --git a/l10n/da.js b/l10n/da.js
index ff9aac9..13ec740 100644
--- a/l10n/da.js
+++ b/l10n/da.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"files_rightclick",
{
"Unselect" : "Fravælg",
+ "Share folder" : "Del mappe",
+ "Share file" : "Del fil",
"Select" : "Vælg",
"Copied !" : "Kopieret !",
"Right click" : "Højre klik",
diff --git a/l10n/da.json b/l10n/da.json
index 20ba1c3..a17d182 100644
--- a/l10n/da.json
+++ b/l10n/da.json
@@ -1,5 +1,7 @@
{ "translations": {
"Unselect" : "Fravælg",
+ "Share folder" : "Del mappe",
+ "Share file" : "Del fil",
"Select" : "Vælg",
"Copied !" : "Kopieret !",
"Right click" : "Højre klik",
diff --git a/l10n/hr.js b/l10n/hr.js
index 60b1e04..4063725 100644
--- a/l10n/hr.js
+++ b/l10n/hr.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"files_rightclick",
{
"Unselect" : "Poništi odabir",
+ "Share folder" : "Dijeli mapu",
+ "Share file" : "Dijeli datoteku",
"Select" : "Odaberi",
"Copied !" : "Kopirano!",
"Right click" : "Desni klik",
diff --git a/l10n/hr.json b/l10n/hr.json
index 6750a46..b39cb62 100644
--- a/l10n/hr.json
+++ b/l10n/hr.json
@@ -1,5 +1,7 @@
{ "translations": {
"Unselect" : "Poništi odabir",
+ "Share folder" : "Dijeli mapu",
+ "Share file" : "Dijeli datoteku",
"Select" : "Odaberi",
"Copied !" : "Kopirano!",
"Right click" : "Desni klik",
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
index 81173b0..69e8515 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"files_rightclick",
{
"Unselect" : "Nuimti žymėjimą",
+ "Share folder" : "Bendrinti aplanką",
+ "Share file" : "Bendrinti failą",
"Select" : "Žymėti",
"Copied !" : "Nukopijuota!"
},
diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json
index a187e5e..178f0a7 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -1,5 +1,7 @@
{ "translations": {
"Unselect" : "Nuimti žymėjimą",
+ "Share folder" : "Bendrinti aplanką",
+ "Share file" : "Bendrinti failą",
"Select" : "Žymėti",
"Copied !" : "Nukopijuota!"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"