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

ca.js « l10n - github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 942b6a57c85232e7bbe611dd2cfb2ad1d16b8325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files_rightclick",
    {
    "Unselect" : "Anul·la la selecció",
    "Share folder" : "Comparteix la carpeta",
    "Share file" : "Comparteix el fitxer",
    "Select" : "Selecciona",
    "Copied !" : "S'ha copiat!",
    "Right click" : "Clic amb el botó dret",
    "Right click menu for Nextcloud" : "Menú de clic amb el botó dret per al 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." : "Aquesta aplicació permet que usuaris i desenvolupadors disposin d'un menú de clic amb el botó dret. Només cal que utilitzeu l'objecte RightClick per a crear menús contextuals ràpidament. L'aplicació Fitxers ja mostra el menú d'accions en fer clic amb el botó dret sobre fitxers i carpetes."
},
"nplurals=2; plural=(n != 1);");