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

he.js « l10n - github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b04ab5ca0c81feda640075e7353b891f3a0feb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
OC.L10N.register(
    "user_saml",
    {
    "This user account is disabled, please contact your administrator." : "החשבון הזה מושבת, נא ליצור קשר עם מנהל המערכת.",
    "Saved" : "נשמר",
    "Provider" : "ספק",
    "Unknown error, please check the log file for more details." : "שגיאה בלתי ידועה, נא לעיין בקובץ הרישום לפרטים נוספים.",
    "Direct log in" : "כניסה ישירה",
    "SSO & SAML log in" : "כניסה עם SSO ו־SAML",
    "This page should not be visited directly." : "אין סיבה להגיע לעמוד זה ישירות.",
    "Provider " : "ספק",
    "X.509 certificate of the Service Provider" : "אישור X.509 של ספק השירות",
    "Private key of the Service Provider" : "מפתח פרטי של ספק השירות",
    "Indicates that the nameID of the <samlp:logoutRequest> sent by this SP will be encrypted." : "מציין שה־nameID של ה־<samlp:logoutRequest> שנשלח על ידי ספק השירות הזה יהיה מוצפן.",
    "Indicates whether the <samlp:AuthnRequest> messages sent by this SP will be signed. [Metadata of the SP will offer this info]" : "מציין האם הודעות מסוג <samlp:AuthnRequest> שנשלחות על ידי ספק השירות הזה תהיינה חתומות. [נתוני העל של ספק השירות יציעו את המידע הזה]",
    "Indicates whether the  <samlp:logoutRequest> messages sent by this SP will be signed." : "מציין האם הודעות מסוג <samlp:logoutRequest> שנשלחות על ידי ספק השירות הזה תהיינה חתומות.",
    "Indicates whether the  <samlp:logoutResponse> messages sent by this SP will be signed." : "מציין האם הודעות מסוג <samlp:logoutResponse> שנשלחות על ידי ספק השירות הזה תהיינה חתומות.",
    "Whether the metadata should be signed." : "האם לחתום על נתוני העל.",
    "Indicates if the SP will validate all received XML." : "מציין אם ספק השירות יאמת את כל ה־XML שמתקבל",
    "Email address" : "כתובת דוא״ל",
    "Open documentation" : "פתיחת תיעוד",
    "Use built-in SAML authentication" : "שימוש באימות SAML מובנה",
    "Use environment variable" : "שימוש במשתני סביבה",
    "Global settings" : "הגדרות גלובליות",
    "Remove identity provider" : "הסרת ספק זהות",
    "Add identity provider" : "הוספת ספק זהות",
    "General" : "כללי",
    "Service Provider Data" : "נתוני ספק שירות",
    "If your Service Provider should use certificates you can optionally specify them here." : "אם ספק הזהות שלך אמור להשתמש באישורים ניתן לציין אותם כאן.",
    "Show Service Provider settings…" : "הצגת הגדרות ספק שירות…",
    "Identity Provider Data" : "נתוני ספק שירות",
    "Configure your IdP settings here." : "הגדרת תצורת ספק השירות להלן.",
    "Attribute mapping" : "מיפוי מאפיינים",
    "Security settings" : "הגדרות אבטחה",
    "Show security settings…" : "הצגת הגדרות אבטחה…",
    "Signatures and encryption offered" : "הוצעו חתימות והצפנה",
    "Signatures and encryption required" : "נדרשו חתימות והצפנה",
    "Download metadata XML" : "הורדת XML של נתוני העל",
    "Metadata invalid" : "נתוני העל שגויים",
    "Metadata valid" : "נתוני העל תקינים",
    "Error" : "שגיאה"
},
"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;");