Modified webpage: now tinymail repository is in gitorious.
[modest] / src / modest-text-utils.h
index 6249e67..f0c685d 100644 (file)
 #define _CS_FIND_REP_ENTER_TEXT _CS("ecdg_ib_find_rep_enter_text")
 #define _CS_UPDATING _CS("ckdg_pb_updating")
 #define _CS_SAVED _CS("sfil_ib_saved")
+
+#define _FM_CHANGE_FOLDER _FM("ckdg_ti_change_folder")
+#define _FM_NEW_FOLDER_NAME_STUB _FM("ckdg_va_new_folder_name_stub")
+#define _FM_NEW_FOLDER_DIALOG_OK _FM("ckdg_bd_new_folder_dialog_ok")
+#define _FM_NEW_FOLDER_LOCATION _FM("ckdg_fi_new_folder_location")
+#define _FM_NEW_FOLDER_NAME _FM("ckdg_fi_new_folder_name")
+#define _FM_FOLDER_UP _FM("filemanager_folder_up")
+#define _FM_SIZE_KB _FM("sfil_li_size_kb")
+#define _FM_SIZE_1KB_99KB _FM("sfil_li_size_1kb_99kb")
+#define _FM_SIZE_100KB_1MB _FM("sfil_li_size_100kb_1mb")
+#define _FM_SIZE_1MB_10MB _FM("sfil_li_size_1mb_10mb")
+#define _FM_SIZE_10MB_1GB _FM("sfil_li_size_10mb_1gb")
+#define _FM_SIZE_1GB_OR_GREATER _FM("sfil_li_size_1gb_or_greater")
+#define _FM_OPENING_NOT_ALLOWED _FM("sfil_ib_opening_not_allowed")
+#define _FM_REPLACE_FILE _FM("docm_nc_replace_file")
+#define _FM_REPLACE_MULTIPLE _FM("docm_nc_replace_multiple")
+#define _FM_READ_ONLY_LOCATION _FM("sfil_ib_readonly_location")
+#define _FM_SAVE_OBJECT_FILES _FM("sfil_ti_save_object_files")
+#define _FM_CHANGE_FOLDER_NEW_FOLDER ("ckdg_bd_change_folder_new_folder")
 #else
 #define _HL_SAVE _("Save")
 #define _HL_YES _("Yes")
 #define _CS_FIND_REP_ENTER_TEXT _("Enter text to search")
 #define _CS_UPDATING _("Updating...")
 #define _CS_SAVED _("Saved")
+
+#define _FM_CHANGE_FOLDER _("Change folder")
+#define _FM_NEW_FOLDER_NAME_STUB _("Folder")
+#define _FM_NEW_FOLDER_DIALOG_OK _("Save")
+#define _FM_NEW_FOLDER_LOCATION _("Location")
+#define _FM_NEW_FOLDER_NAME _("Name")
+#define _FM_FOLDER_UP GTK_STOCK_GO_UP
+#define _FM_SIZE_KB _("%d KB")
+#define _FM_SIZE_1KB_99KB _("%d KB")
+#define _FM_SIZE_100KB_1MB _("%d KB")
+#define _FM_SIZE_1MB_10MB _("%.2f MB")
+#define _FM_SIZE_10MB_1GB _("%.1f MB")
+#define _FM_SIZE_1GB_OR_GREATER _("%.2f GB")
+#define _FM_OPENING_NOT_ALLOWED _("Opening not allowed")
+#define _FM_REPLACE_FILE _("Replace the existing file with another with the same name?")
+#define _FM_REPLACE_MULTIPLE _("Replace existing contents in folder with the same name?")
+#define _FM_READ_ONLY_LOCATION _("Selected location is read only")
+#define _FM_SAVE_OBJECT_FILES _("Save files")
+#define _FM_CHANGE_FOLDER_NEW_FOLDER ("New folder")
 #endif
 
 /* Forbidden char arrays */
@@ -655,4 +693,10 @@ gchar * modest_text_utils_get_secure_header (const gchar *value, const gchar *he
  **/
 gchar * modest_text_utils_quote_names (const gchar *recipients);
 
+gboolean modest_text_utils_no_recipient (GtkTextBuffer *buffer);
+
+gchar * modest_text_utils_create_colored_signature (const gchar *signature);
+
+gboolean modest_text_utils_live_search_find (const gchar *haystack, const gchar *needles);
+
 #endif /* __MODEST_TEXT_UTILS_H__ */