email_0.0.17 package upload
authorSungbok Park <parksb@samsung.com>
Sat, 19 Jan 2013 14:58:50 +0000 (23:58 +0900)
committerSungbok Park <parksb@samsung.com>
Sat, 19 Jan 2013 14:58:50 +0000 (23:58 +0900)
61 files changed:
composer/include/email-composer-type.h
composer/include/email-composer-util.h
composer/src/email-composer-callback.c
composer/src/email-composer-contents.c
composer/src/email-composer-recipient.c
composer/src/email-composer-util.c
composer/src/email-composer.c
packaging/org.tizen.email.spec
po/ar.po
po/az.po
po/bg.po
po/ca.po
po/cs.po
po/da.po
po/de_DE.po
po/el_GR.po
po/en.po
po/en_PH.po
po/en_US.po
po/es_ES.po
po/es_MX.po
po/et.po
po/eu.po
po/fi.po
po/fr_CA.po
po/fr_FR.po
po/ga.po
po/gl.po
po/hi.po
po/hr.po
po/hu.po
po/hy.po
po/is.po
po/it_IT.po
po/ja_JP.po
po/ka.po
po/kk.po
po/ko_KR.po
po/lt.po
po/lv.po
po/mk.po
po/nb.po
po/nl_NL.po
po/pl.po
po/pt_BR.po
po/pt_PT.po
po/ro.po
po/ru_RU.po
po/sk.po
po/sl.po
po/sr.po
po/sv.po
po/tr_TR.po
po/uk.po
po/uz.po
po/zh_CN.po
po/zh_HK.po
po/zh_SG.po
po/zh_TW.po
viewer/src/email-viewer-logic.c
viewer/src/email-viewer.c

index a9edcc4..643130b 100755 (executable)
@@ -40,8 +40,8 @@
 
 #define EMAIL_TMP_FOLDER DIR_TMP_PREFIX"/email"
 #define EMAIL_TMP_FOLDER_PERMISSION 0755
-#define SAVE_HTML_FILE_NAME "mail.html"
-#define SAVE_URI EMAIL_TMP_FOLDER"/mail.txt"
+#define SAVE_HTML_FILE_NAME "utf-8.htm"
+#define SAVE_URI EMAIL_TMP_FOLDER"/utf-8"
 #define THUMBNAIL_SIZE 80
 
 #define COMPOSER_ORINGIN_HTML_STR N_("Original mail.htm")
