Blame view
sources/apps/contacts/l10n/he.php
3.42 KB
|
d1bafeea1
|
1 2 |
<?php $TRANSLATIONS = array( "Contacts" => "אנשי קשר", |
|
6d9380f96
|
3 |
"Ok" => "בסדר", |
|
d1bafeea1
|
4 |
"Cancel" => "ביטול", |
|
6d9380f96
|
5 6 |
"Save" => "שמירה", "Edit Addressbook" => "עריכת פנקס הכתובות", |
|
d1bafeea1
|
7 8 |
"OK" => "אישור", "Add" => "הוספה", |
|
6d9380f96
|
9 10 |
"All" => "הכל",
"Shared by {owner}" => "שותף בידי {owner}",
|
|
d1bafeea1
|
11 12 13 |
"Please choose the addressbook" => "אנא בחר ספר כתובות", "Import" => "יבוא", "Close" => "סגירה", |
|
d1bafeea1
|
14 15 |
"Unknown error" => "שגיאה בלתי ידועה",
"{name}'s Birthday" => "יום ההולדת של {name}",
|
|
d1bafeea1
|
16 |
"Information about vCard is incorrect. Please reload the page." => "המידע אודות vCard אינו נכון. נא לטעון מחדש את הדף.", |
|
6d9380f96
|
17 18 19 |
"No photo path was submitted." => "כתובת התמונה לא נשלחה", "Error getting PHOTO property." => "שגיאה בקבלת מידע של תמונה", "Error saving contact." => "שגיאה בשמירת איש הקשר", |
|
d1bafeea1
|
20 21 22 23 24 25 26 |
"No file was uploaded. Unknown error" => "לא הועלה קובץ. טעות בלתי מזוהה.", "There is no error, the file uploaded with success" => "לא התרחשה שגיאה, הקובץ הועלה בהצלחה", "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "גודל הקובץ שהועלה גדול מהערך upload_max_filesize שמוגדר בקובץ php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "הקובץ שהועלה גדוך מהערך MAX_FILE_SIZE שהוגדר בתופס HTML", "The uploaded file was only partially uploaded" => "הקובץ הועלה באופן חלקי בלבד", "No file was uploaded" => "שום קובץ לא הועלה", "Missing a temporary folder" => "תקיה זמנית חסרה", |
|
d1bafeea1
|
27 28 29 30 31 |
"Failed to write to disk" => "הכתיבה לכונן נכשלה", "Not enough storage available" => "אין די שטח פנוי באחסון", "Error uploading contacts to storage." => "התרשה שגיאה בהעלאת אנשי הקשר לאכסון.", "Contact" => "איש קשר", "Other" => "אחר", |
|
6d9380f96
|
32 |
"ownCloud" => "ownCloud", |
|
d1bafeea1
|
33 34 35 36 37 38 39 40 41 42 43 |
"Work" => "עבודה", "Home" => "בית", "Mobile" => "נייד", "Text" => "טקסט", "Voice" => "קולי", "Message" => "הודעה", "Fax" => "פקס", "Video" => "וידאו", "Pager" => "זימונית", "Internet" => "אינטרנט", "Family" => "משפחה", |
|
6d9380f96
|
44 |
"Delete" => "מחיקה", |
|
d1bafeea1
|
45 |
"Groups" => "קבוצות", |
|
6d9380f96
|
46 47 48 49 50 |
"Download" => "הורדה", "Email" => "דואר אלקטרוני", "Phone" => "טלפון", "Address" => "כתובת", "Group" => "קבוצה", |
|
d1bafeea1
|
51 52 53 |
"Delete current photo" => "מחק תמונה נוכחית", "Edit current photo" => "ערוך תמונה נוכחית", "Upload new photo" => "העלה תמונה חדשה", |
|
6d9380f96
|
54 |
"Favorite" => "מועדף", |
|
d1bafeea1
|
55 56 57 |
"Name" => "שם", "Additional names" => "שמות נוספים", "Nickname" => "כינוי", |
|
d1bafeea1
|
58 59 60 |
"Title" => "כותרת", "Organization" => "ארגון", "Birthday" => "יום הולדת", |
|
d1bafeea1
|
61 |
"Note" => "הערה", |
|
d1bafeea1
|
62 63 64 65 66 |
"Preferred" => "מועדף", "Please specify a valid email address." => "אנא הזן כתובת דוא\"ל חוקית", "Mail to address" => "כתובת", "Delete email address" => "מחק כתובת דוא\"ל", "Enter phone number" => "הכנס מספר טלפון", |
|
d1bafeea1
|
67 68 69 70 71 72 |
"View on map" => "ראה במפה", "City" => "עיר", "Country" => "מדינה", "Active" => "פעיל", "Share" => "שיתוף", "Export" => "ייצוא", |
|
6d9380f96
|
73 74 75 76 |
"Edit" => "עריכה", "Description" => "תיאור", "User" => "שתמש", "Password" => "סיסמא" |
|
d1bafeea1
|
77 |
); |