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

bg.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0a04be6a14e049c39bd94084046ef6de870dfd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "text",
    {
    "Text" : "Текст",
    "Edit" : "Променяне",
    "Undo" : "Отмяна",
    "Bold" : "Удебелен",
    "Italic" : "Курсив",
    "Retry" : "Опитай отново"
},
"nplurals=2; plural=(n != 1);");