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

az.js « l10n - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ef51233ca81e39fb9d5d1db355e8f0a1d22e383 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "logreader",
    {
    "Info" : "Info",
    "Warning" : "Xəbərdarlıq",
    "Error" : "Səhv",
    "Time" : "Vaxt"
},
"nplurals=2; plural=(n != 1);");