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

he.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ffc93edd19dab9b8913d85cfcd3a8acae5708469 (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
44
45
46
OC.L10N.register(
    "richdocuments",
    {
    "Saving…" : "מתבצעת שמירה…",
    "All" : "הכול",
    "Please choose your nickname to continue as guest user." : "נא לבחור את הכינוי שלך כדי להמשיך כאורח.",
    "Nickname" : "כינוי",
    "Set" : "הגדרה",
    "Failed to revert the document to older version" : "שחזור המסמך לגרסה קודמת נכשל",
    "Please enter the filename to store the document as." : "נא להקליד את שם הקובץ תחתיו יאוחסן המסמך.",
    "Save As" : "שמירה בשם",
    "New filename" : "שם קובץ חדש",
    "Cancel" : "ביטול",
    "Save" : "שמירה",
    "Loading documents…" : "מסמכים נטענים…",
    "Edit" : "עריכה",
    "New Document" : "מסמך חדש",
    "New Spreadsheet" : "גיליון נתונים חדש",
    "New Presentation" : "מצגת חדשה",
    "Could not create file" : "יצירת הקובץ נכשלה",
    "Can't create document" : "לא ניתן ליצור מסמך",
    "New Document.odt" : "Document.odt חדש",
    "New Spreadsheet.ods" : "Spreadsheet.ods חדש",
    "New Presentation.odp" : "Presentation.odp חדש",
    "New Document.docx" : "מסמך חדש.docx",
    "New Spreadsheet.xlsx" : "גיליון נתונים חדש.xlsx",
    "New Presentation.pptx" : "מצגת חדשה.pptx",
    "Document already exists" : "המסמך כבר קיים",
    "Not allowed to create document" : "אין הרשאה ליצור מסמך",
    "Saved" : "נשמר",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "נשמר עם שגיאה: Collabora Online צריך להשתמש באותו פרוטוקול של ההתקנה בשרת.",
    "Collabora Online" : "Collabora מקוון",
    "Guest: %s" : "אורח: %s",
    "Edit office documents directly in your browser." : "עריכת מסמכי Office ישירות בדפדפן שלך.",
    "Apply" : "הפעלה",
    "Restrict usage to specific groups" : "הגבלת השימוש לקבוצות מסוימות",
    "Restrict edit to specific groups" : "הגבלת העריכה לקבוצות מסוימות",
    "Enable access for external apps" : "הפעלת גישה ליישומונים חיצוניים",
    "Add" : "הוספה",
    "Wrong password. Please retry." : "סיסמא שגויה. נא לנסות שוב",
    "Password" : "סיסמא",
    "OK" : "אישור",
    "Guest %s" : "אורח %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "קישור זה אינו תקף או לא קיים. יש ליצור קשר עם האדם, ששיתף את הקישור אתך, לפרטים."
},
"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;");