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

he.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93c8ba31ab142feb03d7c6292e383a426864d59f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "text",
    {
    "Text" : "טקסט",
    "Retry" : "ניסיון חוזר",
    "Unsaved changes" : "שינויים שלא נשמרו",
    "Edit" : "עריכה",
    "Undo" : "ביטול",
    "Bold" : "מודגש",
    "Italic" : "נטוי"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");