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

en_GB.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 647c2f795374d25c9d0029f95f123826858459ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "text",
    {
    "Text" : "Text",
    "Retry" : "Retry",
    "Unsaved changes" : "Unsaved changes",
    "Edit" : "Edit",
    "Undo" : "Undo",
    "Bold" : "Bold",
    "Italic" : "Italic"
},
"nplurals=2; plural=(n != 1);");