diff options
author | Timo Sirainen <cras@irssi.org> | 2000-04-28 08:25:53 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-04-28 08:25:53 +0000 |
commit | 8cfcd1b40f2c05c8ef0b361fe7db3f42dd91d642 (patch) | |
tree | 6a20a92840ee3939a1cb05ea09ea515845431a87 /src/fe-common/core | |
parent | a5a66264de2f56c5b1ba00e0228eae61f70d5689 (diff) | |
download | irssi-8cfcd1b40f2c05c8ef0b361fe7db3f42dd91d642.zip |
Removed the N_() from module formats, the internationalization should be
done in theme files instead of in pot files..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@192 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core')
-rw-r--r-- | src/fe-common/core/module-formats.c | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 1453a9d0..e8287a98 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -23,66 +23,66 @@ FORMAT_REC fecommon_core_formats[] = { - { MODULE_NAME, N_("Core"), 0 }, + { MODULE_NAME, "Core", 0 }, /* ---- */ - { NULL, N_("Windows"), 0 }, + { NULL, "Windows", 0 }, - { "line_start", N_("%B-%W!%B-%n "), 0 }, - { "line_start_irssi", N_("%B-%W!%B- %WIrssi:%n "), 0 }, - { "timestamp", N_("[$[-2.0]3:$[-2.0]4] "), 6, { 1, 1, 1, 1, 1, 1 } }, - { "daychange", N_("Day changed to $[-2.0]1-$[-2.0]0 $2"), 3, { 1, 1, 1 } }, - { "talking_with", N_("You are now talking with %_$0%_"), 1, { 0 } }, + { "line_start", "%B-%W!%B-%n ", 0 }, + { "line_start_irssi", "%B-%W!%B- %WIrssi:%n ", 0 }, + { "timestamp", "[$[-2.0]3:$[-2.0]4] ", 6, { 1, 1, 1, 1, 1, 1 } }, + { "daychange", "Day changed to $[-2.0]1-$[-2.0]0 $2", 3, { 1, 1, 1 } }, + { "talking_with", "You are now talking with %_$0%_", 1, { 0 } }, /* ---- */ - { NULL, N_("Server"), 0 }, + { NULL, "Server", 0 }, - { "looking_up", N_("Looking up %_$0%_"), 1, { 0 } }, - { "connecting", N_("Connecting to %_$0%_ %K[%n$1%K]%n port %_$2%_"), 3, { 0, 0, 1 } }, - { "connection_established", N_("Connection to %_$0%_ established"), 1, { 0 } }, - { "cant_connect", N_("Unable to connect server %_$0%_ port %_$1%_ %K[%n$2%K]"), 3, { 0, 1, 0 } }, - { "connection_lost", N_("Connection lost to %_$0%_"), 1, { 0 } }, - { "server_changed", N_("Changed to %_$2%_ server %_$1%_"), 3, { 0, 0, 0 } }, - { "unknown_server_tag", N_("Unknown server tag %_$0%_"), 1, { 0 } }, + { "looking_up", "Looking up %_$0%_", 1, { 0 } }, + { "connecting", "Connecting to %_$0%_ %K[%n$1%K]%n port %_$2%_", 3, { 0, 0, 1 } }, + { "connection_established", "Connection to %_$0%_ established", 1, { 0 } }, + { "cant_connect", "Unable to connect server %_$0%_ port %_$1%_ %K[%n$2%K]", 3, { 0, 1, 0 } }, + { "connection_lost", "Connection lost to %_$0%_", 1, { 0 } }, + { "server_changed", "Changed to %_$2%_ server %_$1%_", 3, { 0, 0, 0 } }, + { "unknown_server_tag", "Unknown server tag %_$0%_", 1, { 0 } }, /* ---- */ - { NULL, N_("Highlighting"), 0 }, + { NULL, "Highlighting", 0 }, - { "hilight_header", N_("Highlights:"), 0 }, - { "hilight_line", N_("$[-4]0 $1 $2 $3$3$4$5"), 7, { 1, 0, 0, 0, 0, 0, 0 } }, + { "hilight_header", "Highlights:", 0 }, + { "hilight_line", "$[-4]0 $1 $2 $3$3$4$5", 7, { 1, 0, 0, 0, 0, 0, 0 } }, { "hilight_footer", "", 0 }, - { "hilight_not_found", N_("Highlight not found: $0"), 1, { 0 } }, - { "hilight_removed", N_("Highlight removed: $0"), 1, { 0 } }, + { "hilight_not_found", "Highlight not found: $0", 1, { 0 } }, + { "hilight_removed", "Highlight removed: $0", 1, { 0 } }, /* ---- */ - { NULL, N_("Aliases"), 0 }, + { NULL, "Aliases", 0 }, - { "alias_added", N_("Alias $0 added"), 1, { 0 } }, - { "alias_removed", N_("Alias $0 removed"), 1, { 0 } }, - { "alias_not_found", N_("No such alias: $0"), 1, { 0 } }, - { "aliaslist_header", N_("Aliases:"), 0 }, - { "aliaslist_line", N_("$[10]0 $1"), 2, { 0, 0 } }, + { "alias_added", "Alias $0 added", 1, { 0 } }, + { "alias_removed", "Alias $0 removed", 1, { 0 } }, + { "alias_not_found", "No such alias: $0", 1, { 0 } }, + { "aliaslist_header", "Aliases:", 0 }, + { "aliaslist_line", "$[10]0 $1", 2, { 0, 0 } }, { "aliaslist_footer", "", 0 }, /* ---- */ - { NULL, N_("Logging"), 0 }, - - { "log_opened", N_("Log file %W$0%n opened"), 1, { 0 } }, - { "log_closed", N_("Log file %W$0%n closed"), 1, { 0 } }, - { "log_create_failed", N_("Couldn't create log file %W$0"), 1, { 0 } }, - { "log_locked", N_("Log file %W$0%n is locked, probably by another running Irssi"), 1, { 0 } }, - { "log_not_open", N_("Log file %W$0%n not open"), 1, { 0 } }, - { "log_started", N_("Started logging to file %W$0"), 1, { 0 } }, - { "log_stopped", N_("Stopped logging to file %W$0"), 1, { 0 } }, - { "log_list_header", N_("Logs:"), 0 }, - { "log_list", N_("$0: $1 $2$3$4"), 5, { 0, 0, 0, 0, 0 } }, - { "log_list_footer", N_(""), 0 }, - { "windowlog_file", N_("Window LOGFILE set to $0"), 1, { 0 } }, - { "windowlog_file_logging", N_("Can't change window's logfile while log is on"), 0 }, + { NULL, "Logging", 0 }, + + { "log_opened", "Log file %W$0%n opened", 1, { 0 } }, + { "log_closed", "Log file %W$0%n closed", 1, { 0 } }, + { "log_create_failed", "Couldn't create log file %W$0", 1, { 0 } }, + { "log_locked", "Log file %W$0%n is locked, probably by another running Irssi", 1, { 0 } }, + { "log_not_open", "Log file %W$0%n not open", 1, { 0 } }, + { "log_started", "Started logging to file %W$0", 1, { 0 } }, + { "log_stopped", "Stopped logging to file %W$0", 1, { 0 } }, + { "log_list_header", "Logs:", 0 }, + { "log_list", "$0: $1 $2$3$4", 5, { 0, 0, 0, 0, 0 } }, + { "log_list_footer", "", 0 }, + { "windowlog_file", "Window LOGFILE set to $0", 1, { 0 } }, + { "windowlog_file_logging", "Can't change window's logfile while log is on", 0 }, /* ---- */ - { NULL, N_("Misc"), 0 }, + { NULL, "Misc", 0 }, - { "not_toggle", N_("Value must be either ON, OFF or TOGGLE"), 0 }, - { "perl_error", N_("Perl error: $0"), 1, { 0 } } + { "not_toggle", "Value must be either ON, OFF or TOGGLE", 0 }, + { "perl_error", "Perl error: $0", 1, { 0 } } }; |