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

en_GB.js « l10n - github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d015299d345189b8c82ad41217abce4be51cf319 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_rightclick",
    {
    "Unselect" : "Unselect",
    "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);");