1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/he.php

78 lines
3.4 KiB
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2013-07-24 06:50:10 +02:00
"Contacts" => "אנשי קשר",
2014-05-12 06:49:51 +02:00
"Ok" => "בסדר",
2013-07-24 06:50:10 +02:00
"Cancel" => "ביטול",
2014-05-11 06:50:10 +02:00
"Save" => "שמירה",
2014-05-12 06:49:51 +02:00
"Edit Addressbook" => "עריכת פנקס הכתובות",
2013-07-24 06:50:10 +02:00
"OK" => "אישור",
"Add" => "הוספה",
2014-06-05 06:48:32 +02:00
"All" => "הכל",
2014-03-11 11:38:48 +01:00
"Shared by {owner}" => "שותף בידי {owner}",
2013-09-11 10:48:00 +02:00
"Please choose the addressbook" => "אנא בחר ספר כתובות",
2013-09-10 14:44:39 +02:00
"Import" => "יבוא",
"Close" => "סגירה",
2013-09-07 10:35:22 +02:00
"Unknown error" => "שגיאה בלתי ידועה",
2013-10-02 14:05:43 +02:00
"{name}'s Birthday" => "יום ההולדת של {name}",
2013-07-24 06:50:10 +02:00
"Information about vCard is incorrect. Please reload the page." => "המידע אודות vCard אינו נכון. נא לטעון מחדש את הדף.",
2014-03-20 05:49:52 +01:00
"No photo path was submitted." => "כתובת התמונה לא נשלחה",
"Error getting PHOTO property." => "שגיאה בקבלת מידע של תמונה",
"Error saving contact." => "שגיאה בשמירת איש הקשר",
2013-09-05 11:38:03 +02:00
"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" => "תקיה זמנית חסרה",
"Failed to write to disk" => "הכתיבה לכונן נכשלה",
2014-03-25 05:49:37 +01:00
"Not enough storage available" => "אין די שטח פנוי באחסון",
2013-09-05 11:38:03 +02:00
"Error uploading contacts to storage." => "התרשה שגיאה בהעלאת אנשי הקשר לאכסון.",
2013-07-24 06:50:10 +02:00
"Contact" => "איש קשר",
"Other" => "אחר",
2014-05-11 06:50:10 +02:00
"ownCloud" => "ownCloud",
2013-07-24 06:50:10 +02:00
"Work" => "עבודה",
"Home" => "בית",
"Mobile" => "נייד",
"Text" => "טקסט",
"Voice" => "קולי",
"Message" => "הודעה",
"Fax" => "פקס",
"Video" => "וידאו",
"Pager" => "זימונית",
"Internet" => "אינטרנט",
2013-11-22 00:16:51 +01:00
"Family" => "משפחה",
2014-03-09 06:49:34 +01:00
"Delete" => "מחיקה",
2013-07-24 06:50:10 +02:00
"Groups" => "קבוצות",
2014-03-09 06:49:34 +01:00
"Download" => "הורדה",
2014-01-11 06:50:01 +01:00
"Email" => "דואר אלקטרוני",
"Phone" => "טלפון",
"Address" => "כתובת",
2014-01-12 06:49:20 +01:00
"Group" => "קבוצה",
2013-07-24 06:50:10 +02:00
"Delete current photo" => "מחק תמונה נוכחית",
"Edit current photo" => "ערוך תמונה נוכחית",
"Upload new photo" => "העלה תמונה חדשה",
2014-03-07 06:49:55 +01:00
"Favorite" => "מועדף",
2013-11-11 08:54:25 +01:00
"Name" => "שם",
2013-07-24 06:50:10 +02:00
"Additional names" => "שמות נוספים",
"Nickname" => "כינוי",
"Title" => "כותרת",
"Organization" => "ארגון",
"Birthday" => "יום הולדת",
"Note" => "הערה",
"Preferred" => "מועדף",
"Please specify a valid email address." => "אנא הזן כתובת דוא\"ל חוקית",
"Mail to address" => "כתובת",
"Delete email address" => "מחק כתובת דוא\"ל",
"Enter phone number" => "הכנס מספר טלפון",
"View on map" => "ראה במפה",
"City" => "עיר",
"Country" => "מדינה",
2013-09-09 01:36:47 +02:00
"Active" => "פעיל",
2013-07-24 06:50:10 +02:00
"Share" => "שיתוף",
"Export" => "ייצוא",
2014-05-12 06:49:51 +02:00
"Edit" => "עריכה",
"Description" => "תיאור",
"User" => "שתמש",
"Password" => "סיסמא"
2012-01-11 01:06:59 +01:00
);