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

ia.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0a88e57996501fe57e66572821b436c9bcb1223 (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
OC.L10N.register(
    "serverinfo",
    {
    "Load average" : "Carga medie",
    "Last minute" : "Ultime minuta",
    "Memory info not available" : "Information del memoria non es disponibile",
    "Total" : "Total",
    "Current usage" : "Uso actual",
    "Users" : "Usatores",
    "Groups" : "Gruppos",
    "Links" : "Ligamines",
    "Federated sent" : "Invio federate",
    "Federated received" : "Reception federate",
    "Copy" : "Copiar",
    "Copied!" : "Copiate!",
    "Not supported!" : "Non supportate!",
    "Press ⌘-C to copy." : "Pulsa ⌘-C pro copiar.",
    "Press Ctrl-C to copy." : "Pulsa Ctrl-C pro copiar.",
    "System" : "Systema",
    "Monitoring" : "Controlante",
    "Size" : "Dimension",
    "Files:" : "Files:",
    "Hostname" : "Nomine de Hospite",
    "Active users" : "Usatores active",
    "Shares" : "Compartimentos",
    "PHP" : "PHP",
    "Version:" : "Version:",
    "Memory Limit:" : "Limite de Memoria:",
    "Max Execution Time:" : "Tempore Maxime de Execution:",
    "Upload max size:" : "Dimension maxime de incarga:",
    "Database" : "Base de datos",
    "Type:" : "Typo:",
    "Size:" : "Dimension:",
    "External monitoring tool" : "Instrumento de controlo externe"
},
"nplurals=2; plural=(n != 1);");