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

he.js « l10n « imprint - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f9c5de00a38d5e86202a09cdd940222c9bff14c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "imprint",
    {
    "Legal notice" : "הערות משפטיות",
    "Nothing here yet" : "אין כאן כלום עדיין",
    "The content of the legal notice has to be configured first" : "יש להגדיר את תוכן ההערות המשפטיות תחילה",
    "That configuration has to be done by the system administration." : "הגדרות אלו ניתנות לשינוי על ידי מנהל המערכת.",
    "Imprint" : "חותמת",
    "Header left" : "כותרת שמאלית",
    "Header right" : "כותרת ימנית",
    "Content" : "תוכן"
},
"nplurals=2; plural=(n != 1);");