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: a0732f58ad3b8ed91273ecc8ef0162840446f206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_texteditor",
    {
    "saving..." : "Desant...",
    "saved!" : "Desat!",
    "failed!" : "ha fallat!",
    "Saved" : "Desat",
    "An error occurred!" : "S'ha produït un error!",
    "Cannot save file as it has been modified since opening" : "No és possible guardar l'arxiu perquè ha estat modificat després de obrir-se",
    "Insufficient permissions" : "Permisos insuficients",
    "File path not supplied" : "No s'ha proporcionat la ruta del arxiu",
    "File mtime not supplied" : "No s'ha proporcionat l'hora de modificació de l'arxiu"
},
"nplurals=2; plural=(n != 1);");