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

sc.js « l10n « theming « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7ab864c437fe145565aa1ef1b9d8eda51ed8df9 (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
OC.L10N.register(
    "theming",
    {
    "Loading preview…" : "Carrigamentu anteprima...",
    "Admin" : "Amministradore",
    "Saved" : "Sarvadu",
    "a safe home for all your data" : "unu logu siguru pro totu is datos tuos",
    "Name cannot be empty" : "Su nùmene non podet èssere isbòidu",
    "The given name is too long" : "Custu nùmene est tropu longu",
    "The given web address is too long" : "Custu indiritzu web est tropu longu",
    "The given web address is not a valid URL" : "S'indiritzu web dadu no est un'URL bàlidu",
    "The given legal notice address is too long" : "S'indiritzu de s'avisu legale dadu est tropu longu",
    "The given legal notice address is not a valid URL" : "S'indiritzu de is notas legales dadu no est un'URL bàlidu",
    "The given privacy policy address is too long" : "S'indiritzu de su critèriu de riservadesa dadu est tropu longu",
    "The given privacy policy address is not a valid URL" : "S'indiritzu de su critèriu de riservadesa dadu no est un'URL bàlidu",
    "The given slogan is too long" : "Custu slogan est tropu longu",
    "The given color is invalid" : "Custu colore no est bàlidu",
    "The file was uploaded" : "S'archìviu est istadu carrigadu",
    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "S'archìviu carrigadu passat sa diretiva upload_max_filesize in php.ini",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "S'archìviu carrigadu passat sa diretiva MAX_FILE_SIZE ispetzificada in su mòdulu HTML",
    "The file was only partially uploaded" : "S'archìviu est istadu carrigadu isceti in parte",
    "No file was uploaded" : "Non s'est carrigadu perunu archìviu",
    "Missing a temporary folder" : "Mancat una cartella temporànea",
    "Could not write file to disk" : "Non faghet a iscrìere s'archìviu in su discu",
    "A PHP extension stopped the file upload" : "Un'estensione PHP at firmadu su carrigamentu de s'archìviu",
    "No file uploaded" : "Perunu archìviu carrigadu",
    "You are already using a custom theme. Theming app settings might be overwritten by that." : "Ses giai impreende unu tema personalizadu. Is impostatziones de s'aplicatzione de is temas si diant pòdere subraiscrìere.",
    "Theming" : "Tema",
    "Legal notice" : "Avisu legale",
    "Privacy policy" : "Critèriu de riservadesa",
    "Adjust the Nextcloud theme" : "Modìfica su tema de Nextcloud",
    "Open documentation" : "Aberi sa documentatzione",
    "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Sa gestione de is temas faghet chi sa personalizatzione de sa bista de s'istàntzia tua e de is clientes suportados siat prus fàtzile. Custu at a èssere visìbile pro totu is utentes.",
    "Name" : "Nùmene",
    "Reset to default" : "Torra a is impostatziones predefinidas",
    "Web link" : "Ligòngiu web",
    "https://…" : "https://…",
    "Slogan" : "Slogan",
    "Color" : "Colore",
    "Logo" : "Logo",
    "Upload new logo" : "Càrriga logo nou",
    "Login image" : "Imàgine de intrada",
    "Upload new login background" : "Càrriga fundu de intrada nou",
    "Remove background image" : "Boga immàgine de fundu",
    "Advanced options" : "Sèberos avantzados",
    "Legal notice link" : "Ligòngiu avisu legale",
    "Privacy policy link" : "Ligòngiu critèrios de riservadesa",
    "Header logo" : "Logo de intestatzione",
    "Upload new header logo" : "Càrriga logo de intestatzione nou",
    "Favicon" : "Favicon",
    "Upload new favicon" : "Càrriga favicon noa",
    "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installa s'estensione Imagemagick de PHP cun suportu pro is immàgines SVG pro generare in automàticu favicon basadas subra de su logo carrigadu e su colore."
},
"nplurals=2; plural=(n != 1);");