index e97d52c..51affff 100755 (executable)
@@ -89,9 +89,9 @@ char *_composer_get_email_addr_from_account_id(EmailComposerUGD *ugd, int accoun
 void _composer_show_download_attachment_popup(EmailComposerUGD *ugd);
 Eina_Bool _composer_show_progress_popup(void *data);
 void _composer_download_attachment(EmailComposerUGD *ugd);
-void _composer_update_attachment_info(EmailComposerUGD *ugd, int index);
 void _composer_attachment_cancel_download(EmailComposerUGD *ugd);
 void _composer_cancel_download_attachment(EmailComposerUGD *ugd);
+void _composer_update_attachment_info(EmailComposerUGD *ugd, int index);
 
 void _composer_create_waiting_popup(EmailComposerUGD *ugd, const char *title_text, const char *style);
 Evas_Object *_composer_create_noti_with_list(EmailComposerUGD *ugd, bool use_win, char *title, char *content,
index bcf2472..2f6134f 100755 (executable)
@@ -2350,7 +2350,7 @@ static char *_composer_tracking_gl_text_get(void *data, Evas_Object *obj, const
 
        if (!g_strcmp0(part, "elm.text")) {
                if (index == 0)
-                       return strdup(N_("Read report"));
+                       return strdup(_("IDS_EMAIL_OPT_READ_REPORT"));
                else if (index == 1)
                        return strdup(_("IDS_EMAIL_OPT_DELIVERY_REPORT"));
        }
@@ -2517,6 +2517,8 @@ void _composer_cbar_send_clicked(void *data, Evas_Object *obj, void *event_info)
 
        debug_log("Send Button Clicked");
 
+       elm_object_tree_focus_allow_set(ugd->c_layout, EINA_FALSE); // block the focus not to open IME.
+
        if (ugd->fw_attach_cnt > 0) {
                if (ugd->fw_attach_cnt != g_list_length(ugd->fw_attachment_list)) {
                        if (ugd->account_info->account_type == EMAIL_SERVER_TYPE_ACTIVE_SYNC) {
@@ -2725,7 +2727,6 @@ void _composer_get_image_list_cb(Evas_Object *o, const char *result, void *data)
                email_attachment_data_t *attachment_data = NULL;
                Eina_Iterator *it = eina_list_iterator_new(ugd->attachment_inline_item_list);
                while (eina_iterator_next(it, (void **)&attachment_data)) {
-
                        if (attachment_data) {
                                debug_log("attachment_data file name to be removed : %s", attachment_data->attachment_path);
 
index 8d5598e..6b561a7 100755 (executable)
@@ -206,7 +206,7 @@ void _composer_register_editfield_entry_callback(Evas_Object *obj, EmailComposer
        evas_object_smart_callback_add(obj, "preedit,changed", _composer_edit_field_changed_cb, ugd);
 
        Ecore_IMF_Context *imf_context = elm_entry_imf_context_get(obj);
-       ecore_imf_context_input_panel_event_callback_add (imf_context, ECORE_IMF_INPUT_PANEL_GEOMETRY_EVENT, _composer_input_panel_resize_cb, ugd);
+       ecore_imf_context_input_panel_event_callback_add(imf_context, ECORE_IMF_INPUT_PANEL_GEOMETRY_EVENT, _composer_input_panel_resize_cb, ugd);
        ecore_imf_context_input_panel_event_callback_add(imf_context, ECORE_IMF_INPUT_PANEL_STATE_EVENT, _composer_input_panel_state_changed_cb, ugd);
        debug_log("ugd->is_prediction: %d", ugd->is_prediction);
 }
@@ -483,20 +483,6 @@ static void _composer_webkit_scroll_down_cb(void *data, Evas_Object *obj, void *
 static void _composer_webkit_ime_closed_cb(void *data, Evas_Object *obj, void *event_info)
 {
        debug_log("");
-
-       EmailComposerUGD *ugd = (EmailComposerUGD *)data;
-
-       if (ugd->is_clipboard_opened == true) {
-               if (ugd->isHorizontal == false) {
-                       _composer_resize_body_webview(ugd, COMPOSER_IME_HEIGHT_V);
-               } else {
-                       _composer_resize_body_webview(ugd, COMPOSER_IME_HEIGHT_H);
-               }
-       } else {
-               _composer_resize_body_webview(ugd, 0);
-       }
-
-       elm_object_item_signal_emit(ugd->navi_item, "elm,state,sip,shown", "");
 }
 
 static void _composer_webkit_ime_opened_cb(void *data, Evas_Object *obj, void *event_info)
@@ -508,21 +494,34 @@ static void _composer_webkit_ime_opened_cb(void *data, Evas_Object *obj, void *e
                _composer_region_show_cb(ugd);
                ugd->isRotated = false;
        }
-
-       elm_object_item_signal_emit(ugd->navi_item, "elm,state,sip,shown", "");
 }
 
 static void _composer_webkit_get_ime_rect_cb(void *data, Evas_Object *obj, void *event_info)
 {
        debug_log("");
+
        EmailComposerUGD *ugd = (EmailComposerUGD *)data;
+       Eina_Rectangle *rect = (Eina_Rectangle*)event_info;
+
+       bool ime_state = true; // true: open, false: close
+       Evas_Coord x = 0, y = 0, w = 0, h = 0;
+
+       evas_object_geometry_get(ugd->win_main, &x, &y, &w, &h);
+
+       debug_log("main ==> (x:%d,y:%d,w:%d,h:%d)", x, y, w, h);
+       debug_log("rect ==> (x:%d,y:%d,w:%d,h:%d)", rect->x, rect->y, rect->w, rect->h);
 
-       if (ugd->is_clipboard_opened == false) {
-               Eina_Rectangle *rect = (Eina_Rectangle*)event_info;
-               debug_log("inputmethod,changed (x:%d,y:%d,w:%d,h:%d)\n", rect->x, rect->y, rect->w, rect->h);
+       if (rect->y == 0) // Will show
+               return;
+       else if (rect->y == h)
+               ime_state = false;
 
+       if (ime_state) {
                _composer_resize_body_webview(ugd, rect->h);
        }
+       else {
+               _composer_resize_body_webview(ugd, (ugd->is_clipboard_opened == true) ? rect->h : 0);
+       }
 }
 
 static void _composer_webkit_clipboard_opened_cb(void *data, Evas_Object *obj, void *event_info)
@@ -694,7 +693,6 @@ static void _composer_webkit_get_text_status_cb(void *data, Evas_Object *obj, vo
                return;
        }
 
-       int ms_x, ms_y, ms_w, ms_h;
        Evas_Point sp, ep;
        ewk_text_style_position_get(textStyle, &sp, &ep);
        debug_log("=================================================");
@@ -702,43 +700,46 @@ static void _composer_webkit_get_text_status_cb(void *data, Evas_Object *obj, vo
        debug_log("1. End Point : ep.x(%d), ep.y(%d)", ep.x, ep.y);
        debug_log("=================================================");
 
-       elm_scroller_region_get(ugd->main_scroller, &ms_x, &ms_y, &ms_w, &ms_h);
-       debug_log("1. main_scroller(ms_x:%d, ms_y:%d, ms_w:%d, ms_h:%d)", ms_x, ms_y, ms_w, ms_h);
-
-       int visible_area = 0;
        int ewk_sc_x, ewk_sc_y;
-       Evas_Coord ewk_ct_w,ewk_ct_h;
        ewk_view_scroll_pos_get(ugd->body_ewkview, &ewk_sc_x, &ewk_sc_y);
-       debug_log("ewk_view_scroll_pos_get(ewk_sc_x:%d, ewk_sc_y:%d)", ewk_sc_x, ewk_sc_y);
+       debug_log("ewk ==> [x:%d, y:%d]", ewk_sc_x, ewk_sc_y);
 
-       ewk_view_contents_size_get(ugd->body_ewkview, &ewk_ct_w, &ewk_ct_h);
-       debug_log("ewk_view_contents_size_get(ewk_ct_w:%d, ewk_ct_h:%d)", ewk_ct_w, ewk_ct_h);
-
-       if (ugd->isHorizontal == true) {
-               visible_area = 397;
-       } else {
-               visible_area = 830;
-       }
-
-       if (ugd->is_prediction == EINA_TRUE) {
-               visible_area = visible_area - COMPOSER_IME_PREDICTION_H;
-       }
-
-       debug_log("ugd->is_prediction : %d", ugd->is_prediction);
-
-       if (ms_y < 311 + COMPOSER_IME_PREDICTION_H) {
-               if (ep.y > visible_area) {
-                       if (ewk_sc_y > 0) {
-                               elm_scroller_region_show(ugd->main_scroller, ms_x, 10000, ms_w, ms_h);
-                               ewk_view_scroll_set(ugd->body_ewkview, 0, ep.y - visible_area + ewk_sc_y);
-                       } else {
-                               elm_scroller_region_bring_in(ugd->main_scroller, ms_x, ep.y - visible_area + ms_y, ms_w, ms_h);
+       Evas_Coord ms_x, ms_y, ms_w, ms_h;
+       elm_scroller_region_get(ugd->main_scroller, &ms_x, &ms_y, &ms_w, &ms_h);
+       debug_log("ms  ==> [x:%d, y:%d, w:%d, h:%d]", ms_x, ms_y, ms_w, ms_h);
+
+       Ecore_IMF_Context *imf_context = elm_entry_imf_context_get(ugd->subject_entry);
+       Evas_Coord ctx_x, ctx_y, ctx_w, ctx_h;
+       ecore_imf_context_input_panel_geometry_get(imf_context, &ctx_x, &ctx_y, &ctx_w, &ctx_h);
+       debug_log("ime ==> [x:%d, y:%d, w:%d, h:%d]", ctx_x, ctx_y, ctx_w, ctx_h);
+
+       Evas_Coord web_x, web_y, web_w, web_h;
+       evas_object_geometry_get(ugd->webkit_ly, &web_x, &web_y, &web_w, &web_h);
+       debug_log("web ==> [x:%d, y:%d, w:%d, h:%d]", web_x, web_y, web_w, web_h);
+
+       Evas_Coord win_x, win_y, win_w, win_h;
+       evas_object_geometry_get(ugd->win_main, &win_x, &win_y, &win_w, &win_h);
+       debug_log("win ==> [x:%d, y:%d, w:%d, h:%d]", win_x, win_y, win_w, win_h);
+
+       int top_coordinate_y;
+       int size_to_be_scrolled = ep.y - (win_h - ctx_h);
+
+       if (ugd->isHorizontal == true)
+               top_coordinate_y = COMPOSER_NAVI_HEIGHT;
+       else
+               top_coordinate_y = COMPOSER_NAVI_HEIGHT + COMPOSER_INDI_HEIGHT;
+
+       if (size_to_be_scrolled > 0) {
+               if (web_y > top_coordinate_y) {
+                       debug_log(" 1>> [s:%d, t:%d]", size_to_be_scrolled, top_coordinate_y);
+                       elm_scroller_region_bring_in(ugd->main_scroller, ms_x, (size_to_be_scrolled > (web_y - top_coordinate_y)) ? (ms_y + (web_y - top_coordinate_y)) : (ms_y + size_to_be_scrolled), ms_w, ms_h);
+                       if (size_to_be_scrolled > web_y - top_coordinate_y) {
+                               ewk_view_scroll_set(ugd->body_ewkview, 0, ewk_sc_y + size_to_be_scrolled - (web_y - top_coordinate_y));
                        }
                }
-       } else {
-               if (ep.y > visible_area) {
-                       elm_scroller_region_show(ugd->main_scroller, ms_x, 10000, ms_w, ms_h);
-                       ewk_view_scroll_set(ugd->body_ewkview, 0, ep.y - visible_area + ewk_sc_y);
+               else {
+                       debug_log(" 2>> [s:%d, e:%d]", size_to_be_scrolled, ewk_sc_y);
+                       ewk_view_scroll_set(ugd->body_ewkview, 0, size_to_be_scrolled + ewk_sc_y);
                }
        }
 }
index 06bcd06..fa6aaf1 100755 (executable)
@@ -117,7 +117,7 @@ static Evas_Object *_composer_mbe_create_mbe(Evas_Object *parent, COMPOSER_RECIP
        if (recp_type != COMPOSER_RECIPIENT_TYPE_FROM) {
                Ecore_IMF_Context *imf_context = elm_entry_imf_context_get(entry);
                ecore_imf_context_input_panel_event_callback_add(imf_context, ECORE_IMF_INPUT_PANEL_STATE_EVENT, _composer_input_panel_state_changed_cb, ugd);
-               ecore_imf_context_input_panel_event_callback_add (imf_context, ECORE_IMF_INPUT_PANEL_GEOMETRY_EVENT, _composer_input_panel_resize_cb, ugd);
+               ecore_imf_context_input_panel_event_callback_add(imf_context, ECORE_IMF_INPUT_PANEL_GEOMETRY_EVENT, _composer_input_panel_resize_cb, ugd);
                debug_log("ugd->is_prediction: %d", ugd->is_prediction);
        }
 
index 4f00808..4f95d92 100755 (executable)
@@ -1416,12 +1416,16 @@ void _composer_set_mail_info(EmailComposerUGD *ugd)
        }
 
        if (ugd->composer_type == RUN_COMPOSER_FORWARD && ugd->account_info->account->options.forward_with_files) {
-               debug_log("attachment_count:%d, inline_content_count:%d", ugd->existing_mail_info->mail_data->attachment_count, ugd->existing_mail_info->mail_data->inline_content_count);
-               if (ugd->existing_mail_info->mail_data->attachment_count > 0) {
+
+               email_mail_data_t *mail_data = ugd->existing_mail_info->mail_data;
+               debug_log("attachment_count:%d, inline_content_count:%d", mail_data->attachment_count, mail_data->inline_content_count);
+
+               if (mail_data->attachment_count > 0) {
                        int i = 0;
-                       for (i = 0; i < ugd->existing_mail_info->mail_data->attachment_count; i++) {
-                               debug_log("save_status:%d, inline_content_status:%d", ugd->existing_mail_info->attachment_list[i].save_status, ugd->existing_mail_info->attachment_list[i].inline_content_status);
-                               if (ugd->existing_mail_info->attachment_list[i].save_status == FALSE && ugd->existing_mail_info->attachment_list[i].inline_content_status == FALSE) {
+                       for (i = 0; i < mail_data->attachment_count; i++) {
+                               email_attachment_data_t *attachment_list = ugd->existing_mail_info->attachment_list;
+                               debug_log("save_status:%d, inline_content_status:%d", attachment_list[i].save_status, attachment_list[i].inline_content_status);
+                               if (attachment_list[i].save_status == FALSE && attachment_list[i].inline_content_status == FALSE) {
                                        ugd->need_download = EINA_TRUE;
                                        ugd->fw_dn_cnt++;
                                }
@@ -1437,10 +1441,11 @@ void _composer_set_mail_info(EmailComposerUGD *ugd)
        char *charset = NULL;
        if ((EINA_TRUE == ugd->has_body_html) &&
                (ugd->composer_type == RUN_COMPOSER_EDIT || ugd->composer_type == RUN_COMPOSER_REPLY || ugd->composer_type == RUN_COMPOSER_REPLY_ALL || ugd->composer_type == RUN_COMPOSER_FORWARD)) {
+               email_mail_data_t *mail_data = ugd->existing_mail_info->mail_data;
                _composer_add_softlink_to_inline_images(ugd);
 
-               if (ugd->existing_mail_info->mail_data && ugd->existing_mail_info->mail_data->file_path_plain) {
-                       plain_charset = email_parse_get_filename_from_path(ugd->existing_mail_info->mail_data->file_path_plain);
+               if (mail_data && mail_data->file_path_plain) {
+                       plain_charset = email_parse_get_filename_from_path(mail_data->file_path_plain);
                        debug_log("plain_charset : %s", plain_charset);
                        if (plain_charset) {
                                Ewk_Settings *ewkSetting = ewk_view_settings_get(ugd->body_ewkview);
@@ -1451,8 +1456,8 @@ void _composer_set_mail_info(EmailComposerUGD *ugd)
                                ewk_settings_default_encoding_set(ewkSetting, plain_charset);
                        }
                } else {
-                       if (ugd->existing_mail_info->mail_data && ugd->existing_mail_info->mail_data->file_path_html) {
-                               charset = email_parse_get_filename_from_path(ugd->existing_mail_info->mail_data->file_path_html);
+                       if (mail_data && mail_data->file_path_html) {
+                               charset = email_parse_get_filename_from_path(mail_data->file_path_html);
                                debug_log("body html filename charset:%s", charset);
                                if (charset) {
                                        Ewk_Settings *ewkSetting = ewk_view_settings_get(ugd->body_ewkview);
@@ -1708,6 +1713,46 @@ void _composer_download_attachment(EmailComposerUGD *ugd)
        }
  }
 
+void _composer_attachment_cancel_download(EmailComposerUGD *ugd)
+{
+       debug_log("");
+
+       int att_cnt = g_list_length(ugd->fw_attachment_list);
+       int i;
+
+       debug_log("att_cnt = %d", att_cnt);
+       for (i = 0; i < att_cnt; i++) {
+               debug_log("handle index = %d", i);
+               debug_log("handle = %d", ugd->fw_dn_handle[i]);
+               email_engine_stop_working(ugd->account_info->account_id, ugd->fw_dn_handle[i]);
+       }
+}
+
+void _composer_cancel_download_attachment(EmailComposerUGD *ugd)
+{
+       debug_log("");
+
+       int ret;
+       service_h service = NULL;
+
+       _composer_attachment_cancel_download(ugd);
+
+       ret = service_create(&service);
+       debug_log("service_create: %d", ret);
+       if (!service) {
+               debug_log("service create failed");
+               return;
+       }
+
+       ret = service_add_extra_data(service, EMAIL_BUNDLE_KEY_CANCEL_ALL, "CANCEL_ALL");
+       debug_log("service_add_extra_data: %d", ret);
+
+       ug_send_result(ugd->ug_main, service);
+
+       ret = service_destroy(service);
+       debug_log("service_destroy: %d", ret);
+}
+
 void _composer_update_attachment_info(EmailComposerUGD *ugd, int index)
 {
        debug_log("");
@@ -1774,46 +1819,6 @@ void _composer_update_attachment_info(EmailComposerUGD *ugd, int index)
        }
 }
 
-void _composer_attachment_cancel_download(EmailComposerUGD *ugd)
-{
-       debug_log("");
-
-       int att_cnt = g_list_length(ugd->fw_attachment_list);
-       int i;
-
-       debug_log("att_cnt = %d", att_cnt);
-       for (i = 0; i < att_cnt; i++) {
-               debug_log("handle index = %d", i);
-               debug_log("handle = %d", ugd->fw_dn_handle[i]);
-               email_engine_stop_working(ugd->account_info->account_id, ugd->fw_dn_handle[i]);
-       }
-}
-
-void _composer_cancel_download_attachment(EmailComposerUGD *ugd)
-{
-       debug_log("");
-
-       int ret;
-       service_h service = NULL;
-
-       _composer_attachment_cancel_download(ugd);
-
-       ret = service_create(&service);
-       debug_log("service_create: %d", ret);
-       if (!service) {
-               debug_log("service create failed");
-               return;
-       }
-
-       ret = service_add_extra_data(service, EMAIL_BUNDLE_KEY_CANCEL_ALL, "CANCEL_ALL");
-       debug_log("service_add_extra_data: %d", ret);
-
-       ug_send_result(ugd->ug_main, service);
-
-       ret = service_destroy(service);
-       debug_log("service_destroy: %d", ret);
-}
-
 const char *_composer_get_sent_time(EmailComposerMail *mail_info)
 {
        debug_log("");
@@ -3909,38 +3914,14 @@ Eina_Bool _composer_mbe_set_focus(void *data)
 
 void _composer_resize_body_webview(EmailComposerUGD *ugd, int ime_height)
 {
-       int nWidth, nHeight;
-
-       _composer_display_position(ugd);
+       Evas_Coord nWidth = 0, nHeight = 0;
 
        ecore_x_window_size_get(ecore_x_window_root_first_get(), &nWidth, &nHeight);
 
-       Evas_Coord x, y, w, h;
-
-       debug_log(" === ime_height %d", ime_height);
-
-       evas_object_geometry_get(ugd->win_main, &x, &y, &w, &h);
-       debug_log(" === win_main x:%d, y:%d, w:%d, h:%d", x, y, w, h);
-
-       evas_object_geometry_get(ugd->body_ewkview, &x, &y, &w, &h);
-       debug_log(" === body_ewkview x:%d, y:%d, w:%d, h:%d", x, y, w, h);
-
-       evas_object_geometry_get(ugd->webkit_ly, &x, &y, &w, &h);
-       debug_log(" === resize webkit_ly x:%d, y:%d, w:%d, h:%d", x, y, w, h);
-
        if (ugd->isHorizontal == false) {
-               ugd->is_prediction = ((ime_height - COMPOSER_IME_HEIGHT_V) == 0) ? EINA_FALSE : EINA_TRUE;
-       } else {
-               ugd->is_prediction = ((ime_height - COMPOSER_IME_HEIGHT_H) == 0) ? EINA_FALSE : EINA_TRUE;
-       }
-       debug_log("ugd->is_prediction(%d) : %d", ugd->is_prediction, ime_height - COMPOSER_IME_HEIGHT_V);
-
-       if (ugd->isHorizontal == false) {
-               // Webkit should be resized after showing/hiding IME
-               debug_log("nHeight:%d, COMPOSER_NAVI_HEIGHT:%d, indicator_height:%d", nHeight, COMPOSER_NAVI_HEIGHT, COMPOSER_INDI_HEIGHT);
                evas_object_size_hint_min_set(ugd->webkit_ly, 0, nHeight - COMPOSER_NAVI_HEIGHT - COMPOSER_INDI_HEIGHT - ime_height);
-       } else {
-               debug_log("nHeight:%d, COMPOSER_NAVI_HEIGHT:%d, indicator_height:%d", nWidth, COMPOSER_NAVI_HEIGHT, COMPOSER_INDI_HEIGHT);
+       }
+       else {
                evas_object_size_hint_min_set(ugd->webkit_ly, 0, nWidth - COMPOSER_NAVI_HEIGHT - ime_height);
        }
 
@@ -3953,60 +3934,33 @@ void _composer_resize_body_webview(EmailComposerUGD *ugd, int ime_height)
 void _composer_input_panel_resize_cb(void *data, Ecore_IMF_Context *ctx, int value)
 {
        debug_log("");
-       int x, y, w, h;
+
        EmailComposerUGD *ugd = (EmailComposerUGD *)data;
 
-       debug_log("ugd->selected_entry : %x", ugd->selected_entry);
-       if (ugd->selected_entry != ugd->body_ewkview) {
-               ecore_imf_context_input_panel_geometry_get (ctx, &x, &y, &w, &h);
-               debug_log("imf = [x:%d, y:%d, w:%d, h:%d]", x, y, w, h);
+       bool ime_state = true; // true: open, false: close
+       Evas_Coord x = 0, y = 0, w = 0, h = 0;
+       Evas_Coord cx = 0, cy = 0, cw = 0, ch = 0;
 
-               if (ugd->isHorizontal == false) {
-                       ugd->is_prediction = ((h - COMPOSER_IME_HEIGHT_V) == 0) ? EINA_FALSE : EINA_TRUE;
-               } else {
-                       ugd->is_prediction = ((h - COMPOSER_IME_HEIGHT_H) == 0) ? EINA_FALSE : EINA_TRUE;
-               }
-               _composer_resize_body_webview(ugd, h);
-               elm_layout_sizing_eval(ugd->c_layout);
+       evas_object_geometry_get(ugd->win_main, &x, &y, &w, &h);
+       ecore_imf_context_input_panel_geometry_get(ctx, &cx, &cy, &cw, &ch);
+
+       debug_log("main ==> (x:%d,y:%d,w:%d,h:%d)", x, y, w, h);
+       debug_log("rect ==> (x:%d,y:%d,w:%d,h:%d)", cx, cy, cw, ch);
+
+       if (cy == h)
+               ime_state = false;
+
+       if (ime_state) {
+               _composer_resize_body_webview(ugd, ch);
+       }
+       else {
+               _composer_resize_body_webview(ugd, 0);
        }
 }
 
 void _composer_input_panel_state_changed_cb(void *data, Ecore_IMF_Context *ctx, int value)
 {
        debug_log("");
-
-       EmailComposerUGD *ugd = (EmailComposerUGD *)data;
-
-       debug_log("ugd->selected_entry : %x", ugd->selected_entry);
-
-       if (ugd->selected_entry != ugd->body_ewkview) {
-               if (ctx) {
-                       int x, y, w, h;
-                       ecore_imf_context_input_panel_geometry_get(ctx, &x, &y, &w, &h);
-                       debug_log("imf = [x:%d, y:%d, w:%d, h:%d]", x, y, w, h);
-
-                       debug_log("IME status changed to %d", value);
-
-                       switch (value) {
-                       case ECORE_IMF_INPUT_PANEL_STATE_HIDE: /* :1 */
-                               debug_log("Hide");
-                               elm_object_item_signal_emit(ugd->navi_item, "elm,state,sip,shown", "");
-                               _composer_resize_body_webview(ugd, 0);
-                               break;
-
-                       case ECORE_IMF_INPUT_PANEL_STATE_SHOW: /* :0 */
-                               debug_log("Show");
-                               elm_object_item_signal_emit(ugd->navi_item, "elm,state,sip,shown", "");
-                               _composer_resize_body_webview(ugd, h);
-                               break;
-
-                       default: /* ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW :2 */
-                               debug_log("Will show");
-                               elm_object_item_signal_emit(ugd->navi_item, "elm,state,sip,shown", "");
-                               break;
-                       }
-               }
-       }
 }
 
 void _composer_display_position(void *data)
index 2e3207c..fabb818 100755 (executable)
@@ -182,7 +182,36 @@ static void *on_create(ui_gadget_h ug, enum ug_mode mode, service_h data, void *
                }
 
                ugd->has_body_html = EINA_TRUE;
-               ugd->saved_html_path = g_strconcat(EMAIL_TMP_FOLDER, "/", SAVE_HTML_FILE_NAME, NULL);
+               if (ugd->composer_type == RUN_COMPOSER_EDIT || ugd->composer_type == RUN_COMPOSER_REPLY || ugd->composer_type == RUN_COMPOSER_REPLY_ALL || ugd->composer_type == RUN_COMPOSER_FORWARD) {
+                       email_mail_data_t *mail_data = ugd->existing_mail_info->mail_data;
+
+                       if (mail_data && mail_data->file_path_html) {
+                               char *html_charset = NULL;
+                               html_charset = email_parse_get_filename_from_path(mail_data->file_path_html);
+                               debug_log("body html filename charset:%s", html_charset);
+                               if (html_charset) {
+                                       ugd->saved_html_path = g_strconcat(EMAIL_TMP_FOLDER, "/", html_charset, NULL);
+                                       g_free(html_charset);
+                               } else {
+                                       ugd->saved_html_path = g_strconcat(EMAIL_TMP_FOLDER, "/", SAVE_HTML_FILE_NAME, NULL);
+                               }
+                       } else {
+                               if (mail_data && mail_data->file_path_plain) {
+                                       char *plain_charset = NULL;
+                                       plain_charset = email_parse_get_filename_from_path(mail_data->file_path_plain);
+                                       debug_log("plain_charset : %s", plain_charset);
+                                       if (plain_charset) {
+                                               ugd->saved_html_path = g_strconcat(EMAIL_TMP_FOLDER, "/", plain_charset, NULL);
+                                               g_free(plain_charset);
+                                       } else {
+                                               ugd->saved_html_path = g_strconcat(EMAIL_TMP_FOLDER, "/", SAVE_HTML_FILE_NAME, NULL);
+                                       }
+                               } else
+                                       ugd->saved_html_path = g_strconcat(EMAIL_TMP_FOLDER, "/", SAVE_HTML_FILE_NAME, NULL);
+                       }
+               } else {
+                       ugd->saved_html_path = g_strconcat(EMAIL_TMP_FOLDER, "/", SAVE_HTML_FILE_NAME, NULL);
+               }
 
                if (ugd->composer_type == RUN_COMPOSER_EDIT || ugd->composer_type == RUN_COMPOSER_REPLY || ugd->composer_type == RUN_COMPOSER_REPLY_ALL || ugd->composer_type == RUN_COMPOSER_FORWARD) {
                        if (email_get_mail_data(ugd->nExistingMailID, &ugd->existing_mail_info->mail_data) != EMAIL_ERROR_NONE) {
@@ -515,7 +544,6 @@ static void on_event(ui_gadget_h ug, enum ug_event event, service_h data, void *
        } else {
                _composer_resize_body_webview(ugd, 0);
        }
-       elm_layout_sizing_eval(ugd->c_layout);
 
        debug_log("win_main_angle: %d, win_rotation: %d, device_orientation: %d, event: %d", win_main_angle, elm_win_rotation_get(ugd->win_main), app_get_device_orientation(), event);
 
@@ -781,6 +809,7 @@ void create_composer_frame(EmailComposerUGD *ugd)
                snprintf(title_str, sizeof(title_str), "%s", _("IDS_EMAIL_BODY_NEW_EMAIL"));
 
        ugd->navi_item = elm_naviframe_item_push(ugd->navi_bar, title_str, NULL, NULL, outer_layout, NULL);
+       elm_object_item_signal_emit(ugd->navi_item, "elm,state,sip,shown", "");
 
        // Right : cancel button
        cancel_btn = elm_button_add(ugd->navi_bar);
@@ -1562,8 +1591,9 @@ static int _composer_pre_parse_bundle(EmailComposerUGD *ugd, service_h data)
                        if (argv[3] != NULL && strlen(argv[3]) != 0) {
                                ugd->new_mail_info->mail_data->full_address_bcc = _composer_parse_recipients_arg(ugd, argv[3]);
                        }
-                       if (argv[4] != NULL && strlen(argv[4]) != 0)
+                       if (argv[4] != NULL && strlen(argv[4]) != 0) {
                                ugd->new_mail_info->mail_data->subject = g_strdup(argv[4]);
+                       }
                        if (argv[5] != NULL && strlen(argv[5]) != 0) {
                                ugd->new_mail_info->mail_data->file_path_plain = g_strdup(argv[5]);
                                ugd->new_mail_info->mail_data->body_download_status = 1;
index 7bc71e7..b6be911 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       org.tizen.email
 Summary:    Native email application
-Version:    0.0.16
+Version:    0.0.17
 Release:    1
 Group:      devel
 License:    Flora
index 8f67a3f..54e69a9 100755 (executable)
--- a/po/ar.po
+++ b/po/ar.po
@@ -1867,3 +1867,72 @@ msgstr "تحويل"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "الأولوية"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "فشل في حفظ بريد إلكتروني"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "تقرير القراءة"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "نماذج نصية"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 49bc7b9..f37295f 100755 (executable)
--- a/po/az.po
+++ b/po/az.po
@@ -1867,3 +1867,72 @@ msgstr "Ötürün"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Üstünlük"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Epoçtu saxlamaq alınmadı"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Oxunma hesabatı"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Mətn nümunələri"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index fba3f0b..07d3bcb 100755 (executable)
--- a/po/bg.po
+++ b/po/bg.po
@@ -1835,7 +1835,7 @@ msgid "IDS_EMAIL_OPT_BLOCK_ADDRESS"
 msgstr "Блокиране на адрес"
 
 msgid "IDS_EMAIL_OPT_SEND_TO_MYSELF_ABB"
-msgstr "Send to myself"
+msgstr "Изпр. до себе си"
 
 msgid "IDS_EMAIL_POP_MESSAGE_DELETED"
 msgstr "Съобщението е изтрито"
@@ -1867,3 +1867,72 @@ msgstr "Препращане"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Приоритет"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Неуспешен запис на email"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Отчет за прочетени"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Текстови шаблони"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index bb1dff5..ef6b5eb 100755 (executable)
--- a/po/ca.po
+++ b/po/ca.po
@@ -1867,3 +1867,72 @@ msgstr "Endavant"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioritat"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Error en desar un correu electrònic"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Informe de lectura"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Plantilles de text"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 33beb61..fdaa489 100755 (executable)
--- a/po/cs.po
+++ b/po/cs.po
@@ -1867,3 +1867,72 @@ msgstr "Předat"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Důležitost"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Nepodařilo se uložit e-mail"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Zpráva o přečtení"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Textové šablony"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index ad2161f..6d5aac4 100755 (executable)
--- a/po/da.po
+++ b/po/da.po
@@ -1867,3 +1867,72 @@ msgstr "Videresend"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioritet"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Kunne ikke gemme e-mail"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Læsningsrapport"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Tekstskabeloner"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index f95fd25..fc1990e 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Weiterleiten"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Priorität"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "E-Mail konnte nicht gespeichert werden"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Lesebericht"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "SMS-Vorlagen"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 29f349f..9cff3a0 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Προώθηση"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Προτεραιότητα"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Η αποθήκευση του email απέτυχε"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Αναφορά ανάγνωσης"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Πρότυπα κειμένου"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 68fcf83..93df857 100755 (executable)
--- a/po/en.po
+++ b/po/en.po
@@ -1867,3 +1867,72 @@ msgstr "Forward"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Priority"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Failed to save email"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Read report"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Text templates"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index bd394f9..36a0152 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Forward"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Priority"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Failed to save email"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.Eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the Email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled Email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Read report"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the Email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Text templates"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index c5fcb7f..f26a80e 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Forward"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Priority"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Failed to save email"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Read report"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Text templates"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index f90168f..7e88ebf 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Reenviar"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioridad"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Error al guardar correo electrónico"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Informe de lectura"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Plantillas de texto"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index b86d42f..b5e709d 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Reenviar"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioridad"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Error al guardar correo"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Informe de lectura"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Plantillas de texto"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index c46d740..415757c 100755 (executable)
--- a/po/et.po
+++ b/po/et.po
@@ -1867,3 +1867,72 @@ msgstr "Edasta"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioriteet"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "E-kirja salvestamine nurjus"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Loe raportit"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Tekstimallid"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index f2b5a4a..a6b9c13 100755 (executable)
--- a/po/eu.po
+++ b/po/eu.po
@@ -1867,3 +1867,72 @@ msgstr "Birbidali"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Lehentasuna"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Ezin izan da mezu elektronikoa gorde"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Irakurketa txostena"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Testu txantiloiak"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 02380d8..296343a 100755 (executable)
--- a/po/fi.po
+++ b/po/fi.po
@@ -1867,3 +1867,72 @@ msgstr "Lähetä edelleen"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Tärkeys"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Sähköpostiviestin tallentaminen epäonnistui"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Lukuraportti"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Tekstimallit"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 7cab71f..fc38fcb 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Transférer"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Priorité"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Impossible d'enregistrer le courriel"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Confirmation de lecture"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Modèles texte"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index d8cb89e..240f05a 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Transférer"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Priorité"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Impossible d'enregistrer l'e-mail"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Confirmation de lecture"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Modèles SMS"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index cbe7929..54c05a0 100755 (executable)
--- a/po/ga.po
+++ b/po/ga.po
@@ -1867,3 +1867,72 @@ msgstr "Seol ar aghaidh"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Tosaíocht"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Theip ar shábhail r-phoist"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Admháil léite"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Teimpléid téacs"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 12f3418..0891fc4 100755 (executable)
--- a/po/gl.po
+++ b/po/gl.po
@@ -1867,3 +1867,72 @@ msgstr "Reenviar"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioridade"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Erro ao gardar correo electrónico"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Informe de lectura"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Modelos de texto"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 43e3bff..8ffb06a 100755 (executable)
--- a/po/hi.po
+++ b/po/hi.po
@@ -1867,3 +1867,72 @@ msgstr "आगे भेजें"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "प्राथमिकता"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "इमेल सहेजने में विफल"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "पठित रिपोर्ट"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "टेक्स्ट टेम्पलेट्स"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 9b1f40d..b62494d 100755 (executable)
--- a/po/hr.po
+++ b/po/hr.po
@@ -1867,3 +1867,72 @@ msgstr "Proslijedi"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioritet"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Neuspješno spremanje emaila"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Izvještaj o čitanju"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "SMS obrasci"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 3efb0b7..2c52268 100755 (executable)
--- a/po/hu.po
+++ b/po/hu.po
@@ -1867,3 +1867,72 @@ msgstr "Továbbküldés"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioritás"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Nem sikerült menteni az e-mailt"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Jelentést olvas"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Szövegsablonok"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 8c2c75d..5c8de49 100755 (executable)
--- a/po/hy.po
+++ b/po/hy.po
@@ -1867,3 +1867,72 @@ msgstr "Վերահասցեավորել"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Առաջնություն"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Էլ-նամակ պահպանելը ձախողվեց"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Ընթերցման հաշվետվություն"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Տեքստի ձևանմուշներ"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 50d895e..b06eeca 100755 (executable)
--- a/po/is.po
+++ b/po/is.po
@@ -1867,3 +1867,72 @@ msgstr "Framsenda"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Forgangur"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Mistókst að vista tölvupóst"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Lestilkynning"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Textasniðmát"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index f5d79b4..44fe76f 100755 (executable)
@@ -311,7 +311,7 @@ msgid "IDS_EMAIL_OPT_MOVE_TO_BCC"
 msgstr "Sposta in Ccn"
 
 msgid "IDS_EMAIL_OPT_VIEW_CONTACT"
-msgstr "Visualizza contatti"
+msgstr "Visualizza contatto"
 
 msgid "IDS_EMAIL_HEADER_ATTACH_ABB"
 msgstr "Allega"
@@ -1867,3 +1867,72 @@ msgstr "Inoltra"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Priorità"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Impossibile salvare e-mail"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Conferma lettura"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Modelli di testo"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index c5665f3..51a23f6 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "転送"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "優先度"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Eメール​の​保存​に​失敗​しました"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "レポートを読む"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "定型文"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 34b9a36..124dea8 100755 (executable)
--- a/po/ka.po
+++ b/po/ka.po
@@ -1867,3 +1867,72 @@ msgstr "გადამისამართება"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "პრიორიტეტი"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "ელ.ფოსტა ვერ შეინახა"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "წაკითხვის რეპორტი"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "ტექსტის შაბლონები"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 75d88ed..512ce21 100755 (executable)
--- a/po/kk.po
+++ b/po/kk.po
@@ -1867,3 +1867,72 @@ msgstr "Қайта жіберу"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Ерекшелігі"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Электрондық пошта сақталмады"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Оқылғандығы туралы есеп"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Мәтін үлгілері"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 0f4ae82..7b24856 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "전달"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "중요도"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "이메일을 저장하지 못하였습니다"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "읽음 확인"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "상용구"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 72debf5..69fef2b 100755 (executable)
--- a/po/lt.po
+++ b/po/lt.po
@@ -1867,3 +1867,72 @@ msgstr "Persiųsti"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Pirmenybė"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Nepavyko įrašyti el. laiško"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Perskaitymo patvirtinimas"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Teksto šablonai"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index c3fd423..a444a9e 100755 (executable)
--- a/po/lv.po
+++ b/po/lv.po
@@ -1867,3 +1867,72 @@ msgstr "Pārsūtīt"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioritāte"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Neizdevās saglabāt e-pasta ziņu"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Lasīšanas atskaite"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Teksta veidnes"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 36f38cd..528b018 100755 (executable)
--- a/po/mk.po
+++ b/po/mk.po
@@ -1867,3 +1867,72 @@ msgstr "Препрати"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Приоритет"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Не можеше да се сочува email"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Извештај за прочитаност"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Готов текст"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 9847bf0..7410ba8 100755 (executable)
--- a/po/nb.po
+++ b/po/nb.po
@@ -1867,3 +1867,72 @@ msgstr "Videresend"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioritet"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Kunne ikke lagre e-post"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Leserapport"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Tekstmaler"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 8eede13..f5ae8ea 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Doorsturen"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioriteit"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Kan e-mail niet opslaan"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Leesbevestiging"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Standaard SMS-berichten"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 47f743f..856029d 100755 (executable)
--- a/po/pl.po
+++ b/po/pl.po
@@ -1867,3 +1867,72 @@ msgstr "Przekaż"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Priorytet"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Nie można zapisać wiad. e-mail"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Raport odczytania"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Szablony SMS"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 32f6ec9..a8cff6f 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Encaminhar"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioridade"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Falha ao salvar e-mail"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Confirm. de leitura"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Modelo de texto"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 8029430..0867085 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Reencaminhar"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioridade"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Falha ao guardar e-mail"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Relatório de leitura"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Modelos do texto"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 58306c3..1735e8e 100755 (executable)
--- a/po/ro.po
+++ b/po/ro.po
@@ -1867,3 +1867,72 @@ msgstr "Transfer"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioritate"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Salvarea e-mailului a eşuat"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Citire raport"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Şabloane text"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 06e8230..53ea6c1 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "Переслать"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Приоритет"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Не удалось сохранить сообщение электронной почты"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Отчет о прочтении"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Шаблоны SMS"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 2efa466..36298e5 100755 (executable)
--- a/po/sk.po
+++ b/po/sk.po
@@ -1867,3 +1867,72 @@ msgstr "Preposlať"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Dôležitosť"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Nepodarilo sa uložiť e-mail"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Potvrdenie o prečítaní"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Textové šablóny"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index e83a743..b0d311a 100755 (executable)
--- a/po/sl.po
+++ b/po/sl.po
@@ -1867,3 +1867,72 @@ msgstr "Posreduj"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Pomembnost"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "E-pošte ni uspelo shraniti"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Poročilo o branju"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Predloge besedil"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 69f5ab2..4df4e46 100755 (executable)
--- a/po/sr.po
+++ b/po/sr.po
@@ -1867,3 +1867,72 @@ msgstr "Prosledi"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioritet"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Neuspešno memorisanje e-pošte"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Čitanje izveštaja"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Tekst šablon"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index b90b9d2..0515c45 100755 (executable)
--- a/po/sv.po
+++ b/po/sv.po
@@ -1867,3 +1867,72 @@ msgstr "Vidarebefordra"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Prioritet"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Det gick inte att spara e-postmeddelandet"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Läsrapport"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Textmallar"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 41ad370..621b521 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "İlet"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Öncelik"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "E-posta kaydedilemedi"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Okundu raporu"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Metin şablonları"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 8f39d6a..07da44d 100755 (executable)
--- a/po/uk.po
+++ b/po/uk.po
@@ -1867,3 +1867,72 @@ msgstr "Переслати"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Пріоритет"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "Не вдалося зберегти повідомлення Email"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "Звіт про прочитання"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Шаблони тексту"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index c45f6d4..094091f 100755 (executable)
--- a/po/uz.po
+++ b/po/uz.po
@@ -1867,3 +1867,72 @@ msgstr "Boshqaga yo‘naltirish"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "Ustunlik"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "E-pochta xabarini saqlab bo‘lmaydi"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "O‘qilgan haqidagi hisobot"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "Matn shablonlari"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index a52469a..9f0bbbd 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "转发"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "优先级"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "保存电子邮件失败"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "阅读报告"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "文本模板"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index c29e6b8..c7abc8c 100755 (executable)
@@ -167,7 +167,7 @@ msgid "IDS_EMAIL_OPT_DATE_HMOST_RECENT"
 msgstr "日期(最近的)"
 
 msgid "IDS_EMAIL_OPT_DATE_HOLDEST"
-msgstr "日期 (最舊的)"
+msgstr "日期(最舊的)"
 
 msgid "IDS_EMAIL_OPT_SENDER_HA_TO_Z"
 msgstr "寄件人(A 到 Z)"
@@ -1867,3 +1867,72 @@ msgstr "轉寄"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "優先次序"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "儲存電子郵件失敗"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "讀取報告"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "文字範本"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index ae92b0e..9b46fa2 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "转发"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "优先"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "保存电子邮件失败"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "阅读报告"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "文本模板"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 4ee01ed..ba1b08b 100755 (executable)
@@ -1867,3 +1867,72 @@ msgstr "轉寄"
 msgid "IDS_EMAIL_HEADER_PRIORITY"
 msgstr "優先順序"
 
+msgid "IDS_EMAIL_POP_FAILED_TO_SAVE_EMAIL"
+msgstr "儲存電子郵件失敗"
+
+msgid "IDS_EMAIL_POP_EMAIL_HAS_BEEN_SAVED_AS_PSEML_IN_PS"
+msgstr "Email has been saved as %s.eml in %s"
+
+msgid "IDS_EMAIL_OPT_LARGE_HPDP_M_SIZE"
+msgstr "Large (%d%)"
+
+msgid "IDS_EMAIL_OPT_MEDIUM_HPDP_M_SIZE"
+msgstr "Medium (%d%)"
+
+msgid "IDS_EMAIL_OPT_SMALL_HPDP_M_SIZE"
+msgstr "Small (%d%)"
+
+msgid "IDS_EMAIL_OPT_UNBLOCK_ADDRESS"
+msgstr "Unblock address"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_UNBLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_INBOX"
+msgstr "%s has been unblocked and the email has been moved to Inbox"
+
+msgid "IDS_EMAIL_OPT_SHOW_TEXT_TOOLS"
+msgstr "Show text tools"
+
+msgid "IDS_EMAIL_OPT_HIDE_TEXT_TOOLS"
+msgstr "Hide text tools"
+
+msgid "IDS_EMAIL_HEADER_SEND_AS_SCHEDULED_MESSAGE"
+msgstr "Send as scheduled message"
+
+msgid "IDS_EMAIL_POP_THE_TIME_SCHEDULED_FOR_SENDING_HAS_PASSED_SEND_ANYWAY_Q"
+msgstr "The time scheduled for sending has passed. Send anyway?"
+
+msgid "IDS_EMAIL_POP_SCHEDULED_EMAIL_CANCELLED"
+msgstr "Scheduled email cancelled"
+
+msgid "IDS_EMAIL_BODY_FLICK_SCREEN_TO_SHOW_MORE"
+msgstr "Flick screen to show more"
+
+msgid "IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"
+msgstr "Move to Recycle bin"
+
+msgid "IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"
+msgstr "Delete permanently"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_UNBLOCK_THIS_ADDRESS"
+msgstr "Failed to unblock this address"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_SET_AS_PRIORITY_SENDER"
+msgstr "Failed to set as priority sender"
+
+msgid "IDS_EMAIL_POP_FAILED_TO_REMOVE_FROM_PRIORITY_SENDERS"
+msgstr "Failed to remove from priority senders"
+
+msgid "IDS_EMAIL_OPT_READ_REPORT"
+msgstr "讀取報告"
+
+msgid "IDS_EMAIL_POP_PS_HAS_BEEN_BLOCKED_AND_THE_EMAIL_HAS_BEEN_MOVED_TO_SPAMBOX"
+msgstr "%s has been blocked and the email has been moved to Spambox"
+
+msgid "IDS_EMAIL_BUTTON_SELECT_RESPONSE"
+msgstr "Select response"
+
+msgid "IDS_EMAIL_HEADER_TEXT_TEMPLATES"
+msgstr "文字範本"
+
+msgid "IDS_EMAIL_POP_EVENT_HAS_BEEN_ADDED_TO_S_PLANNER"
+msgstr "Event has been added to S Planner"
+
index 1191e63..44c238d 100755 (executable)
@@ -330,6 +330,11 @@ static void _make_internal_body(EmailViewerProp *prop, email_mail_data_t * mail_
                        free(prop->charset);
                        prop->charset = NULL;
                }
+
+               debug_log("plain_charset:%s", plain_charset);
+               if (!g_strcmp0(plain_charset, UNKNOWN_CHARSET_PLAIN_TEXT_FILE))
+                       plain_charset = DEFAULT_CHARSET;
+
                prop->charset = g_strdup(plain_charset);
                debug_log("charset: %s", prop->charset);
                g_free(plain_charset);
@@ -370,6 +375,8 @@ static void _make_internal_html_body(EmailViewerProp *prop, email_mail_data_t *
 
                        prop->charset = email_parse_get_filename_from_path(prop->body_uri);
                        debug_log("charset: %s", prop->charset);
+                       if (!g_strcmp0(prop->charset, UNKNOWN_CHARSET_PLAIN_TEXT_FILE))
+                               prop->charset = DEFAULT_CHARSET;
                }
        }
 }
index bc92c42..188ce24 100755 (executable)
@@ -2960,8 +2960,8 @@ static void _delete_cb(void *data, Evas_Object *obj, void *event_info)
 
        if (ug_data->mailbox_type != EMAIL_MAILBOX_TYPE_TRASH) {
                _create_notify_3btn(ug_data, NULL, dgettext("sys_string", "IDS_COM_POP_DELETE_Q"),
-                                               3, N_("Move to Recycle bin"), _popup_response_move_to_trash_cb,
-                                               N_("Delete permanently"), _popup_response_delete_permanent_cb,
+                                               3, _("IDS_EMAIL_BUTTON_MOVE_TO_RECYCLE_BIN"), _popup_response_move_to_trash_cb,
+                                               _("IDS_EMAIL_BUTTON_DELETE_PERMANENTLY"), _popup_response_delete_permanent_cb,
                                                dgettext("sys_string", "IDS_COM_SK_CANCEL"), _popup_response_cb, NULL);
        } else {
                _create_notify_3btn(ug_data, NULL, dgettext("sys_string", "IDS_COM_POP_DELETE_Q"),