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

gl.js « l10n - github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff2aaca4ec82207f3709f8c43b724307d6276235 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_rightclick",
    {
    "Unselect" : "Desmarcar",
    "Select" : "Seleccionar",
    "Copied !" : "Copiado!",
    "Right click" : "Botón dereito",
    "Right click menu for Nextcloud" : "Menú do botón dereito do rato para o 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." : "Esta aplicación permite aos usuarios e desenvolvedores ter un menú co botón dereito. Simplemente use o obxecto RightClick para crear rapidamente menús contextuais. A aplicación Ficheiros xa amosa o menú de accións cando preme co botón dereito sobre ficheiros e cartafoles."
},
"nplurals=2; plural=(n != 1);");