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

af.js « l10n - github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: faf56abce325856a4c25eb9ef994b8d129299291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "backup",
    {
    "seconds" : "sekondes",
    "minutes" : "minute",
    "hours" : "uur",
    "days" : "dae",
    "Error" : "Fout",
    "Local storage" : "Lokale berging",
    "External storage" : "Eksterne berging",
    "Actions" : "Aksies",
    "Delete" : "Skrap",
    "Cancel" : "Kanselleer",
    "Settings saved" : "Instellings gestoor",
    "Pending" : "Hangend",
    "Completed" : "Voltooid",
    "Status" : "Status",
    "Date" : "Datum",
    "ID" : "ID"
},
"nplurals=2; plural=(n != 1);");