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

ro.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 743f19ec7f8027a2ceac92fc28105773add97f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "Utilizatori",
    "Groups" : "Grupuri",
    "24 hours" : "24 ore",
    "1 hour" : "1 oră",
    "Copy" : "Copiază",
    "Copied!" : "S-a copiat!",
    "Not supported!" : "Nu este suportat!",
    "Press ⌘-C to copy." : "Apasă ⌘-C pentru copiere.",
    "Press Ctrl-C to copy." : "Apasă Ctrl-C pentru copiere.",
    "System" : "Sistem",
    "Size" : "Mărime",
    "Hostname" : "Nume mașină",
    "Status" : "Stare",
    "Shares" : "Partajări",
    "Type:" : "Tip:",
    "Size:" : "Mărime:",
    "Nextcloud" : "Nextcloud"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");