summaryrefslogtreecommitdiffstats
path: root/l10n/he.js
blob: 76caa675d6cffd1367d5b22c214d426f550bf7ac (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
OC.L10N.register(
    "contacts",
    {
    "Contacts" : "אנשי קשר",
    "No contacts in here" : "אין כאן אנשי קשר",
    "Name" : "שם",
    "Add contact" : "הוסף איש קשר",
    "Country" : "מדינה",
    "All contacts" : "כל אנשי הקשר",
    "{addressbook} shared by {owner}" : "{addressbook} שותף על ידי {owner}",
    "Nickname" : "כינוי",
    "Organisation" : "ארגון",
    "Note" : "הערה",
    "Url" : "נתיב אינטרנט",
    "Title" : "כותרת",
    "Role" : "תפקיד",
    "Address" : "כתובת",
    "Home" : "בית",
    "Work" : "עבודה",
    "Other" : "אחר",
    "Categories" : "קטגוריות",
    "Birthday" : "יום הולדת",
    "E-Mail" : "דואר אלקטרוני",
    "Instant Messaging" : "מסרים מיידיים",
    "Telephone" : "טלפון",
    "Home, voice" : "בית, מענה קולי",
    "Work, voice" : "עבודה, מענה קולי",
    "Home, fax" : "בית, פקס",
    "Work, fax" : "עבודה, פקס",
    "Pager" : "זימונית",
    "Voice" : "קולי",
    "Fax" : "פקס",
    "Mobile" : "נייד"
},
"nplurals=2; plural=(n != 1);");