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

da.js « l10n - github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13ec740125e3ee29b56d1149a830864e9cbc77f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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",
    "Right click menu for Nextcloud" : "Højre klik 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." : "Denne app tillader brugere og udviklere at have en højre kliks menu. Du kan simpelt anvende Højre Kliks objekter til at skabe konteksts menuer. Files app viser funktions menuen når der højre klikkes på filen eller mappen."
},
"nplurals=2; plural=(n != 1);");