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

kn.js « l10n - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c6c3f5c33a322458c8762620617e33ce469335c (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "logreader",
    {
    "Info" : "Info",
    "Warning" : "ಎಚ್ಚರಿಕೆ",
    "Error" : "ತಪ್ಪಾಗಿದೆ",
    "Copy" : "ನಕಲಿಸಿ",
    "Time" : "ಸಮಯ"
},
"nplurals=2; plural=(n > 1);");