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

he.js « l10n - github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97aa1b4f9c9a210249b9655e135ca5decf52ad22 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "theming_customcss",
    {
    "Saved" : "נשמרה",
    "Error" : "שגיאה",
    "Save" : "שמירה"
},
"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;");