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

ca.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2477b00b2fffd8ee3e7079b5bc618b0df04e88f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
OC.L10N.register(
    "external",
    {
    "Select an icon" : "Seleccioneu una icona",
    "All languages" : "Tots els idiomes",
    "Header" : "Capçalera",
    "Setting menu" : "Menú de configuració",
    "User quota" : "Quota d'usuari",
    "Public footer" : "Peu de pàgina públic",
    "All devices" : "Tots els dispositius",
    "Only in the Android app" : "Només a l'aplicació d'Android",
    "Only in the iOS app" : "Només a l'aplicació per a iOS",
    "Only in the desktop client" : "Només al client d'escriptori",
    "Only in the browser" : "Només al navegador",
    "The given label is invalid" : "L'etiqueta indicada no és vàlida",
    "The given URL is invalid" : "L'URL indicat no és vàlid",
    "The given language does not exist" : "El idioma especificat no existeix",
    "The given type is invalid" : "El tipus especificat no és vàlid",
    "The given device is invalid" : "El dispositiu indicat no és vàlid",
    "At least one of the given groups does not exist" : "Almenys un dels grups especificats no existeix",
    "The given icon does not exist" : "La icona especificada no existeix",
    "The site does not exist" : "El lloc no existeix",
    "No file uploaded" : "Cap fitxer carregat",
    "Provided file is not an image" : "El fitxer subministrat no és una imatge",
    "Provided image is not a square of 16, 24 or 32 pixels width" : "La imatge subministrada no és un quadrat de 16, 24 o 32 píxels d'amplada",
    "An error occurred while uploading the icon, please make sure the data directory is writable" : "S'ha produït un error en carregar la icona, assegureu-vos que el directori de dades s'hi pot escriure",
    "External sites" : "Llocs externs",
    "__language_name__" : "Català",
    "Add external sites to your Nextcloud navigation" : "Afegiu llocs externs a la vostra navegació Nextcloud",
    "This application allows an admin to add additional links into the Nextcloud menus.\nFollowing a link, the external website appears in the Nextcloud frame.\nIt is also possible to add links only for a given language, device type or user group.\n\nMore information is available in the External sites documentation." : "Aquesta aplicació permet a un administrador afegir enllaços addicionals als menús de Nextcloud.\nSeguint a un enllaç, el lloc web extern apareix al marc Nextcloud.\nTambé és possible afegir enllaços només per a un idioma determinat, tipus de dispositiu o grup d’usuaris.\n\nPodeu trobar més informació a la documentació de llocs externs.",
    "Name" : "Nom",
    "URL" : "URL",
    "Language" : "Llengua",
    "Groups" : "Grups",
    "Devices" : "Dispositiu",
    "Icon" : "Icones",
    "Position" : "Posició",
    "Redirect" : "Redirigeix",
    "Remove site" : "Suprimeix el lloc",
    "This site does not allow embedding" : "Aquest lloc no permet l'incrustament",
    "New site" : "Nou lloc",
    "Delete icon" : "Suprimeix icona",
    "Uploading…" : "S'està carregant...",
    "Reloading icon list…" : "S'està recarregant la llista d'icones…",
    "Icon could not be uploaded" : "La icona no s'ha pogut carregar",
    "Add a website directly to the app list in the top bar. This will be visible for all users and is useful to quickly reach other internally used web apps or important sites." : "Afegiu un lloc web directament a la llista d'aplicacions a la barra superior. Això serà visible per a tots els usuaris i és útil per arribar ràpidament a altres aplicacions web utilitzades internament o llocs importants.",
    "The placeholders {email}, {uid} and {displayname} can be used and are filled with the user´s values to customize the links." : "Els marcadors de posició {email}, {uid} i {displayname} es poden fer servir i s'emplenen amb les dades de l’usuari per personalitzar els enllaços.",
    "Please note that some browsers will block displaying of sites via HTTP if you are running HTTPS." : "Tingueu en compte que alguns navegadors bloquejaran la visualització de llocs amb HTTP si utilitzeu HTTPS. ",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "A més a més, tingueu en compte que actualment molts llocs web estan deshabilitant els iframes per motius de seguretat.",
    "We highly recommend to test the configured sites above properly." : "Us recomanem que proveu els llocs configurats anteriorment correctament.",
    "Icons" : "Icones",
    "If you upload a test.png and a test-dark.png file, both will be used as one icon. The dark version will be used on mobile devices, otherwise the white icon is not visible on the white background in the mobile apps." : "Si carregueu un fitxer test.png i test-dark.png, s’utilitzaran tots dos com una icona. La versió més fosca s’utilitzarà als dispositius mòbils; sinó la icona blanca no seria visible en el fons blanc de les aplicacions mòbils.",
    "Uploading an icon with the same name will replace the current icon." : "Si carregueu una icona amb el mateix nom sobreescriureu la icona actual.",
    "Upload new icon" : "Carrega una nova icona",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Si us plau, tingueu en compte que alguns navegadors poden bloquejar les webs amb http quan feu servir https."
},
"nplurals=2; plural=(n != 1);");