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

ca.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a25b6ff918e008d279eae9bf74072010e6ceb18 (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
OC.L10N.register(
    "files_texteditor",
    {
    "saving..." : "S'està desant...",
    "saved!" : "S'ha desat!",
    "failed!" : "ha fallat!",
    "Saved" : "S'ha desat",
    "There was a problem saving your changes. Click to resume editing." : "S'ha produït un problema en desar els canvis. Feu clic per reprendre l'edició.",
    "Edit in plain text editor" : "Edita en un editor de text normal",
    "An error occurred!" : "S'ha produït un error!",
    "Edit" : "Editor",
    "Mixed" : "Vista mixta",
    "Preview" : "Previsualització",
    "New text file" : "Nou fitxer de text",
    "New text file.txt" : "Nou fitxer de text fitxer.txt",
    "You can not open a folder" : "No podeu obrir una carpeta",
    "This file is too big to be opened. Please download the file instead." : "Aquest fitxer és massa gran per obrir-lo. Si us plau, descarregueu millor el fitxer.",
    "Cannot read the file." : "No es pot llegir el fitxer.",
    "Invalid file path supplied." : "S'ha proporcionat una ruta de fitxer no vàlida.",
    "The file is locked." : "El fitxer està blocat.",
    "An internal server error occurred." : "S'ha produït un error intern del servidor.",
    "You can not write to a folder" : "No podeu escriure a una carpeta",
    "Cannot save file as it has been modified since opening" : "No és possible desar el fitxer perquè ha estat modificat després de obrir-se",
    "Could not write to file." : "No s’ha pogut escriure al fitxer.",
    "Insufficient permissions" : "Permisos insuficients",
    "File path not supplied" : "No s'ha proporcionat la ruta del fitxer",
    "File mtime not supplied" : "No s'ha proporcionat l'hora de modificació del fitxer",
    "Share not found" : "Compartició no trobada",
    "You are not authorized to open this share" : "No esteu autoritzats per obrir aquest recurs",
    "Invalid range request" : "Sol·licitud d’interval no vàlida",
    "Plain text editor" : "Editor de text pla",
    "This application enables Nextcloud users to open, save and edit text files in the web browser. If enabled, an entry called \"Text file\" in the \"New\" button menu at the top of the web browser appears. When clicked, a new text file opens in the browser and the file can be saved into the current Nextcloud directory. Further, when a text file is clicked in the web browser, it will be opened and editable. If the privileges allow, a user can also edit shared files and save these changes back into the web browser.\nMore information is available in the text editor documentation." : "Aquesta aplicació permet als usuaris de Nextcloud obrir, desar i editar fitxers de text al navegador web. Si està activada, apareix una entrada anomenada \"Fitxer de text\" al menú \"Nou\" del botó a la part superior del navegador web. Quan hi feu clic, s'obrirà un fitxer de text nou al navegador i el fitxer es podrà desar al directori actual de Nextcloud. A més, quan es faci clic a un fitxer de text al navegador web, s’obrirà i es podrà editar. Si els privilegis ho permeten, un usuari també pot editar fitxers compartits i desar aquests canvis al navegador web.\nPodeu trobar més informació a la documentació de l’editor de text.",
    "Text editor" : "Editor de text"
},
"nplurals=2; plural=(n != 1);");