diff options
Diffstat (limited to 'apps/calendar/l10n/he.php')
-rw-r--r-- | apps/calendar/l10n/he.php | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/apps/calendar/l10n/he.php b/apps/calendar/l10n/he.php new file mode 100644 index 00000000000..a399a9ff676 --- /dev/null +++ b/apps/calendar/l10n/he.php @@ -0,0 +1,67 @@ +<?php $TRANSLATIONS = array( +"Timezone changed" => "אזור זמן השתנה", +"Invalid request" => "בקשה לא חוקית", +"Calendar" => "ח שנה", +"Wrong calendar" => "לוח שנה לא נכון", +"Birthday" => "יום הולדת", +"Business" => "עסקים", +"Call" => "שיחה", +"Clients" => "לקוחות", +"Deliverer" => "משלוח", +"Holidays" => "חגים", +"Ideas" => "רעיונות", +"Journey" => "מסע", +"Jubilee" => "יובל", +"Meeting" => "פגישה", +"Other" => "אחר", +"Personal" => "אישי", +"Projects" => "פרוייקטים", +"Questions" => "שאלות", +"Work" => "עבודה", +"Does not repeat" => "ללא חזרה", +"Daily" => "יומי", +"Weekly" => "שבועי", +"Every Weekday" => "כל יום עבודה", +"Bi-Weekly" => "דו שבועי", +"Monthly" => "חודשי", +"Yearly" => "שנתי", +"Not an array" => "לא מערך", +"All day" => "היום", +"Title" => "כותרת", +"Week" => "שבוע", +"Month" => "חודש", +"List" => "רשימה", +"Today" => "היום", +"Calendars" => "לוחות שנה", +"There was a fail, while parsing the file." => "אירעה שגיאה בעת פענוח הקובץ.", +"Choose active calendars" => "בחר לוחות שנה פעילים", +"New Calendar" => "לוח שנה חדש", +"CalDav Link" => "קישור CalDav", +"Download" => "הורדה", +"Edit" => "עריכה", +"Delete" => "מחיקה", +"New calendar" => "לוח שנה חדש", +"Edit calendar" => "עריכת לוח שנה", +"Displayname" => "שם תצוגה", +"Active" => "פעיל", +"Calendar color" => "צבע לוח שנה", +"Save" => "שמירה", +"Submit" => "שליחה", +"Cancel" => "ביטול", +"Edit an event" => "עריכת אירוע", +"Export" => "יצוא", +"Title of the Event" => "כותרת האירוע", +"Category" => "קטגוריה", +"Select category" => "בחר קטגוריה", +"All Day Event" => "אירוע של כל היום", +"From" => "מאת", +"To" => "עבור", +"Repeat" => "חזרה", +"Location" => "מיקום", +"Location of the Event" => "מיקום האירוע", +"Description" => "תיאור", +"Description of the Event" => "תיאור האירוע", +"Import" => "יבוא", +"Create a new event" => "יצירת אירוע חדש", +"Timezone" => "אזור זמן" +); |