From 3412e50b54e3daac8745234e21ab6e72be0ed165 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 04 Jun 2014 11:20:33 -0400
Subject: [PATCH] Fix attachment menu structure and aria-attributes

---
 program/localization/he_IL/labels.inc |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/program/localization/he_IL/labels.inc b/program/localization/he_IL/labels.inc
index ad9a91a..66c4a26 100644
--- a/program/localization/he_IL/labels.inc
+++ b/program/localization/he_IL/labels.inc
@@ -52,6 +52,7 @@
 $labels['copy']     = 'העתק';
 $labels['move']     = 'העבר';
 $labels['moveto']   = 'תיוק ב...';
+$labels['copyto']   = 'העתקה אל...';
 $labels['download'] = 'הורדה';
 $labels['open']     = 'לפתוח';
 $labels['showattachment'] = 'הצגה';
@@ -197,6 +198,16 @@
 $labels['checkspelling'] = 'בדיקת איות';
 $labels['resumeediting'] = 'המשך עריכה';
 $labels['revertto']      = 'חזור למצב קודם';
+$labels['restore'] = 'שיחזור';
+$labels['restoremessage'] = 'לשחזר הודעה?';
+$labels['responses'] = 'תגובות';
+$labels['insertresponse'] = 'הכנסת תגובה';
+$labels['manageresponses'] = 'ניהול תגובות';
+$labels['savenewresponse'] = 'שמירת תגובה חדשה';
+$labels['editresponses'] = 'עריכת תגובות';
+$labels['editresponse'] = 'עריכת תגובה';
+$labels['responsename'] = 'שם';
+$labels['responsetext'] = 'גוף התגובה';
 $labels['attach'] = 'צירוף';
 $labels['attachments'] = 'צרופות';
 $labels['upload'] = 'העלאה';
@@ -316,7 +327,11 @@
 $labels['import'] = 'ייבוא';
 $labels['importcontacts'] = 'ייבוא אנשי קשר';
 $labels['importfromfile'] = 'ייבוא מקובץ';
+$labels['importtarget'] = 'הוספת אנשי קשר אל ';
 $labels['importreplace'] = 'החלפת כל פנקס הכתובות';
+$labels['importgroups'] = 'ייבוא הגדרות קבוצה';
+$labels['importgroupsall'] = 'הכל (יש להקים קבוצות אם צריך)';
+$labels['importgroupsexisting'] = 'רק עבור קבוצות קיימות';
 $labels['importdesc'] = 'ניתן לטעון אנשי קשר מקובץ חיצוני. אנו תומכים בקבצים הערוכים בצורה של 
  <a href="http://en.wikipedia.org/wiki/VCard">vCard</a>  או 
  CSV המופרד על ידי פסיקים.';
@@ -426,6 +441,9 @@
 $labels['forwardmode'] = 'הפנית הודעות';
 $labels['inline'] = 'חלק מההודעה';
 $labels['asattachment'] = 'כצרופה';
+$labels['replyallmode'] = 'ברירת המחדל של כפתור [מענה לכולם]';
+$labels['replyalldefault'] = 'מענה לכולם';
+$labels['replyalllist'] = 'מענה לרשימת תפוצה בלבד (אם קיימת)';
 $labels['folder']  = 'תיק';
 $labels['folders']  = 'תיקיות';
 $labels['foldername']  = 'שם תיק';

--
Gitblit v1.9.1