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

he.js « l10n « sharebymail « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e618ed7db87a99b5e7c5674e44e554c08e560e5 (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
OC.L10N.register(
    "sharebymail",
    {
    "Shared with %1$s" : "משותף עם %1$s",
    "Shared with {email}" : "משותף עם {email}",
    "Shared with %1$s by %2$s" : "שותף עם %1$s על ידי %2$s",
    "Shared with {email} by {actor}" : "שותף עם {email} על ידי {actor}",
    "Password for mail share sent to %1$s" : "הססמה לשיתוף דוא״ל נשלחה אל %1$s",
    "Password for mail share sent to {email}" : "ססמת השיתוף בדוא״ל נשלחה אל {email}",
    "Password for mail share sent to you" : "ססמת השיתוף בדוא״ל נשלחה אליך",
    "You shared %1$s with %2$s by mail" : "שיתפת את %1$s עם %2$s בדוא״ל",
    "You shared {file} with {email} by mail" : "שיתפת את {file} עם {email} בדוא״ל",
    "%3$s shared %1$s with %2$s by mail" : "%1$s שותף עם %2$s על ידי %3$s בדוא״ל",
    "{actor} shared {file} with {email} by mail" : "{file} שותף עם {email} בדוא״ל על ידי {actor}",
    "Password to access %1$s was sent to %2s" : "ססמת הגישה אל %1$s נשלחה אל %2s",
    "Password to access {file} was sent to {email}" : "ססמת הגישה אל {file} נשלחה אל {email}",
    "Password to access %1$s was sent to you" : "ססמת הגישה אל %1$s נשלחה אליך",
    "Password to access {file} was sent to you" : "ססמת הגישה אל {file} נשלחה אליך",
    "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "אין לנו אפשרות לשלוח לך את הססמה שנוצרה אוטומטית. נא להגדיר כתובת דוא״ל תקנית בהגדרות האישיות שלך ולנסות שוב.",
    "Failed to send share by email" : "שליחת השיתוף בדוא״ל נכשלה",
    "Click the button below to open it." : "יש ללחוץ על הכפתור שלהלן כדי לפתוח אותו.",
    "Open »%s«" : "פתיחת „%s”",
    "Password to access »%s«" : "ססמת הגישה אל „%s”",
    "You can choose a different password at any time in the share dialog." : "ניתן לבחור בססמה אחרת בכל עת בתיבת דו־שיח השיתוף.",
    "Could not find share" : "לא ניתן למצוא את השיתוף",
    "Share by mail" : "שיתוף בדוא״ל",
    "Allows users to share a personalized link to a file or folder by putting in an email address." : "מאפשר למשתמשים לשתף קישורים מותאמים אישית לקובץ או לתיקייה על ידי הקלדת כתובת דוא״ל.",
    "Send password by mail" : "שליחת ססמה בדוא״ל",
    "Enforce password protection" : "אילוץ הגנה בססמה"
},
"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;");