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

id.js « l10n - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5d519c195a031abf4a2a72620f7d4295525973d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "logreader",
    {
    "Info" : "Info",
    "Warning" : "Peringatan",
    "Error" : "Galat",
    "Copy" : "Salin",
    "App" : "Apl",
    "Message" : "Pesan",
    "Time" : "Waktu"
},
"nplurals=1; plural=0;");