[ekg2-commit] ekg2: ekg_hash_benchmark.c (HEAD) [darkjames]

CVS commit cvs w toxygen.net
Wto, 8 Maj 2007, 12:06:20 CEST


Module name:	ekg2
Changes by:	darkjames	2007-05-08 12:06:18

Modified files:
	ekg_hash_benchmark.c

Log message:
;)

Index: ekg_hash_benchmark.c
===================================================================
RCS file: /home/cvs/ekg2/contrib/ekg_hash_benchmark.c,v
diff -d -u -r1.2 -r1.3
--- ekg_hash_benchmark.c	8 May 2007 08:36:59 -0000	1.2
+++ ekg_hash_benchmark.c	8 May 2007 10:06:17 -0000	1.3
@@ -576,6 +576,297 @@
 	format_add("user_info_invisible_descr", _("%cinvisible%n %K(%n%2%K)%n"), 1);
 	format_add("user_info_dnd", _("%Bdo not disturb%n"), 1);
 	format_add("user_info_dnd_descr", _("%Bdo not disturb%n %K(%n%2%K)%n"), 1);
+	format_add("resource_info_status", _("%K| %nResource: %W%1%n Status: %T%2 Prio: %g%3%n"), 1);
+	format_add("group_members", _("%> %|Group %T%1%n: %2\n"), 1);
+	format_add("group_member_already", _("%! %1 already in group %T%2%n\n"), 1);
+	format_add("group_member_not_yet", _("%! %1 not in group %T%2%n\n"), 1);
+	format_add("group_empty", _("%! Group %T%1%n is empty\n"), 1);
+	format_add("show_status_profile", _("%) Profile: %T%1%n\n"), 1);
+	format_add("show_status_uid", "%) UID: %T%1%n\n", 1);
+	format_add("show_status_uid_nick", "%) UID: %T%1%n (%T%2%n)\n", 1);
+	format_add("show_status_status", _("%) Current status: %T%1%2%n\n"), 1);
+	format_add("show_status_status_simple", _("%) Current status: %T%1%n\n"), 1);
+	format_add("show_status_server", _("%) Current server: %T%1%n:%T%2%n\n"), 1);
+	format_add("show_status_server_tls", _("%) Current server: %T%1%n:%T%2%Y (connection encrypted)%n\n"), 1);
+	format_add("show_status_connecting", _("%) Connecting ..."), 1);
+	format_add("show_status_avail", _("%Yavailable%n"), 1);
+	format_add("show_status_avail_descr", _("%Yavailable%n (%T%1%n%2)"), 1);
+	format_add("show_status_away", _("%Gaway%n"), 1);
+	format_add("show_status_away_descr", _("%Gaway%n (%T%1%n%2)"), 1);
+	format_add("show_status_invisible", _("%cinvisible%n"), 1);
+	format_add("show_status_invisible_descr", _("%cinvisible%n (%T%1%n%2)"), 1);
+	format_add("show_status_xa", _("%gextended away%n"), 1);
+	format_add("show_status_xa_descr", _("%gextended away%n (%T%1%n%2)"), 1);
+	format_add("show_status_dnd", _("%cdo not disturb%n"), 1);
+	format_add("show_status_dnd_descr", _("%cdo not disturb%n (%T%1%n%2)"), 1);
+	format_add("show_status_chat", _("%Wfree for chat%n"), 1);
+	format_add("show_status_chat_descr", _("%Wfree for chat%n (%T%1%n%2)"), 1);
+	format_add("show_status_notavail", _("%roffline%n"), 1);
+	format_add("show_status_private_on", _(", for friends only"), 1);
+	format_add("show_status_private_off", "", 1);
+	format_add("show_status_connected_since", _("%) Connected since: %T%1%n\n"), 1);
+	format_add("show_status_disconnected_since", _("%) Disconnected since: %T%1%n\n"), 1);
+	format_add("show_status_last_conn_event", "%Y-%m-%d %H:%M", 1);
+	format_add("show_status_last_conn_event_today", "%H:%M", 1);
+	format_add("show_status_ekg_started_since", _("%) Program started: %T%1%n\n"), 1);
+	format_add("show_status_ekg_started", "%Y-%m-%d %H:%M", 1);
+	format_add("show_status_ekg_started_today", "%H:%M", 1);
+	format_add("show_status_msg_queue", _("%) Messages queued for delivery: %T%1%n\n"), 1);
+	format_add("aliases_list_empty", _("%! No aliases\n"), 1);
+	format_add("aliases_list", "%> %T%1%n: %2\n", 1);
+	format_add("aliases_list_next", "%> %3  %2\n", 1);
+	format_add("aliases_add", _("%> Created alias %T%1%n\n"), 1);
+	format_add("aliases_append", _("%> Added to alias %T%1%n\n"), 1);
+	format_add("aliases_del", _("%) Removed alias %T%1%n\n"), 1);
+	format_add("aliases_del_all", _("%) Removed all aliases\n"), 1);
+	format_add("aliases_exist", _("%! Alias %T%1%n already exists\n"), 1);
+	format_add("aliases_noexist", _("%! Alias %T%1%n doesn't exist\n"), 1);
+	format_add("aliases_command", _("%! %T%1%n is internal command\n"), 1);
+	format_add("aliases_not_enough_params", _("%! Alias %T%1%n requires more parameters\n"), 1);
+	format_add("dcc_attack", _("%! To many direct connections, last from %1\n"), 1);
+	format_add("dcc_limit", _("%! %|Direct connections count over limit, so they got disabled. To enable them use %Tset dcc 1% and reconnect. Limit is controlled by %Tdcc_limit%n variable.\n"), 1);
+	format_add("dcc_create_error", _("%! Can't turn on direct connections: %1\n"), 1);
+	format_add("dcc_error_network", _("%! Error transmitting with %1\n"), 1);
+	format_add("dcc_error_refused", _("%! Connection to %1 refused\n"), 1);
+	format_add("dcc_error_unknown", _("%! Uknown direct connection error\n"), 1);
+	format_add("dcc_error_handshake", _("%! Can't connect with %1\n"), 1);
+	format_add("dcc_user_aint_dcc", _("%! %1 doesn't have direct connections enabled\n"), 1);
+	format_add("dcc_timeout", _("%! Direct connection to %1 timed out\n"), 1);
+	format_add("dcc_not_supported", _("%! Operation %T%1%n isn't supported yet\n"), 1);
+	format_add("dcc_open_error", _("%! Can't open %T%1%n: %2\n"), 1);
+	format_add("dcc_show_pending_header", _("%> Pending connections:\n"), 1);
+	format_add("dcc_show_pending_send", _("%) #%1, %2, sending %T%3%n\n"), 1);
+	format_add("dcc_show_pending_get", _("%) #%1, %2, receiving %T%3%n\n"), 1);
+	format_add("dcc_show_pending_voice", _("%) #%1, %2, chat\n"), 1);
+	format_add("dcc_show_active_header", _("%> Active connections:\n"), 1);
+	format_add("dcc_show_active_send", _("%) #%1, %2, sending %T%3%n, %T%4b%n z %T%5b%n (%6%%)\n"), 1);
+	format_add("dcc_show_active_get", _("%) #%1, %2, receiving %T%3%n, %T%4b%n z %T%5b%n (%6%%)\n"), 1);
+	format_add("dcc_show_active_voice", _("%) #%1, %2, chat\n"), 1);
+	format_add("dcc_show_empty", _("%! No direct connections\n"), 1);
+	format_add("dcc_receiving_already", _("%! File %T%1%n from %2 is being received\n"), 1);
+	format_add("dcc_done_get", _("%> Finished receiving file %T%2%n from %1\n"), 1);
+	format_add("dcc_done_send", _("%> Finished sending file %T%2%n to %1\n"), 1);
+	format_add("dcc_close", _("%) Connection with %1 closed\n"), 1);
+	format_add("dcc_voice_offer", _("%) %1 wants to chat\n%) Use  %Tdcc voice #%2%n to start chat or %Tdcc close #%2%n to refuse\n"), 1);
+	format_add("dcc_voice_running", _("%! Only one simultanous voice chat possible\n"), 1);
+	format_add("dcc_voice_unsupported", _("%! Voice chat not compiled in. See %Tdocs/voip.txt%n\n"), 1);
+	format_add("dcc_get_offer", _("%) %1 sends %T%2%n (size %T%3b%n)\n%) Use %Tdcc get #%4%n to receive or %Tdcc close #%4%n to refuse\n"), 1);
+	format_add("dcc_get_offer_resume", _("%) File exist, you can resume with %Tdcc resume #%4%n\n"), 1);
+	format_add("dcc_get_getting", _("%) Started receiving %T%2%n from %1\n"), 1);
+	format_add("dcc_get_cant_create", _("%! Can't open file %T%1%n\n"), 1);
+	format_add("dcc_not_found", _("%! Connection not found: %T%1%n\n"), 1);
+	format_add("dcc_invalid_ip", _("%! Invalid IP address\n"), 1);
+	format_add("dcc_user_notavail", _("%! %1 has to available to connect\n"), 1);
+	format_add("query_started", _("%) (%2) Query with %T%1%n started\n"), 1);
+	format_add("query_started_window", _("%) Press %TAlt-G%n to ignore, %TAlt-K%n to close window\n"), 1);
+	format_add("query_finished", _("%) (%2) Finished query with %T%1%n\n"), 1);
+	format_add("query_exist", _("%! (%3) Query with %T%1%n already in window no %T%2%n\n"), 1);
+	format_add("events_list_empty", _("%! No events\n"), 1);
+	format_add("events_list_header", "", 1);
+	format_add("events_list", "%> %5 on %1 %3 %4 - prio %2\n", 1);
+	format_add("events_add", _("%> Added event %T%1%n\n"), 1);
+	format_add("events_del", _("%) Removed event %T%1%n\n"), 1);
+	format_add("events_del_all", _("%) Removed all events\n"), 1);
+	format_add("events_exist", _("%! Event %T%1%n exist for %2\n"), 1);
+	format_add("events_del_noexist", _("%! Event %T%1%n do not exist\n"), 1);
+	format_add("userlist_put_ok", _("%> Roster saved on server\n"), 1);
+	format_add("userlist_put_error", _("%! Error sending roster\n"), 1);
+	format_add("userlist_get_ok", _("%> Roster read from server\n"), 1);
+	format_add("userlist_get_error", _("%! Error getting roster\n"), 1);
+	format_add("userlist_clear_ok", _("%) Removed roster from server\n"), 1);
+	format_add("userlist_clear_error", _("%! Error removing roster from server\n"), 1);
+	format_add("quick_list", "%)%1\n", 1);
+	format_add("quick_list,speech", _("roster:"), 1);
+	format_add("quick_list_avail", " %Y%1%n", 1);
+	format_add("quick_list_avail,speech", _("%1 is available"), 1);
+	format_add("quick_list_away", " %G%1%n", 1);
+	format_add("quick_list_away,speech", _("%1 is away"), 1);
+	format_add("quick_list_invisible", " %c%1%n", 1);
+	format_add("window_add", _("%) New window created\n"), 1);
+	format_add("window_noexist", _("%! Choosen window do not exist\n"), 1);
+	format_add("window_doesnt_exist", _("%! Window %T%1%n does not exist\n"), 1);
+	format_add("window_no_windows", _("%! Can't close last window\n"), 1);
+	format_add("window_del", _("%) Window closed\n"), 1);
+	format_add("windows_max", _("%! Window limit exhausted\n"), 1);
+	format_add("window_list_query", _("%) %1: query with %T%2%n\n"), 1);
+	format_add("window_list_nothing", _("%) %1 no query\n"), 1);
+	format_add("window_list_floating", _("%) %1: floating %4x%5 in %2,%3 %T%6%n\n"), 1);
+	format_add("window_id_query_started", _("%) (%3) Query with %T%2%n started in %T%1%n\n"), 1);
+	format_add("window_kill_status", _("%! Can't close status window!\n"), 1);
+	format_add("window_cannot_move_status", _("%! Can't move status window!\n"), 1);
+	format_add("window_invalid_move", _("%! Window %T%1%n can't be moved\n"), 1);
+	format_add("cant_kill_irc_window", _("Can't kill window. Use /window kill"), 1);
+	format_add("file_doesnt_exist", _("%! Can't open file %T%1%n\n"), 1);
+	format_add("bind_seq_incorrect", _("%! Sequence %T%1%n is invalid\n"), 1);
+	format_add("bind_seq_add", _("%> Sequence %T%1%n added\n"), 1);
+	format_add("bind_seq_remove", _("%) Sequence %T%1%n removed\n"), 1);
+	format_add("bind_seq_list", "%> %1: %T%2%n\n", 1);
+	format_add("bind_seq_exist", _("%! Sequence %T%1%n is already bound\n"), 1);
+	format_add("bind_seq_list_empty", _("%! No bound actions\n"), 1);
+	format_add("bind_doesnt_exist", _("%! Can't find sequence %T%1%n\n"), 1);
+	format_add("bind_press_key", _("%! Press key(s) which should be bound\n"), 1);
+	format_add("bind_added", _("%> Binding added\n"), 1);
+	format_add("at_list", "%> %1, %2, %3 %K(%4)%n %5\n", 1);
+	format_add("at_added", _("%> Created plan %T%1%n\n"), 1);
+	format_add("at_deleted", _("%) Removed plan %T%1%n\n"), 1);
+	format_add("at_deleted_all", _("%) Removed user's plans\n"), 1);
+	format_add("at_exist", _("%! Plan %T%1%n already exists\n"), 1);
+	format_add("at_noexist", _("%! Plan %T%1%n do not exists\n"), 1);
+	format_add("at_empty", _("%! No plans\n"), 1);
+	format_add("at_timestamp", "%d-%m-%Y %H:%M", 1);
+	format_add("at_back_to_past", _("%! If time travels were possible...\n"), 1);
+	format_add("timer_list", "%> %1, %2s, %3 %K(%4)%n %T%5%n\n", 1);
+	format_add("timer_added", _("%> Created timer %T%1%n\n"), 1);
+	format_add("timer_deleted", _("%) Removed timer  %T%1%n\n"), 1);
+	format_add("timer_deleted_all", _("%) Removed user's timers\n"), 1);
+	format_add("timer_exist", _("%! Timer %T%1%n already exists\n"), 1);
+	format_add("timer_noexist", _("%! Timer %T%1%n does not exists\n"), 1);
+	format_add("timer_empty", _("%! No timers\n"), 1);
+	format_add("last_list_in", "%) %Y <<%n [%1] %2 %3\n", 1);
+	format_add("last_list_out", "%) %G >>%n [%1] %2 %3\n", 1);
+	format_add("last_list_empty", _("%! No messages logged\n"), 1);
+	format_add("last_list_empty_nick", _("%! No messages from %T%1%n logged\n"), 1);
+	format_add("last_list_timestamp", "%d-%m-%Y %H:%M", 1);
+	format_add("last_list_timestamp_today", "%H:%M", 1);
+	format_add("last_clear_uin", _("%) Messages from %T%1%n cleared\n"), 1);
+	format_add("last_clear", _("%) All messages cleared\n"), 1);
+	format_add("last_begin_uin", _("%) Lastlog from %T%1%n begins\n"), 1);
+	format_add("last_begin", _("%) Lastlog begin\n"), 1);
+	format_add("last_end", _("%) Lastlog end\n"), 1);
+	format_add("lastlog_title", 	_("%) %gLastlog [%B%2%n%g] from window: %W%T%1%n"), 1);
+	format_add("lastlog_title_cur", _("%) %gLastlog [%B%2%n%g] from window: %W%T%1 (*)%n"), 1);
+	format_add("away_log_begin", _("%) Logged messages for session %1:\n"), 1);
+	format_add("away_log_end", _("%) Away log end\n"), 1);
+	format_add("away_log_msg", "%) [%Y%1%n] [%G%2%n] <%W%3%n> %4\n", 1);
+	format_add("away_log_timestamp", "%d-%m-%Y %H:%M:%S", 1);
+	format_add("queue_list_timestamp", "%d-%m-%Y %H:%M", 1);
+	format_add("queue_list_message", "%) %G >>%n [%1] %2 %3\n", 1);
+	format_add("queue_clear", _("%) Message queue cleared\n"), 1);
+	format_add("queue_clear_uid", _("%) Message queue for %T%1%n cleared\n"), 1);
+	format_add("queue_wrong_use", _("%! Command works only when disconected\n"), 1);
+	format_add("queue_empty", _("%! Messaged queue is empty\n"), 1);
+	format_add("queue_empty_uid", _("%! No messages to %T%1%n in queue\n"), 1);
+	format_add("queue_flush", _("%> (%1) Sent messages from queue\n"), 1);
+	format_add("conferences_list_empty", _("%! No conference\n"), 1);
+	format_add("conferences_list", "%> %T%1%n: %2\n", 1);
+	format_add("conferences_list_ignored", _("%> %T%1%n: %2 (%yignored%n)\n"), 1);
+	format_add("conferences_add", _("%> Created conference %T%1%n\n"), 1);
+	format_add("conferences_not_added", _("%! Conference not created %T%1%n\n"), 1);
+	format_add("conferences_del", _("%) Removed conference %T%1%n\n"), 1);
+	format_add("conferences_del_all", _("%) Removed all conferences\n"), 1);
+	format_add("conferences_exist", _("%! Conference %T%1%n already exists\n"), 1);
+	format_add("conferences_noexist", _("%! Conference %T%1%n do not exists\n"), 1);
+	format_add("conferences_name_error", _("%! Conference name should start with %T#%n\n"), 1);
+	format_add("conferences_rename", _("%> Conference renamed: %T%1%n --> %T%2%n\n"), 1);
+	format_add("conferences_ignore", _("%> Konference %T%1%n will be ignored\n"), 1);
+	format_add("conferences_unignore", _("%> Conference %T%1%n won't be ignored\n"), 1);
+	format_add("conferences_joined", _("%> Joined %1 to conference %T%2%n\n"), 1);
+	format_add("conferences_already_joined", _("%> %1 already in conference %T%2%n\n"), 1);
+	format_add("http_failed_resolving", _("Server not found"), 1);
+	format_add("http_failed_connecting", _("Can not connect ro server"), 1);
+	format_add("http_failed_reading", _("Server disconnected"), 1);
+	format_add("http_failed_writing", _("Server disconnected"), 1);
+	format_add("http_failed_memory", _("No memory"), 1);
+	format_add("session_name", "%B%1%n", 1);
+	format_add("session_variable", "%> %T%1->%2 = %R%3%n\n", 1); /* uid, var, new_value*/
+	format_add("session_variable_removed", _("%> Removed  %T%1->%2%n\n"), 1); /* uid, var */
+	format_add("session_variable_doesnt_exist", _("%! Unknown variable: %T%1->%2%n\n"), 1); /* uid, var */
+	format_add("session_list", "%> %T%1%n %3\n", 1); /* uid, uid, %{user_info_*} */
+	format_add("session_list_alias", "%> %T%2%n/%1 %3\n", 1); /* uid, alias, %{user_info_*} */
+	format_add("session_list_empty", _("%! Session list is empty\n"), 1);
+	format_add("session_info_header", "%) %T%1%n %3\n", 1); /* uid, uid, %{user_info_*} */
+	format_add("session_info_header_alias", "%) %T%2%n/%1 %3\n", 1); /* uid, alias, %{user_info_*} */
+	format_add("session_info_param", "%)    %1 = %T%2%n\n", 1); /* key, value */
+	format_add("session_info_footer", "", 1); /* uid */
+	format_add("session_exists", _("%! Session %T%1%n already exists\n"), 1); /* uid */
+	format_add("session_doesnt_exist", _("%! Sesion %T%1%n does not exist\n"), 1); /* uid */
+	format_add("session_added", _("%> Created session %T%1%n\n"), 1); /* uid */
+	format_add("session_removed", _("%> Removed session %T%1%n\n"), 1); /* uid */
+	format_add("session_format", "%T%1%n", 1);
+	format_add("session_format_alias", "%T%1%n/%2", 1);
+	format_add("session_cannot_change", _("%! Can't change session in query window%n\n"), 1);
+	format_add("session_password_changed", _("%> %|(%1) Looks like you're changing password in connected session. This does only set password on the client-side. If you want you change your account password, please use dedicated function (e.g. /passwd)."), 1);
+	format_add("session_locked", _("%! %|Session %T%1%n is currently locked. If there aren't any other copy of EKG2 using it, please call: %c/session --unlock%n to unlock it.\n"), 1);
+	format_add("session_not_locked", _("%! Session %T%1%n is not locked"), 1);
+	format_add("metacontact_list", "%> %T%1%n", 1);
+	format_add("metacontact_list_empty", "%! Metacontact list is empty\n", 1);
+	format_add("metacontact_exists", "%! Metacontact %T%1%n already exists\n", 1);
+	format_add("metacontact_added", "%> Metacontact %T%1%n added\n", 1);
+	format_add("metacontact_removed", "%> Metacontact %T%1%n removed\n", 1);
+	format_add("metacontact_doesnt_exist", "%! Metacontact %T%1%n doesn't exist\n", 1);
+	format_add("metacontact_added_item", "%> Added %T%1/%2%n to metacontact %T%3%n\n", 1);
+	format_add("metacontact_removed_item", "%> Removed %T%1/%2%n from metacontact %T%3%n\n", 1);
+	format_add("metacontact_item_list_header", "", 1);
+	format_add("metacontact_item_list", "%> %T%1/%2 (%3)%n - prio %T%4%n\n", 1);
+	format_add("metacontact_item_list_empty", "%! Metacontact is empty\n", 1);
+	format_add("metacontact_item_list_footer", "", 1);
+	format_add("metacontact_item_doesnt_exist", "%! Contact %T%1/%2%n doesn't exiet\n", 1);
+	format_add("metacontact_info_header", "%K.--%n Metacontact %T%1%n %K--- -- -%n\n", 1);
+	format_add("metacontact_info_status", "%K| %nStatus: %T%1%n\n", 1);
+	format_add("metacontact_info_footer", "%K`----- ---- --- -- -%n\n", 1);
+	format_add("metacontact_info_avail", _("%Yavailable%n"), 1);
+	format_add("metacontact_info_avail_descr", _("%Yavailable%n %K(%n%2%K)%n"), 1);
+	format_add("metacontact_info_away", _("%Gaway%n"), 1);
+	format_add("metacontact_info_away_descr", _("%Gaway%n %K(%n%2%K)%n"), 1);
+	format_add("metacontact_info_notavail", _("%roffline%n"), 1);
+	format_add("metacontact_info_notavail_descr", _("%roffline%n %K(%n%2%K)%n"), 1);
+	format_add("metacontact_info_invisible", _("%cinvisible%n"), 1);
+	format_add("metacontact_info_invisible_descr", _("%cinvisible%n %K(%n%2%K)%n"), 1);
+	format_add("metacontact_info_dnd", _("%Bdo not disturb%n"), 1);
+	format_add("metacontact_info_dnd_descr", _("%Bdo not disturb%n %K(%n%2%K)%n"), 1);
+	format_add("metacontact_info_chat", _("%Wfree for chat%n"), 1);
+	format_add("metacontact_info_chat_descr", _("%Wfree for chat%n %K(%n%2%K)%n"), 1);
+	format_add("metacontact_info_error", _("%merror%n"), 1);
+	format_add("metacontact_info_error_descr", _("%merror%n %K(%n%2%K)%n"), 1);
+	format_add("metacontact_info_xa", _("%gextended away%n"), 1);
+	format_add("metacontact_info_xa_descr", _("%gextended away%n %K(%n%2%K)%n"), 1);
+	format_add("metacontact_info_blocked", _("%mblocking%n"), 1);
+	format_add("metacontact_info_blocked_descr", _("%mblocking%n %K(%n%2%K)%n"), 1);
+	format_add("metacontact_info_unknown", _("%Munknown%n"), 1);
+	format_add("plugin_already_loaded", _("%! Plugin %T%1%n already loaded%n.\n"), 1);
+	format_add("plugin_doesnt_exist", _("%! Plugin %T%1%n can not be found%n\n"), 1);
+	format_add("plugin_incorrect", _("%! Plugin %T%1%n is not correct EKG2 plugin%n\n"), 1);
+	format_add("plugin_not_initialized", _("%! Plugin %T%1%n not initialized correctly, check debug window%n\n"), 1);
+	format_add("plugin_unload_ui", _("%! Plugin %T%1%n is an UI plugin and can't be unloaded%n\n"), 1);
+	format_add("plugin_loaded", _("%> Plugin %T%1%n loaded%n\n"), 1);
+	format_add("plugin_unloaded", _("%> Plugin %T%1%n unloaded%n\n"), 1);
+	format_add("plugin_list", _("%> %T%1%n - %2%n\n"), 1);
+	format_add("plugin_prio_set", _("%> Plugin %T%1%n prio has been changed to %T%2%n\n"), 1);
+	format_add("plugin_default", _("%> Plugins prio setted to default\n"), 1);
+	format_add("script_autorun_succ",	_("%> Script %W%1%n successful %G%2%n autorun dir"), 1);		/* XXX sciezka by sie przydala */
+	format_add("script_autorun_fail", 	_("%! Script %W%1%n failed %R%2%n autorun dir %r(%3)"), 1);
+	format_add("script_autorun_unkn", 	_("%! Error adding/removing script %W%1%n from autorundir %r(%3)"), 1);
+	format_add("script_loaded",		_("%) Script %W%1%n %g(%2)%n %Gloaded %b(%3)"), 1);
+	format_add("script_incorrect",		_("%! Script %W%1%n %g(%2)%n %rNOT LOADED%n %R[incorrect %3 script or you've got syntax errors]"), 1);
+	format_add("script_incorrect2",		_("%! Script %W%1%n %g(%2)%n %rNOT LOADED%n %R[script has no handler or error in getting handlers]"), 1);
+	format_add("script_removed",		_("%) Script %W%1%n %g(%2)%n %Rremoved %b(%3)"), 1);
+	format_add("script_need_name",		_("%! No filename given\n"), 1);
+	format_add("script_not_found",		_("%! Can't find script %W%1"), 1);
+	format_add("script_wrong_location",	_("%! Script have to be in %g%1%n (don't add path)"), 1);
+	format_add("script_error", 		_("%! %rScript error: %|%1"), 1);
+	format_add("script_autorun_list", "%) Script %1 -> %2\n", 1);
+	format_add("script_eval_error", _("%! Error running code\n"), 1);
+	format_add("script_list", _("%> %1 (%2, %3)\n"), 1);
+	format_add("script_list_empty", _("%! No scripts loaded\n"), 1);
+	format_add("script_generic", "%> [script,%2] (%1) %3\n", 1);
+	format_add("script_varlist", _("%> %1 = %2 (%3)\n"), 1);
+	format_add("script_varlist_empty", _("%! No script vars!\n"), 1);
+	format_add("directory_cant_create", 	_("%! Can't create directory: %1 (%2)"), 1);
+	format_add("console_charset_using",	_("%) EKG2 detected that your console works under: %W%1%n Please verify and eventually change %Gconsole_charset%n variable"), 1);
+	format_add("console_charset_bad",	_("%! EKG2 detected that your console works under: %W%1%n, but in %Gconsole_charset%n variable you've got: %W%2%n Please verify."), 1);
+	format_add("iconv_fail",		_("%! iconv_open() fail to initialize charset conversion between %W%1%n and %W%2%n. Check %Gconsole_charset%n variable, if it won't help inform ekg2 dev team and/or upgrade iconv"), 1);
+	format_add("aspell_init", "%> Czekaj, inicjuję moduł sprawdzania pisowni...\n", 1);
+	format_add("aspell_init_success", "%> Zainicjowano moduł sprawdzania pisowni\n", 1);
+	format_add("aspell_init_error", "%! Błąd modułu sprawdzania pisowni: %T%1%n\n", 1);
+	format_add("io_cantopen", _("%! Unable to open file!"), 1);
+	format_add("io_nonfile", _("%! Given path doesn't appear to be regular file!"), 1);
+	format_add("io_cantread", _("%! Unable to read file!"), 1);
+	format_add("io_truncated", _("%! %|WARNING: Filesize smaller than before. File probably truncated!"), 1);
+	format_add("io_truncated", _("%! %|WARNING: EOF before reaching filesize. File probably truncated (somehow)!"), 1);
+	format_add("io_expanded", _("%! %|WARNING: Filesize larger than before. File probably got expanded!"), 1);
+	format_add("io_emptyfile", _("%! File is empty!"), 1);
+	format_add("io_toobig", _("%! File size exceeds maximum allowed length!"), 1);
+	format_add("io_binaryfile", _("%! %|WARNING: The file probably contains NULs (is binary), so it can't be properly handled. It will be read until first encountered NUL, i.e. to offset %g%1%n (in bytes)!"), 1);
 	format_add("feed_status",		_("%> Newstatus: %1 (%2) %3"), 1);	/* XXX */
 	format_add("feed_added", 		_("%> (%2) Added %T%1%n to subscription\n"), 1);
 	format_add("feed_exists_other", 	_("%! (%3) %T%1%n already subscribed as %2\n"), 1);
@@ -974,7 +1265,6 @@
 			format_find(f->name);
 		}
 	}
-
 	return 0;
 }
 


Więcej informacji o liście dyskusyjnej ekg2-commit