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

af.js « l10n - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9aedf27b9a986aad5972411da44f6cf52eae5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "logreader",
    {
    "Info" : "Inligting",
    "Warning" : "Waarskuwing",
    "Error" : "Fout",
    "Copy" : "Kopieer",
    "App" : "Toep",
    "Time" : "Tyd"
},
"nplurals=2; plural=(n != 1);");