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>2020-09-02 05:35:28 +0300
committerNextcloud bot <bot@nextcloud.com>2020-09-02 05:35:28 +0300
commitf6029420d3318df398020b6ec9c2baf219465e79 (patch)
treee22f4fc776e4d4325ec978e34fc0e1d195af2a4d
parentcbb8adb390892fc1a247eba1052a38d9b0d6e3fd (diff)
[tx-robot] updated from transifexv18.0.9
-rw-r--r--l10n/en_GB.js8
-rw-r--r--l10n/en_GB.json8
2 files changed, 14 insertions, 2 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 0eac215..e58623f 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -1,6 +1,12 @@
OC.L10N.register(
"files_rightclick",
{
- "Select" : "Select"
+ "Unselect" : "Unselect",
+ "Share " : "Share ",
+ "Select" : "Select",
+ "Copied !" : "Copied !",
+ "Right click" : "Right click",
+ "Right click menu for Nextcloud" : "Right click menu for Nextcloud",
+ "This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 77023e1..08904bc 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -1,4 +1,10 @@
{ "translations": {
- "Select" : "Select"
+ "Unselect" : "Unselect",
+ "Share " : "Share ",
+ "Select" : "Select",
+ "Copied !" : "Copied !",
+ "Right click" : "Right click",
+ "Right click menu for Nextcloud" : "Right click menu for Nextcloud",
+ "This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file