You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(106) |
Oct
(334) |
Nov
(246) |
Dec
(145) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(42) |
Feb
(53) |
Mar
(232) |
Apr
(109) |
May
(137) |
Jun
(63) |
Jul
(26) |
Aug
(263) |
Sep
(193) |
Oct
(507) |
Nov
(440) |
Dec
(241) |
2003 |
Jan
(567) |
Feb
(195) |
Mar
(504) |
Apr
(481) |
May
(524) |
Jun
(522) |
Jul
(594) |
Aug
(502) |
Sep
(643) |
Oct
(508) |
Nov
(430) |
Dec
(377) |
2004 |
Jan
(361) |
Feb
(251) |
Mar
(219) |
Apr
(499) |
May
(461) |
Jun
(419) |
Jul
(314) |
Aug
(519) |
Sep
(416) |
Oct
(247) |
Nov
(305) |
Dec
(382) |
2005 |
Jan
(267) |
Feb
(282) |
Mar
(327) |
Apr
(338) |
May
(189) |
Jun
(400) |
Jul
(462) |
Aug
(530) |
Sep
(316) |
Oct
(523) |
Nov
(481) |
Dec
(650) |
2006 |
Jan
(536) |
Feb
(361) |
Mar
(287) |
Apr
(146) |
May
(101) |
Jun
(169) |
Jul
(221) |
Aug
(498) |
Sep
(300) |
Oct
(236) |
Nov
(209) |
Dec
(205) |
2007 |
Jan
(30) |
Feb
(23) |
Mar
(26) |
Apr
(15) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <nos...@us...> - 2006-10-28 13:57:15
|
Revision: 17599 http://svn.sourceforge.net/gaim/?rev=17599&view=rev Author: nosnilmot Date: 2006-10-28 06:57:03 -0700 (Sat, 28 Oct 2006) Log Message: ----------- newline Modified Paths: -------------- trunk/libgaim/plugin.c Modified: trunk/libgaim/plugin.c =================================================================== --- trunk/libgaim/plugin.c 2006-10-28 06:41:32 UTC (rev 17598) +++ trunk/libgaim/plugin.c 2006-10-28 13:57:03 UTC (rev 17599) @@ -364,7 +364,7 @@ { plugin->error = g_strdup_printf("You are using %s, but this plugin requires %s.", gaim_core_get_ui(), plugin->info->ui_requirement); - gaim_debug_error("plugins", "%s is not loadable: The UI requirement is not met.", plugin->path); + gaim_debug_error("plugins", "%s is not loadable: The UI requirement is not met.\n", plugin->path); plugin->unloadable = TRUE; return plugin; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-28 06:41:40
|
Revision: 17598 http://svn.sourceforge.net/gaim/?rev=17598&view=rev Author: sadrul Date: 2006-10-27 23:41:32 -0700 (Fri, 27 Oct 2006) Log Message: ----------- and this Modified Paths: -------------- trunk/doc/gaim-text.1.in Modified: trunk/doc/gaim-text.1.in =================================================================== --- trunk/doc/gaim-text.1.in 2006-10-28 06:18:47 UTC (rev 17597) +++ trunk/doc/gaim-text.1.in 2006-10-28 06:41:32 UTC (rev 17598) @@ -166,6 +166,8 @@ .br disabled = gray; black .br +urgent = green; black +.br .br # Remap some keys for GntEntry This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-28 06:18:54
|
Revision: 17597 http://svn.sourceforge.net/gaim/?rev=17597&view=rev Author: sadrul Date: 2006-10-27 23:18:47 -0700 (Fri, 27 Oct 2006) Log Message: ----------- Update the manual for the latest change. Also add a few bits that someone pointed out were missing. Modified Paths: -------------- trunk/doc/gaim-text.1.in Modified: trunk/doc/gaim-text.1.in =================================================================== --- trunk/doc/gaim-text.1.in 2006-10-28 06:09:20 UTC (rev 17596) +++ trunk/doc/gaim-text.1.in 2006-10-28 06:18:47 UTC (rev 17597) @@ -59,6 +59,10 @@ .SH GNT Shortcuts You can use the following shortcuts: .TP +.B Alt \+ a +Bring up a list of available actions. You can use this list to access the +accounts window, plugins window, preference window etc. +.TP .B Alt \+ n Go to the next window. .TP @@ -99,6 +103,10 @@ .TP .B Alt \+ 1 2 ... 0 Jump to the 1st, 2nd ... 10th window. +.TP +.B Ctrl \+ o +Bring up the menu (if there is one) for a window. Note that currently only the +buddylist has a menu. .SH FILES \fI~/.gntrc\fR: configuration file for gnt applications. @@ -227,6 +235,11 @@ .br up = suggest-prev .br +# The following actions don't have any default binding: +.br +# delete-prev-word +.br +# cursor-prev-word .br [GntTree::binding] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-28 06:09:28
|
Revision: 17596 http://svn.sourceforge.net/gaim/?rev=17596&view=rev Author: sadrul Date: 2006-10-27 23:09:20 -0700 (Fri, 27 Oct 2006) Log Message: ----------- This was supposed to be part of last commit. This allows registering an action without specifying a default binding. Modified Paths: -------------- trunk/console/libgnt/gntwidget.c Modified: trunk/console/libgnt/gntwidget.c =================================================================== --- trunk/console/libgnt/gntwidget.c 2006-10-28 06:01:30 UTC (rev 17595) +++ trunk/console/libgnt/gntwidget.c 2006-10-28 06:09:20 UTC (rev 17596) @@ -729,14 +729,16 @@ g_hash_table_replace(klass->actions, g_strdup(name), action); - list = NULL; - va_start(args, trigger); - while ((data = va_arg(args, void *))) { - list = g_list_append(list, data); + if (trigger) { + list = NULL; + va_start(args, trigger); + while ((data = va_arg(args, void *))) { + list = g_list_append(list, data); + } + va_end(args); + + register_binding(klass, name, trigger, list); } - va_end(args); - - register_binding(klass, name, trigger, list); } void gnt_widget_action_free(GntWidgetAction *action) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-28 06:01:36
|
Revision: 17595 http://svn.sourceforge.net/gaim/?rev=17595&view=rev Author: sadrul Date: 2006-10-27 23:01:30 -0700 (Fri, 27 Oct 2006) Log Message: ----------- Two new actions for the entry box: "delete-prev-word" and "cursor-prev-word". I haven't set any default binding for either. But I think ctrl-w is a common binding for the first action. Modified Paths: -------------- trunk/console/libgnt/gntentry.c Modified: trunk/console/libgnt/gntentry.c =================================================================== --- trunk/console/libgnt/gntentry.c 2006-10-28 04:59:07 UTC (rev 17594) +++ trunk/console/libgnt/gntentry.c 2006-10-28 06:01:30 UTC (rev 17595) @@ -334,7 +334,64 @@ return TRUE; } +static const char * +begin_word(const char *text, const char *begin) +{ + char ch; + ch = *text; +#define SAME(a,b) ((isalpha(a) && isalpha(b)) || (isdigit(a) && isdigit(b)) || (isblank(a) && isblank(b))) + while (--text >= begin) { + if (!SAME(ch, *text)) + break; + } +#undef SAME + + return ++text; +} + static gboolean +move_back_word(GntWidget *widget, GList *null) +{ + GntEntry *entry = GNT_ENTRY(widget); + const char *iter = entry->cursor - 1; + int count; + + if (iter < entry->start) + return TRUE; + iter = begin_word(iter, entry->start); + entry->cursor = (char*)iter; + if (entry->cursor < entry->scroll) + entry->scroll = entry->cursor; + entry_redraw(widget); + return TRUE; +} + +static gboolean +del_prev_word(GntWidget *widget, GList *null) +{ + GntEntry *entry = GNT_ENTRY(widget); + char *iter = entry->cursor - 1; + int count; + + if (iter < entry->start) + return TRUE; + iter = (char*)begin_word(iter, entry->start); + count = entry->cursor - iter; + memmove(iter, entry->cursor, entry->end - entry->cursor); + entry->end -= count; + entry->cursor = iter; + if (entry->cursor <= entry->scroll) { + entry->scroll = entry->cursor - widget->priv.width + 2; + if (entry->scroll < entry->start) + entry->scroll = entry->start; + } + memset(entry->end, '\0', entry->buffer - (entry->end - entry->start)); + entry_redraw(widget); + + return TRUE; +} + +static gboolean gnt_entry_key_pressed(GntWidget *widget, const char *text) { GntEntry *entry = GNT_ENTRY(widget); @@ -506,12 +563,14 @@ GNT_KEY_CTRL_U, NULL); gnt_widget_class_register_action(parent_class, "delete-end", del_to_end, GNT_KEY_CTRL_K, NULL); + gnt_widget_class_register_action(parent_class, "delete-prev-word", del_prev_word, + NULL, NULL); #if 0 - gnt_widget_class_register_action(parent_class, "delete-prev-word", del_prev_word, - NULL, 1, NULL); gnt_widget_class_register_action(parent_class, "delete-next-word", del_next_word, NULL, 1, NULL); #endif + gnt_widget_class_register_action(parent_class, "cursor-prev-word", move_back_word, + NULL, NULL); gnt_widget_class_register_action(parent_class, "cursor-prev", move_back, "\033" GNT_KEY_LEFT, NULL); gnt_widget_class_register_action(parent_class, "cursor-next", move_forward, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-28 04:59:16
|
Revision: 17594 http://svn.sourceforge.net/gaim/?rev=17594&view=rev Author: sadrul Date: 2006-10-27 21:59:07 -0700 (Fri, 27 Oct 2006) Log Message: ----------- Fix the bindings for scrolling through the histories in the entrybox. Modified Paths: -------------- trunk/console/libgnt/gntentry.c Modified: trunk/console/libgnt/gntentry.c =================================================================== --- trunk/console/libgnt/gntentry.c 2006-10-28 04:55:07 UTC (rev 17593) +++ trunk/console/libgnt/gntentry.c 2006-10-28 04:59:07 UTC (rev 17594) @@ -523,9 +523,9 @@ gnt_widget_class_register_action(parent_class, "suggest-prev", suggest_prev, "\033" GNT_KEY_UP, NULL); gnt_widget_class_register_action(parent_class, "history-prev", history_prev, + "\033" GNT_KEY_CTRL_DOWN, NULL); + gnt_widget_class_register_action(parent_class, "history-next", history_next, "\033" GNT_KEY_CTRL_UP, NULL); - gnt_widget_class_register_action(parent_class, "history-next", history_next, - "\033" GNT_KEY_CTRL_DOWN, NULL); gnt_style_read_actions(G_OBJECT_CLASS_TYPE(klass), klass); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-28 04:55:15
|
Revision: 17593 http://svn.sourceforge.net/gaim/?rev=17593&view=rev Author: sadrul Date: 2006-10-27 21:55:07 -0700 (Fri, 27 Oct 2006) Log Message: ----------- I have learnt two things today: (1) no one resizes the conversation windows (2) no one uses the lastlog plugin ... let's fix them anyway. Modified Paths: -------------- trunk/console/libgnt/gnttextview.c Modified: trunk/console/libgnt/gnttextview.c =================================================================== --- trunk/console/libgnt/gnttextview.c 2006-10-28 00:28:06 UTC (rev 17592) +++ trunk/console/libgnt/gnttextview.c 2006-10-28 04:55:07 UTC (rev 17593) @@ -162,7 +162,7 @@ GntTextLine *line; GList *back, *iter, *list; GString *string; - int pos = 0; + int pos = 0; /* no. of 'real' lines */ list = view->list; while (list->prev) { @@ -180,15 +180,15 @@ gnt_text_view_clear(view); view->string = g_string_set_size(view->string, string->len); + view->string->len = 0; GNT_WIDGET_SET_FLAGS(GNT_WIDGET(view), GNT_WIDGET_DRAWING); for (; back; back = back->prev) { line = back->data; if (back->next && !line->soft) { - GList *llist = g_list_first(view->list); - llist = g_list_prepend(llist, g_new0(GntTextLine, 1)); + gnt_text_view_append_text_with_flags(view, "\n", GNT_TEXT_FLAG_NORMAL); } - + for (iter = line->segments; iter; iter = iter->next) { GntTextSegment *seg = iter->data; char *start = string->str + seg->start; @@ -203,6 +203,7 @@ g_list_free(list); list = view->list = g_list_first(view->list); + /* Go back to the line that was in view before resizing started */ while (pos--) { while (((GntTextLine*)list->data)->soft) list = list->next; @@ -308,14 +309,14 @@ fl = gnt_text_format_flag_to_chtype(flags); len = view->string->len; - g_string_append(view->string, text); + view->string = g_string_append(view->string, text); view->list = g_list_first(view->list); start = end = view->string->str + len; while (*start) { - GntTextSegment *seg; + GntTextSegment *seg = NULL; if (*end == '\n' || *end == '\r') { end++; @@ -326,6 +327,13 @@ } line = view->list->data; + if (line->length == widget->priv.width - 1) { + /* The last added line was exactly the same width as the widget */ + line = g_new0(GntTextLine, 1); + line->soft = TRUE; + view->list = g_list_prepend(view->list, line); + } + if ((end = strchr(start, '\n')) != NULL || (end = strchr(start, '\r')) != NULL) { len = gnt_util_onscreen_width(start, end - 1); @@ -338,12 +346,21 @@ end = gnt_util_onscreen_width_to_pointer(start, widget->priv.width - line->length - 1, &len); - seg = g_new0(GntTextSegment, 1); - seg->start = start - view->string->str; + /* Try to append to the previous segment if possible */ + if (line->segments) { + seg = g_list_last(line->segments)->data; + if (seg->flags != fl) + seg = NULL; + } + + if (seg == NULL) { + seg = g_new0(GntTextSegment, 1); + seg->start = start - view->string->str; + seg->tvflag = flags; + seg->flags = fl; + line->segments = g_list_append(line->segments, seg); + } seg->end = end - view->string->str; - seg->tvflag = flags; - seg->flags = fl; - line->segments = g_list_append(line->segments, seg); line->length += len; start = end; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dat...@us...> - 2006-10-28 00:28:23
|
Revision: 17592 http://svn.sourceforge.net/gaim/?rev=17592&view=rev Author: datallah Date: 2006-10-27 17:28:06 -0700 (Fri, 27 Oct 2006) Log Message: ----------- Enable QQ in wingaim. I don't really have a way to test it. Also disable some debug stuff in the about screen that doesn't make sense in wingaim. Modified Paths: -------------- trunk/gaim-installer.nsi trunk/gtk/gtkdialogs.c trunk/gtk/pixmaps/smileys/default/Makefile.mingw trunk/gtk/pixmaps/status/default/Makefile.mingw trunk/libgaim/protocols/Makefile.mingw Modified: trunk/gaim-installer.nsi =================================================================== --- trunk/gaim-installer.nsi 2006-10-27 18:30:56 UTC (rev 17591) +++ trunk/gaim-installer.nsi 2006-10-28 00:28:06 UTC (rev 17592) @@ -670,6 +670,7 @@ Delete "$INSTDIR\plugins\libnapster.dll" Delete "$INSTDIR\plugins\libnovell.dll" Delete "$INSTDIR\plugins\liboscar.dll" + Delete "$INSTDIR\plugins\libqq.dll" Delete "$INSTDIR\plugins\libsametime.dll" Delete "$INSTDIR\plugins\libsilc.dll" Delete "$INSTDIR\plugins\libsimple.dll" Modified: trunk/gtk/gtkdialogs.c =================================================================== --- trunk/gtk/gtkdialogs.c 2006-10-27 18:30:56 UTC (rev 17591) +++ trunk/gtk/gtkdialogs.c 2006-10-28 00:28:06 UTC (rev 17592) @@ -528,17 +528,21 @@ #endif #endif +#ifndef _WIN32 #ifdef ENABLE_MONO g_string_append(str, " <b>Mono:</b> Enabled<br/>"); #else g_string_append(str, " <b>Mono:</b> Disabled<br/>"); #endif +#endif +#ifndef _WIN32 #ifdef HAVE_LIBNM g_string_append(str, " <b>NetworkManager:</b> Enabled<br/>"); #else g_string_append(str, " <b>NetworkManager:</b> Disabled<br/>"); #endif +#endif #ifdef HAVE_NSS g_string_append(str, " <b>Network Security Services (NSS):</b> Enabled<br/>"); Modified: trunk/gtk/pixmaps/smileys/default/Makefile.mingw =================================================================== --- trunk/gtk/pixmaps/smileys/default/Makefile.mingw 2006-10-27 18:30:56 UTC (rev 17591) +++ trunk/gtk/pixmaps/smileys/default/Makefile.mingw 2006-10-28 00:28:06 UTC (rev 17592) @@ -12,11 +12,9 @@ .PHONY: install -#Exclude 132k of qq smileys that aren't used on wingaim install: if test '$(gaimsmileypix_DATA)'; then \ mkdir -p $(gaimsmileypixdir); \ cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \ - rm -f $(gaimsmileypixdir)/qq_*; \ fi; Modified: trunk/gtk/pixmaps/status/default/Makefile.mingw =================================================================== --- trunk/gtk/pixmaps/status/default/Makefile.mingw 2006-10-27 18:30:56 UTC (rev 17591) +++ trunk/gtk/pixmaps/status/default/Makefile.mingw 2006-10-28 00:28:06 UTC (rev 17592) @@ -10,11 +10,9 @@ datadir = $(GAIM_INSTALL_DIR) include ./Makefile.am -#Exclude 264k of qq icons that aren't used on wingaim install: if test '$(gaimstatuspix_DATA)'; then \ mkdir -p $(gaimstatuspixdir); \ cp $(gaimstatuspix_DATA) $(gaimstatuspixdir); \ - rm -f $(gaimstatuspixdir)/qq*; \ fi; Modified: trunk/libgaim/protocols/Makefile.mingw =================================================================== --- trunk/libgaim/protocols/Makefile.mingw 2006-10-27 18:30:56 UTC (rev 17591) +++ trunk/libgaim/protocols/Makefile.mingw 2006-10-28 00:28:06 UTC (rev 17592) @@ -8,69 +8,22 @@ GAIM_TOP := ../.. include $(GAIM_TOP)/libgaim/win32/global.mak -GG = $(GAIM_PROTOS_TOP)/gg -IRC = $(GAIM_PROTOS_TOP)/irc -JABBER = $(GAIM_PROTOS_TOP)/jabber -MSN = $(GAIM_PROTOS_TOP)/msn -NOVELL = $(GAIM_PROTOS_TOP)/novell -OSCAR = $(GAIM_PROTOS_TOP)/oscar -SAMETIME = $(GAIM_PROTOS_TOP)/sametime -SILC = $(GAIM_PROTOS_TOP)/silc -SIMPLE = $(GAIM_PROTOS_TOP)/simple -TOC = $(GAIM_PROTOS_TOP)/toc -YAHOO = $(GAIM_PROTOS_TOP)/yahoo +SUBDIRS = gg irc jabber msn novell oscar qq sametime silc simple yahoo -## -## Don't forget to change STATIC_PROTO_INIT, in config.h.mingw if you -## change the status of a protocol (static/plugin) -## - -GG_TYPE = PLUGIN -IRC_TYPE = PLUGIN -JABBER_TYPE = PLUGIN -MSN_TYPE = PLUGIN -NOVELL_TYPE = PLUGIN -OSCAR_TYPE = PLUGIN -SAMETIME_TYPE = PLUGIN -SILC_TYPE = PLUGIN -SIMPLE_TYPE = PLUGIN -TOC_TYPE = PLUGIN -YAHOO_TYPE = PLUGIN - .PHONY: all install clean all: - $(MAKE) TYPE='$(GG_TYPE)' -C $(GG) -f $(GAIM_WIN32_MAKEFILE) - $(MAKE) TYPE='$(IRC_TYPE)' -C $(IRC) -f $(GAIM_WIN32_MAKEFILE) - $(MAKE) TYPE='$(JABBER_TYPE)' -C $(JABBER) -f $(GAIM_WIN32_MAKEFILE) - $(MAKE) TYPE='$(MSN_TYPE)' -C $(MSN) -f $(GAIM_WIN32_MAKEFILE) - $(MAKE) TYPE='$(NOVELL_TYPE)' -C $(NOVELL) -f $(GAIM_WIN32_MAKEFILE) - $(MAKE) TYPE='$(OSCAR_TYPE)' -C $(OSCAR) -f $(GAIM_WIN32_MAKEFILE) - $(MAKE) TYPE='$(SAMETIME_TYPE)' -C $(SAMETIME) -f $(GAIM_WIN32_MAKEFILE) - $(MAKE) TYPE='$(SILC_TYPE)' -C $(SILC) -f $(GAIM_WIN32_MAKEFILE) - $(MAKE) TYPE='$(SIMPLE_TYPE)' -C $(SIMPLE) -f $(GAIM_WIN32_MAKEFILE) - $(MAKE) TYPE='$(YAHOO_TYPE)' -C $(YAHOO) -f $(GAIM_WIN32_MAKEFILE) + for subdir in $(SUBDIRS); do \ + $(MAKE) -C $$subdir -f $(GAIM_WIN32_MAKEFILE) || exit 1; \ + done; install: all - $(MAKE) TYPE='$(GG_TYPE)' -C $(GG) -f $(GAIM_WIN32_MAKEFILE) install - $(MAKE) TYPE='$(IRC_TYPE)' -C $(IRC) -f $(GAIM_WIN32_MAKEFILE) install - $(MAKE) TYPE='$(JABBER_TYPE)' -C $(JABBER) -f $(GAIM_WIN32_MAKEFILE) install - $(MAKE) TYPE='$(MSN_TYPE)' -C $(MSN) -f $(GAIM_WIN32_MAKEFILE) install - $(MAKE) TYPE='$(NOVELL_TYPE)' -C $(NOVELL) -f $(GAIM_WIN32_MAKEFILE) install - $(MAKE) TYPE='$(OSCAR_TYPE)' -C $(OSCAR) -f $(GAIM_WIN32_MAKEFILE) install - $(MAKE) TYPE='$(SAMETIME_TYPE)' -C $(SAMETIME) -f $(GAIM_WIN32_MAKEFILE) install - $(MAKE) TYPE='$(SILC_TYPE)' -C $(SILC) -f $(GAIM_WIN32_MAKEFILE) install - $(MAKE) TYPE='$(SIMPLE_TYPE)' -C $(SIMPLE) -f $(GAIM_WIN32_MAKEFILE) install - $(MAKE) TYPE='$(YAHOO_TYPE)' -C $(YAHOO) -f $(GAIM_WIN32_MAKEFILE) install + for subdir in $(SUBDIRS); do \ + $(MAKE) -C $$subdir -f $(GAIM_WIN32_MAKEFILE) install || exit 1; \ + done; clean: - $(MAKE) TYPE='$(GG_TYPE)' -C $(GG) -f $(GAIM_WIN32_MAKEFILE) clean - $(MAKE) TYPE='$(IRC_TYPE)' -C $(IRC) -f $(GAIM_WIN32_MAKEFILE) clean - $(MAKE) TYPE='$(JABBER_TYPE)' -C $(JABBER) -f $(GAIM_WIN32_MAKEFILE) clean - $(MAKE) TYPE='$(MSN_TYPE)' -C $(MSN) -f $(GAIM_WIN32_MAKEFILE) clean - $(MAKE) TYPE='$(NOVELL_TYPE)' -C $(NOVELL) -f $(GAIM_WIN32_MAKEFILE) clean - $(MAKE) TYPE='$(OSCAR_TYPE)' -C $(OSCAR) -f $(GAIM_WIN32_MAKEFILE) clean - $(MAKE) TYPE='$(SAMETIME_TYPE)' -C $(SAMETIME) -f $(GAIM_WIN32_MAKEFILE) clean - $(MAKE) TYPE='$(SILC_TYPE)' -C $(SILC) -f $(GAIM_WIN32_MAKEFILE) clean - $(MAKE) TYPE='$(SIMPLE_TYPE)' -C $(SIMPLE) -f $(GAIM_WIN32_MAKEFILE) clean - $(MAKE) TYPE='$(YAHOO_TYPE)' -C $(YAHOO) -f $(GAIM_WIN32_MAKEFILE) clean + for subdir in $(SUBDIRS); do \ + $(MAKE) -C $$subdir -f $(GAIM_WIN32_MAKEFILE) clean || exit 1; \ + done; + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-27 18:31:06
|
Revision: 17591 http://svn.sourceforge.net/gaim/?rev=17591&view=rev Author: sadrul Date: 2006-10-27 11:30:56 -0700 (Fri, 27 Oct 2006) Log Message: ----------- This fixes at least some issues with wide-characters in the tree-widget. Modified Paths: -------------- trunk/console/libgnt/gnttree.c trunk/console/libgnt/gntutils.c Modified: trunk/console/libgnt/gnttree.c =================================================================== --- trunk/console/libgnt/gnttree.c 2006-10-27 18:19:40 UTC (rev 17590) +++ trunk/console/libgnt/gnttree.c 2006-10-27 18:30:56 UTC (rev 17591) @@ -196,8 +196,8 @@ for (i = 0, iter = row->columns; i < tree->ncol && iter; i++, iter = iter->next) { GntTreeCol *col = iter->data; - char *text; - int len = g_utf8_strlen(col->text, -1); + const char *text; + int len = gnt_util_onscreen_width(col->text, NULL); int fl = 0; if (i == 0) @@ -235,7 +235,7 @@ len = tree->columns[i].width; } - text = g_utf8_offset_to_pointer(col->text, len - fl); + text = gnt_util_onscreen_width_to_pointer(col->text, len - fl, NULL); string = g_string_append_len(string, col->text, text - col->text); if (len < tree->columns[i].width && iter->next) g_string_append_printf(string, "%*s", tree->columns[i].width - len, ""); @@ -324,6 +324,7 @@ tree->top = get_prev_n(tree->current, rows); row = tree->top; + scrcol = widget->priv.width - 1 - 2 * pos; /* exclude the borders and the scrollbar */ for (i = start + pos; row && i < widget->priv.height - pos; i++, row = get_next(row)) { @@ -335,10 +336,10 @@ str = update_row_text(tree, row); - if ((wr = g_utf8_strlen(str, -1)) >= widget->priv.width - 1 - pos) + if ((wr = gnt_util_onscreen_width(str, NULL)) > scrcol) { /* XXX: ellipsize */ - char *s = g_utf8_offset_to_pointer(str, widget->priv.width - 1 - pos); + char *s = (char*)gnt_util_onscreen_width_to_pointer(str, scrcol, &wr); *s = '\0'; } @@ -368,7 +369,7 @@ wbkgdset(widget->window, '\0' | attr); mvwprintw(widget->window, i, pos, str); - whline(widget->window, ' ', widget->priv.width - pos * 2 - g_utf8_strlen(str, -1) - 1); + whline(widget->window, ' ', scrcol - wr); tree->bottom = row; g_free(str); tree_mark_columns(tree, pos, i, @@ -385,7 +386,7 @@ i++; } - scrcol = widget->priv.width - pos - 1; + scrcol = widget->priv.width - pos - 1; /* position of the scrollbar */ rows--; if (rows > 0) { Modified: trunk/console/libgnt/gntutils.c =================================================================== --- trunk/console/libgnt/gntutils.c 2006-10-27 18:19:40 UTC (rev 17590) +++ trunk/console/libgnt/gntutils.c 2006-10-27 18:30:56 UTC (rev 17591) @@ -60,7 +60,7 @@ const char *str = string; if (len <= 0) { - len = g_utf8_strlen(string, -1); + len = gnt_util_onscreen_width(string, NULL); } while (width < len && *str) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-27 18:19:45
|
Revision: 17590 http://svn.sourceforge.net/gaim/?rev=17590&view=rev Author: sadrul Date: 2006-10-27 11:19:40 -0700 (Fri, 27 Oct 2006) Log Message: ----------- Fix the ctr-n and ctr-p binding in the tree-widget. Modified Paths: -------------- trunk/console/libgnt/gnttree.c Modified: trunk/console/libgnt/gnttree.c =================================================================== --- trunk/console/libgnt/gnttree.c 2006-10-26 23:07:28 UTC (rev 17589) +++ trunk/console/libgnt/gnttree.c 2006-10-27 18:19:40 UTC (rev 17590) @@ -710,10 +710,10 @@ gnt_widget_class_register_action(parent_class, "move-up", action_up, "\033" GNT_KEY_UP, NULL); - gnt_widget_register_binding(parent_class, "move-up", "\033" GNT_KEY_CTRL_N, NULL); + gnt_widget_register_binding(parent_class, "move-up", GNT_KEY_CTRL_N, NULL); gnt_widget_class_register_action(parent_class, "move-down", action_down, "\033" GNT_KEY_DOWN, NULL); - gnt_widget_register_binding(parent_class, "move-down", "\033" GNT_KEY_CTRL_P, NULL); + gnt_widget_register_binding(parent_class, "move-down", GNT_KEY_CTRL_P, NULL); gnt_widget_class_register_action(parent_class, "page-up", action_page_up, "\033" GNT_KEY_PGUP, NULL); gnt_widget_class_register_action(parent_class, "page-down", action_page_down, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2006-10-26 23:07:33
|
Revision: 17589 http://svn.sourceforge.net/gaim/?rev=17589&view=rev Author: sadrul Date: 2006-10-26 16:07:28 -0700 (Thu, 26 Oct 2006) Log Message: ----------- glib replaces "'" with "'" when escaping markup. Apparently some protocols (Yahoo, AIM) have issues with that. So replace "'" back with "'". Modified Paths: -------------- trunk/console/gntconv.c Modified: trunk/console/gntconv.c =================================================================== --- trunk/console/gntconv.c 2006-10-26 15:55:31 UTC (rev 17588) +++ trunk/console/gntconv.c 2006-10-26 23:07:28 UTC (rev 17589) @@ -105,6 +105,9 @@ else { char *escape = g_markup_escape_text(text, -1); + char *apos = gaim_strreplace(escape, "'", "'"); + g_free(escape); + escape = apos; switch (gaim_conversation_get_type(ggconv->active_conv)) { case GAIM_CONV_TYPE_IM: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nos...@us...> - 2006-10-26 15:55:40
|
Revision: 17588 http://svn.sourceforge.net/gaim/?rev=17588&view=rev Author: nosnilmot Date: 2006-10-26 08:55:31 -0700 (Thu, 26 Oct 2006) Log Message: ----------- Don't rely on the sender or receiver of messages being a buddy, and add some other safeguards to prevent crashes like bug #1585017 I'm pretty sure this is good, but don't have the necessary sqlite installed to test this at the moment. Modified Paths: -------------- trunk/gtk/plugins/cap/cap.c Modified: trunk/gtk/plugins/cap/cap.c =================================================================== --- trunk/gtk/plugins/cap/cap.c 2006-10-26 06:20:18 UTC (rev 17587) +++ trunk/gtk/plugins/cap/cap.c 2006-10-26 15:55:31 UTC (rev 17588) @@ -109,6 +109,9 @@ static CapStatistics * get_stats_for(GaimBuddy *buddy) { gchar *buddy_name; CapStatistics *stats; + + g_return_val_if_fail(buddy != NULL, NULL); + buddy_name = g_strdup(buddy->name); stats = g_hash_table_lookup(_buddy_stats, buddy_name); if(!stats) { @@ -340,9 +343,17 @@ /* sent-im-msg */ static void sent_im_msg(GaimAccount *account, const char *receiver, const char *message) { - GaimBuddy *buddy = gaim_find_buddy(account, receiver); - guint interval = gaim_prefs_get_int("/plugins/gtk/cap/max_msg_difference") * 1000 * 60; - guint words = word_count(message); + GaimBuddy *buddy; + guint interval, words; + + buddy = gaim_find_buddy(account, receiver); + + if (buddy == NULL) + return; + + interval = gaim_prefs_get_int("/plugins/gtk/cap/max_msg_difference") * 1000 * 60; + words = word_count(message); + CapStatistics *stats = get_stats_for(buddy); insert_word_count(gaim_account_get_username(account), receiver, words); @@ -357,10 +368,17 @@ /* received-im-msg */ static void received_im_msg(GaimAccount *account, char *sender, char *message, GaimConversation *conv, GaimMessageFlags flags) { - GaimBuddy *buddy = gaim_find_buddy(account, sender); + GaimBuddy *buddy; + CapStatistics *stats; /* guint words = word_count(message); */ - CapStatistics *stats = get_stats_for(buddy); + buddy = gaim_find_buddy(account, sender); + + if (buddy == NULL) + return; + + stats = get_stats_for(buddy); + /* insert_word_count(sender, buddy_name, words); */ /* If we are waiting for a response from a prior message This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rl...@us...> - 2006-10-26 06:20:22
|
Revision: 17587 http://svn.sourceforge.net/gaim/?rev=17587&view=rev Author: rlaager Date: 2006-10-25 23:20:18 -0700 (Wed, 25 Oct 2006) Log Message: ----------- SF Patch #1579670 from Richard Nelson (wabz) "Choosing to show/hide empty groups does nothing. This patch rectifies, hopefully in the correct way." Modified Paths: -------------- trunk/gtk/gtkblist.c Modified: trunk/gtk/gtkblist.c =================================================================== --- trunk/gtk/gtkblist.c 2006-10-26 06:18:51 UTC (rev 17586) +++ trunk/gtk/gtkblist.c 2006-10-26 06:20:18 UTC (rev 17587) @@ -4191,6 +4191,8 @@ gaim_gtk_blist_update_buddy(list, node, rerender); else if (GAIM_BLIST_NODE_IS_CHAT(node)) gaim_gtk_blist_update(list, node); + else if (GAIM_BLIST_NODE_IS_GROUP(node)) + gaim_gtk_blist_update(list, node); node = gaim_blist_node_next(node, FALSE); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rl...@us...> - 2006-10-26 06:19:00
|
Revision: 17586 http://svn.sourceforge.net/gaim/?rev=17586&view=rev Author: rlaager Date: 2006-10-25 23:18:51 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Add NetworkManager to the library section of the About box. Modified Paths: -------------- trunk/gtk/gtkdialogs.c Modified: trunk/gtk/gtkdialogs.c =================================================================== --- trunk/gtk/gtkdialogs.c 2006-10-26 02:42:42 UTC (rev 17585) +++ trunk/gtk/gtkdialogs.c 2006-10-26 06:18:51 UTC (rev 17586) @@ -534,6 +534,12 @@ g_string_append(str, " <b>Mono:</b> Disabled<br/>"); #endif +#ifdef HAVE_LIBNM + g_string_append(str, " <b>NetworkManager:</b> Enabled<br/>"); +#else + g_string_append(str, " <b>NetworkManager:</b> Disabled<br/>"); +#endif + #ifdef HAVE_NSS g_string_append(str, " <b>Network Security Services (NSS):</b> Enabled<br/>"); #else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Kevin M S. <ke...@si...> - 2006-10-26 03:37:33
|
lsc...@us... wrote: > Revision: 17585 > http://svn.sourceforge.net/gaim/?rev=3D17585&view=3Drev > Author: lschiere > Date: 2006-10-25 19:42:42 -0700 (Wed, 25 Oct 2006) >=20 > Log Message: > ----------- > I'd like to try this. I think it will help people find these prefs, an= d match them to the new functionality we've introduced. >=20 > Modified Paths: > -------------- > trunk/gtk/gtkprefs.c >=20 > Modified: trunk/gtk/gtkprefs.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- trunk/gtk/gtkprefs.c 2006-10-25 15:53:06 UTC (rev 17584) > +++ trunk/gtk/gtkprefs.c 2006-10-26 02:42:42 UTC (rev 17585) > @@ -1897,7 +1897,7 @@ > } > #endif > prefs_notebook_add_page(_("Logging"), NULL, logging_page(), &p, NULL,= notebook_page++); > - prefs_notebook_add_page(_("Away / Idle"), NULL, away_page(), &p, NULL= , notebook_page++); > + prefs_notebook_add_page(_("State / Idle"), NULL, away_page(), &p, NUL= L, notebook_page++); > } > =20 > void gaim_gtk_prefs_show(void) >=20 >=20 Wouldn't it be better to use the term "Status" that we're using to refer to the redesigned system? Kevin |
From: <lsc...@us...> - 2006-10-26 02:42:49
|
Revision: 17585 http://svn.sourceforge.net/gaim/?rev=17585&view=rev Author: lschiere Date: 2006-10-25 19:42:42 -0700 (Wed, 25 Oct 2006) Log Message: ----------- I'd like to try this. I think it will help people find these prefs, and match them to the new functionality we've introduced. Modified Paths: -------------- trunk/gtk/gtkprefs.c Modified: trunk/gtk/gtkprefs.c =================================================================== --- trunk/gtk/gtkprefs.c 2006-10-25 15:53:06 UTC (rev 17584) +++ trunk/gtk/gtkprefs.c 2006-10-26 02:42:42 UTC (rev 17585) @@ -1897,7 +1897,7 @@ } #endif prefs_notebook_add_page(_("Logging"), NULL, logging_page(), &p, NULL, notebook_page++); - prefs_notebook_add_page(_("Away / Idle"), NULL, away_page(), &p, NULL, notebook_page++); + prefs_notebook_add_page(_("State / Idle"), NULL, away_page(), &p, NULL, notebook_page++); } void gaim_gtk_prefs_show(void) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lsc...@us...> - 2006-10-25 15:53:31
|
Revision: 17584 http://svn.sourceforge.net/gaim/?rev=17584&view=rev Author: lschiere Date: 2006-10-25 08:53:06 -0700 (Wed, 25 Oct 2006) Log Message: ----------- updated Modified Paths: -------------- trunk/po/et.po Modified: trunk/po/et.po =================================================================== --- trunk/po/et.po 2006-10-25 15:50:14 UTC (rev 17583) +++ trunk/po/et.po 2006-10-25 15:53:06 UTC (rev 17584) @@ -6,10 +6,10 @@ # msgid "" msgstr "" -"Project-Id-Version: gaim 2.0\n" +"Project-Id-Version: gaim 2.0 beta4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-04-09 00:00-0400\n" -"PO-Revision-Date: 2006-04-09 16:00+0200\n" +"POT-Creation-Date: 2006-10-23 19:40+0300\n" +"PO-Revision-Date: 2006-10-25 13:36+0300\n" "Last-Translator: Ivar Smolin <ok...@li...>\n" "Language-Team: Estonian <et...@li...>\n" "MIME-Version: 1.0\n" @@ -29,2448 +29,1441 @@ msgid "Send instant messages over multiple protocols" msgstr "Välksõnumite saatmine mitmete protokollide kaudu" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ciphertest.c:264 -msgid "Cipher Test" -msgstr "" +#: ../console/gntaccount.c:119 ../console/gntblist.c:250 +#: ../console/gntblist.c:368 ../console/gntblist.c:381 +#: ../console/gntplugin.c:169 ../console/gntplugin.c:214 +#: ../console/gntstatus.c:291 ../console/gntstatus.c:299 +#: ../libgaim/protocols/jabber/buddy.c:1363 +#: ../libgaim/protocols/jabber/chat.c:677 +#: ../libgaim/protocols/jabber/chat.c:688 +#: ../libgaim/protocols/jabber/jabber.c:1197 +#: ../libgaim/protocols/qq/group_join.c:322 +#: ../libgaim/protocols/silc/ops.c:1449 +msgid "Error" +msgstr "Viga" -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/ciphertest.c:267 ../plugins/ciphertest.c:269 -msgid "Tests the ciphers that ship with gaim." -msgstr "" +#: ../console/gntaccount.c:119 +msgid "Account was not added" +msgstr "Konto jäi lisamata" -#: ../plugins/contact_priority.c:61 -msgid "Buddy is idle" -msgstr "Sõber on jõude" +#: ../console/gntaccount.c:120 +msgid "Screenname of an account must be non-empty." +msgstr "Konto ekraaninimi ei tohi tühi olla." -#: ../plugins/contact_priority.c:62 -msgid "Buddy is away" -msgstr "Sõber on eemal" +#: ../console/gntaccount.c:423 ../gtk/gtkaccount.c:558 +msgid "New mail notifications" +msgstr "Uutest sõnumitest antakse teada" -#: ../plugins/contact_priority.c:63 -msgid "Buddy is \"extended\" away" -msgstr "Sõber on kaua eemal" +#: ../console/gntaccount.c:433 ../gtk/gtkaccount.c:487 +msgid "Remember password" +msgstr "Parooli peetakse meeles" -#. Not used yet. -#: ../plugins/contact_priority.c:66 -msgid "Buddy is mobile" -msgstr "" +#: ../console/gntaccount.c:474 ../gtk/gtkaccount.c:1400 ../gtk/gtkblist.c:3777 +msgid "Modify Account" +msgstr "Muuda kontot" -#: ../plugins/contact_priority.c:68 -msgid "Buddy is offline" -msgstr "Sõber pole ühendatud" +#: ../console/gntaccount.c:474 +msgid "New Account" +msgstr "Uus konto" -#: ../plugins/contact_priority.c:90 -msgid "Point values to use when..." -msgstr "" +#: ../console/gntaccount.c:500 ../gtk/gtkaccount.c:399 ../gtk/gtkft.c:695 +msgid "Protocol:" +msgstr "Protokoll:" -#: ../plugins/contact_priority.c:118 -msgid "" -"The buddy with the <i>largest score</i> is the buddy who will have priority " -"in the contact.\n" -msgstr "" +#: ../console/gntaccount.c:508 ../gtk/gtkaccount.c:404 ../gtk/gtkblist.c:4920 +#: ../gtk/plugins/gevolution/new_person_dialog.c:295 +msgid "Screen name:" +msgstr "Ekraaninimi:" -#: ../plugins/contact_priority.c:125 -msgid "Use last buddy when scores are equal" -msgstr "" +#: ../console/gntaccount.c:521 ../gtk/gtkaccount.c:478 +msgid "Password:" +msgstr "Parool:" -#: ../plugins/contact_priority.c:130 -msgid "Point values to use for account..." -msgstr "" +#: ../console/gntaccount.c:531 ../gtk/gtkblist.c:4941 ../gtk/gtkblist.c:5306 +msgid "Alias:" +msgstr "Alias:" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/contact_priority.c:182 -msgid "Contact Priority" -msgstr "" +#. Cancel +#: ../console/gntaccount.c:554 ../console/gntaccount.c:615 +#: ../console/gntaccount.c:834 ../console/gntblist.c:291 +#: ../console/gntblist.c:358 ../console/gntblist.c:391 +#: ../console/gntblist.c:712 ../console/gntblist.c:893 +#: ../console/gntblist.c:984 ../console/gntprefs.c:224 +#: ../console/gntstatus.c:139 ../console/gntstatus.c:471 +#: ../console/gntstatus.c:596 ../gtk/gtkaccount.c:1833 +#: ../gtk/gtkaccount.c:2303 ../gtk/gtkblist.c:5362 ../gtk/gtkdialogs.c:667 +#: ../gtk/gtkdialogs.c:804 ../gtk/gtkdialogs.c:895 ../gtk/gtkdialogs.c:914 +#: ../gtk/gtkdialogs.c:936 ../gtk/gtkdialogs.c:956 ../gtk/gtkdialogs.c:1000 +#: ../gtk/gtkdialogs.c:1038 ../gtk/gtkdialogs.c:1092 ../gtk/gtkdialogs.c:1129 +#: ../gtk/gtkdialogs.c:1154 ../gtk/gtkimhtmltoolbar.c:419 +#: ../gtk/gtkplugin.c:296 ../gtk/gtkpounce.c:1088 ../gtk/gtkprivacy.c:566 +#: ../gtk/gtkprivacy.c:579 ../gtk/gtkprivacy.c:604 ../gtk/gtkprivacy.c:615 +#: ../gtk/gtkrequest.c:270 ../gtk/gtksavedstatuses.c:296 +#: ../libgaim/account.c:964 ../libgaim/account.c:1135 +#: ../libgaim/account.c:1169 ../libgaim/conversation.c:1164 +#: ../libgaim/protocols/gg/gg.c:498 ../libgaim/protocols/gg/gg.c:656 +#: ../libgaim/protocols/gg/gg.c:792 ../libgaim/protocols/gg/gg.c:871 +#: ../libgaim/protocols/jabber/buddy.c:588 +#: ../libgaim/protocols/jabber/buddy.c:1725 +#: ../libgaim/protocols/jabber/buddy.c:1759 +#: ../libgaim/protocols/jabber/chat.c:780 +#: ../libgaim/protocols/jabber/jabber.c:854 +#: ../libgaim/protocols/jabber/jabber.c:1352 +#: ../libgaim/protocols/jabber/xdata.c:338 ../libgaim/protocols/msn/msn.c:251 +#: ../libgaim/protocols/msn/msn.c:266 ../libgaim/protocols/msn/msn.c:281 +#: ../libgaim/protocols/msn/msn.c:296 ../libgaim/protocols/msn/msn.c:313 +#: ../libgaim/protocols/oscar/oscar.c:1387 +#: ../libgaim/protocols/oscar/oscar.c:2151 +#: ../libgaim/protocols/oscar/oscar.c:2190 +#: ../libgaim/protocols/oscar/oscar.c:2238 +#: ../libgaim/protocols/oscar/oscar.c:5732 +#: ../libgaim/protocols/oscar/oscar.c:5784 +#: ../libgaim/protocols/oscar/oscar.c:5936 +#: ../libgaim/protocols/oscar/oscar.c:5961 +#: ../libgaim/protocols/oscar/oscar.c:6017 +#: ../libgaim/protocols/oscar/oscar.c:6086 +#: ../libgaim/protocols/oscar/peer.c:991 +#: ../libgaim/protocols/qq/buddy_info.c:480 +#: ../libgaim/protocols/qq/buddy_opt.c:210 +#: ../libgaim/protocols/qq/buddy_opt.c:400 ../libgaim/protocols/qq/group.c:122 +#: ../libgaim/protocols/qq/group_join.c:136 +#: ../libgaim/protocols/qq/group_join.c:357 +#: ../libgaim/protocols/qq/group_opt.c:140 +#: ../libgaim/protocols/qq/group_opt.c:390 ../libgaim/protocols/qq/qq.c:459 +#: ../libgaim/protocols/qq/sendqueue.c:201 +#: ../libgaim/protocols/qq/sys_msg.c:102 ../libgaim/protocols/qq/sys_msg.c:157 +#: ../libgaim/protocols/qq/sys_msg.c:245 +#: ../libgaim/protocols/sametime/sametime.c:3364 +#: ../libgaim/protocols/sametime/sametime.c:3449 +#: ../libgaim/protocols/sametime/sametime.c:3619 +#: ../libgaim/protocols/sametime/sametime.c:5320 +#: ../libgaim/protocols/sametime/sametime.c:5409 +#: ../libgaim/protocols/sametime/sametime.c:5533 +#: ../libgaim/protocols/silc/buddy.c:467 +#: ../libgaim/protocols/silc/buddy.c:1078 +#: ../libgaim/protocols/silc/buddy.c:1183 ../libgaim/protocols/silc/chat.c:597 +#: ../libgaim/protocols/silc/chat.c:726 ../libgaim/protocols/silc/ops.c:1910 +#: ../libgaim/protocols/silc/silc.c:754 ../libgaim/protocols/silc/silc.c:959 +#: ../libgaim/protocols/yahoo/yahoo.c:3214 +#: ../libgaim/protocols/yahoo/yahoo.c:3223 ../libgaim/request.h:1344 +#: ../libgaim/request.h:1354 +msgid "Cancel" +msgstr "Loobu" -#. *< name -#. *< version -#. *< summary -#: ../plugins/contact_priority.c:185 -msgid "" -"Allows for controlling the values associated with different buddy states." -msgstr "" +#. Save +#: ../console/gntaccount.c:558 ../console/gntprefs.c:224 +#: ../console/gntstatus.c:474 ../console/gntstatus.c:584 ../gtk/gtkdebug.c:762 +#: ../gtk/gtkrequest.c:276 ../libgaim/account.c:1168 +#: ../libgaim/protocols/jabber/buddy.c:587 +msgid "Save" +msgstr "Salvestamine" -#. *< description -#: ../plugins/contact_priority.c:187 -msgid "" -"Allows for changing the point values of idle/away/offline states for buddies " -"in contact priority computations." -msgstr "" - -#. *< api_version -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/crazychat/cc_gaim_plugin.c:146 -msgid "Crazychat" -msgstr "" - -#. *< name -#. *< version -#. * summary -#: ../plugins/crazychat/cc_gaim_plugin.c:149 -msgid "Plugin to establish a Crazychat session." -msgstr "" - -#. * description -#: ../plugins/crazychat/cc_gaim_plugin.c:151 -msgid "Uses Gaim to obtain buddy ips to connect for a Crazychat session" -msgstr "" - -#. make the network configuration frame -#: ../plugins/crazychat/cc_gaim_plugin.c:295 -msgid "Network Configuration" -msgstr "Võrgusätted" - -#: ../plugins/crazychat/cc_gaim_plugin.c:307 -msgid "TCP port" -msgstr "TCP port" - -#: ../plugins/crazychat/cc_gaim_plugin.c:317 -msgid "UDP port" -msgstr "UDP port" - -#. make the feature configuration frame -#: ../plugins/crazychat/cc_gaim_plugin.c:329 -msgid "Feature Calibration" -msgstr "" - -#. add enabled / disabled -#: ../plugins/crazychat/cc_gaim_plugin.c:345 ../src/gtkaccount.c:2251 -#: ../src/gtkplugin.c:574 -msgid "Enabled" -msgstr "Lubatud" - -#: ../plugins/crazychat/cc_gaim_plugin.c:350 -msgid "Disabled" -msgstr "Keelatud" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/dbus-example.c:152 -msgid "DBus" -msgstr "DBus" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/dbus-example.c:155 ../plugins/dbus-example.c:157 -msgid "DBus Plugin Example" -msgstr "DBus plugina näide" - -#: ../plugins/docklet/docklet.c:154 -msgid "Right-click for more unread messages...\n" -msgstr "Parema hiireklõpsuga näed veel lugemata sõnumeid...\n" - -#: ../plugins/docklet/docklet.c:157 ../src/gtkblist.c:3230 +#: ../console/gntaccount.c:610 ../gtk/gtkaccount.c:1827 +#: ../gtk/gtksavedstatuses.c:293 #, c-format -msgid "%d unread message from %s\n" -msgid_plural "%d unread messages from %s\n" -msgstr[0] "%d lugemata sõnum %s-lt\n" -msgstr[1] "%d lugemata sõnumit %s-lt\n" +msgid "Are you sure you want to delete %s?" +msgstr "Kas sa soovid kustutada kontot %s?" -#: ../plugins/docklet/docklet.c:432 -msgid "Change Status" -msgstr "Muuda olekut" +#. Close any other opened delete window +#: ../console/gntaccount.c:614 +msgid "Delete Account" +msgstr "Konto kustutamine" -#: ../plugins/docklet/docklet.c:435 ../src/gtkstatusbox.c:673 -#: ../src/protocols/jabber/buddy.c:1101 ../src/protocols/msn/state.c:29 -#: ../src/protocols/msn/state.c:30 ../src/protocols/msn/state.c:37 -#: ../src/protocols/msn/state.c:38 ../src/protocols/novell/novell.c:2845 -#: ../src/protocols/yahoo/yahoo.c:2735 ../src/status.c:155 -msgid "Available" -msgstr "Saadaval" +#: ../console/gntaccount.c:615 ../console/gntaccount.c:681 +#: ../console/gntstatus.c:139 ../console/gntstatus.c:201 +#: ../gtk/gtkaccount.c:1832 ../gtk/gtkpounce.c:1087 ../gtk/gtkrequest.c:273 +#: ../gtk/gtksavedstatuses.c:295 +msgid "Delete" +msgstr "Kustuta" -#. Away stuff -#. get_yahoo_status_from_gaim_status() returns YAHOO_STATUS_CUSTOM for -#. * the generic away state (YAHOO_STATUS_TYPE_AWAY) with no message -#: ../plugins/docklet/docklet.c:439 ../src/gtkprefs.c:1759 -#: ../src/gtkstatusbox.c:674 ../src/protocols/irc/irc.c:520 -#: ../src/protocols/irc/msgs.c:223 ../src/protocols/jabber/buddy.c:1105 -#: ../src/protocols/novell/novell.c:2848 ../src/protocols/oscar/oscar.c:721 -#: ../src/protocols/oscar/oscar.c:4370 ../src/protocols/oscar/oscar.c:5413 -#: ../src/protocols/silc/buddy.c:1469 ../src/protocols/yahoo/yahoo.c:3189 -#: ../src/protocols/yahoo/yahoo.c:3262 ../src/status.c:158 -msgid "Away" -msgstr "Eemal" - -#: ../plugins/docklet/docklet.c:443 ../src/gtkstatusbox.c:675 -#: ../src/protocols/oscar/oscar.c:725 ../src/protocols/yahoo/yahoo.c:2729 -#: ../src/status.c:157 -msgid "Invisible" -msgstr "Nähtamatu" - -#: ../plugins/docklet/docklet.c:447 ../src/gtkblist.c:2960 -#: ../src/gtkstatusbox.c:676 ../src/protocols/jabber/buddy.c:1099 -#: ../src/protocols/novell/novell.c:2857 ../src/protocols/oscar/oscar.c:787 -#: ../src/protocols/oscar/oscar.c:5385 ../src/protocols/yahoo/yahoo.c:2733 -#: ../src/status.c:154 -msgid "Offline" -msgstr "Ühendamata" - -#: ../plugins/docklet/docklet.c:467 ../src/gtkstatusbox.c:681 -msgid "New..." -msgstr "Uus..." - -#: ../plugins/docklet/docklet.c:468 ../src/gtkstatusbox.c:682 -msgid "Saved..." -msgstr "Salvestatud..." - -#: ../plugins/docklet/docklet.c:484 -msgid "Show Buddy List" -msgstr "Sõbranimekirja näitamine" - -#: ../plugins/docklet/docklet.c:489 ../src/gtkconv.c:5640 -msgid "Unread Messages" -msgstr "Lugemata sõnumid" - -#: ../plugins/docklet/docklet.c:510 -msgid "New Message..." -msgstr "Uus sõnum..." - -#: ../plugins/docklet/docklet.c:519 ../src/gtkaccount.c:2467 +#: ../console/gntaccount.c:644 ../console/gntblist.c:1780 +#: ../console/gntui.c:70 ../gtk/gtkaccount.c:2135 ../gtk/gtkdocklet.c:493 msgid "Accounts" msgstr "Kontod" -#: ../plugins/docklet/docklet.c:520 ../src/gtkplugin.c:538 -msgid "Plugins" -msgstr "Pluginad" - -#: ../plugins/docklet/docklet.c:521 ../src/gtkprefs.c:1900 -msgid "Preferences" -msgstr "Eelistused" - -#: ../plugins/docklet/docklet.c:525 -msgid "Mute Sounds" -msgstr "Vaigista helid" - -#. TODO: need a submenu to change status, this needs to "link" -#. * to the status in the buddy list gtkstatusbox -#. -#: ../plugins/docklet/docklet.c:538 -msgid "Quit" -msgstr "Lõpeta" - -#: ../plugins/docklet/docklet.c:679 -msgid "Blink tray icon for unread..." -msgstr "Salveikoon plingib kui on lugemata..." - -#: ../plugins/docklet/docklet.c:682 -msgid "_Instant Messages:" -msgstr "Välksõnum_id:" - -#: ../plugins/docklet/docklet.c:684 ../plugins/docklet/docklet.c:692 -#: ../plugins/win32/winprefs/winprefs.c:424 ../src/gtkprefs.c:823 -#: ../src/gtkprefs.c:1749 ../src/gtkprefs.c:1763 -msgid "Never" -msgstr "Mitte iial" - -#: ../plugins/docklet/docklet.c:685 -msgid "In hidden conversations" -msgstr "Peidetud vestlustes" - -#: ../plugins/docklet/docklet.c:686 ../plugins/docklet/docklet.c:694 -#: ../plugins/timestamp_format.c:39 ../plugins/timestamp_format.c:48 -#: ../plugins/win32/winprefs/winprefs.c:425 ../src/gtkprefs.c:825 -msgid "Always" -msgstr "Alati" - -#: ../plugins/docklet/docklet.c:690 -msgid "C_hat Messages:" -msgstr "Ka_nali sõnumid:" - -#: ../plugins/docklet/docklet.c:693 -msgid "When my nick is said" -msgstr "Kui mu hüüdnime öeldakse" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/docklet/docklet.c:720 -msgid "System Tray Icon" -msgstr "Süsteemisalve ikoon" - -#. *< name -#. *< version -#. * summary -#: ../plugins/docklet/docklet.c:723 -msgid "Displays an icon for Gaim in the system tray." -msgstr "Kuvab Gaim'i ikooni süsteemisalves" - -#. * description -#: ../plugins/docklet/docklet.c:725 -msgid "" -"Displays a system tray icon (in GNOME, KDE, or Windows for example) to show " -"the current status of Gaim, allow fast access to commonly used functions, " -"and to toggle display of the buddy list. Also provides options to blink for " -"unread messages." +#: ../console/gntaccount.c:650 +msgid "You can enable/disable accounts from the following list." msgstr "" -"Kuvab süsteemisalve ikooni (näiteks GNOME, KDE või Windows keskkonnas), " -"mille abil näidatakse Gaim'i hetkeolekut ja samuti lubatakse selle abil " -"kiiret ligipääsu enamkasutatavatele funktsioonidele ning lülitada " -"sõbranimekirja ja sisselogimisakna kuvamine sisse või välja. Samuti lubab " -"valikut, kus uute sõnumite puhul hakkab ikoon vilkuma." -#: ../plugins/docklet/eggtrayicon.c:123 -msgid "Orientation" -msgstr "Suund" +#: ../console/gntaccount.c:673 ../console/gntaccount.c:833 +#: ../console/gntblist.c:291 ../console/gntblist.c:358 +#: ../console/gntblist.c:391 ../console/gntnotify.c:306 +#: ../console/gntstatus.c:191 ../gtk/gtkaccount.c:2302 ../gtk/gtkblist.c:5361 +#: ../gtk/gtkconv.c:1632 ../gtk/gtkrequest.c:274 +#: ../libgaim/protocols/gg/gg.c:870 ../libgaim/protocols/oscar/oscar.c:2429 +#: ../libgaim/protocols/qq/sys_msg.c:102 ../libgaim/protocols/qq/sys_msg.c:157 +#: ../libgaim/protocols/qq/sys_msg.c:245 +#: ../libgaim/protocols/sametime/sametime.c:5408 +#: ../libgaim/protocols/silc/chat.c:596 +msgid "Add" +msgstr "Lisa" -#: ../plugins/docklet/eggtrayicon.c:124 -msgid "The orientation of the tray." -msgstr "Salve suund" +#: ../console/gntaccount.c:677 +msgid "Modify" +msgstr "Muutmine" -#: ../plugins/extplacement.c:80 -msgid "By conversation count" -msgstr "Vestluste arvu järgi" - -#: ../plugins/extplacement.c:101 -msgid "Conversation Placement" -msgstr "Vestluse asetamine" - -#: ../plugins/extplacement.c:106 -msgid "Number of conversations per window" -msgstr "Vestluste arv akna kohta" - -#: ../plugins/extplacement.c:112 -msgid "Separate IM and Chat windows when placing by number" -msgstr "Välksõnumi- ja jututoaakende eraldamine, kui asetatakse numbrite järgi" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/extplacement.c:135 -msgid "ExtPlacement" -msgstr "EkstraAsetus" - -#. *< name -#. *< version -#: ../plugins/extplacement.c:137 -msgid "Extra conversation placement options." -msgstr "Täiendavad valikud vestlusakende asetamisele." - -#. *< summary -#. * description -#: ../plugins/extplacement.c:139 -msgid "" -"Restrict the number of conversations per windows, optionally separating IMs " -"and Chats" -msgstr "" -"Aknas olevate vestluste arvu vähendamine, võimaluse korral eraldades " -"välksõnumi- ja jututoaaknaid" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/filectl.c:248 -msgid "Gaim File Control" -msgstr "" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/filectl.c:251 ../plugins/filectl.c:253 -msgid "Allows you to control Gaim by entering commands in a file." -msgstr "" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gaiminc.c:91 -msgid "Gaim Demonstration Plugin" -msgstr "Gaim'i näidisplugin" - -#. *< name -#. *< version -#. * summary -#: ../plugins/gaiminc.c:94 -msgid "An example plugin that does stuff - see the description." -msgstr "Näidisplugin, mis teeb midagi - vaata kirjeldust." - -#. * description -#: ../plugins/gaiminc.c:96 -msgid "" -"This is a really cool plugin that does a lot of stuff:\n" -"- It tells you who wrote the program when you log in\n" -"- It reverses all incoming text\n" -"- It sends a message to people on your list immediately when they sign on" -msgstr "" - -#: ../plugins/gaimrc.c:41 -msgid "Cursor Color" -msgstr "Kursori värvus" - -#: ../plugins/gaimrc.c:42 -msgid "Secondary Cursor Color" -msgstr "Teise kursori värvus" - -#: ../plugins/gaimrc.c:43 -msgid "Hyperlink Color" -msgstr "Hüperviida värvus" - -#: ../plugins/gaimrc.c:56 -msgid "GtkTreeView Expander Size" -msgstr "" - -#: ../plugins/gaimrc.c:57 -msgid "GtkTreeView Horizontal Separation" -msgstr "" - -#: ../plugins/gaimrc.c:76 -msgid "Conversation Entry" -msgstr "Vestluse kirje" - -#: ../plugins/gaimrc.c:77 -msgid "Conversation History" -msgstr "Vestluste ajalugu" - -#: ../plugins/gaimrc.c:78 -msgid "Log Viewer" -msgstr "Logivaatur" - -#: ../plugins/gaimrc.c:79 -msgid "Request Dialog" -msgstr "" - -#: ../plugins/gaimrc.c:80 -msgid "Notify Dialog" -msgstr "Teavitusdialoog" - -#: ../plugins/gaimrc.c:91 -msgid "GtkTreeView Indent Expanders" -msgstr "" - -#: ../plugins/gaimrc.c:287 +#: ../console/gntaccount.c:758 ../gtk/gtkaccount.c:2251 #, c-format -msgid "Select Color for %s" -msgstr "Värvuse valimine %s jaoks" +msgid "%s%s%s%s has made %s his or her buddy%s%s" +msgstr "%s%s%s%s määras kasutaja %s oma sõbraks%s%s" -#: ../plugins/gaimrc.c:289 -msgid "Select Color" -msgstr "Värvuse valimine" +#: ../console/gntaccount.c:831 ../gtk/gtkaccount.c:2300 +msgid "Add buddy to your list?" +msgstr "Kas lisada sõber sinu nimekirja?" -#: ../plugins/gaimrc.c:324 -#, c-format -msgid "Select Font for %s" -msgstr "Kirjatüübi valimine %s jaoks" - -#: ../plugins/gaimrc.c:362 -msgid "Select Interface Font" -msgstr "Liidese kirjatüübi valimine" - -#: ../plugins/gaimrc.c:415 -msgid "General" -msgstr "Üldine" - -#: ../plugins/gaimrc.c:420 -msgid "GTK+ Interface Font" -msgstr "GTK+ liidese kirjatüüp" - -#: ../plugins/gaimrc.c:440 -msgid "GTK+ Text Shortcut Theme" +#: ../console/gntblist.c:242 +msgid "You must provide a screename for the buddy." msgstr "" -#: ../plugins/gaimrc.c:475 -msgid "Interface colors" -msgstr "Liidese värvid" - -#: ../plugins/gaimrc.c:499 -msgid "Widget Sizes" +#: ../console/gntblist.c:244 +msgid "You must provide a group." msgstr "" -#: ../plugins/gaimrc.c:520 -msgid "Fonts" -msgstr "Kirjatüübid" +#: ../console/gntblist.c:246 +msgid "You must select an account." +msgstr "Sa pead konto valima." -#: ../plugins/gaimrc.c:543 -msgid "Tools" -msgstr "Vahendid" +#: ../console/gntblist.c:250 +msgid "Error adding buddy" +msgstr "Viga sõbra lisamisel" -#: ../plugins/gaimrc.c:548 -#, c-format -msgid "Write settings to %s%sgtkrc-2.0" -msgstr "" +#: ../console/gntblist.c:275 ../gtk/gtkaccount.c:1896 +#: ../gtk/gtksavedstatuses.c:893 ../libgaim/protocols/oscar/oscar.c:2803 +msgid "Screen Name" +msgstr "Ekraaninimi" -#: ../plugins/gaimrc.c:556 -msgid "Re-read gtkrc files" -msgstr "" +#: ../console/gntblist.c:278 ../console/gntblist.c:350 ../gtk/gtkdialogs.c:913 +#: ../gtk/gtkdialogs.c:935 ../gtk/gtkdialogs.c:955 ../gtk/gtkrequest.c:277 +#: ../libgaim/protocols/silc/chat.c:587 +msgid "Alias" +msgstr "Alias" -#: ../plugins/gaimrc.c:583 -msgid "Gaim GTK+ Theme Control" -msgstr "" +#: ../console/gntblist.c:281 ../console/gntblist.c:353 +msgid "Group" +msgstr "Grupp" -#: ../plugins/gaimrc.c:585 ../plugins/gaimrc.c:586 -msgid "Provides access to commonly used gtkrc settings." -msgstr "" +#: ../console/gntblist.c:284 ../console/gntblist.c:341 +#: ../console/gntnotify.c:155 ../console/gntstatus.c:562 +#: ../gtk/gtknotify.c:402 ../gtk/gtkpounce.c:1255 +#: ../gtk/plugins/gevolution/gevolution.c:450 ../libgaim/plugins/idle.c:153 +#: ../libgaim/plugins/idle.c:189 +msgid "Account" +msgstr "Konto" -#. Configuration frame -#: ../plugins/gestures/gestures.c:235 -msgid "Mouse Gestures Configuration" -msgstr "" +#: ../console/gntblist.c:290 ../console/gntblist.c:752 ../gtk/gtkblist.c:4874 +#: ../gtk/plugins/gevolution/add_buddy_dialog.c:447 +#: ../libgaim/protocols/silc/buddy.c:736 +#: ../libgaim/protocols/silc/buddy.c:1030 +#: ../libgaim/protocols/silc/buddy.c:1075 +#: ../libgaim/protocols/silc/buddy.c:1174 +#: ../libgaim/protocols/yahoo/yahoo.c:3128 +msgid "Add Buddy" +msgstr "Sõbra lisamine" -#: ../plugins/gestures/gestures.c:242 -msgid "Middle mouse button" -msgstr "Keskmine hiirenupp" +#: ../console/gntblist.c:290 +msgid "Please enter buddy information." +msgstr "Palun sisesta sõbra andmed." -#: ../plugins/gestures/gestures.c:247 -msgid "Right mouse button" -msgstr "Parempoolne hiirenupp" +#: ../console/gntblist.c:313 ../libgaim/blist.c:1195 +msgid "Chats" +msgstr "Jututoad" -#. "Visual gesture display" checkbox -#: ../plugins/gestures/gestures.c:259 -msgid "_Visual gesture display" -msgstr "" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gestures/gestures.c:289 -msgid "Mouse Gestures" -msgstr "" - -#. *< name -#. *< version -#. * summary -#: ../plugins/gestures/gestures.c:292 -msgid "Provides support for mouse gestures" -msgstr "" - -#. * description -#: ../plugins/gestures/gestures.c:294 -msgid "" -"Allows support for mouse gestures in conversation windows.\n" -"Drag the middle mouse button to perform certain actions:\n" -"\n" -"Drag down and then to the right to close a conversation.\n" -"Drag up and then to the left to switch to the previous conversation.\n" -"Drag up and then to the right to switch to the next conversation." -msgstr "" - #. Extract their Name and put it in #. Contact Info #. Personal #. Business -#: ../plugins/gevolution/add_buddy_dialog.c:131 -#: ../plugins/gevolution/assoc-buddy.c:119 ../src/gtkplugin.c:587 -#: ../src/gtkroomlist.c:604 ../src/protocols/jabber/jabber.c:755 -#: ../src/protocols/msn/msn.c:1532 ../src/protocols/msn/msn.c:1585 -#: ../src/protocols/msn/msn.c:1606 +#: ../console/gntblist.c:347 ../gtk/gtkplugin.c:589 ../gtk/gtkroomlist.c:600 +#: ../gtk/plugins/gevolution/add_buddy_dialog.c:132 +#: ../gtk/plugins/gevolution/assoc-buddy.c:123 +#: ../libgaim/protocols/jabber/jabber.c:785 +#: ../libgaim/protocols/msn/msn.c:1533 ../libgaim/protocols/msn/msn.c:1586 +#: ../libgaim/protocols/msn/msn.c:1608 ../libgaim/protocols/qq/buddy_info.c:42 msgid "Name" msgstr "Nimi" -#: ../plugins/gevolution/add_buddy_dialog.c:142 -msgid "Instant Messaging" -msgstr "Välksõnumivahendid" +#: ../console/gntblist.c:356 ../console/gntblist.c:754 ../gtk/gtkblist.c:5252 +msgid "Add Chat" +msgstr "Vestluse lisamine" -#. Add the label. -#: ../plugins/gevolution/add_buddy_dialog.c:454 -msgid "Select a person from your address book below, or add a new person." -msgstr "Vali isik aadressiraamatust või lisa uus." +#: ../console/gntblist.c:357 +msgid "You can edit more information from the context menu later." +msgstr "" -#. "Search" -#: ../plugins/gevolution/add_buddy_dialog.c:467 -#: ../plugins/gevolution/assoc-buddy.c:353 -#: ../src/protocols/jabber/buddy.c:1422 ../src/protocols/oscar/oscar.c:5987 -#: ../src/protocols/sametime/sametime.c:5531 -msgid "Search" -msgstr "Otsing" +#: ../console/gntblist.c:368 ../console/gntblist.c:381 +msgid "Error adding group" +msgstr "Viga grupi lisamisel" -#: ../plugins/gevolution/add_buddy_dialog.c:548 -#: ../plugins/gevolution/new_person_dialog.c:306 ../src/gtkblist.c:4604 -#: ../src/gtkblist.c:4968 -msgid "Group:" -msgstr "Grupp:" +#: ../console/gntblist.c:369 +msgid "You must give a name for the group to add." +msgstr "Sa pead lisatavale grupile nime määrama." -#. "New Person" button -#: ../plugins/gevolution/add_buddy_dialog.c:574 -#: ../plugins/gevolution/assoc-buddy.c:464 -msgid "New Person" -msgstr "Uus isik" +#: ../console/gntblist.c:382 +msgid "A group with the name already exists." +msgstr "Selle nimega grupp on juba olemas." -#. "Select Buddy" button -#: ../plugins/gevolution/add_buddy_dialog.c:591 -msgid "Select Buddy" -msgstr "Vali sõber" +#: ../console/gntblist.c:389 ../console/gntblist.c:756 ../gtk/gtkblist.c:5358 +#: ../libgaim/protocols/sametime/sametime.c:5319 +#: ../libgaim/protocols/sametime/sametime.c:5406 +msgid "Add Group" +msgstr "Grupi lisamine" -#. Add the label. -#: ../plugins/gevolution/assoc-buddy.c:340 -msgid "" -"Select a person from your address book to add this buddy to, or create a new " -"person." +#: ../console/gntblist.c:389 +msgid "Enter the name of the group" +msgstr "Sisesta grupi nimi" + +#: ../console/gntblist.c:711 +msgid "Edit Chat" msgstr "" -"Vali aadressiraamatus olev kirje, millega seda sõpra siduda või loo uus isik." -#. Add the expander -#: ../plugins/gevolution/assoc-buddy.c:428 -msgid "User _details" -msgstr "_Kasutaja üksikasjad" +#: ../console/gntblist.c:711 +msgid "Please Update the necessary fields." +msgstr "Palun uuenda tarvilikud väljad." -#. "Associate Buddy" button -#: ../plugins/gevolution/assoc-buddy.c:481 -msgid "_Associate Buddy" +#: ../console/gntblist.c:712 ../console/gntstatus.c:196 +msgid "Edit" msgstr "" -#: ../plugins/gevolution/eds-utils.c:73 ../plugins/gevolution/eds-utils.c:86 -#: ../src/protocols/jabber/jabber.c:1122 -msgid "None" -msgstr "Puudub" +#: ../console/gntblist.c:718 +msgid "Auto-join" +msgstr "Automaatühendumine" -#: ../plugins/gevolution/gevo-util.c:64 ../plugins/gevolution/gevolution.c:96 -#: ../src/blist.c:516 ../src/blist.c:1278 ../src/blist.c:1505 -#: ../src/gtkblist.c:4413 ../src/protocols/jabber/roster.c:65 -msgid "Buddies" -msgstr "Sõbrad" +#: ../console/gntblist.c:726 +msgid "Edit Settings" +msgstr "Sätete redigeerimine" -#: ../plugins/gevolution/gevolution.c:262 -#: ../plugins/gevolution/gevolution.c:268 -msgid "Unable to send e-mail" -msgstr "E-kirja pole võimalik saata" +#: ../console/gntblist.c:774 ../libgaim/protocols/silc/chat.c:878 +msgid "Get Info" +msgstr "Andmete hankimine" -#: ../plugins/gevolution/gevolution.c:263 -msgid "The evolution executable was not found in the PATH." -msgstr "Evolutioni programmi pole võimalik PATH radadel leida." +#: ../console/gntblist.c:779 +msgid "Add Buddy Pounce" +msgstr "Sõbramärguande lisamine" -#: ../plugins/gevolution/gevolution.c:269 -msgid "The specified buddy was not found in the Evolution Contacts." -msgstr "Määratud sõpra ei leitud evolutioni kontaktide hulgas." +#: ../console/gntblist.c:786 ../gtk/gtkconv.c:1580 +#: ../libgaim/protocols/oscar/oscar.c:615 +msgid "Send File" +msgstr "Saada fail" -#: ../plugins/gevolution/gevolution.c:286 -msgid "Add to Address Book" -msgstr "Lisa aadressiraamatusse" +#: ../console/gntblist.c:790 +msgid "View Log" +msgstr "Logi vaatamine" -#: ../plugins/gevolution/gevolution.c:290 -msgid "Send E-Mail" -msgstr "Saada e-kiri" +#: ../console/gntblist.c:889 +#, c-format +msgid "Please enter the new name for %s" +msgstr "Palun sisesta %s jaoks uus nimi" -#. Configuration frame -#: ../plugins/gevolution/gevolution.c:417 -msgid "Evolution Integration Configuration" -msgstr "Evolution'iga sidumise sätted" +#: ../console/gntblist.c:891 ../console/gntblist.c:892 +#: ../console/gntblist.c:1061 +msgid "Rename" +msgstr "Nime muutmine" -#. Label -#: ../plugins/gevolution/gevolution.c:420 -msgid "Select all accounts that buddies should be auto-added to." -msgstr "Vali kõik kontod, mille sõbrad tuleb automaatselt lisada." - -#: ../plugins/gevolution/gevolution.c:450 ../plugins/idle.c:147 -#: ../plugins/idle.c:183 ../src/gtknotify.c:397 ../src/gtkpounce.c:1262 -msgid "Account" -msgstr "Konto" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gevolution/gevolution.c:527 -msgid "Evolution Integration" -msgstr "Evolution'iga sidumine" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/gevolution/gevolution.c:530 -#: ../plugins/gevolution/gevolution.c:532 -msgid "Provides integration with Evolution." -msgstr "Plugin tagab integratsiooni Evolution'iga." - -#: ../plugins/gevolution/new_person_dialog.c:266 -msgid "Please enter the person's information below." -msgstr "Palun sisesta isiku andmed." - -#: ../plugins/gevolution/new_person_dialog.c:270 -msgid "Please enter the buddy's screen name and account type below." -msgstr "Palun sisesta allolevasse vormi sõbra ekraaninimi ja konto liik." - -#: ../plugins/gevolution/new_person_dialog.c:290 -msgid "Account type:" -msgstr "Konto liik:" - -#: ../plugins/gevolution/new_person_dialog.c:294 ../src/gtkaccount.c:784 -#: ../src/gtkblist.c:4566 -msgid "Screen name:" -msgstr "Ekraaninimi:" - -#. Optional Information section -#: ../plugins/gevolution/new_person_dialog.c:314 -msgid "Optional information:" -msgstr "Täiendav teave:" - -#. Label -#: ../plugins/gevolution/new_person_dialog.c:337 ../src/gtkaccount.c:424 -#: ../src/gtkaccount.c:446 ../src/protocols/oscar/oscar.c:627 -msgid "Buddy Icon" -msgstr "Sõbraikoon" - -#: ../plugins/gevolution/new_person_dialog.c:349 -msgid "First name:" -msgstr "Eesnimi:" - -#: ../plugins/gevolution/new_person_dialog.c:361 -msgid "Last name:" -msgstr "Perekonnanimi:" - -#: ../plugins/gevolution/new_person_dialog.c:381 -msgid "E-mail:" -msgstr "E-post:" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gtk-signals-test.c:160 -msgid "GTK Signals Test" -msgstr "GTK signaalitestid" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/gtk-signals-test.c:163 ../plugins/gtk-signals-test.c:165 -msgid "Test to see that all ui signals are working properly." +#: ../console/gntblist.c:891 +msgid "Enter empty string to reset the name." msgstr "" -#: ../plugins/history.c:120 -#, c-format -msgid "<b>Conversation with %s on %s:</b><br>" -msgstr "<b>Vestlused: %s, %s:</b><br>" - -#: ../plugins/history.c:147 -msgid "History Plugin Requires Logging" +#: ../console/gntblist.c:964 +msgid "Removing this contact will also remove all the buddies in the contact" msgstr "" -#: ../plugins/history.c:148 -msgid "" -"Logging can be enabled from Tools -> Preferences -> Logging.\n" -"\n" -"Enabling logs for instant messages and/or chats will activate history for " -"the same conversation type(s)." +#: ../console/gntblist.c:972 +msgid "Removing this group will also remove all the buddies in the group" msgstr "" -#: ../plugins/history.c:188 -msgid "History" -msgstr "Ajalugu" +#: ../console/gntblist.c:977 +#, c-format +msgid "Are you sure you want to remove %s?" +msgstr "Kas sa soovid eemaldada kontot %s?" -#: ../plugins/history.c:190 -msgid "Shows recently logged conversations in new conversations." -msgstr "Uutes vestlustes näidatakse viimase vestluse logi." +#. XXX: anything to do with the returned ui-handle? +#: ../console/gntblist.c:980 +msgid "Confirm Remove" +msgstr "Eemaldamiskinnitus" -#: ../plugins/history.c:191 -msgid "" -"When a new conversation is opened this plugin will insert the last " -"conversation into the current conversation." -msgstr "" -"Vestluse avamisel lisab see plugin viimase vestluse logi avatava vestluse " -"aknasse." +#: ../console/gntblist.c:983 ../console/gntblist.c:1063 ../gtk/gtkblist.c:1039 +#: ../gtk/gtkconv.c:1629 ../gtk/gtkrequest.c:275 +msgid "Remove" +msgstr "Eemalda" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/iconaway.c:82 -msgid "Iconify on Away" -msgstr "Ikoonimine eemaldumisel" +#. Buddy List +#: ../console/gntblist.c:1038 ../console/gntblist.c:1888 +#: ../console/gntprefs.c:219 ../console/gntui.c:71 ../gtk/gtkblist.c:3894 +#: ../gtk/plugins/win32/winprefs/winprefs.c:327 +msgid "Buddy List" +msgstr "Sõbranimekiri" -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/iconaway.c:85 ../plugins/iconaway.c:87 -msgid "Iconifies the buddy list and your conversations when you go away." -msgstr "Sõbranimekirja ja vestlusakende ikooniks taandamine Sinu eemaldumisel." - -#: ../plugins/idle.c:152 ../plugins/idle.c:210 -msgid "Minutes" -msgstr "Minuteid" - -#: ../plugins/idle.c:159 ../plugins/idle.c:192 ../plugins/idle.c:217 -#: ../plugins/idle.c:306 -msgid "I'dle Mak'er" -msgstr "Jõudeaja määraja" - -#: ../plugins/idle.c:160 ../plugins/idle.c:249 -msgid "Set Account Idle Time" -msgstr "Määra konto jõudeaeg" - -#: ../plugins/idle.c:163 ../plugins/idle.c:221 -msgid "_Set" -msgstr "_Määra" - -#: ../plugins/idle.c:164 ../plugins/idle.c:197 ../plugins/idle.c:222 -msgid "_Cancel" -msgstr "_Loobu" - -#: ../plugins/idle.c:177 -msgid "None of your accounts are idle." -msgstr "Ükski sinu konto pole jõude." - -#: ../plugins/idle.c:193 ../plugins/idle.c:253 -msgid "Unset Account Idle Time" -msgstr "Nulli konto jõudeaeg" - -#: ../plugins/idle.c:196 -msgid "_Unset" +#: ../console/gntblist.c:1067 +msgid "Place tagged" msgstr "" -#: ../plugins/idle.c:218 ../plugins/idle.c:257 -msgid "Set Idle Time for All Accounts" -msgstr "Määra jõudeaeg kõigile kontodele" - -#: ../plugins/idle.c:262 -msgid "Unset Idle Time for All Idled Accounts" -msgstr "Nullia kõikide jõudeolevate kontode jõudeaeg" - -#: ../plugins/idle.c:308 ../plugins/idle.c:309 -msgid "Allows you to hand-configure how long you've been idle" -msgstr "Lubab sul käsitsi määrata, kui kaua sa oled jõude olnud" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ipc-test-client.c:87 -msgid "IPC Test Client" +#: ../console/gntblist.c:1070 +msgid "Tag" msgstr "" -#. *< name -#. *< version -#. * summary -#: ../plugins/ipc-test-client.c:90 -msgid "Test plugin IPC support, as a client." -msgstr "" +#: ../console/gntblist.c:1105 ../console/gntblist.c:1209 +#, c-format +msgid "Account: %s (%s)" +msgstr "Konto: %s (%s)" -#. * description -#: ../plugins/ipc-test-client.c:92 +#: ../console/gntblist.c:1130 +#, c-format msgid "" -"Test plugin IPC support, as a client. This locates the server plugin and " -"calls the commands registered." +"\n" +"Idle: %s" msgstr "" +"\n" +"Jõude: %s" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ipc-test-server.c:74 -msgid "IPC Test Server" -msgstr "" +#: ../console/gntblist.c:1188 +#, c-format +msgid "Nickname: %s\n" +msgstr "Hüüdnimi: %s\n" -#. *< name -#. *< version -#. * summary -#: ../plugins/ipc-test-server.c:77 -msgid "Test plugin IPC support, as a server." -msgstr "" - -#. * description -#: ../plugins/ipc-test-server.c:79 -msgid "Test plugin IPC support, as a server. This registers the IPC commands." -msgstr "" - -#: ../plugins/log_reader.c:1405 -msgid "User is offline." -msgstr "Kasutaja pole ühendatud." - -#: ../plugins/log_reader.c:1411 -msgid "Auto-response sent:" -msgstr "Saadetud automaatvastus:" - -#: ../plugins/log_reader.c:1421 ../plugins/log_reader.c:1424 -#: ../plugins/statenotify.c:80 +#: ../console/gntblist.c:1200 #, c-format -msgid "%s has signed off." -msgstr "%s logis välja." - -#: ../plugins/log_reader.c:1438 -msgid "One or more messages may have been undeliverable." -msgstr "" - -#. MSG_SERVER_DISCONNECTING -#. we have been kicked off =^( -#: ../plugins/log_reader.c:1448 ../src/protocols/napster/napster.c:363 -msgid "You were disconnected from the server." -msgstr "Sa oled serverist lahti ühendatud." - -#: ../plugins/log_reader.c:1456 msgid "" -"You are currently disconnected. Messages will not be received unless you are " -"logged in." +"Online: %d\n" +"Total: %d" msgstr "" +"Ühendunuid: %d\n" +"Kokku: %d" -#: ../plugins/log_reader.c:1471 -msgid "Message could not be sent because the maximum length was exceeded." -msgstr "" -"Sõnumit pole võimalik saata kuna see on suurimast lubatud pikkusest pikem" - -#: ../plugins/log_reader.c:1476 -msgid "Message could not be sent." -msgstr "Sõnumit pole võimalik saata." - -#: ../plugins/log_reader.c:1835 ../plugins/log_reader.c:1928 -msgid "Adium" -msgstr "Adium" - -#: ../plugins/log_reader.c:1844 ../plugins/log_reader.c:1932 -msgid "Fire" -msgstr "Tuli" - -#: ../plugins/log_reader.c:1853 ../plugins/log_reader.c:1936 -msgid "Messenger Plus!" -msgstr "Messenger Plus!" - -#: ../plugins/log_reader.c:1862 ../plugins/log_reader.c:1940 -msgid "MSN Messenger" -msgstr "MSN Messenger" - -#: ../plugins/log_reader.c:1871 ../plugins/log_reader.c:1944 -msgid "Trillian" -msgstr "Trillian" - -#. Add general preferences. -#: ../plugins/log_reader.c:1910 -msgid "General Log Reading Configuration" -msgstr "Üldise logilugemise sätted" - -#: ../plugins/log_reader.c:1914 -msgid "Fast size calculations" -msgstr "" - -#: ../plugins/log_reader.c:1918 -msgid "Use name heuristics" -msgstr "" - -#. Add Log Directory preferences. -#: ../plugins/log_reader.c:1924 -msgid "Log Directory" -msgstr "Logikataloog" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/log_reader.c:1967 -msgid "Log Reader" -msgstr "Logilugeja" - -#. *< name -#. *< version -#. * summary -#: ../plugins/log_reader.c:1971 -msgid "Includes other IM clients' logs in the log viewer." -msgstr "" - -#. * description -#: ../plugins/log_reader.c:1975 +#: ../console/gntblist.c:1221 +#, c-format msgid "" -"When viewing logs, this plugin will include logs from other IM clients. " -"Currently, this includes Adium, Fire, Messenger Plus!, MSN Messenger, and " -"Trillian." +"\n" +"Last Seen: %s ago" msgstr "" +"\n" +"Viimati nähtud: %s tagasi" -#: ../plugins/mailchk.c:160 -msgid "Mail Checker" -msgstr "E-post kontrollija" +#: ../console/gntblist.c:1451 ../gtk/gtkdocklet.c:441 +#: ../gtk/gtkstatusbox.c:984 +msgid "New..." +msgstr "Uus..." -#: ../plugins/mailchk.c:162 -msgid "Checks for new local mail." -msgstr "Uute kohalike e-kirjade kontrollimine." +#: ../console/gntblist.c:1458 ../gtk/gtkdocklet.c:442 +#: ../gtk/gtkstatusbox.c:985 +msgid "Saved..." +msgstr "Salvestatud..." -#: ../plugins/mailchk.c:163 -msgid "Adds a small box to the buddy list that shows if you have new mail." -msgstr "" +#. Create the "Options" frame. +#: ../console/gntblist.c:1850 ../gtk/gtkpounce.c:766 +msgid "Options" +msgstr "Valikud" -#: ../plugins/mono/loader/mono.c:213 -msgid "Mono Plugin Loader" -msgstr "Mono pluginate laadija" - -#: ../plugins/mono/loader/mono.c:215 ../plugins/mono/loader/mono.c:216 -msgid "Loads .NET plugins with Mono." -msgstr ".NET pluginate laadimine Mono abil." - -#: ../plugins/musicmessaging/musicmessaging.c:44 -msgid "" -"A music messaging session has been requested. Please click the MM icon to " -"accept." +#: ../console/gntblist.c:1856 +msgid "Toggle offline buddies" msgstr "" -#: ../plugins/musicmessaging/musicmessaging.c:45 -msgid "Music messaging session confirmed." -msgstr "" +#: ../console/gntblist.c:1860 +msgid "Sort by status" +msgstr "Sortimine oleku järgi" -#: ../plugins/musicmessaging/musicmessaging.c:414 -msgid "Music Messaging" -msgstr "" +#: ../console/gntblist.c:1864 +msgid "Sort alphabetically" +msgstr "Sortimine tähestiku järgi" -#: ../plugins/musicmessaging/musicmessaging.c:415 -msgid "There was a conflict in running the command:" -msgstr "Käsu käivitamisel tekkis vastuolu:" +#: ../console/gntblist.c:1868 +msgid "Sort by log size" +msgstr "Sortimine logi suuruse järgi" -#: ../plugins/musicmessaging/musicmessaging.c:523 -msgid "Error Running Editor" -msgstr "Viga redaktori käivitamisel" - -#: ../plugins/musicmessaging/musicmessaging.c:524 -msgid "The following error has occured:" +#: ../console/gntconn.c:36 +#, c-format +msgid "%s (%s)" msgstr "" -#. Configuration frame -#: ../plugins/musicmessaging/musicmessaging.c:623 -msgid "Music Messaging Configuration" -msgstr "" +#: ../console/gntconn.c:39 +#, c-format +msgid "%s disconnected." +msgstr "%s katkestas ühenduse" -#: ../plugins/musicmessaging/musicmessaging.c:627 -msgid "Score Editor Path" -msgstr "" - -#: ../plugins/musicmessaging/musicmessaging.c:628 -msgid "_Apply" -msgstr "_Rakenda" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#. *< name -#. *< version -#: ../plugins/musicmessaging/musicmessaging.c:663 -msgid "Music Messaging Plugin for collaborative composition." -msgstr "" - -#. * summary -#: ../plugins/musicmessaging/musicmessaging.c:665 +#: ../console/gntconn.c:40 +#, c-format msgid "" -"The Music Messaging Plugin allows a number of users to simultaneously work " -"on a piece of music by editting a common score in real-time." +"%s was disconnected due to the following error:\n" +"%s" msgstr "" +"%s katkestas ühenduse järgneva vea tõttu:\n" +"%s" -#. ---------- "Notify For" ---------- -#: ../plugins/notify.c:638 -msgid "Notify For" -msgstr "Teavitused kehtivad" +#: ../console/gntconn.c:43 ../gtk/gtkblist.c:3774 ../libgaim/account.c:991 +#: ../libgaim/connection.c:106 +msgid "Connection Error" +msgstr "Ühenduse viga" -#: ../plugins/notify.c:642 -msgid "_IM windows" -msgstr "_Välksõnumiakendele" +#: ../console/gntconv.c:71 ../gtk/gtkconv.c:484 +msgid "No such command." +msgstr "Sellist käsku pole." -#: ../plugins/notify.c:649 -msgid "C_hat windows" -msgstr "_Jututoaakendele" - -#: ../plugins/notify.c:657 -msgid "\t_Only when someone says your screen name" -msgstr "\t_Ainult juhul kui keegi ütleb Sinu ekraaninime" - -#: ../plugins/notify.c:667 -msgid "_Focused windows" -msgstr "_Fookuses olevatele akendele" - -#. ---------- "Notification Methods" ---------- -#: ../plugins/notify.c:675 -msgid "Notification Methods" -msgstr "Teavitamisviisid" - -#: ../plugins/notify.c:682 -msgid "Prepend _string into window title:" -msgstr "Aknatiitli ette _lisatakse string:" - -#. Count method button -#: ../plugins/notify.c:701 -msgid "Insert c_ount of new messages into window title" -msgstr "Aknatiitlisse lisatakse uute sõnumite _arv" - -#. Urgent method button -#: ../plugins/notify.c:710 -msgid "Set window manager \"_URGENT\" hint" -msgstr "Aknahalduri \"_URGENT\" vihje" - -#. Raise window method button -#: ../plugins/notify.c:719 -msgid "R_aise conversation window" +#: ../console/gntconv.c:75 ../gtk/gtkconv.c:491 +msgid "Syntax Error: You typed the wrong number of arguments to that command." msgstr "" -#. ---------- "Notification Removals" ---------- -#: ../plugins/notify.c:727 -msgid "Notification Removal" -msgstr "Teavituste eemaldamine" - -#. Remove on focus button -#: ../plugins/notify.c:732 -msgid "Remove when conversation window _gains focus" -msgstr "Eemaldamine, kui vestlusaken sa_tub fookusesse" - -#. Remove on click button -#: ../plugins/notify.c:739 -msgid "Remove when conversation window _receives click" -msgstr "Eemaldamine, kui vestlusaknale _klikitakse" - -#. Remove on type button -#: ../plugins/notify.c:747 -msgid "Remove when _typing in conversation window" -msgstr "Eemaldamine, kui vestlusaknas _tipitakse" - -#. Remove on message send button -#: ../plugins/notify.c:755 -msgid "Remove when a _message gets sent" -msgstr "Eemaldamine, kui sõ_num saab saadetud" - -#. Remove on conversation switch button -#: ../plugins/notify.c:764 -msgid "Remove on switch to conversation ta_b" +#: ../console/gntconv.c:80 ../gtk/gtkconv.c:496 +msgid "Your command failed for an unknown reason." msgstr "" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/notify.c:853 -msgid "Message Notification" -msgstr "Sõnumitest teavitaja" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/notify.c:856 ../plugins/notify.c:858 -msgid "Provides a variety of ways of notifying you of unread messages." -msgstr "Mitut sorti võimalusi lugemata sõnumitest teavitamiseks" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/perl/perl.c:583 -msgid "Perl Plugin Loader" -msgstr "Perl'i pluginate laadija" - -#. *< name -#. *< version -#. *< summary -#: ../plugins/perl/perl.c:585 ../plugins/perl/perl.c:586 -msgid "Provides support for loading perl plugins." -msgstr "Perl'is kirjutatud pluginate tugi" - -#: ../plugins/psychic.c:22 -msgid "Psychic Mode" +#: ../console/gntconv.c:85 ../gtk/gtkconv.c:502 +msgid "That command only works in chats, not IMs." msgstr "" -#: ../plugins/psychic.c:23 -msgid "Psychic mode for incoming conversation" +#: ../console/gntconv.c:88 ../gtk/gtkconv.c:505 +msgid "That command only works in IMs, not chats." msgstr "" -#: ../plugins/psychic.c:24 -msgid "" -"Causes conversation windows to appear as other users begin to message you. " -"This works for AIM, ICQ, Jabber, Sametime, and Yahoo!" +#: ../console/gntconv.c:92 ../gtk/gtkconv.c:509 +msgid "That command doesn't work on this protocol." msgstr "" -#: ../plugins/psychic.c:60 -msgid "You feel a disturbance in the force..." +#: ../console/gntconv.c:99 +msgid "Commands are not supported yet. Message was NOT sent." msgstr "" -#: ../plugins/psychic.c:79 -msgid "Only enable for users on the buddy list" -msgstr "Lubada ainult minu sõbralistis olevaid kasutajaid" +#: ../console/gntconv.c:193 +#, c-format +msgid "%s (%s -- %s)" +msgstr "%s (%s -- %s" -#: ../plugins/psychic.c:84 -msgid "Disable when away" -msgstr "Keelata kui olen eemal" +#: ../console/gntconv.c:214 +#, c-format +msgid "%s [%s]" +msgstr "%s [%s]" -#: ../plugins/psychic.c:88 -msgid "Display notification message in conversations" -msgstr "Teavitussõnumite kuvamine vestlustes" +#: ../console/gntconv.c:344 +msgid "<AUTO-REPLY> " +msgstr "<AUTOMAATVASTUS> " -#: ../plugins/raw.c:175 -msgid "Raw" -msgstr "" +#. Print the list of users in the room +#: ../console/gntconv.c:438 +msgid "List of users:\n" +msgstr "Kasutajate nimekiri:\n" -#: ../plugins/raw.c:177 -msgid "Lets you send raw input to text-based protocols." -msgstr "" +#: ../console/gntconv.c:562 ../gtk/gtkconv.c:378 +msgid "Supported debug options are: version" +msgstr "Toetatud silumisvalikud on: version" -#: ../plugins/raw.c:178 -msgid "" -"Lets you send raw input to text-based protocols (Jabber, MSN, IRC, TOC). Hit " -"'Enter' in the entry box to send. Watch the debug window." -msgstr "" +#: ../console/gntconv.c:597 ../gtk/gtkconv.c:414 +msgid "No such command (in this context)." +msgstr "Sellist käsku pole (selles kontekstis)." -#: ../plugins/relnot.c:63 -#, c-format -msgid "You are using Gaim version %s. The current version is %s.<hr>" -msgstr "Sa kasutad Gaim'i versiooni %s. Hetkel on uusim versioon %s.<hr>" - -#: ../plugins/relnot.c:69 -#, c-format +#: ../console/gntconv.c:600 ../gtk/gtkconv.c:417 msgid "" -"<b>ChangeLog:</b>\n" -"%s<br><br>" +"Use \"/help <command>\" for help on a specific command.\n" +"The following commands are available in this context:\n" msgstr "" -"<b>Muudatuste logi:</b>\n" -"%s<br><br>" +"Kasuta \"/help <käsk>\" selle käsu abiteabe saamiseks.\n" +"Sellest kontekstis on saadaval järgnevad käsud:\n" -#: ../plugins/relnot.c:74 -#, c-format +#: ../console/gntconv.c:639 ../gtk/gtkconv.c:6645 msgid "" -"You can get version %s from:<br><a href=\"http://gaim.sourceforge.net/" -"\">http://gaim.sourceforge.net</a>." +"say <message>: Send a message normally as if you weren't using a " +"command." msgstr "" -"Sa saad uue %s versiooni aadressilt:<br><a href=\"http://gaim.sourceforge." -"net/\">http://gaim.sourceforge.net</a>." +"say <message>: Sõnumi saatmine nagu tehtaks seda ilma käsku " +"kasutamata." -#: ../plugins/relnot.c:78 ../plugins/relnot.c:79 -msgid "New Version Available" -msgstr "Uus versioon on saadaval" +#: ../console/gntconv.c:642 ../gtk/gtkconv.c:6648 +msgid "me <action>: Send an IRC style action to a buddy or chat." +msgstr "me <action>: IRC-stiilis tegevus sõbrale või vestlusele." -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/relnot.c:137 -msgid "Release Notification" -msgstr "Väljalasetest teavitaja" - -#. *< name -#. *< version -#. * summary -#: ../plugins/relnot.c:140 -msgid "Checks periodically for new releases." -msgstr "Kontrollib korrapäraselt uusi väljalaskeid." - -#. * description -#: ../plugins/relnot.c:142 +#: ../console/gntconv.c:645 ../gtk/gtkconv.c:6651 msgid "" -"Checks periodically for new releases and notifies the user with the " -"ChangeLog." -msgstr "" +"debug <option>: Send various debug information to the current " +"conversation." +msgstr "debug <võti>: Silumisteabe saatmine käesolevasse vestlusesse." -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/signals-test.c:684 -msgid "Signals Test" -msgstr "" +#: ../console/gntconv.c:648 ../gtk/gtkconv.c:6654 +msgid "clear: Clears the conversation scrollback." +msgstr "clear: Vestluse tagasikerimise puhastamine." -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/signals-test.c:687 ../plugins/signals-test.c:689 -msgid "Test to see that all signals are working properly." -msgstr "" +#: ../console/gntconv.c:651 ../gtk/gtkconv.c:6657 +msgid "help <command>: Help on a specific command." +msgstr "help <käsk>: Abiteave käsu kohta." -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/simple.c:34 -msgid "Simple Plugin" +#: ../console/gntconv.c:656 +msgid "plugins: Show the plugins window." msgstr "" -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/simple.c:37 ../plugins/simple.c:39 -msgid "Tests to see that most things are working." +#: ../console/gntconv.c:659 +msgid "buddylist: Show the buddylist." msgstr "" -#: ../plugins/spellchk.c:1918 -msgid "Duplicate Correction" +#: ../console/gntconv.c:662 +msgid "accounts: Show the accounts window." msgstr "" -#: ../plugins/spellchk.c:1919 -msgid "The specified word already exists in the correction list." +#: ../console/gntconv.c:665 +msgid "debugwin: Show the debug window." msgstr "" -#: ../plugins/spellchk.c:2128 -msgid "Text Replacements" -msgstr "Tekstiasendused" - -#: ../plugins/spellchk.c:2151 -msgid "You type" -msgstr "Sina tipid" - -#: ../plugins/spellchk.c:2165 -msgid "You send" -msgstr "Tekst saaadetakse kui" - -#: ../plugins/spellchk.c:2179 -msgid "Whole words only" +#: ../console/gntconv.c:668 +msgid "prefs: Show the preference window." msgstr "" -#: ../plugins/spellchk.c:2191 -msgid "Case sensitive" +#: ../console/gntconv.c:671 +msgid "statuses: Show the savedstatuses window." msgstr "" -#: ../plugins/spellchk.c:2217 -msgid "Add a new text replacement" -msgstr "Uue asenduse lisamine" +#: ../console/gntdebug.c:203 ../console/gntui.c:72 ../gtk/gtkdebug.c:708 +msgid "Debug Window" +msgstr "Silumisaken" -#: ../plugins/spellchk.c:2233 -msgid "You _type:" -msgstr "Sina _tipid:" +#. XXX: Setting the GROW_Y for the following widgets don't make sense. But right now +#. * it's necessary to make the width of the debug window resizable ... like I said, +#. * it doesn't make sense. The bug is likely in the packing in gntbox.c. +#. +#: ../console/gntdebug.c:220 ../gtk/gtkdebug.c:767 +msgid "Clear" +msgstr "Puhastamine" -#: ../plugins/spellchk.c:2250 -msgid "You _send:" -msgstr "Tekst saadetakse _kui:" +#: ../console/gntdebug.c:225 ../gtk/gtkdebug.c:776 +msgid "Pause" +msgstr "Paus" -#. Created here so it can be passed to whole_words_button_toggled. -#: ../plugins/spellchk.c:2262 -msgid "_Exact case match (uncheck for automatic case handling)" -msgstr "" +#: ../console/gntdebug.c:230 ../gtk/gtkdebug.c:783 ../gtk/gtkdebug.c:784 +msgid "Timestamps" +msgstr "Ajatemplid" -#: ../plugins/spellchk.c:2264 -msgid "Only replace _whole words" -msgstr "" +#: ../console/gntgaim.c:166 +#, c-format +msgid "%s. Try `%s -h' for more information.\n" +msgstr "%s. Täpsemate andmete saamiseks kasuta `%s -h'.\n" -#: ../plugins/spellchk.c:2289 -msgid "General Text Replacement Options" -msgstr "Üldised tekstiasenduse valikud" - -#: ../plugins/spellchk.c:2290 -msgid "Enable replacement of last word on send" +#: ../console/gntgaim.c:168 +#, c-format +msgid "" +"%s\n" +"Usage: %s [OPTION]...\n" +"\n" +" -c, --config=DIR use DIR for config files\n" +" -d, --debug print debugging messages to stdout\n" +" -h, --help display this help and exit\n" +" -n, --nologin don't automatically login\n" +" -v, --version display the current version and exit\n" msgstr "" +"%s\n" +"Kasutamine: %s [VÕTI]...\n" +"\n" +" -c, --config=KATALOOG KATALOOGi kasutamine seadistusfailide jaoks\n" +" -d, --debug silumisteadete väljastamine standardväljundisse\n" +" -h, --help selle abiteate kuvamine ja programmi töö " +"lõpetamine\n" +" -n, --nologin automaatse sisselogimise keelamine\n" +" -v, --version käesoleva versiooni kuvamine ja programmi töö\n" +" lõpetamine\n" -#: ../plugins/spellchk.c:2315 -msgid "Text replacement" -msgstr "Tekstiasendaja" +#. * +#. * A wrapper for gaim_request_action() that uses @c OK and @c Cancel buttons. +#. +#: ../console/gntnotify.c:79 ../gtk/gtkblist.c:3776 ../gtk/gtkdialogs.c:666 +#: ../gtk/gtkdialogs.c:803 ../gtk/gtkdialogs.c:894 ../gtk/gtkrequest.c:269 +#: ../libgaim/account.c:963 ../libgaim/account.c:1134 +#: ../libgaim/protocols/gg/gg.c:497 ../libgaim/protocols/gg/gg.c:655 +#: ../libgaim/protocols/gg/gg.c:791 ../libgaim/protocols/jabber/jabber.c:1351 +#: ../libgaim/protocols/jabber/xdata.c:337 ../libgaim/protocols/msn/msn.c:250 +#: ../libgaim/protocols/msn/msn.c:265 ../libgaim/protocols/msn/msn.c:280 +#: ../libgaim/protocols/msn/msn.c:295 ../libgaim/protocols/oscar/oscar.c:1386 +#: ../libgaim/protocols/oscar/oscar.c:2150 +#: ../libgaim/protocols/oscar/oscar.c:2237 +#: ../libgaim/protocols/oscar/oscar.c:5731 +#: ../libgaim/protocols/oscar/oscar.c:5935 +#: ../libgaim/protocols/oscar/oscar.c:5960 +#: ../libgaim/protocols/oscar/oscar.c:6016 +#: ../libgaim/protocols/silc/buddy.c:466 +#: ../libgaim/protocols/silc/buddy.c:1182 ../libgaim/protocols/silc/chat.c:424 +#: ../libgaim/protocols/silc/chat.c:462 ../libgaim/protocols/silc/chat.c:725 +#: ../libgaim/protocols/silc/ops.c:1297 ../libgaim/protocols/silc/ops.c:1909 +#: ../libgaim/protocols/silc/silc.c:753 +#: ../libgaim/protocols/yahoo/yahoo.c:3213 +#: ../libgaim/protocols/yahoo/yahoo.c:3222 ../libgaim/request.h:1344 +msgid "OK" +msgstr "Olgu" -#: ../plugins/spellchk.c:2317 ../plugins/spellchk.c:2318 -msgid "Replaces text in outgoing messages according to user-defined rules." -msgstr "" -"Asendab väljaminevates sõnumites teksti vastavalt kasutaja poolt määratud " -"reeglitele" +#: ../console/gntnotify.c:146 +msgid "Emails" +msgstr "E-postid" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ssl/ssl-gnutls.c:251 -msgid "GNUTLS" -msgstr "GNUTLS" +#: ../console/gntnotify.c:152 ../console/gntnotify.c:206 +msgid "You have mail!" +msgstr "Sulle on e-sõnum!" -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/ssl/ssl-gnutls.c:254 ../plugins/ssl/ssl-gnutls.c:256 -msgid "Provides SSL support through GNUTLS." -msgstr "SSL toe tagamine GNUTLS-i abil." +#: ../console/gntnotify.c:155 ../gtk/gtknotify.c:414 +#: ../libgaim/protocols/jabber/jabber.c:1147 +msgid "From" +msgstr "Saatja" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ssl/ssl-nss.c:412 -msgid "NSS" -msgstr "NSS" +#: ../console/gntnotify.c:155 ../gtk/gtknotify.c:423 +msgid "Subject" +msgstr "Teema" -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/ssl/ssl-nss.c:415 ../plugins/ssl/ssl-nss.c:417 -msgid "Provides SSL support through Mozilla NSS." -msgstr "SSL toe tagamine Mozilla NSS_i abil." +#: ../console/gntnotify.c:163 ../console/gntplugin.c:193 +#: ../console/gntplugin.c:274 ../console/gntstatus.c:206 +#: ../gtk/gtkrequest.c:272 ../libgaim/protocols/msn/msn.c:357 +#: ../libgaim/protocols/silc/util.c:377 +msgid "Close" +msgstr "Sulge" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ssl/ssl.c:94 -msgid "SSL" -msgstr "SSL" +#: ../console/gntnotify.c:182 +#, fuzzy, c-format +msgid "%s (%s) has %d new message." +msgid_plural "%s (%s) has %d new messages." +msgstr[0] "%s sai %d uue sõnumi." +msgstr[1] "%s sai %d uut sõnumit." -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/ssl/ssl.c:97 ../plugins/ssl/ssl.c:99 -msgid "Provides a wrapper around SSL support libraries." -msgstr "" +#: ../console/gntnotify.c:206 ../gtk/gtknotify.c:332 +msgid "New Mail" +msgstr "Uus e-sõnum" -#: ../plugins/statenotify.c:50 +#: ../console/gntnotify.c:229 ../gtk/gtknotify.c:849 +#: ../libgaim/protocols/oscar/oscar.c:2610 #, c-format -msgid "%s is no longer away." -msgstr "%s pole enam eemal." +msgid "Info for %s" +msgstr "Andmed: %s" -#: ../plugins/statenotify.c:52 -#, c-format -msgid "%s has gone away." -msgstr "%s läks eemale." +#: ../console/gntnotify.c:230 ../gtk/gtknotify.c:850 +#: ../libgaim/protocols/toc/toc.c:476 +msgid "Buddy Information" +msgstr "Sõbra andmed" -#: ../plugins/statenotify.c:62 -#, c-format -msgid "%s has become idle." -msgstr "%s on jõude." +#: ../console/gntnotify.c:303 +msgid "Continue" +msgstr "Jätka" -#: ../plugins/statenotify.c:64 -#, c-format -msgid "%s is no longer idle." -msgstr "%s pole enam jõude." +#: ../console/gntnotify.c:309 ../gtk/gtkconv.c:1608 ../gtk/gtkdebug.c:862 +msgid "Info" +msgstr "Andmed" -#: ../plugins/statenotify.c:73 -#, c-format -msgid "%s has signed on." -msgstr "%s logis sisse." +#: ../console/gntnotify.c:312 ../gtk/gtkconv.c:1569 +msgid "IM" +msgstr "Välksõnum" -#: ../plugins/statenotify.c:91 -msgid "Notify When" -msgstr "Millal teavitatakse" +#: ../console/gntnotify.c:315 +msgid "Join" +msgstr "Ühine" -#: ../plugins/statenotify.c:94 -msgid "Buddy Goes _Away" -msgstr "Kui sõber läheb _eemale" +#: ../console/gntnotify.c:318 ../libgaim/protocols/sametime/sametime.c:3448 +msgid "Invite" +msgstr "Kutsu" -#: ../plugins/statenotify.c:97 -msgid "Buddy Goes _Idle" -msgstr "Kui sõber on _tegevuseta" +#: ../console/gntnotify.c:321 +msgid "(none)" +msgstr "(puudub)" -#: ../plugins/statenotify.c:100 -msgid "Buddy _Signs On/Off" -msgstr "Sõber logib s_isse või välja" - -#. *< type -#. *< ui_req... [truncated message content] |
From: <bo...@us...> - 2006-10-25 15:50:29
|
Revision: 17583 http://svn.sourceforge.net/gaim/?rev=17583&view=rev Author: boler Date: 2006-10-25 08:50:14 -0700 (Wed, 25 Oct 2006) Log Message: ----------- I believe this link is now intended for the beta4 users. Also URL of libgadu's source distribution has changed. Modified Paths: -------------- web/htdocs/faq.php web/htdocs/faq2.txt Modified: web/htdocs/faq.php =================================================================== --- web/htdocs/faq.php 2006-10-25 12:53:41 UTC (rev 17582) +++ web/htdocs/faq.php 2006-10-25 15:50:14 UTC (rev 17583) @@ -7,7 +7,7 @@ <h1>Frequently Asked Questions</h1> <p><i>Frequently asked questions specific to Windows have their own <a href="/win32">FAQ</a>.</i></p> -<p><i>For those users testing <a href="http://sourceforge.net/project/showfiles.php?group_id=235&package_id=253&release_id=405479">2.0.0beta3</a>, we have an updated <a href="faq2.php">FAQ</a>.</i></p> +<p><i>For those users testing <a href="http://sourceforge.net/project/showfiles.php?group_id=235&package_id=253&release_id=456679">2.0.0beta4</a>, we have an updated <a href="faq2.php">FAQ</a>.</i></p> <? /* The Q&A begins here */ $faq = file("./faq.txt"); Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-10-25 12:53:41 UTC (rev 17582) +++ web/htdocs/faq2.txt 2006-10-25 15:50:14 UTC (rev 17583) @@ -907,7 +907,7 @@ A: We now use an external libgadu. Install your distro's libgadu-dev or libgadu-devel package and rebuild Gaim (making sure to rerun <code>./configure</code>). If your distro doesn't provide libgadu, you can download it from -<a href="http://dev.null.pl/ekg/libgadu-current.tar.gz">http://dev.null.pl/ekg/libgadu-current.tar.gz</a>. +<a href="http://toxygen.net/libgadu/files/libgadu-1.7.0.tar.gz">http://toxygen.net/libgadu/files/libgadu-1.7.0.tar.gz</a>. Unpack the tarball and run: <pre><code>./autogen.sh --prefix=/usr --disable-libgadu-openssl --disable-static --enable-shared make This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nos...@us...> - 2006-10-25 12:53:50
|
Revision: 17582 http://svn.sourceforge.net/gaim/?rev=17582&view=rev Author: nosnilmot Date: 2006-10-25 05:53:41 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Unleak Modified Paths: -------------- trunk/gtk/gtkconv.c Modified: trunk/gtk/gtkconv.c =================================================================== --- trunk/gtk/gtkconv.c 2006-10-25 12:51:22 UTC (rev 17581) +++ trunk/gtk/gtkconv.c 2006-10-25 12:53:41 UTC (rev 17582) @@ -4643,6 +4643,8 @@ G_CALLBACK(buddytag_event), conv); } + g_free(str); + return buddytag; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nos...@us...> - 2006-10-25 12:51:32
|
Revision: 17581 http://svn.sourceforge.net/gaim/?rev=17581&view=rev Author: nosnilmot Date: 2006-10-25 05:51:22 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Check to make sure UI ops exist for network_connected and network_disconnected before calling them. Thanks to plaes on #gaim who says this fixes some gaim-text crashes. Modified Paths: -------------- trunk/libgaim/network.c Modified: trunk/libgaim/network.c =================================================================== --- trunk/libgaim/network.c 2006-10-25 12:14:23 UTC (rev 17580) +++ trunk/libgaim/network.c 2006-10-25 12:51:22 UTC (rev 17581) @@ -436,9 +436,10 @@ gaim_debug_info("network", "Received Network Change Notification. Current network count is %d, previous count was %d.\n", new_count, current_network_count); - if (new_count > 0) { + if (new_count > 0 && ui_ops != NULL && ui_ops->network_connected != NULL) { ui_ops->network_connected(); - } else if (new_count == 0 && current_network_count > 0) { + } else if (new_count == 0 && current_network_count > 0 && + ui_ops != NULL && ui_ops->network_disconnected != NULL) { ui_ops->network_disconnected(); } @@ -548,13 +549,15 @@ case LIBNM_ACTIVE_NETWORK_CONNECTION: /* Call res_init in case DNS servers have changed */ res_init(); - ui_ops->network_connected(); + if (ui_ops != NULL && ui_ops->network_connected != NULL) + ui_ops->network_connected(); prev = current; break; case LIBNM_NO_NETWORK_CONNECTION: if (prev != LIBNM_ACTIVE_NETWORK_CONNECTION) break; - ui_ops->network_disconnected(); + if (ui_ops != NULL && ui_ops->network_disconnected != NULL) + ui_ops->network_disconnected(); prev = current; break; case LIBNM_NO_DBUS: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2006-10-25 12:14:27
|
Revision: 17580 http://svn.sourceforge.net/gaim/?rev=17580&view=rev Author: faceprint Date: 2006-10-25 05:14:23 -0700 (Wed, 25 Oct 2006) Log Message: ----------- sizeof() != strlen(), and there was a cleaner way to do this anyways Modified Paths: -------------- trunk/gtk/gtkconv.c Modified: trunk/gtk/gtkconv.c =================================================================== --- trunk/gtk/gtkconv.c 2006-10-25 07:19:20 UTC (rev 17579) +++ trunk/gtk/gtkconv.c 2006-10-25 12:14:23 UTC (rev 17580) @@ -4627,11 +4627,9 @@ static GtkTextTag *get_buddy_tag(GaimConversation *conv, const char *who) { GaimGtkConversation *gtkconv = GAIM_GTK_CONVERSATION(conv); GtkTextTag *buddytag; - /* strlen("BUDDY ") == 6 */ - gchar str[strlen(who) + 7]; + gchar *str; - g_snprintf(str, sizeof(str), "BUDDY %s", who); - str[sizeof(str)] = '\0'; + str = g_strdup_printf("BUDDY %s", who); buddytag = gtk_text_tag_table_lookup( gtk_text_buffer_get_tag_table( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2006-10-25 07:19:24
|
Revision: 17579 http://svn.sourceforge.net/gaim/?rev=17579&view=rev Author: seanegan Date: 2006-10-25 00:19:20 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Blink icon preference Modified Paths: -------------- trunk/gtk/gtkdocklet.c Modified: trunk/gtk/gtkdocklet.c =================================================================== --- trunk/gtk/gtkdocklet.c 2006-10-24 22:09:56 UTC (rev 17578) +++ trunk/gtk/gtkdocklet.c 2006-10-25 07:19:20 UTC (rev 17579) @@ -111,7 +111,7 @@ static gboolean docklet_update_status() { - GList *convs; + GList *convs = NULL; GList *l; int count; DockletStatus newstatus = DOCKLET_STATUS_OFFLINE; @@ -208,9 +208,10 @@ ui_ops->update_icon(status); /* and schedule the blinker function if messages are pending */ - if ((status == DOCKLET_STATUS_ONLINE_PENDING - || status == DOCKLET_STATUS_AWAY_PENDING) - && docklet_blinking_timer == 0) { + if (gaim_prefs_get_bool("/gaim/gtk/docklet/blink") && + (status == DOCKLET_STATUS_ONLINE_PENDING + || status == DOCKLET_STATUS_AWAY_PENDING) + && docklet_blinking_timer == 0) { docklet_blinking_timer = g_timeout_add(500, docklet_blink_icon, NULL); } } @@ -289,6 +290,12 @@ } static void +docklet_toggle_blink(GtkWidget *toggle, void *data) +{ + gaim_prefs_set_bool("/gaim/gtk/docklet/blink", GTK_CHECK_MENU_ITEM(toggle)->active); +} + +static void docklet_toggle_blist(GtkWidget *toggle, void *data) { gaim_blist_set_visible(GTK_CHECK_MENU_ITEM(toggle)->active); @@ -502,6 +509,11 @@ gtk_widget_set_sensitive(GTK_WIDGET(menuitem), FALSE); g_signal_connect(G_OBJECT(menuitem), "toggled", G_CALLBACK(docklet_toggle_mute), NULL); gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); + + menuitem = gtk_check_menu_item_new_with_label(_("Blink on new message")); + gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), gaim_prefs_get_bool("/gaim/gtk/docklet/blink")); + g_signal_connect(G_OBJECT(menuitem), "toggled", G_CALLBACK(docklet_toggle_blink), NULL); + gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); gaim_separator(menu); @@ -586,6 +598,10 @@ void *conv_handle = gaim_conversations_get_handle(); void *accounts_handle = gaim_accounts_get_handle(); void *docklet_handle = gaim_gtk_docklet_get_handle(); + + gaim_prefs_add_none("/gaim/gtk/docklet"); + gaim_prefs_add_bool("/gaim/gtk/docklet/blink", FALSE); + gaim_prefs_add_string("/gaim/gtk/docklet/show", "always"); docklet_ui_init(); if (ui_ops && ui_ops->create) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2006-10-24 22:09:58
|
Revision: 17578 http://svn.sourceforge.net/gaim/?rev=17578&view=rev Author: thekingant Date: 2006-10-24 15:09:56 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Some of these were out of order Modified Paths: -------------- trunk/libgaim/protocols/oscar/family_locate.c Modified: trunk/libgaim/protocols/oscar/family_locate.c =================================================================== --- trunk/libgaim/protocols/oscar/family_locate.c 2006-10-24 19:57:20 UTC (rev 17577) +++ trunk/libgaim/protocols/oscar/family_locate.c 2006-10-24 22:09:56 UTC (rev 17578) @@ -94,18 +94,6 @@ {0x09, 0x46, 0x01, 0xff, 0x4c, 0x7f, 0x11, 0xd1, 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, - {OSCAR_CAPABILITY_GENERICUNKNOWN, - {0x09, 0x46, 0xf0, 0x03, 0x4c, 0x7f, 0x11, 0xd1, - 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, - - {OSCAR_CAPABILITY_GENERICUNKNOWN, - {0x09, 0x46, 0xf0, 0x04, 0x4c, 0x7f, 0x11, 0xd1, - 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, - - {OSCAR_CAPABILITY_GENERICUNKNOWN, - {0x09, 0x46, 0xf0, 0x05, 0x4c, 0x7f, 0x11, 0xd1, - 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, - {OSCAR_CAPABILITY_HIPTOP, {0x09, 0x46, 0x13, 0x23, 0x4c, 0x7f, 0x11, 0xd1, 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, @@ -176,6 +164,18 @@ {0x09, 0x46, 0x13, 0x4e, 0x4c, 0x7f, 0x11, 0xd1, 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, + {OSCAR_CAPABILITY_GENERICUNKNOWN, + {0x09, 0x46, 0xf0, 0x03, 0x4c, 0x7f, 0x11, 0xd1, + 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, + + {OSCAR_CAPABILITY_GENERICUNKNOWN, + {0x09, 0x46, 0xf0, 0x04, 0x4c, 0x7f, 0x11, 0xd1, + 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, + + {OSCAR_CAPABILITY_GENERICUNKNOWN, + {0x09, 0x46, 0xf0, 0x05, 0x4c, 0x7f, 0x11, 0xd1, + 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, + {OSCAR_CAPABILITY_UNICODEOLD, {0x2e, 0x7a, 0x64, 0x75, 0xfa, 0xdf, 0x4d, 0xc8, 0x88, 0x6f, 0xea, 0x35, 0x95, 0xfd, 0xb6, 0xdf}}, @@ -193,15 +193,15 @@ {0x74, 0x8f, 0x24, 0x20, 0x62, 0x87, 0x11, 0xd1, 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, - {OSCAR_CAPABILITY_ICQRTF, - {0x97, 0xb1, 0x27, 0x51, 0x24, 0x3c, 0x43, 0x34, - 0xad, 0x22, 0xd6, 0xab, 0xf7, 0x3f, 0x14, 0x92}}, - /* This is added by the servers and it only shows up for ourselves... */ {OSCAR_CAPABILITY_GENERICUNKNOWN, {0x97, 0xb1, 0x27, 0x51, 0x24, 0x3c, 0x43, 0x34, 0xad, 0x22, 0xd6, 0xab, 0xf7, 0x3f, 0x14, 0x09}}, + {OSCAR_CAPABILITY_ICQRTF, + {0x97, 0xb1, 0x27, 0x51, 0x24, 0x3c, 0x43, 0x34, + 0xad, 0x22, 0xd6, 0xab, 0xf7, 0x3f, 0x14, 0x92}}, + {OSCAR_CAPABILITY_APINFO, {0xaa, 0x4a, 0x32, 0xb5, 0xf8, 0x84, 0x48, 0xc6, 0xa3, 0xd7, 0x8c, 0x50, 0x97, 0x19, 0xfd, 0x5b}}, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lsc...@us...> - 2006-10-24 20:11:14
|
Revision: 17577 http://svn.sourceforge.net/gaim/?rev=17577&view=rev Author: lschiere Date: 2006-10-24 12:57:20 -0700 (Tue, 24 Oct 2006) Log Message: ----------- new translation Modified Paths: -------------- trunk/configure.ac trunk/gtk/gtkdialogs.c trunk/po/ChangeLog Added Paths: ----------- trunk/po/eo.po Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-10-24 19:49:18 UTC (rev 17576) +++ trunk/configure.ac 2006-10-24 19:57:20 UTC (rev 17577) @@ -47,7 +47,7 @@ ;; esac -ALL_LINGUAS="am ar az bg bn bs ca ca@valencia cs da de el en_AU en_CA en_GB es et eu fa fi fr gl gu he hi hu it ja ka ko ku lt mk my_MM nb ne nl nn pa pl pt_BR pt ro ru sk sl sq sr sr@Latn sv ta te th tr uk vi xh zh_CN zh_TW" +ALL_LINGUAS="am ar az bg bn bs ca ca@valencia cs da de el en_AU en_CA en_GB eo es et eu fa fi fr gl gu he hi hu it ja ka ko ku lt mk my_MM nb ne nl nn pa pl pt_BR pt ro ru sk sl sq sr sr@Latn sv ta te th tr uk vi xh zh_CN zh_TW" AM_GLIB_GNU_GETTEXT dnl we don't use autobreak on cygwin!! Modified: trunk/gtk/gtkdialogs.c =================================================================== --- trunk/gtk/gtkdialogs.c 2006-10-24 19:49:18 UTC (rev 17576) +++ trunk/gtk/gtkdialogs.c 2006-10-24 19:57:20 UTC (rev 17577) @@ -130,6 +130,7 @@ {N_("Australian English"), "en_AU", "Peter Lawler", "tr...@si..."}, {N_("Canadian English"), "en_CA", "Adam Weinberger", "ad...@gn..."}, {N_("British English"), "en_GB", "Luke Ross", "luk...@sy..."}, + {N_("Esperanto"), "eo", "Stéphane Fillod", "fi...@us..."}, {N_("Spanish"), "es", "Javier Fernández-Sanguino Peña", "jf...@de..."}, {N_("Euskera(Basque)"), "eu", "Hizkuntza Politikarako Sailburuordetza", "hi...@ej..."}, {N_("Euskera(Basque)"), "eu", "Iñaki Larrañaga Murgoitio", "do...@zu..."}, Modified: trunk/po/ChangeLog =================================================================== --- trunk/po/ChangeLog 2006-10-24 19:49:18 UTC (rev 17576) +++ trunk/po/ChangeLog 2006-10-24 19:57:20 UTC (rev 17577) @@ -13,6 +13,7 @@ * Dutch translation updated (Roy Spliet, Vincent van Adrighem) * English (British) translation updated (Stu Tomlinson and Luke Ross) * English (Canadian) translation updated (Adam Weinberger) + * Esperanto translation added (Stéphane Fillod) * Estonian translation updated (Ivar Smolin) * Euskera (Basque) translation added (Hizkuntza Politikarako Sailburuordetza and Iñaki Larrañaga Murgoitio) Added: trunk/po/eo.po =================================================================== --- trunk/po/eo.po (rev 0) +++ trunk/po/eo.po 2006-10-24 19:57:20 UTC (rev 17577) @@ -0,0 +1,14251 @@ +# translation of eo.po to Esperanto +# Gaim Esperanto translation +# +# Copyright (C) 2006, Stéphane Fillod <fi...@us...> +# +# Stéphane Fillod <f8...@fr...>, 2006. +# This file is distributed under the same license as the Gaim package. +msgid "" +msgstr "" +"Project-Id-Version: eo\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-10-21 14:28+0200\n" +"PO-Revision-Date: 2006-10-22 01:57+0200\n" +"Last-Translator: Stéphane Fillod <f8...@fr...>\n" +"Language-Team: Esperanto <eo...@li...>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.2\n" + +#: ../gaim.desktop.in.h:1 +msgid "Gaim Internet Messenger" +msgstr "Gaim Interreta Mesaĝilo" + +#: ../gaim.desktop.in.h:2 +msgid "Internet Messenger" +msgstr "Interreta Mesaĝilo" + +#: ../gaim.desktop.in.h:3 +msgid "Send instant messages over multiple protocols" +msgstr "Sendu tujmesaĝojn per pluraj protokoloj" + +#: ../console/gntaccount.c:119 ../console/gntblist.c:250 +#: ../console/gntblist.c:368 ../console/gntblist.c:381 +#: ../console/gntplugin.c:169 ../console/gntplugin.c:214 +#: ../console/gntstatus.c:291 ../console/gntstatus.c:299 +#: ../libgaim/protocols/jabber/buddy.c:1363 +#: ../libgaim/protocols/jabber/chat.c:677 +#: ../libgaim/protocols/jabber/chat.c:688 +#: ../libgaim/protocols/jabber/jabber.c:1197 +#: ../libgaim/protocols/qq/group_join.c:322 +#: ../libgaim/protocols/silc/ops.c:1449 +msgid "Error" +msgstr "Eraro" + +#: ../console/gntaccount.c:119 +msgid "Account was not added" +msgstr "Konto ne estis aldonita" + +#: ../console/gntaccount.c:120 +msgid "Screenname of an account must be non-empty." +msgstr "Ekrannomo de konto ne devas esti malplena." + +#: ../console/gntaccount.c:423 ../gtk/gtkaccount.c:558 +msgid "New mail notifications" +msgstr "Nova retpoŝto avizoj" + +#: ../console/gntaccount.c:433 ../gtk/gtkaccount.c:487 +msgid "Remember password" +msgstr "Memoru pasvorton" + +#: ../console/gntaccount.c:474 ../gtk/gtkaccount.c:1400 ../gtk/gtkblist.c:3777 +msgid "Modify Account" +msgstr "Ŝanĝu Konton" + +#: ../console/gntaccount.c:474 +msgid "New Account" +msgstr "Nova Konto" + +#: ../console/gntaccount.c:500 ../gtk/gtkaccount.c:399 ../gtk/gtkft.c:695 +msgid "Protocol:" +msgstr "Protokolo:" + +#: ../console/gntaccount.c:508 ../gtk/gtkaccount.c:404 ../gtk/gtkblist.c:4920 +#: ../gtk/plugins/gevolution/new_person_dialog.c:295 +msgid "Screen name:" +msgstr "Ekrannomo:" + +#: ../console/gntaccount.c:521 ../gtk/gtkaccount.c:478 +msgid "Password:" +msgstr "Pasvorton:" + +#: ../console/gntaccount.c:531 ../gtk/gtkblist.c:4941 ../gtk/gtkblist.c:5306 +msgid "Alias:" +msgstr "Alinomo:" + +#. Cancel +#: ../console/gntaccount.c:554 ../console/gntaccount.c:615 +#: ../console/gntaccount.c:834 ../console/gntblist.c:291 +#: ../console/gntblist.c:358 ../console/gntblist.c:391 +#: ../console/gntblist.c:712 ../console/gntblist.c:893 +#: ../console/gntblist.c:984 ../console/gntprefs.c:224 +#: ../console/gntstatus.c:139 ../console/gntstatus.c:471 +#: ../console/gntstatus.c:596 ../gtk/gtkaccount.c:1833 +#: ../gtk/gtkaccount.c:2303 ../gtk/gtkblist.c:5362 ../gtk/gtkdialogs.c:668 +#: ../gtk/gtkdialogs.c:805 ../gtk/gtkdialogs.c:896 ../gtk/gtkdialogs.c:915 +#: ../gtk/gtkdialogs.c:937 ../gtk/gtkdialogs.c:957 ../gtk/gtkdialogs.c:1001 +#: ../gtk/gtkdialogs.c:1039 ../gtk/gtkdialogs.c:1093 ../gtk/gtkdialogs.c:1130 +#: ../gtk/gtkdialogs.c:1155 ../gtk/gtkimhtmltoolbar.c:419 +#: ../gtk/gtkplugin.c:296 ../gtk/gtkpounce.c:1088 ../gtk/gtkprivacy.c:566 +#: ../gtk/gtkprivacy.c:579 ../gtk/gtkprivacy.c:604 ../gtk/gtkprivacy.c:615 +#: ../gtk/gtkrequest.c:270 ../gtk/gtksavedstatuses.c:296 +#: ../libgaim/account.c:964 ../libgaim/account.c:1135 +#: ../libgaim/account.c:1169 ../libgaim/conversation.c:1164 +#: ../libgaim/protocols/gg/gg.c:498 ../libgaim/protocols/gg/gg.c:656 +#: ../libgaim/protocols/gg/gg.c:792 ../libgaim/protocols/gg/gg.c:871 +#: ../libgaim/protocols/jabber/buddy.c:588 +#: ../libgaim/protocols/jabber/buddy.c:1725 +#: ../libgaim/protocols/jabber/buddy.c:1759 +#: ../libgaim/protocols/jabber/chat.c:780 +#: ../libgaim/protocols/jabber/jabber.c:854 +#: ../libgaim/protocols/jabber/jabber.c:1352 +#: ../libgaim/protocols/jabber/xdata.c:338 ../libgaim/protocols/msn/msn.c:251 +#: ../libgaim/protocols/msn/msn.c:266 ../libgaim/protocols/msn/msn.c:281 +#: ../libgaim/protocols/msn/msn.c:296 ../libgaim/protocols/msn/msn.c:313 +#: ../libgaim/protocols/oscar/oscar.c:1387 +#: ../libgaim/protocols/oscar/oscar.c:2151 +#: ../libgaim/protocols/oscar/oscar.c:2190 +#: ../libgaim/protocols/oscar/oscar.c:2238 +#: ../libgaim/protocols/oscar/oscar.c:5732 +#: ../libgaim/protocols/oscar/oscar.c:5784 +#: ../libgaim/protocols/oscar/oscar.c:5936 +#: ../libgaim/protocols/oscar/oscar.c:5961 +#: ../libgaim/protocols/oscar/oscar.c:6017 +#: ../libgaim/protocols/oscar/oscar.c:6086 +#: ../libgaim/protocols/oscar/peer.c:991 +#: ../libgaim/protocols/qq/buddy_info.c:480 +#: ../libgaim/protocols/qq/buddy_opt.c:210 +#: ../libgaim/protocols/qq/buddy_opt.c:400 ../libgaim/protocols/qq/group.c:122 +#: ../libgaim/protocols/qq/group_join.c:136 +#: ../libgaim/protocols/qq/group_join.c:357 +#: ../libgaim/protocols/qq/group_opt.c:140 +#: ../libgaim/protocols/qq/group_opt.c:390 ../libgaim/protocols/qq/qq.c:459 +#: ../libgaim/protocols/qq/sendqueue.c:201 +#: ../libgaim/protocols/qq/sys_msg.c:102 ../libgaim/protocols/qq/sys_msg.c:157 +#: ../libgaim/protocols/qq/sys_msg.c:245 +#: ../libgaim/protocols/sametime/sametime.c:3364 +#: ../libgaim/protocols/sametime/sametime.c:3449 +#: ../libgaim/protocols/sametime/sametime.c:3619 +#: ../libgaim/protocols/sametime/sametime.c:5320 +#: ../libgaim/protocols/sametime/sametime.c:5409 +#: ../libgaim/protocols/sametime/sametime.c:5533 +#: ../libgaim/protocols/silc/buddy.c:467 +#: ../libgaim/protocols/silc/buddy.c:1078 +#: ../libgaim/protocols/silc/buddy.c:1183 ../libgaim/protocols/silc/chat.c:597 +#: ../libgaim/protocols/silc/chat.c:726 ../libgaim/protocols/silc/ops.c:1910 +#: ../libgaim/protocols/silc/silc.c:754 ../libgaim/protocols/silc/silc.c:959 +#: ../libgaim/protocols/yahoo/yahoo.c:3214 +#: ../libgaim/protocols/yahoo/yahoo.c:3223 ../libgaim/request.h:1344 +#: ../libgaim/request.h:1354 +msgid "Cancel" +msgstr "Rezignu" + +#. Save +#: ../console/gntaccount.c:558 ../console/gntprefs.c:224 +#: ../console/gntstatus.c:474 ../console/gntstatus.c:584 ../gtk/gtkdebug.c:762 +#: ../gtk/gtkrequest.c:276 ../libgaim/account.c:1168 +#: ../libgaim/protocols/jabber/buddy.c:587 +msgid "Save" +msgstr "Konservu" + +#: ../console/gntaccount.c:610 ../gtk/gtkaccount.c:1827 +#: ../gtk/gtksavedstatuses.c:293 +#, c-format +msgid "Are you sure you want to delete %s?" +msgstr "Ĉu vi certas vi volas forigi %s-n?" + +#. Close any other opened delete window +#: ../console/gntaccount.c:614 +msgid "Delete Account" +msgstr "Forigu Konton" + +#: ../console/gntaccount.c:615 ../console/gntaccount.c:681 +#: ../console/gntstatus.c:139 ../console/gntstatus.c:201 +#: ../gtk/gtkaccount.c:1832 ../gtk/gtkpounce.c:1087 ../gtk/gtkrequest.c:273 +#: ../gtk/gtksavedstatuses.c:295 +msgid "Delete" +msgstr "Forigu" + +#: ../console/gntaccount.c:644 ../console/gntblist.c:1780 +#: ../console/gntui.c:70 ../gtk/gtkaccount.c:2135 ../gtk/gtkdocklet.c:493 +msgid "Accounts" +msgstr "Kontoj" + +#: ../console/gntaccount.c:650 +msgid "You can enable/disable accounts from the following list." +msgstr "Vi povas ŝalti/malŝalti kontojn de la jena listo." + +#: ../console/gntaccount.c:673 ../console/gntaccount.c:833 +#: ../console/gntblist.c:291 ../console/gntblist.c:358 +#: ../console/gntblist.c:391 ../console/gntnotify.c:306 +#: ../console/gntstatus.c:191 ../gtk/gtkaccount.c:2302 ../gtk/gtkblist.c:5361 +#: ../gtk/gtkconv.c:1632 ../gtk/gtkrequest.c:274 +#: ../libgaim/protocols/gg/gg.c:870 ../libgaim/protocols/oscar/oscar.c:2429 +#: ../libgaim/protocols/qq/sys_msg.c:102 ../libgaim/protocols/qq/sys_msg.c:157 +#: ../libgaim/protocols/qq/sys_msg.c:245 +#: ../libgaim/protocols/sametime/sametime.c:5408 +#: ../libgaim/protocols/silc/chat.c:596 +msgid "Add" +msgstr "Aldonu" + +#: ../console/gntaccount.c:677 +msgid "Modify" +msgstr "Ŝanĝu" + +#: ../console/gntaccount.c:758 ../gtk/gtkaccount.c:2251 +#, c-format +msgid "%s%s%s%s has made %s his or her buddy%s%s" +msgstr "%s%s%s%s faris %s-n sia kunul%s%s" + +#: ../console/gntaccount.c:831 ../gtk/gtkaccount.c:2300 +msgid "Add buddy to your list?" +msgstr "Aldonu kunulon al via listo?" + +#: ../console/gntblist.c:242 +msgid "You must provide a screename for the buddy." +msgstr "Vi devas enigi ekrannomon por la kunul." + +#: ../console/gntblist.c:244 +msgid "You must provide a group." +msgstr "Vi devas enigi grupon." + +#: ../console/gntblist.c:246 +msgid "You must select an account." +msgstr "Vi devas elekti konton." + +#: ../console/gntblist.c:250 +msgid "Error adding buddy" +msgstr "Eraro aldonante kunul" + +#: ../console/gntblist.c:275 ../gtk/gtkaccount.c:1896 +#: ../gtk/gtksavedstatuses.c:893 ../libgaim/protocols/oscar/oscar.c:2803 +msgid "Screen Name" +msgstr "Ekranonomo" + +#: ../console/gntblist.c:278 ../console/gntblist.c:350 ../gtk/gtkdialogs.c:914 +#: ../gtk/gtkdialogs.c:936 ../gtk/gtkdialogs.c:956 ../gtk/gtkrequest.c:277 +#: ../libgaim/protocols/silc/chat.c:587 +msgid "Alias" +msgstr "Alinomo" + +#: ../console/gntblist.c:281 ../console/gntblist.c:353 +msgid "Group" +msgstr "Grupo" + +#: ../console/gntblist.c:284 ../console/gntblist.c:341 +#: ../console/gntnotify.c:155 ../console/gntstatus.c:562 +#: ../gtk/gtknotify.c:402 ../gtk/gtkpounce.c:1255 +#: ../gtk/plugins/gevolution/gevolution.c:450 ../libgaim/plugins/idle.c:153 +#: ../libgaim/plugins/idle.c:189 +msgid "Account" +msgstr "Konto" + +#: ../console/gntblist.c:290 ../console/gntblist.c:752 ../gtk/gtkblist.c:4874 +#: ../gtk/plugins/gevolution/add_buddy_dialog.c:447 +#: ../libgaim/protocols/silc/buddy.c:736 +#: ../libgaim/protocols/silc/buddy.c:1030 +#: ../libgaim/protocols/silc/buddy.c:1075 +#: ../libgaim/protocols/silc/buddy.c:1174 +#: ../libgaim/protocols/yahoo/yahoo.c:3128 +msgid "Add Buddy" +msgstr "Aldonu Kunulon" + +#: ../console/gntblist.c:290 +msgid "Please enter buddy information." +msgstr "B.v. enigi kunul informon." + +#: ../console/gntblist.c:313 ../libgaim/blist.c:1195 +msgid "Chats" +msgstr "Babilejoj" + +#. Extract their Name and put it in +#. Contact Info +#. Personal +#. Business +#: ../console/gntblist.c:347 ../gtk/gtkplugin.c:589 ../gtk/gtkroomlist.c:600 +#: ../gtk/plugins/gevolution/add_buddy_dialog.c:132 +#: ../gtk/plugins/gevolution/assoc-buddy.c:123 +#: ../libgaim/protocols/jabber/jabber.c:785 +#: ../libgaim/protocols/msn/msn.c:1533 ../libgaim/protocols/msn/msn.c:1586 +#: ../libgaim/protocols/msn/msn.c:1608 ../libgaim/protocols/qq/buddy_info.c:42 +msgid "Name" +msgstr "Nomo" + +#: ../console/gntblist.c:356 ../console/gntblist.c:754 ../gtk/gtkblist.c:5252 +msgid "Add Chat" +msgstr "Aldonu Babilejon" + +#: ../console/gntblist.c:357 +msgid "You can edit more information from the context menu later." +msgstr "Vi povas redakti plian informon per la ĉirkaŭteksto menuo poste." + +#: ../console/gntblist.c:368 ../console/gntblist.c:381 +msgid "Error adding group" +msgstr "Eraro aldonante grupo" + +#: ../console/gntblist.c:369 +msgid "You must give a name for the group to add." +msgstr "Vi devas enigi nomon de la grupo aldonenda." + +#: ../console/gntblist.c:382 +msgid "A group with the name already exists." +msgstr "Grupo samnomita jam ekzistas." + +#: ../console/gntblist.c:389 ../console/gntblist.c:756 ../gtk/gtkblist.c:5358 +#: ../libgaim/protocols/sametime/sametime.c:5319 +#: ../libgaim/protocols/sametime/sametime.c:5406 +msgid "Add Group" +msgstr "Aldonu Grupon" + +#: ../console/gntblist.c:389 +msgid "Enter the name of the group" +msgstr "B.v. enigi la nomon de la grupo" + +#: ../console/gntblist.c:711 +msgid "Edit Chat" +msgstr "Redaktu Babilejon" + +#: ../console/gntblist.c:711 +msgid "Please Update the necessary fields." +msgstr "B.v. Aktualigi la necesajn kampojn." + +#: ../console/gntblist.c:712 ../console/gntstatus.c:196 +msgid "Edit" +msgstr "Redaktu" + +#: ../console/gntblist.c:718 +msgid "Auto-join" +msgstr "Aŭtomate-aliĝu" + +#: ../console/gntblist.c:726 +msgid "Edit Settings" +msgstr "Agordu" + +#: ../console/gntblist.c:774 ../libgaim/protocols/silc/chat.c:878 +msgid "Get Info" +msgstr "Ricevu Informon" + +#: ../console/gntblist.c:779 +msgid "Add Buddy Pounce" +msgstr "Aldonu Kunul Atentigon" + +#: ../console/gntblist.c:786 ../gtk/gtkconv.c:1580 +#: ../libgaim/protocols/oscar/oscar.c:615 +msgid "Send File" +msgstr "Sendu Dosieron" + +#: ../console/gntblist.c:790 +msgid "View Log" +msgstr "Montru Protokolon" + +#: ../console/gntblist.c:889 +#, c-format +msgid "Please enter the new name for %s" +msgstr "B.v. enigi la novan nomon por %s" + +#: ../console/gntblist.c:891 ../console/gntblist.c:892 +#: ../console/gntblist.c:1061 +msgid "Rename" +msgstr "Alinomu" + +#: ../console/gntblist.c:891 +msgid "Enter empty string to reset the name." +msgstr "Enigu malplenan ĉenon por forviŝi la nomon." + +#: ../console/gntblist.c:964 +msgid "Removing this contact will also remove all the buddies in the contact" +msgstr "Forigi tiun kontakton ankaŭ forigos ĉiujn kunulojn en la kontakto" + +#: ../console/gntblist.c:972 +msgid "Removing this group will also remove all the buddies in the group" +msgstr "Forigi tiun grupon ankaŭ forigos ĉiujn kunulojn en la grupo" + +#: ../console/gntblist.c:977 +#, c-format +msgid "Are you sure you want to remove %s?" +msgstr "Ĉu vi certas vi volas forigi %s?" + +#. XXX: anything to do with the returned ui-handle? +#: ../console/gntblist.c:980 +msgid "Confirm Remove" +msgstr "Konfirmu Forigon" + +#: ../console/gntblist.c:983 ../console/gntblist.c:1063 ../gtk/gtkblist.c:1039 +#: ../gtk/gtkconv.c:1629 ../gtk/gtkrequest.c:275 +msgid "Remove" +msgstr "Forigu" + +#. Buddy List +#: ../console/gntblist.c:1038 ../console/gntblist.c:1888 +#: ../console/gntprefs.c:219 ../console/gntui.c:71 ../gtk/gtkblist.c:3894 +#: ../gtk/plugins/win32/winprefs/winprefs.c:327 +msgid "Buddy List" +msgstr "Kunul Listo" + +#: ../console/gntblist.c:1067 +msgid "Place tagged" +msgstr "Loko etikedita" + +#: ../console/gntblist.c:1070 +msgid "Tag" +msgstr "Etikedo" + +#: ../console/gntblist.c:1105 ../console/gntblist.c:1209 +#, c-format +msgid "Account: %s (%s)" +msgstr "Konto: %s (%s)" + +#: ../console/gntblist.c:1130 +#, c-format +msgid "" +"\n" +"Idle: %s" +msgstr "" +"\n" +"Senfara: %s" + +#: ../console/gntblist.c:1188 +#, c-format +msgid "Nickname: %s\n" +msgstr "Karesnomo: %s\n" + +#: ../console/gntblist.c:1200 +#, c-format +msgid "" +"Online: %d\n" +"Total: %d" +msgstr "" +"Konektita: %d\n" +"Entute: %d" + +#: ../console/gntblist.c:1221 +#, c-format +msgid "" +"\n" +"Last Seen: %s ago" +msgstr "" +"\n" +"Laste vidita: antaŭ %s" + +#: ../console/gntblist.c:1451 ../gtk/gtkdocklet.c:441 +#: ../gtk/gtkstatusbox.c:984 +msgid "New..." +msgstr "Nova..." + +#: ../console/gntblist.c:1458 ../gtk/gtkdocklet.c:442 +#: ../gtk/gtkstatusbox.c:985 +msgid "Saved..." +msgstr "Konservita..." + +#. Create the "Options" frame. +#: ../console/gntblist.c:1850 ../gtk/gtkpounce.c:766 +msgid "Options" +msgstr "Opcioj" + +#: ../console/gntblist.c:1856 +msgid "Toggle offline buddies" +msgstr "Inversigi senkonektajn kunulojn" + +#: ../console/gntblist.c:1860 +msgid "Sort by status" +msgstr "Ordigi laŭ stato" + +#: ../console/gntblist.c:1864 +msgid "Sort alphabetically" +msgstr "Ordigi alfabete" + +#: ../console/gntblist.c:1868 +msgid "Sort by log size" +msgstr "Oridgi laŭ protokolo grandeco" + +#: ../console/gntconn.c:36 +#, c-format +msgid "%s (%s)" +msgstr "%s (%s)" + +#: ../console/gntconn.c:39 +#, c-format +msgid "%s disconnected." +msgstr "%s malkontaktita." + +#: ../console/gntconn.c:40 +#, c-format +msgid "" +"%s was disconnected due to the following error:\n" +"%s" +msgstr "" + +#: ../console/gntconn.c:43 ../gtk/gtkblist.c:3774 ../libgaim/account.c:991 +#: ../libgaim/connection.c:106 +msgid "Connection Error" +msgstr "Konekteraro" + +#: ../console/gntconv.c:71 ../gtk/gtkconv.c:484 +msgid "No such command." +msgstr "" + +#: ../console/gntconv.c:75 ../gtk/gtkconv.c:491 +msgid "Syntax Error: You typed the wrong number of arguments to that command." +msgstr "" + +#: ../console/gntconv.c:80 ../gtk/gtkconv.c:496 +msgid "Your command failed for an unknown reason." +msgstr "" + +#: ../console/gntconv.c:85 ../gtk/gtkconv.c:502 +msgid "That command only works in chats, not IMs." +msgstr "" + +#: ../console/gntconv.c:88 ../gtk/gtkconv.c:505 +msgid "That command only works in IMs, not chats." +msgstr "" + +#: ../console/gntconv.c:92 ../gtk/gtkconv.c:509 +msgid "That command doesn't work on this protocol." +msgstr "" + +#: ../console/gntconv.c:99 +msgid "Commands are not supported yet. Message was NOT sent." +msgstr "" + +#: ../console/gntconv.c:193 +#, c-format +msgid "%s (%s -- %s)" +msgstr "%s (%s -- %s)" + +#: ../console/gntconv.c:214 +#, c-format +msgid "%s [%s]" +msgstr "%s [%s]" + +#: ../console/gntconv.c:344 +msgid "<AUTO-REPLY> " +msgstr "<AŬTO-RESPONDO> " + +#. Print the list of users in the room +#: ../console/gntconv.c:438 +msgid "List of users:\n" +msgstr "Uzantoj Listo:\n" + +#: ../console/gntconv.c:562 ../gtk/gtkconv.c:378 +msgid "Supported debug options are: version" +msgstr "Subtenitaj sencimigopcioj estas: versio" + +#: ../console/gntconv.c:597 ../gtk/gtkconv.c:414 +msgid "No such command (in this context)." +msgstr "" + +#: ../console/gntconv.c:600 ../gtk/gtkconv.c:417 +msgid "" +"Use \"/help <command>\" for help on a specific command.\n" +"The following commands are available in this context:\n" +msgstr "" + +#: ../console/gntconv.c:639 ../gtk/gtkconv.c:6645 +msgid "" +"say <message>: Send a message normally as if you weren't using a " +"command." +msgstr "" + +#: ../console/gntconv.c:642 ../gtk/gtkconv.c:6648 +msgid "me <action>: Send an IRC style action to a buddy or chat." +msgstr "" + +#: ../console/gntconv.c:645 ../gtk/gtkconv.c:6651 +msgid "" +"debug <option>: Send various debug information to the current " +"conversation." +msgstr "" + +#: ../console/gntconv.c:648 ../gtk/gtkconv.c:6654 +msgid "clear: Clears the conversation scrollback." +msgstr "" + +#: ../console/gntconv.c:651 ../gtk/gtkconv.c:6657 +msgid "help <command>: Help on a specific command." +msgstr "" + +#: ../console/gntconv.c:656 +msgid "plugins: Show the plugins window." +msgstr "" + +#: ../console/gntconv.c:659 +msgid "buddylist: Show the buddylist." +msgstr "" + +#: ../console/gntconv.c:662 +msgid "accounts: Show the accounts window." +msgstr "" + +#: ../console/gntconv.c:665 +msgid "debugwin: Show the debug window." +msgstr "" + +#: ../console/gntconv.c:668 +msgid "prefs: Show the preference window." +msgstr "" + +#: ../console/gntconv.c:671 +msgid "statuses: Show the savedstatuses window." +msgstr "" + +#: ../console/gntdebug.c:203 ../console/gntui.c:72 ../gtk/gtkdebug.c:708 +msgid "Debug Window" +msgstr "Sencimigo Fenestro" + +#. XXX: Setting the GROW_Y for the following widgets don't make sense. But right now +#. * it's necessary to make the width of the debug window resizable ... like I said, +#. * it doesn't make sense. The bug is likely in the packing in gntbox.c. +#. +#: ../console/gntdebug.c:220 ../gtk/gtkdebug.c:767 +msgid "Clear" +msgstr "Forviŝu" + +#: ../console/gntdebug.c:225 ../gtk/gtkdebug.c:776 +msgid "Pause" +msgstr "Paŭzu" + +#: ../console/gntdebug.c:230 ../gtk/gtkdebug.c:783 ../gtk/gtkdebug.c:784 +msgid "Timestamps" +msgstr "Tempomarkojn" + +#: ../console/gntgaim.c:166 +#, c-format +msgid "%s. Try `%s -h' for more information.\n" +msgstr "%s. Provu `%s -h' por plia informo.\n" + +#: ../console/gntgaim.c:168 +#, c-format +msgid "" +"%s\n" +"Usage: %s [OPTION]...\n" +"\n" +" -c, --config=DIR use DIR for config files\n" +" -d, --debug print debugging messages to stdout\n" +" -h, --help display this help and exit\n" +" -n, --nologin don't automatically login\n" +" -v, --version display the current version and exit\n" +msgstr "" +"%s\n" +"Uzo: %s [OPCIOJ]...\n" +"\n" +" -c, --config=UJO uzu UJOn por agordo dosieroj\n" +" -d, --debug montru sencimigajn mesaĝojn al stdout\n" +" -h, --help vidigu tiun helpon kaj finu\n" +" -n, --nologin ne aŭtomate ensalutu\n" +" -v, --version vidigu la aktualan version kaj finu\n" + +#. * +#. * A wrapper for gaim_request_action() that uses @c OK and @c Cancel buttons. +#. +#: ../console/gntnotify.c:79 ../gtk/gtkblist.c:3776 ../gtk/gtkdialogs.c:667 +#: ../gtk/gtkdialogs.c:804 ../gtk/gtkdialogs.c:895 ../gtk/gtkrequest.c:269 +#: ../libgaim/account.c:963 ../libgaim/account.c:1134 +#: ../libgaim/protocols/gg/gg.c:497 ../libgaim/protocols/gg/gg.c:655 +#: ../libgaim/protocols/gg/gg.c:791 ../libgaim/protocols/jabber/jabber.c:1351 +#: ../libgaim/protocols/jabber/xdata.c:337 ../libgaim/protocols/msn/msn.c:250 +#: ../libgaim/protocols/msn/msn.c:265 ../libgaim/protocols/msn/msn.c:280 +#: ../libgaim/protocols/msn/msn.c:295 ../libgaim/protocols/oscar/oscar.c:1386 +#: ../libgaim/protocols/oscar/oscar.c:2150 +#: ../libgaim/protocols/oscar/oscar.c:2237 +#: ../libgaim/protocols/oscar/oscar.c:5731 +#: ../libgaim/protocols/oscar/oscar.c:5935 +#: ../libgaim/protocols/oscar/oscar.c:5960 +#: ../libgaim/protocols/oscar/oscar.c:6016 +#: ../libgaim/protocols/silc/buddy.c:466 +#: ../libgaim/protocols/silc/buddy.c:1182 ../libgaim/protocols/silc/chat.c:424 +#: ../libgaim/protocols/silc/chat.c:462 ../libgaim/protocols/silc/chat.c:725 +#: ../libgaim/protocols/silc/ops.c:1297 ../libgaim/protocols/silc/ops.c:1909 +#: ../libgaim/protocols/silc/silc.c:753 +#: ../libgaim/protocols/yahoo/yahoo.c:3213 +#: ../libgaim/protocols/yahoo/yahoo.c:3222 ../libgaim/request.h:1344 +msgid "OK" +msgstr "Daŭrigu" + +#: ../console/gntnotify.c:146 +msgid "Emails" +msgstr "Retadresoj" + +#: ../console/gntnotify.c:152 ../console/gntnotify.c:206 +msgid "You have mail!" +msgstr "Vi ricevis retmesaĝon!" + +#: ../console/gntnotify.c:155 ../gtk/gtknotify.c:414 +#: ../libgaim/protocols/jabber/jabber.c:1147 +msgid "From" +msgstr "De" + +#: ../console/gntnotify.c:155 ../gtk/gtknotify.c:423 +msgid "Subject" +msgstr "Subjekto" + +#: ../console/gntnotify.c:163 ../console/gntplugin.c:193 +#: ../console/gntplugin.c:274 ../console/gntstatus.c:206 +#: ../gtk/gtkrequest.c:272 ../libgaim/protocols/msn/msn.c:357 +#: ../libgaim/protocols/silc/util.c:377 +msgid "Close" +msgstr "Fermu" + +#: ../console/gntnotify.c:182 +#, c-format +msgid "%s (%s) has %d new message." +msgid_plural "%s (%s) has %d new messages." +msgstr[0] "%s (%s) havas %d novan mesaĝon." +msgstr[1] "%s (%s) havas %d novajn mesaĝojn." + +#: ../console/gntnotify.c:206 ../gtk/gtknotify.c:332 +msgid "New Mail" +msgstr "Nova Retmesaĝo" + +#: ../console/gntnotify.c:229 ../gtk/gtknotify.c:849 +#: ../libgaim/protocols/oscar/oscar.c:2610 +#, c-format +msgid "Info for %s" +msgstr "Informo pri %s" + +#: ../console/gntnotify.c:230 ../gtk/gtknotify.c:850 +#: ../libgaim/protocols/toc/toc.c:476 +msgid "Buddy Information" +msgstr "Kunul Informo" + +#: ../console/gntnotify.c:303 +msgid "Continue" +msgstr "Daŭrigu" + +#: ../console/gntnotify.c:309 ../gtk/gtkconv.c:1608 ../gtk/gtkdebug.c:862 +msgid "Info" +msgstr "Informo" + +#: ../console/gntnotify.c:312 ../gtk/gtkconv.c:1569 +msgid "IM" +msgstr "TM" + +#: ../console/gntnotify.c:315 +msgid "Join" +msgstr "Aliĝu" + +#: ../console/gntnotify.c:318 ../libgaim/protocols/sametime/sametime.c:3448 +msgid "Invite" +msgstr "Invitu" + +#: ../console/gntnotify.c:321 +msgid "(none)" +msgstr "(neniu)" + +#: ../console/gntplugin.c:117 +#, c-format +msgid "" +"Name: %s\n" +"Version: %s\n" +"Description: %s\n" +"Author: %s\n" +"Website: %s\n" +"Filename: %s\n" +msgstr "" +"Nomo: %s\n" +"Versio: %s\n" +"Priskribo: %s\n" +"Aŭtoro: %s\n" +"Retejo: %s\n" +"Dosiernomo: %s\n" + +#: ../console/gntplugin.c:170 +msgid "Plugin need to be loaded before you can configure it." +msgstr "" + +#: ../console/gntplugin.c:208 +msgid "..." +msgstr "..." + +#: ../console/gntplugin.c:209 +msgid "Still need to do something about this." +msgstr "" + +#: ../console/gntplugin.c:215 +msgid "No configuration options for this plugin." +msgstr "Neniuj agordaj opcioj por tiu kromaĵo." + +#: ../console/gntplugin.c:231 ../console/gntui.c:73 ../gtk/gtkdocklet.c:494 +#: ../gtk/gtkplugin.c:538 +msgid "Plugins" +msgstr "Kromaĵoj" + +#: ../console/gntplugin.c:236 +msgid "You can (un)load plugins from the following list." +msgstr "" + +#: ../console/gntplugin.c:279 +msgid "Configure Plugin" +msgstr "Agordu Kromaĵon" + +#: ../console/gntprefs.c:122 +msgid "Show Idle Time" +msgstr "Montru Senfaran Tempon" + +#: ../console/gntprefs.c:123 +msgid "Show Offline Buddies" +msgstr "Montru Senkonektajn Kunulojn" + +#: ../console/gntprefs.c:129 +msgid "Show Timestamps" +msgstr "Montru Tempomarkojn" + +#: ../console/gntprefs.c:130 +msgid "Notify buddies when you are typing" +msgstr "Avizu kunulojn kiam vi estas tajpante" + +#: ../console/gntprefs.c:136 +msgid "Log format" +msgstr "Protokolo formato" + +#: ../console/gntprefs.c:137 +msgid "Log IMs" +msgstr "Protokolu TM-ojn" + +#: ../console/gntprefs.c:138 +msgid "Log chats" +msgstr "Protokolu babilojn" + +#: ../console/gntprefs.c:139 +msgid "Log status change events" +msgstr "Protokolu stato ŝanĝeventojn" + +#. Conversations +#: ../console/gntprefs.c:220 ../gtk/gtkprefs.c:822 ../gtk/gtkprefs.c:1884 +#: ../gtk/plugins/win32/winprefs/winprefs.c:341 +msgid "Conversations" +msgstr "Konversacioj" + +#: ../console/gntprefs.c:221 ../gtk/gtkprefs.c:1314 ../gtk/gtkprefs.c:1895 +msgid "Logging" +msgstr "Protokolado" + +#: ../console/gntprefs.c:223 ../console/gntui.c:74 ../gtk/gtkdocklet.c:495 +#: ../gtk/gtkprefs.c:1920 +msgid "Preferences" +msgstr "Agordo" + +#: ../console/gntrequest.c:495 +msgid "Not implemented yet." +msgstr "Ne jam programita." + +#: ../console/gntstatus.c:135 +#, c-format +msgid "Are you sure you want to delete \"%s\"" +msgstr "Ĉu vi certas vi volas forigi \"%s\"" + +#: ../console/gntstatus.c:138 +msgid "Delete Status" +msgstr "Forigu Staton" + +#: ../console/gntstatus.c:167 ../gtk/gtksavedstatuses.c:526 +msgid "Saved Statuses" +msgstr "Konservitaj Statoj" + +#: ../console/gntstatus.c:174 ../console/gntstatus.c:525 +#: ../gtk/gtksavedstatuses.c:433 ../libgaim/protocols/jabber/buddy.c:283 +#: ../libgaim/protocols/jabber/buddy.c:917 +#: ../libgaim/protocols/novell/novell.c:1484 +msgid "Title" +msgstr "Titolon" + +#: ../console/gntstatus.c:174 ../gtk/gtksavedstatuses.c:448 +msgid "Type" +msgstr "Tipo" + +#: ../console/gntstatus.c:174 ../console/gntstatus.c:550 +#: ../console/gntstatus.c:562 ../gtk/gtksavedstatuses.c:459 +#: ../gtk/gtksavedstatuses.c:923 ../libgaim/protocols/bonjour/bonjour.c:256 +#: ../libgaim/protocols/bonjour/bonjour.c:263 +#: ../libgaim/protocols/gg/gg.c:1592 ../libgaim/protocols/gg/gg.c:1602 +#: ../libgaim/protocols/gg/gg.c:1608 ../libgaim/protocols/gg/gg.c:1617 +#: ../libgaim/protocols/gg/gg.c:1622 ../libgaim/protocols/irc/irc.c:244 +#: ../libgaim/protocols/jabber/jabber.c:1214 +#: ../libgaim/protocols/jabber/jabber.c:1224 +#: ../libgaim/protocols/jabber/jabber.c:1234 +#: ../libgaim/protocols/jabber/jabber.c:1244 +#: ../libgaim/protocols/jabber/jabber.c:1254 +#: ../libgaim/protocols/jabber/jabber.c:1266 +#: ../libgaim/protocols/novell/novell.c:2876 +#: ../libgaim/protocols/novell/novell.c:2982 +#: ../libgaim/protocols/novell/novell.c:2988 +#: ../libgaim/protocols/novell/novell.c:2994 +#: ../libgaim/protocols/oscar/oscar.c:5395 +#: ../libgaim/protocols/oscar/oscar.c:5410 +#: ../libgaim/protocols/oscar/oscar.c:5415 +#: ../libgaim/protocols/oscar/oscar.c:5623 +#: ../libgaim/protocols/oscar/oscar.c:5635 +#: ../libgaim/protocols/oscar/oscar.c:5648 +#: ../libgaim/protocols/oscar/oscar.c:5655 +#: ../libgaim/protocols/oscar/oscar.c:5662 +#: ../libgaim/protocols/sametime/sametime.c:3262 +#: ../libgaim/protocols/sametime/sametime.c:3268 +#: ../libgaim/protocols/sametime/sametime.c:3274 +#: ../libgaim/protocols/sametime/sametime.c:3353 +#: ../libgaim/protocols/silc/buddy.c:1544 +#: ../libgaim/protocols/simple/simple.c:246 +#: ../libgaim/protocols/yahoo/yahoo.c:3456 +#: ../libgaim/protocols/yahoo/yahoo.c:3462 +#: ../libgaim/protocols/zephyr/zephyr.c:2333 +msgid "Message" +msgstr "Mesaĝo" + +#. Use +#: ../console/gntstatus.c:186 ../console/gntstatus.c:579 +msgid "Use" +msgstr "Uzu" + +#: ../console/gntstatus.c:291 +msgid "Invalid title" +msgstr "Malvalida titolo" + +#: ../console/gntstatus.c:292 +msgid "Please enter a non-empty title for the status." +msgstr "B.v. enigi malmalplenan titolon por la stato." + +#: ../console/gntstatus.c:299 +msgid "Duplicate title" +msgstr "Duplikata titolo" + +#: ../console/gntstatus.c:300 +msgid "Please enter a different title for the status." +msgstr "B.v. enigi malsimilan titolon por la stato." + +#: ../console/gntstatus.c:439 +msgid "Substatus" +msgstr "Substato" + +#. Set up stuff for the account box +#: ../console/gntstatus.c:442 ../gtk/gtkblist.c:4968 ../gtk/gtkblist.c:5286 +msgid "Account:" +msgstr "Konto:" + +#: ../console/gntstatus.c:450 ../gtk/gtkft.c:698 +msgid "Status:" +msgstr "Stato" + +#: ../console/gntstatus.c:465 +msgid "Message:" +msgstr "Mesaĝo:" + +#: ../console/gntstatus.c:514 +msgid "Edit Status" +msgstr "Redaktu Staton" + +#: ../console/gntstatus.c:533 ../console/gntstatus.c:562 +#: ../gtk/gtksavedstatuses.c:912 ../gtk/gtksavedstatuses.c:1059 +#: ../libgaim/protocols/gg/gg.c:1024 ../libgaim/protocols/gg/gg.c:1575 +#: ../libgaim/protocols/gg/gg.c:1579 ../libgaim/protocols/jabber/buddy.c:623 +#: ../libgaim/protocols/jabber/buddy.c:630 +#: ../libgaim/protocols/jabber/buddy.c:658 +#: ../libgaim/protocols/jabber/jabber.c:1185 +#: ../libgaim/protocols/msn/msn.c:546 +#: ../libgaim/protocols/novell/novell.c:2875 +#: ../libgaim/protocols/novell/novell.c:2879 +#: ../libgaim/protocols/oscar/oscar.c:759 +#: ../libgaim/protocols/oscar/oscar.c:765 +#: ../libgaim/protocols/oscar/oscar.c:768 +#: ../libgaim/protocols/yahoo/yahoo.c:3032 +msgid "Status" +msgstr "Stato" + +#: ../console/gntstatus.c:556 +msgid "Use different status for following accounts" +msgstr "Uzu malsimilan staton por jenaj kontoj" + +#. Save & Use +#: ../console/gntstatus.c:590 +msgid "Save & Use" +msgstr "Konservu & Uzu" + +#: ../console/gntui.c:75 +msgid "Statuses" +msgstr "Statoj" + +#: ../console/plugins/gntgf.c:209 +#, c-format +msgid "%s just signed on" +msgstr "%s ekensalutis" + +#: ../console/plugins/gntgf.c:216 +#, c-format +msgid "%s just signed off" +msgstr "%s ekmalsalutis" + +#: ../console/plugins/gntgf.c:224 +#, c-format +msgid "%s sent you a message" +msgstr "%s sendis mesaĝon al vi" + +#: ../console/plugins/gntgf.c:243 +#, c-format +msgid "%s said your nick in %s" +msgstr "%s diris vian karesnomon en %s" + +#: ../console/plugins/gntgf.c:245 +#, c-format +msgid "%s sent a message in %s" +msgstr "%s sendis mesaĝon en %s" + +#: ../console/plugins/gntgf.c:283 +msgid "Buddy signs on/off" +msgstr "Kunul en/el-salutas" + +#: ../console/plugins/gntgf.c:284 +msgid "You receive an IM" +msgstr "Vi ricevas TM-on" + +#: ../console/plugins/gntgf.c:285 +msgid "Someone speaks in a chat" +msgstr "Iun babilas en babilejo" + +#: ../console/plugins/gntgf.c:286 +msgid "Someone says your name in a chat" +msgstr "Iun diras vian nomon en babilejo" + +#: ../console/plugins/gntgf.c:314 +msgid "Notify with a toaster when" +msgstr "Avizu per panrostilo kiam" + +#: ../console/plugins/gntgf.c:329 +msgid "Beep too!" +msgstr "Pep ankaŭ!" + +#: ../console/plugins/gntgf.c:335 +msgid "Set URGENT for the terminal window." +msgstr "Difini URĜAN por la terminalfenestro." + +#: ../console/plugins/gntgf.c:355 +msgid "GntGf" +msgstr "GntGf" + +#: ../console/plugins/gntgf.c:357 ../console/plugins/gntgf.c:358 +msgid "Toaster plugin for GntGaim." +msgstr "Panrostilo kromaĵo por GnGaim" + +#: ../console/plugins/gnthistory.c:119 ../gtk/plugins/history.c:120 +#, c-format +msgid "<b>Conversation with %s on %s:</b><br>" +msgstr "<b>Konversacion kun %s ĉe %s:</b><br>" + +#: ../console/plugins/gnthistory.c:140 ../gtk/plugins/history.c:147 +msgid "History Plugin Requires Logging" +msgstr "Historio Kormaĵo postulas Protokoladon" + +#: ../console/plugins/gnthistory.c:141 ../gtk/plugins/history.c:148 +msgid "" +"Logging can be enabled from Tools -> Preferences -> Logging.\n" +"\n" +"Enabling logs for instant messages and/or chats will activate history for " +"the same conversation type(s)." +msgstr "" + +#: ../console/plugins/gnthistory.c:181 +msgid "GntHistory" +msgstr "GntHistorio" + +#: ../console/plugins/gnthistory.c:183 ../gtk/plugins/history.c:190 +msgid "Shows recently logged conversations in new conversations." +msgstr "Montru lastatempe protokolatajn konversaciojn en novajn konversaciojn." + +#: ../console/plugins/gnthistory.c:184 ../gtk/plugins/history.c:191 +msgid "" +"When a new conversation is opened this plugin will insert the last " +"conversation into the current conversation." +msgstr "" +"Kiam nova konversacio estas malfermita, tiu kromaĵo enmetos la lastan " +"konversacion en la aktuala konversacio." + +#: ../console/plugins/lastlog.c:69 +msgid "Lastlog" +msgstr "Lastprotokolo" + +#: ../console/plugins/lastlog.c:99 +msgid "lastlog: Searches for a substring in the backlog." +msgstr "" + +#: ../console/plugins/lastlog.c:121 +msgid "GntLastlog" +msgstr "GntLastlog" + +#: ../console/plugins/lastlog.c:123 ../console/plugins/lastlog.c:124 +msgid "Lastlog plugin for gaim-text." +msgstr "" + +#: ../gtk/eggtrayicon.c:129 +msgid "Orientation" +msgstr "Orientiĝo" + +#: ../gtk/eggtrayicon.c:130 +msgid "The orientation of the tray." +msgstr "La oientiĝo de la pleto." + +#: ../gtk/gaimstock.c:137 +msgid "_Alias" +msgstr "_Alinomo" + +#. join button +#: ../gtk/gaimstock.c:138 ../gtk/gtkblist.c:1120 ../gtk/gtkroomlist.c:285 +#: ../gtk/gtkroomlist.c:442 +msgid "_Join" +msgstr "_Aliĝu" + +#: ../gtk/gaimstock.c:139 +msgid "Close _tabs" +msgstr "Fermu _langetojn" + +#: ../gtk/gaimstock.c:140 ../gtk/gtkblist.c:1004 +msgid "I_M" +msgstr "T_M" + +#: ../gtk/gaimstock.c:141 +msgid "_Get Info" +msgstr "_Ricevu Informon" + +#: ../gtk/gaimstock.c:142 +msgid "_Invite" +msgstr "_Ivitu" + +#: ../gtk/gaimstock.c:143 +msgid "_Modify" +msgstr "Ŝ_anĝu..." + +#: ../gtk/gaimstock.c:144 +msgid "_Open Mail" +msgstr "_Malfermu retmesaĝon" + +#. Pause button +#: ../gtk/gaimstock.c:145 ../gtk/gtkft.c:835 +msgid "_Pause" +msgstr "_Paŭzo" + +#. Build the login options frame. +#: ../gtk/gtkaccount.c:382 +msgid "Login Options" +msgstr "Salutaj Opcioj" + +#: ../gtk/gtkaccount.c:483 +msgid "Local alias:" +msgstr "Loka Alinomo:" + +#. Build the user options frame. +#: ../gtk/gtkaccount.c:545 +msgid "User Options" +msgstr "Uzantoopcioj" + +#. Buddy icon +#: ../gtk/gtkaccount.c:563 +msgid "Use this buddy icon for this account:" +msgstr "Uzu tiun kunul piktogramon por tiu konto:" + +#. Build the protocol options frame. +#: ../gtk/gtkaccount.c:671 +#, c-format +msgid "%s Options" +msgstr "%s Opcioj" + +#: ../gtk/gtkaccount.c:867 +msgid "Use Global Proxy Settings" +msgstr "Uzu Sistemajn Prokurilo-Agordojn" + +#: ../gtk/gtkaccount.c:873 +msgid "No Proxy" +msgstr "Sen Prokurilo" + +#: ../gtk/gtkaccount.c:879 +msgid "HTTP" +msgstr "HTTP" + +#: ../gtk/gtkaccount.c:885 +msgid "SOCKS 4" +msgstr "SOCKS 4" + +#: ../gtk/gtkaccount.c:891 +msgid "SOCKS 5" +msgstr "SOCKS 5" + +#: ../gtk/gtkaccount.c:897 ../gtk/gtkprefs.c:1061 +msgid "Use Environmental Settings" +msgstr "Uzu Mediajn Agordojn" + +#. This is an easter egg. +#. It means one of two things, both intended as humourus: +#. A) your network is really slow and you have nothing better to do than +#. look at butterflies. +#. B)You are looking really closely at something that shouldn't matter. +#: ../gtk/gtkaccount.c:936 +msgid "If you look real closely" +msgstr "Se vi rigardas sufiĉe proksime" + +#. This is an easter egg. See the comment on the previous line in the source. +#: ../gtk/gtkaccount.c:939 +msgid "you can see the butterflies mating" +msgstr "vi povas vidi la Zamenhofan barbon kreski" + +#: ../gtk/gtkaccount.c:960 +msgid "Proxy Options" +msgstr "Prokurilo Opcioj" + +#: ../gtk/gtkaccount.c:974 ../gtk/gtkprefs.c:1055 +msgid "Proxy _type:" +msgstr "Prokurilo _tipo:" + +#: ../gtk/gtkaccount.c:983 ../gtk/gtkprefs.c:1076 +msgid "_Host:" +msgstr "_Retnodo:" + +#: ../gtk/gtkaccount.c:987 ../gtk/gtkprefs.c:1094 +msgid "_Port:" +msgstr "_Pordo:" + +#: ../gtk/gtkaccount.c:995 +msgid "_Username:" +msgstr "_Salutnomo:" + +#: ../gtk/gtkaccount.c:1001 ../gtk/gtkprefs.c:1131 +msgid "Pa_ssword:" +msgstr "Pa_svorto:" + +#: ../gtk/gtkaccount.c:1398 +msgid "Add Account" +msgstr "Aldonu Konton" + +#: ../gtk/gtkaccount.c:1422 +msgid "_Basic" +msgstr "_Baza" + +#: ../gtk/gtkaccount.c:1433 +msgid "_Advanced" +msgstr "_Kroma" + +#. Register button +#: ../gtk/gtkaccount.c:1448 ../libgaim/protocols/jabber/jabber.c:853 +msgid "Register" +msgstr "Registru" + +#: ../gtk/gtkaccount.c:1919 ../gtk/gtkplugin.c:576 +msgid "Enabled" +msgstr "Enŝaltita" + +#: ../gtk/gtkaccount.c:1927 +msgid "Protocol" +msgstr "Protokolo" + +#: ../gtk/gtkblist.c:705 +msgid "Join a Chat" +msgstr "Aliĝu Babilejon" + +#: ../gtk/gtkblist.c:726 +msgid "" +"Please enter the appropriate information about the chat you would like to " +"join.\n" +msgstr "B.v enigi la konvenan informon pri la babilejo kiun vi deziras aliĝi.\n" + +#: ../gtk/gtkblist.c:737 ../gtk/gtkpounce.c:523 ../gtk/gtkroomlist.c:378 +msgid "_Account:" +msgstr "_Konto:" + +#: ../gtk/gtkblist.c:1001 +msgid "Get _Info" +msgstr "Ricevu _Informon" + +#: ../gtk/gtkblist.c:1010 +msgid "_Send File" +msgstr "_Sendu Dosieron" + +#: ../gtk/gtkblist.c:1017 +msgid "Add Buddy _Pounce" +msgstr "Aldonu Kunul _Atentigon" + +#: ../gtk/gtkblist.c:1021 ../gtk/gtkblist.c:1025 ../gtk/gtkblist.c:1124 +#: ../gtk/gtkblist.c:1147 +msgid "View _Log" +msgstr "Montru Protoko_lon" + +#: ../gtk/gtkblist.c:1036 +msgid "Alias..." +msgstr "Alinomo..." + +#: ../gtk/gtkblist.c:1045 ../gtk/gtkblist.c:1132 ../gtk/gtkblist.c:1153 +msgid "_Alias..." +msgstr "_Alinomo..." + +#: ../gtk/gtkblist.c:1047 ../gtk/gtkblist.c:1134 ../gtk/gtkblist.c:1155 +msgid "_Remove" +msgstr "Fo_rigu" + +#: ../gtk/gtkblist.c:1095 +msgid "Add a _Buddy" +msgstr "Aldonu K_unulon" + +#: ../gtk/gtkblist.c:1097 +msgid "Add a C_hat" +msgstr "Aldonu Babile_jon" + +#: ../gtk/gtkblist.c:1100 +msgid "_Delete Group" +msgstr "_Forigu Grupon" + +#: ../gtk/gtkblist.c:1102 +msgid "_Rename" +msgstr "_Alinomu" + +#: ../gtk/gtkblist.c:1122 +msgid "Auto-Join" +msgstr "Aŭtomate-aliĝu" + +#: ../gtk/gtkblist.c:1160 ../gtk/gtkblist.c:1183 +msgid "_Collapse" +msgstr "_Maletendu" + +#: ../gtk/gtkblist.c:1188 +msgid "_Expand" +msgstr "_Etendu" + +#: ../gtk/gtkblist.c:1434 ../gtk/gtkblist.c:1446 ../gtk/gtkblist.c:4095 +#: ../gtk/gtkblist.c:4105 +msgid "/Tools/Mute Sounds" +msgstr "/Iloj/Mutu Sonojn" + +#: ../gtk/gtkblist.c:1906 ../gtk/gtkconv.c:4277 ../gtk/gtkpounce.c:422 +msgid "You are not currently signed on with an account that can add that buddy." +msgstr "Vi ne ensalutis nun per konto kiu povas aldoni tiun kunul." + +#. Buddies menu +#: ../gtk/gtkblist.c:2480 +msgid "/_Buddies" +msgstr "/K_unuloj" + +#: ../gtk/gtkblist.c:2481 +msgid "/Buddies/New Instant _Message..." +msgstr "/Kunuloj/Nova Tuj _Mesaĝo..." + +#: ../gtk/gtkblist.c:2482 +msgid "/Buddies/Join a _Chat..." +msgstr "/Kunuloj/Aliĝu Babile_jon..." + +#: ../gtk/gtkblist.c:2483 +msgid "/Buddies/Get User _Info..." +msgstr "/Kunuloj/Ricevu Uzanto-_Informon..." + +#: ../gtk/gtkblist.c:2484 +msgid "/Buddies/View User _Log..." +msgstr "/Kunuloj/Montru Uzanto-_Protokolon..." + +#: ../gtk/gtkblist.c:2486 +msgid "/Buddies/Show _Offline Buddies" +msgstr "/Kunuloj/Montru Nek_onektitajn Kunulojn" + +#: ../gtk/gtkblist.c:2487 +msgid "/Buddies/Show _Empty Groups" +msgstr "/Kunuloj/Montru Malpl_enajn Grupojn" + +#: ../gtk/gtkblist.c:2488 +msgid "/Buddies/Show Buddy _Details" +msgstr "/Kunuloj/Montru Kunul-_Detalojn" + +#: ../gtk/gtkblist.c:2489 +msgid "/Buddies/Show Idle _Times" +msgstr "/Kunuloj/Montru Senfarajn _Tempojn" + +#: ../gtk/gtkblist.c:2490 +msgid "/Buddies/_Sort Buddies" +msgstr "/Kunuloj/_Oridgu Kunulojn" + +#: ../gtk/gtkblist.c:2492 +msgid "/Buddies/_Add Buddy..." +msgstr "/Kunuloj/_Aldonu Kunulon..." + +#: ../gtk/gtkblist.c:2493 +msgid "/Buddies/Add C_hat..." +msgstr "/Kunuloj/Aldonu Babile_jon..." + +#: ../gtk/gtkblist.c:2494 +msgid "/Buddies/Add _Group..." +msgstr "/Kunuloj/Aldonu _Grupon..." + +#: ../gtk/gtkblist.c:2496 +msgid "/Buddies/_Quit" +msgstr "/Kunuloj/_Finu" + +#. Accounts menu +#: ../gtk/gtkblist.c:2499 +msgid "/_Accounts" +msgstr "/_Kontoj" + +#: ../gtk/gtkblist.c:2500 ../gtk/gtkblist.c:5945 +msgid "/Accounts/Add\\/Edit" +msgstr "/Kontoj/Aldonu\\/Redaktu" + +#. Tools +#: ../gtk/gtkblist.c:2503 +msgid "/_Tools" +msgstr "/_Iloj" + +#: ../gtk/gtkblist.c:2504 +msgid "/Tools/Buddy _Pounces" +msgstr "/Iloj/Kunul _Atentigoj" + +#: ../gtk/gtkblist.c:2505 +msgid "/Tools/Plu_gins" +msgstr "/Iloj/Kromaĵoj" + +#: ../gtk/gtkblist.c:2506 +msgid "/Tools/Pr_eferences" +msgstr "/Iloj/Agordoj" + +#: ../gtk/gtkblist.c:2507 +msgid "/Tools/Pr_ivacy" +msgstr "/Iloj/Pr_ivateco" + +#: ../gtk/gtkblist.c:2509 +msgid "/Tools/_File Transfers" +msgstr "/Iloj/_Dosiero-alŝutoj" + +#: ../gtk/gtkblist.c:2510 +msgid "/Tools/R_oom List" +msgstr "/Iloj/Ĉambro-Listo" + +#: ../gtk/gtkblist.c:2511 +msgid "/Tools/System _Log" +msgstr "/Iloj/Sistemo-_Protokolo" + +#: ../gtk/gtkblist.c:2513 +msgid "/Tools/Mute _Sounds" +msgstr "/Iloj/Mutu _Sonojn" + +#. Help +#: ../gtk/gtkblist.c:2516 +msgid "/_Help" +msgstr "/_Helpo" + +#: ../gtk/gtkblist.c:2517 +msgid "/Help/Online _Help" +msgstr "/Helpo/Reta _Helpo" + +#: ../gtk/gtkblist.c:2518 +msgid "/Help/_Debug Window" +msgstr "/Helpo/_Sencimig-fenestro" + +#: ../gtk/gtkblist.c:2519 +msgid "/Help/_About" +msgstr "/Helpo/_Pri" + +#: ../gtk/gtkblist.c:2551 ../gtk/gtkblist.c:2620 +#, c-format +msgid "" +"\n" +"<b>Account:</b> %s" +msgstr "" +"\n" +"<b>Konto:</b> %s" + +#: ../gtk/gtkblist.c:2632 +#, c-format +msgid "" +"\n" +"<b>Buddy Alias:</b> %s" +msgstr "" +"\n" +"<b>Kunul Alinomo:</b> %s" + +#: ../gtk/gtkblist.c:2644 +#, c-format +msgid "" +"\n" +"<b>Nickname:</b> %s" +msgstr "" +"\n" +"<b>Karesnamo:</b> %s" + +#: ../gtk/gtkblist.c:2653 +#, c-format +msgid "" +"\n" +"<b>Logged In:</b> %s" +msgstr "" +"\n" +"<b>Ensalutita En:</b> %s" + +#: ../gtk/gtkblist.c:2664 +#, c-format +msgid "" +"\n" +"<b>Idle:</b> %s" +msgstr "" +"\n" +"<b>Senfara:</b> %s" + +#: ../gtk/gtkblist.c:2699 +#, c-format +msgid "" +"\n" +"<b>Last Seen:</b> %s ago" +msgstr "" +"\n" +"<b>Laste vidita:</b> antaŭ %s" + +#: ../gtk/gtkblist.c:2708 +msgid "" +"\n" +"<b>Status:</b> Offline" +msgstr "" +"\n" +"<b>Stato:</b> Nekonektita" + +#: ../gtk/gtkblist.c:2719 +msgid "" +"\n" +"<b>Description:</b> Spooky" +msgstr "" +"\n" +"<b>Priskribo:</b> Timiga" + +#: ../gtk/gtkblist.c:2721 +msgid "" +"\n" +"<b>Status:</b> Awesome" +msgstr "" + +#: ../gtk/gtkblist.c:2723 +msgid "" +"\n" +"<b>Status:</b> Rockin'" +msgstr "" + +#: ../gtk/gtkblist.c:3190 ../gtk/gtkdocklet.c:421 ../gtk/gtkstatusbox.c:974 +#: ../libgaim/protocols/gg/gg.c:993 ../libgaim/protocols/jabber/buddy.c:1365 +#: ../libgaim/protocols/novell/novell.c:2865 +#: ../libgaim/protocols/oscar/oscar.c:769 +#: ../libgaim/protocols/oscar/oscar.c:5445 +#: ../libgaim/protocols/yahoo/yahoo.c:2883 ../libgaim/status.c:154 +msgid "Offline" +msgstr "Senkonekta" + +#: ../gtk/gtkblist.c:3206 +#, c-format +msgid "Idle %dh %02dm" +msgstr "Senfara %dh %02dm" + +#: ../gtk/gtkblist.c:3208 +#, c-format +msgid "Idle %dm" +msgstr "Senfara %dm" + +#. Idle stuff +#: ../gtk/gtkblist.c:3211 ../gtk/gtkprefs.c:1765 +#: ../libgaim/protocols/bonjour/bonjour.c:333 +#: ../libgaim/protocols/jabber/buddy.c:635 +#: ../libgaim/protocols/jabber/buddy.c:668 ../libgaim/protocols/msn/msn.c:548 +#: ../libgaim/protocols/msn/state.c:32 +#: ../libgaim/protocols/novell/novell.c:2862 +#: ../libgaim/protocols/oscar/oscar.c:2824 +#: ../libgaim/protocols/yahoo/yahoo.c:2881 +#: ../libgaim/protocols/yahoo/yahoo_profile.c:691 +msgid "Idle" +msgstr "Senfara" + +#: ../gtk/gtkblist.c:3339 +msgid "/Buddies/New Instant Message..." +msgstr "/Kunuloj/Nova Tuj Mesaĝo..." + +#: ../gtk/gtkblist.c:3340 ../gtk/gtkblist.c:3373 +msgid "/Buddies/Join a Chat..." +msgstr "/Kunuloj/Aliĝu Babilejon..." + +#: ../gtk/gtkblist.c:3341 +msgid "/Buddies/Get User Info..." +msgstr "/Kunuloj/Ricevu Uzanto-Informon..." + +#: ../gtk/gtkblist.c:3342 +msgid "/Buddies/Add Buddy..." +msgstr "/Kunuloj/Aldonu Kunulon..." + +#: ../gtk/gtkblist.c:3343 ../gtk/gtkblist.c:3376 +msgid "/Buddies/Add Chat..." +msgstr "/Kunuloj/Aldonu Babilejon..." + +#: ../gtk/gtkblist.c:3344 +msgid "/Buddies/Add Group..." +msgstr "/Kunuloj/Aldonu Grupon..." + +#: ../gtk/gtkblist.c:3379 +msgid "/Tools/Buddy Pounces" +msgstr "/Iloj/Kunul Atentigoj" + +#: ../gtk/gtkblist.c:3382 +msgid "/Tools/Privacy" +msgstr "/Iloj/Privateco" + +#: ../gtk/gtkblist.c:3385 +msgid "/Tools/Room List" +msgstr "/Iloj/Ĉambro Listo" + +#: ../gtk/gtkblist.c:3481 ../gtk/gtkdocklet.c:136 +#, c-format +msgid "%d unread message from %s\n" +msgid_plural "%d unread messages from %s\n" +msgstr[0] "%d nelegita mesaĝo el %s\n" +msgstr[1] "%d nelegitaj mesaĝoj el %s\n" + +#: ../gtk/gtkblist.c:3557 +msgid "Manually" +msgstr "Mane" + +#: ../gtk/gtkblist.c:3559 +msgid "Alphabetically" +msgstr "Alfabete" + +#: ../gtk/gtkblist.c:3560 +msgid "By status" +msgstr "Laŭ stato" + +#: ../gtk/gtkblist.c:3561 +msgid "By log size" +msgstr "Laŭ protokolo grandeco" + +#: ../gtk/gtkblist.c:3769 ../gtk/gtkconn.c:178 +#, c-format +msgid "%s disconnected" +msgstr "%s malkontaktita" + +#: ../gtk/gtkblist.c:3778 ../libgaim/protocols/sametime/sametime.c:3618 +msgid "Connect" +msgstr "Kontaktu" + +#: ../gtk/gtkblist.c:3778 +msgid "Re-enable Account" +msgstr "Reŝaltu Konton" + +#: ../gtk/gtkblist.c:3799 +#, c-format +msgid "<span color=\"red\">%s disconnected: %s</span>" +msgstr "<span color=\"red\">%s malkontaktita: %s</span>" + +#: ../gtk/gtkblist.c:3928 +msgid "/Accounts" +msgstr "/Kontoj" + +#. set the Show Offline Buddies option. must be done +#. * after the treeview or faceprint gets mad. -Robot101 +#. +#: ../gtk/gtkblist.c:4089 +msgid "/Buddies/Show Offline Buddies" +msgstr "/Kunuloj/Montru Senkonektajn Kunulojn" + +#: ../gtk/gtkblist.c:4092 +msgid "/Buddies/Show Empty Groups" +msgstr "/Kunuloj/Montru Malplenajn Grupojn" + +#: ../gtk/gtkblist.c:4098 +msgid "/Buddies/Show Buddy Details" +msgstr "/Kunulojn/Montru Kunul-Detalojn" + +#: ../gtk/gtkblist.c:4101 +msgid "/Buddies/Show Idle Times" +msgstr "/Kunuloj/Montru Senfarajn Tempojn" + +#: ../gtk/gtkblist.c:4764 ../gtk/plugins/gevolution/gevolution.c:96 +#: ../gtk/plugins/gevolution/gevo-util.c:64 ../libgaim/blist.c:521 +#: ../libgaim/blist.c:1294 ../libgaim/blist.c:1523 +#: ../libgaim/protocols/jabber/roster.c:67 +msgid "Buddies" +msgstr "Kunuloj" + +#: ../gtk/gtkblist.c:4898 +msgid "" +"Please enter the screen name of the person you would like to add to your " +"buddy list. You may optionally enter an alias, or nickname, for the buddy. " +"The alias will be displayed in place of the screen name whenever possible.\n" +msgstr "" +"B.v. enigi la ekranan nomon de la persono kiun vi volas aldoni en via " +"kunullisto. Vi povas laŭ deziro enigi alinomon, aŭ karesnomon, pri la kunul. " +"La alinomo estos vidigita anstataŭ la erkrana nomo laŭ kaze.\n" + +#: ../gtk/gtkblist.c:4958 ../gtk/gtkblist.c:5321 +#: ../gtk/plugins/gevolution/add_buddy_dialog.c:554 +#: ../gtk/plugins/gevolution/new_person_dialog.c:307 +msgid "Group:" +msgstr "Grupo:" + +#: ../gtk/gtkblist.c:5219 +msgid "This protocol does not support chat rooms." +msgstr "" + +#: ../gtk/gtkblist.c:5235 +msgid "" +"You are not currently signed on with any protocols that have the ability to " +"chat." +msgstr "" + +#: ../gtk/gtkblist.c:5276 +msgid "" +"Please enter an alias, and the appropriate information about the chat you " +"would like to add to your buddy list.\n" +msgstr "" +"B.v. enigi alinomon, kaj la konvenan informon pri la babilejo kiun vi volas " +"aldoni en via kunullisto.\n" + +#: ../gtk/gtkblist.c:5359 +msgid "Please enter the name of the group to be added." +msgstr "B.v. enigi la nomon de la grupo aldonenda." + +#: ../gtk/gtkblist.c:5985 +msgid "_Edit Account" +msgstr "_Redaktu Konton" + +#: ../gtk/gtkblist.c:6018 ../gtk/gtkblist.c:6024 ../gtk/gtkconv.c:2781 +msgid "No actions available" +msgstr "Neniu ago disponebla" + +#: ../gtk/gtkblist.c:6032 +msgid "_Disable" +msgstr "_Malŝaltu" + +#: ../gtk/gtkblist.c:6044 +msgid "Enable Account" +msgstr "Ŝaltu Konton" + +#: ../gtk/gtkblist.c:6097 +msgid "/Tools" +msgstr "/Iloj" + +#: ../gtk/gtkblist.c:6183 +msgid "/Buddies/Sort Buddies" +msgstr "/Kunuloj/Ordigu Kunulojn" + +#: ../gtk/gtkconn.c:179 +#, c-format +msgid "" +"%s was disconnected due to an error: %s\n" +"Gaim will not attempt to reconnect the account until you correct the error " +"and re-enable the account." +msgstr "" + +#: ../gtk/gtkconv.c:744 ../gtk/gtkconv.c:770 +msgid "That buddy is not on the same protocol as this chat." +msgstr "" + +#: ../gtk/gtkconv.c:764 +msgid "You are not currently signed on with an account that can invite that buddy." +msgstr "" + +#: ../gtk/gtkconv.c:817 +msgid "Invite Buddy Into Chat Room" +msgstr "Invitu Kunul En Babilejo" + +#. Put our happy label in it. +#: ../gtk/gtkconv.c:847 +msgid "" +"Please enter the name of the user you wish to invite, along with an optional " +"invite message." +msgstr "" +"B.v. enigi la nomon de uzanto kiun vi deziras inviti, kun fakultativan " +"invitmesaĝon." + +#: ../gtk/gtkconv.c:868 +msgid "_Buddy:" +msgstr "K_unul:" + +#: ../gtk/gtkconv.c:888 ../gtk/gtksavedstatuses.c:1111 +#: ../gtk/gtksavedstatuses.c:1447 +msgid "_Message:" +msgstr "_Mesaĝo:" + +#: ../gtk/gtkconv.c:945 ../gtk/gtkconv.c:2398 ../gtk/gtkdebug.c:218 +#: ../gtk/gtkft.c:542 +msgid "Unable to open file." +msgstr "Dosiero malfermeblas." + +#: ../gtk/gtkconv.c:951 +#, c-format +msgid "<h1>Conversation with %s</h1>\n" +msgstr "<h1>Konversacio kun %s</h1>\n" + +#: ../gtk/gtkconv.c:975 +msgid "Save Conversation" +msgstr "Konservu Konversacion" + +#: ../gtk/gtkconv.c:1122 ../gtk/gtkdebug.c:166 ../gtk/gtkdebug.c:756 +msgid "Find" +msgstr "Trovu" + +#: ../gtk/gtkconv.c:1148 ../gtk/gtkdebug.c:194 +msgid "_Search for:" +msgstr "_Trovu:" + +#: ../gtk/gtkconv.c:1319 +msgid "Logging started. Future messages in this conversation will be logged." +msgstr "" + +#: ../gtk/gtkconv.c:1327 +msgid "Logging stopped. Future messages in this conversation will not be logged." +msgstr "" + +#: ../gtk/gtkconv.c:1595 +msgid "Un-Ignore" +msgstr "Malignoru" + +#: ../gtk/gtkconv.c:1598 +msgid "Ignore" +msgstr "Ignoru" + +#: ../gtk/gtkconv.c:1618 +msgid "Get Away Message" +msgstr "Montru Formesaĝon" + +#: ../gtk/gtkconv.c:1641 +msgid "Last said" +msgstr "Laste diris" + +#: ../gtk/gtkconv.c:2406 +msgid "Unable to save icon file to disk." +msgstr "" + +#: ../gtk/gtkconv.c:2430 +msgid "Save Icon" +msgstr "Konservu Piktogramon" + +#: ../gtk/gtkconv.c:2479 +msgid "Animate" +msgstr "Animaciigi" + +#: ../gtk/gtkconv.c:2484 +msgid "Hide Icon" +msgstr "Kaŝu Piktogramon" + +#: ../gtk/gtkconv.c:2490 +msgid "Save Icon As..." +msgstr "Konservu Piktogramon Kiel..." + +#. Conversation menu +#: ../gtk/gtkconv.c:2630 +msgid "/_Conversation" +msgstr "/_Konversacio" + +#: ../gtk/gtkconv.c:2632 +msgid "/Conversation/New Instant _Message..." +msgstr "/Konversacio/Nova Tuj _Mesaĝo..." + +#: ../gtk/gtkconv.c:2637 +msgid "/Conversation/_Find..." +msgstr "/Konversacio/_Trovu..." + +#: ../gtk/gtkconv.c:2639 +msgid "/Conversation/View _Log" +msgstr "/Konversacio/Montru _Protokolon" + +#: ../gtk/gtkconv.c:2640 +msgid "/Conversation/_Save As..." +msgstr "/Konversacio/_Konservu Kiel..." + +#: ../gtk/gtkconv.c:2642 +msgid "/Conversation/Clea_r Scrollback" +msgstr "/Konversacio/Fo_rviŝu Dialogon" + +#: ../gtk/gtkconv.c:2646 +msgid "/Conversation/Se_nd File..." +msgstr "/Konversacio/Se_ndu Dosieron..." + +#: ../gtk/gtkconv.c:2647 +msgid "/Conversation/Add Buddy _Pounce..." +msgstr "/Konversacio/Aldonu Kunul-_Atentigon..." + +#: ../gtk/gtkconv.c:2649 +msgid "/Conversation/_Get Info" +msgstr "/Konversatio/_Ricevu Informon" + +#: ../gtk/gtkconv.c:2651 +msgid "/Conversation/In_vite..." +msgstr "/Konversacio/In_vitu..." + +#: ../gtk/gtkconv.c:2653 +msgid "/Conversation/M_ore" +msgstr "/Konversacio/_Pli" + +#: ../gtk/gtkconv.c:2657 +msgid "/Conversation/Al_ias..." +msgstr "/Konversacio/Al_inomo..." + +#: ../gtk/gtkconv.c:2659 +msgid "/Conversation/_Block..." +msgstr "/KConversacio/_Bloku..." + +#: ../gtk/gtkconv.c:2661 +msgid "/Conversation/_Add..." +msgstr "/Konversacio/_Aldonu..." + +#: ../gtk/gtkconv.c:2663 +msgid "/Conversation/_Remove..." +msgstr "/Konversacio/_Forigu..." + +#: ../gtk/gtkconv.c:2668 +msgid "/Conversation/Insert Lin_k..." +msgstr "/Konversacio/Enmetu Ligi_lon..." + +#: ../gtk/gtkconv.c:2670 +msgid "/Conversation/Insert Imag_e..." +msgstr "/Konversacio/Enm_etu Bildon..." + +#: ../gtk/gtkconv.c:2675 +msgid "/Conversation/_Close" +msgstr "/Konversacio/_Fermu" + +#. Options +#: ../gtk/gtkconv.c:2679 +msgid "/_Options" +msgstr "/_Opcioj" + +#: ../gtk/gtkconv.c:2680 +msgid "/Options/Enable _Logging" +msgstr "/Opcioj/Ŝaltu _Protokoladon" + +#: ../gtk/gtkconv.c:2681 +msgid "/Options/Enable _Sounds" +msgstr "/Opcioj/Ŝaltu _Sonojn" + +#: ../gtk/gtkconv.c:2682 +msgid "/Options/Show Buddy _Icon" +msgstr "/Opcioj/Montru Kunul-P_iktogramon" + +#: ../gtk/gtkconv.c:2684 +msgid "/Options/Show Formatting _Toolbars" +msgstr "/Opcioj/Montru Formato-_Illistelojn" + +#: ../gtk/gtkconv.c:2685 +msgid "/Options/Show Ti_mestamps" +msgstr "/Opcioj/Montru Te_mpomarkojn" + +#: ../gtk/gtkconv.c:2760 +msgid "/Conversation/More" +msgstr "/Konversacio/_Pli" + +#: ../gtk/gtkconv.c:2798 ../gtk/gtkconv.c:2825 +msgid "/Conversation" +msgstr "/_Konversacio" + +#: ../gtk/gtkconv.c:2835 +msgid "/Conversation/View Log" +msgstr "/Konversacio/Montru Protokoladon" + +#: ../gtk/gtkconv.c:2841 +msgid "/Conversation/Send File..." +msgstr "/Konversacio/Sendu Dosieron..." + +#: ../gtk/gtkconv.c:2845 +msgid "/Conversation/Add Buddy Pounce..." +msgstr "/Konversacio/Aldonu Kunul-Atentijon..." + +#: ../gtk/gtkconv.c:2851 +msgid "/Conversation/Get Info" +msgstr "/Konversacio/Ricevu Informon" + +#: ../gtk/gtkconv.c:2855 +msgid "/Conversation/Invite..." +msgstr "/Konversacio/Invitu..." + +#: ../gtk/gtkconv.c:2861 +msgid "/Conversation/Alias..." +msgstr "/Konversacio/Alinomo..." + +#: ../gtk/gtkconv.c:2865 +msgid "/Conversation/Block..." +msgstr "/Konversacio/Bloku..." + +#: ../gtk/gtkconv.c:2869 +msgid "/Conversation/Add..." +msgstr "/Konversacion/Aldonu..." + +#: ../gtk/gtkconv.c:2873 +msgid "/Conversation/Remove..." +msgstr "/Konversacio/Forigu..." + +#: ../gtk/gtkconv.c:2879 +msgid "/Conversation/Insert Link..." +msgstr "/Konversacio/Enmetu Ligilon..." + +#: ../gtk/gtkconv.c:2883 +msgid "/Conversation/Insert Image..." +msgstr "/Konversacio/Enmetu Bildon..." + +#: ../gtk/gtkconv.c:2889 +msgid "/Options/Enable Logging" +msgstr "/Opcioj/Ŝaltu Protokoladon" + +#: ../gtk/gtkconv.c:2892 +msgid "/Options/Enable Sounds" +msgstr "/Opcioj/Ŝaltu Sonojn" + +#: ../gtk/gtkconv.c:2905 +msgid "/Options/Show Formatting Toolbars" +msgstr "/Opcioj/Montru Formato-Illistelojn" + +#: ../gtk/gtkconv.c:2908 +msgid "/Options/Show Timestamps" +msgstr "/Opcioj/Montru Tempomarkojn" + +#: ../gtk/gtkconv.c:2911 +msgid "/Options/Show Buddy Icon" +msgstr "/Opcioj/Montru Kunul-Piktogramon" + +#: ../gtk/gtkconv.c:2987 +msgid "User is typing..." +msgstr "Uzanto tajpas..." + +#: ../gtk/gtkconv.c:2990 +msgid "User has typed something and stopped" +msgstr "Uzanto tajpis ion kaj haltis" + +#. Build the Send To menu +#: ../gtk/gtkconv.c:3173 +msgid "_Send To" +msgstr "_Sendu Al" + +#: ../gtk/gtkconv.c:3875 +msgid "_Send" +msgstr "_Sendu" + +#: ../gtk/gtkconv.c:3929 ../libgaim/protocols/sametime/sametime.c:3560 +msgid "Topic:" +msgstr "Temo:" + +#. Setup the label telling how many people are in the room. +#: ../gtk/gtkconv.c:3981 +msgid "0 people in room" +msgstr "0 homo en ĉambro" + +#: ../gtk/gtkconv.c:5028 ../gtk/gtkconv.c:5149 +#, c-format +msgid "%d person in room" +msgid_plural "%d people in room" +msgstr[0] "%d homo en ĉambro" +msgstr[1] "%d homoj en ĉambro" + +#: ../gtk/gtkconv.c:5702 ../gtk/gtkstatusbox.c:541 +msgid "Typing" +msgstr "Tajpante" + +#: ../gtk/gtkconv.c:5708 +msgid "Stopped Typing" +msgstr "Ekmaltajpas" + +#: ../gtk/gtkconv.c:5713 +msgid "Nick Said" +msgstr "Karesnomo Diris" + +#: ../gtk/gtkconv.c:5718 ../gtk/gtkdocklet.c:463 +msgid "Unread Messages" +msgstr "Nelegitaj mesaĝoj" + +#: ../gtk/gtkconv.c:5723 +msgid "New Event" +msgstr "Nova Evento" + +#: ../gtk/gtkconv.c:6818 +msgid "Confirm close" +msgstr "Konfirmu fermon" + +#: ../gtk/gtkconv.c:6850 +msgid "You have unread messages. Are you sure you want to close the window?" +msgstr "Vi havas nelegitajn mesaĝojn. Ĉu vi certas vi volas fermi la fenestron?" + +#: ../gtk/gtkconv.c:7385 +msgid "Close other tabs" +msgstr "Fermu aliajn langetojn" + +#: ../gtk/gtkconv.c:7391 +msgid "Close all tabs" +msgstr "Fermu ĉiujn langetojn" + +#: ../gtk/gtkconv.c:7399 +msgid "Detach this tab" +msgstr "Deigu tiun langeton" + +#: ../gtk/gtkconv.c:7405 +msgid "Close this tab" +msgstr "Fermu tiun langeton" + +#: ../gtk/gtkconv.c:7672 +msgid "Close conversation" +msgstr "Fermu konversacion" + +#: ../gtk/gtkconv.c:8136 +msgid "Last created window" +msgstr "Lasta kreita fenestro" + +#: ../gtk/gtkconv.c:8138 +msgid "Separate IM and Chat windows" +msgstr "Disigu TM-aj kaj Babilejajn fenestrojn" + +#: ../gtk/gtkconv.c:8140 ../gtk/gtkprefs.c:1263 +msgid "New window" +msgstr "Nova fenestro" + +#: ../gtk/gtkconv.c:8142 +msgid "By group" +msgstr "Laŭ grupo" + +#: ../gtk/gtkconv.c:8144 +msgid "By account" +msgstr "Laŭ konto" + +#: ../gtk/gtkdebug.c:233 +msgid "Save Debug Log" +msgstr "Konservu Sencimigo-Protokolon" + +#: ../gtk/gtkdebug.c:594 +msgid "Invert" +msgstr "Maligu" + +#: ../gtk/gtkdebug.c:597 +msgid "Highlight matches" +msgstr "Emfazu t... [truncated message content] |
From: <lsc...@us...> - 2006-10-24 19:49:53
|
Revision: 17576 http://svn.sourceforge.net/gaim/?rev=17576&view=rev Author: lschiere Date: 2006-10-24 12:49:18 -0700 (Tue, 24 Oct 2006) Log Message: ----------- updated german Modified Paths: -------------- trunk/po/de.po Modified: trunk/po/de.po =================================================================== --- trunk/po/de.po 2006-10-24 17:29:59 UTC (rev 17575) +++ trunk/po/de.po 2006-10-24 19:49:18 UTC (rev 17576) @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: Gaim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-20 10:30+0200\n" -"PO-Revision-Date: 2006-06-20 10:38+0200\n" +"POT-Creation-Date: 2006-10-24 19:22+0200\n" +"PO-Revision-Date: 2006-10-24 19:24+0200\n" "Last-Translator: Björn Voigt <bj...@cs...>\n" "Language-Team: de <de...@li...>\n" "MIME-Version: 1.0\n" @@ -31,2262 +31,120 @@ msgid "Send instant messages over multiple protocols" msgstr "Sendet Sofortnachrichten über mehrere Protokolle" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ciphertest.c:264 -msgid "Cipher Test" -msgstr "Verschlüsselungstest" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/ciphertest.c:267 ../plugins/ciphertest.c:269 -msgid "Tests the ciphers that ship with gaim." -msgstr "Testet die Chiffren, die mit Gaim geliefert werden." - -#: ../plugins/contact_priority.c:61 -msgid "Buddy is idle" -msgstr "Buddy ist untätig" - -#: ../plugins/contact_priority.c:62 -msgid "Buddy is away" -msgstr "Buddy ist abwesend" - -#: ../plugins/contact_priority.c:63 -msgid "Buddy is \"extended\" away" -msgstr "Buddy ist „erweitert“ abwesend" - -#. Not used yet. -#: ../plugins/contact_priority.c:66 -msgid "Buddy is mobile" -msgstr "Buddy ist mobil" - -#: ../plugins/contact_priority.c:68 -msgid "Buddy is offline" -msgstr "Buddy ist offline" - -#: ../plugins/contact_priority.c:90 -msgid "Point values to use when..." -msgstr "Punktzahlen, die benutzt werden, wenn..." - -#: ../plugins/contact_priority.c:118 -msgid "" -"The buddy with the <i>largest score</i> is the buddy who will have priority " -"in the contact.\n" -msgstr "" -"Der Buddy mit der <i>höchsten Punktzahl</i> bekommt die höchste Priorität im " -"Kontakt.\n" - -#: ../plugins/contact_priority.c:125 -msgid "Use last buddy when scores are equal" -msgstr "Benutze den letzten Buddy, wenn die Punktzahlen gleich sind" - -#: ../plugins/contact_priority.c:130 -msgid "Point values to use for account..." -msgstr "Punktzahlen für dieses Konto..." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/contact_priority.c:182 -msgid "Contact Priority" -msgstr "Kontaktpriorität" - -#. *< name -#. *< version -#. *< summary -#: ../plugins/contact_priority.c:185 -msgid "" -"Allows for controlling the values associated with different buddy states." -msgstr "" -"Erlaubt die Anpassung der Werte, die mit den verschiedenen Buddy-Zuständen " -"verbunden sind." - -#. *< description -#: ../plugins/contact_priority.c:187 -msgid "" -"Allows for changing the point values of idle/away/offline states for buddies " -"in contact priority computations." -msgstr "" -"Erlaubt die Änderungen der Punktzahlen für die Buddy-Zustände (untätig, " -"abwesend, offline), die für die Berechnung der Kontakt-Priorität verwendet " -"werden." - -#. *< api_version -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/crazychat/cc_gaim_plugin.c:146 -msgid "Crazychat" -msgstr "Crazychat" - -#. *< name -#. *< version -#. * summary -#: ../plugins/crazychat/cc_gaim_plugin.c:149 -msgid "Plugin to establish a Crazychat session." -msgstr "Plugin zum Einleiten einer Crazychat-Sitzung." - -#. * description -#: ../plugins/crazychat/cc_gaim_plugin.c:151 -msgid "Uses Gaim to obtain buddy ips to connect for a Crazychat session" -msgstr "" -"Benutzt Gaim, um die Buddy-IPs zum Aufbauen einer Crazychat-Sitzung zu " -"erhalten" - -#. make the network configuration frame -#: ../plugins/crazychat/cc_gaim_plugin.c:295 -msgid "Network Configuration" -msgstr "Netzwerk-Konfiguration" - -#: ../plugins/crazychat/cc_gaim_plugin.c:307 -msgid "TCP port" -msgstr "TCP-Port" - -#: ../plugins/crazychat/cc_gaim_plugin.c:317 -msgid "UDP port" -msgstr "UDP-Port" - -#. make the feature configuration frame -#: ../plugins/crazychat/cc_gaim_plugin.c:329 -msgid "Feature Calibration" -msgstr "Feature-Konfiguration" - -# Aktiv -#. add enabled / disabled -#: ../plugins/crazychat/cc_gaim_plugin.c:345 ../src/gtkaccount.c:2262 -#: ../src/gtkplugin.c:574 -msgid "Enabled" -msgstr "Aktiv" - -#: ../plugins/crazychat/cc_gaim_plugin.c:350 -msgid "Disabled" -msgstr "Deaktiviert" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/dbus-example.c:152 -msgid "DBus" -msgstr "DBus" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/dbus-example.c:155 ../plugins/dbus-example.c:157 -msgid "DBus Plugin Example" -msgstr "DBus-Plugin-Beispiel" - -#: ../plugins/docklet/docklet.c:154 -msgid "Right-click for more unread messages...\n" -msgstr "Rechtsklicken für weitere ungelesene Nachrichten...\n" - -#: ../plugins/docklet/docklet.c:157 ../src/gtkblist.c:3246 -#, c-format -msgid "%d unread message from %s\n" -msgid_plural "%d unread messages from %s\n" -msgstr[0] "%d ungelesene Nachricht von %s\n" -msgstr[1] "%d ungelesene Nachrichten von %s\n" - -#: ../plugins/docklet/docklet.c:432 -msgid "Change Status" -msgstr "Ändere Status" - -#: ../plugins/docklet/docklet.c:435 ../src/gtkstatusbox.c:673 -#: ../src/protocols/gg/gg.c:996 ../src/protocols/jabber/buddy.c:1363 -#: ../src/protocols/msn/state.c:29 ../src/protocols/msn/state.c:30 -#: ../src/protocols/msn/state.c:37 ../src/protocols/msn/state.c:38 -#: ../src/protocols/novell/novell.c:2843 ../src/protocols/yahoo/yahoo.c:2731 -#: ../src/status.c:155 -msgid "Available" -msgstr "Verfügbar" - -#. Away stuff -#. get_yahoo_status_from_gaim_status() returns YAHOO_STATUS_CUSTOM for -#. * the generic away state (YAHOO_STATUS_TYPE_AWAY) with no message -#: ../plugins/docklet/docklet.c:439 ../src/gtkprefs.c:1774 -#: ../src/gtkstatusbox.c:674 ../src/protocols/gg/gg.c:999 -#: ../src/protocols/irc/irc.c:520 ../src/protocols/irc/msgs.c:223 -#: ../src/protocols/jabber/buddy.c:1367 ../src/protocols/novell/novell.c:2846 -#: ../src/protocols/oscar/oscar.c:719 ../src/protocols/oscar/oscar.c:4397 -#: ../src/protocols/oscar/oscar.c:5440 ../src/protocols/silc/buddy.c:1469 -#: ../src/protocols/yahoo/yahoo.c:3185 ../src/protocols/yahoo/yahoo.c:3258 -#: ../src/status.c:158 -msgid "Away" -msgstr "Abwesend" - -#: ../plugins/docklet/docklet.c:443 ../src/gtkstatusbox.c:675 -#: ../src/protocols/oscar/oscar.c:723 ../src/protocols/yahoo/yahoo.c:2725 -#: ../src/status.c:157 -msgid "Invisible" -msgstr "Unsichtbar" - -#: ../plugins/docklet/docklet.c:447 ../src/gtkblist.c:2976 -#: ../src/gtkstatusbox.c:676 ../src/protocols/gg/gg.c:993 -#: ../src/protocols/jabber/buddy.c:1361 ../src/protocols/novell/novell.c:2855 -#: ../src/protocols/oscar/oscar.c:785 ../src/protocols/oscar/oscar.c:5412 -#: ../src/protocols/yahoo/yahoo.c:2729 ../src/status.c:154 -msgid "Offline" -msgstr "Offline" - -#: ../plugins/docklet/docklet.c:467 ../src/gtkstatusbox.c:681 -msgid "New..." -msgstr "Neu..." - -#: ../plugins/docklet/docklet.c:468 ../src/gtkstatusbox.c:682 -msgid "Saved..." -msgstr "Gespeichert..." - -#: ../plugins/docklet/docklet.c:484 -msgid "Show Buddy List" -msgstr "Buddy-Liste anzeigen" - -#: ../plugins/docklet/docklet.c:489 ../src/gtkconv.c:5675 -msgid "Unread Messages" -msgstr "Ungelesene Nachrichten" - -#: ../plugins/docklet/docklet.c:510 -msgid "New Message..." -msgstr "Neue Nachricht..." - -#: ../plugins/docklet/docklet.c:519 ../src/gtkaccount.c:2478 -msgid "Accounts" -msgstr "Konten" - -#: ../plugins/docklet/docklet.c:520 ../src/gtkplugin.c:538 -msgid "Plugins" -msgstr "Plugins" - -#: ../plugins/docklet/docklet.c:521 ../src/gtkprefs.c:1915 -msgid "Preferences" -msgstr "Einstellungen" - -#: ../plugins/docklet/docklet.c:525 -msgid "Mute Sounds" -msgstr "Stummschalten" - -#. TODO: need a submenu to change status, this needs to "link" -#. * to the status in the buddy list gtkstatusbox -#. -#: ../plugins/docklet/docklet.c:538 -msgid "Quit" -msgstr "Beenden" - -#: ../plugins/docklet/docklet.c:679 -msgid "Blink tray icon for unread..." -msgstr "Kontrollleisten-Icon blinkt für ungelesene..." - -#: ../plugins/docklet/docklet.c:682 -msgid "_Instant Messages:" -msgstr "_Sofortnachrichten:" - -#: ../plugins/docklet/docklet.c:684 ../plugins/docklet/docklet.c:692 -#: ../plugins/win32/winprefs/winprefs.c:462 ../src/gtkprefs.c:823 -#: ../src/gtkprefs.c:1764 ../src/gtkprefs.c:1778 -msgid "Never" -msgstr "Niemals" - -#: ../plugins/docklet/docklet.c:685 -msgid "In hidden conversations" -msgstr "Bei versteckten Unterhaltungen" - -#: ../plugins/docklet/docklet.c:686 ../plugins/docklet/docklet.c:694 -#: ../plugins/timestamp_format.c:39 ../plugins/timestamp_format.c:48 -#: ../plugins/win32/winprefs/winprefs.c:463 ../src/gtkprefs.c:825 -msgid "Always" -msgstr "Immer" - -#: ../plugins/docklet/docklet.c:690 -msgid "C_hat Messages:" -msgstr "C_hat-Nachrichten:" - -#: ../plugins/docklet/docklet.c:693 -msgid "When my nick is said" -msgstr "Wenn mein Benutzername gesagt wird" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/docklet/docklet.c:720 -msgid "System Tray Icon" -msgstr "Kontrollleisten-Icon" - -#. *< name -#. *< version -#. * summary -#: ../plugins/docklet/docklet.c:723 -msgid "Displays an icon for Gaim in the system tray." -msgstr "Zeigt ein Icon für Gaim in der Kontrollleiste." - -#. * description -#: ../plugins/docklet/docklet.c:725 -msgid "" -"Displays a system tray icon (in GNOME, KDE, or Windows for example) to show " -"the current status of Gaim, allow fast access to commonly used functions, " -"and to toggle display of the buddy list. Also provides options to blink for " -"unread messages." -msgstr "" -"Zeigt das Kontrollleisten-Icon an (beispielsweise in GNOME, KDE oder " -"Windows), um den Status von Gaim anzuzeigen, um schnellen Zugang zu oft " -"benutzten Funktionen zu gewähren und um die Anzeige der Buddy-Liste oder des " -"Anmeldefensters aufzurufen. Außerdem gibt es eine Option, die ungelesene " -"Nachrichten aufblinken lässt." - -#: ../plugins/docklet/eggtrayicon.c:123 +#: ../gtk/eggtrayicon.c:129 msgid "Orientation" msgstr "Ausrichtung" -#: ../plugins/docklet/eggtrayicon.c:124 +#: ../gtk/eggtrayicon.c:130 msgid "The orientation of the tray." msgstr "Die Ausrichtung der Kontrollleiste." -#: ../plugins/extplacement.c:80 -msgid "By conversation count" -msgstr "Nach der Zahl der Gespräche" +#: ../gtk/gaimstock.c:137 +msgid "_Alias" +msgstr "Alia_s" -#: ../plugins/extplacement.c:101 -msgid "Conversation Placement" -msgstr "Platzierung der Gespräche" +#. join button +#: ../gtk/gaimstock.c:138 ../gtk/gtkblist.c:1120 ../gtk/gtkroomlist.c:285 +#: ../gtk/gtkroomlist.c:442 +msgid "_Join" +msgstr "_Betreten" -#: ../plugins/extplacement.c:106 -msgid "Number of conversations per window" -msgstr "Zahl der Gespräche pro Fenster" +#: ../gtk/gaimstock.c:139 +msgid "Close _tabs" +msgstr "_Reiter schließen" -#: ../plugins/extplacement.c:112 -msgid "Separate IM and Chat windows when placing by number" -msgstr "Getrennte IM- und Chat-Fenster bei der Platzierung nach Nummern" +#: ../gtk/gaimstock.c:140 ../gtk/gtkblist.c:1004 +msgid "I_M" +msgstr "I_M" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/extplacement.c:135 -msgid "ExtPlacement" -msgstr "Erweiterte Platzierung" +#: ../gtk/gaimstock.c:141 +msgid "_Get Info" +msgstr "_Benutzer-Info" -#. *< name -#. *< version -#: ../plugins/extplacement.c:137 -msgid "Extra conversation placement options." -msgstr "Zusätzliche Optionen zur Platzierung von Gesprächen." +#: ../gtk/gaimstock.c:142 +msgid "_Invite" +msgstr "_Einladen" -#. *< summary -#. * description -#: ../plugins/extplacement.c:139 -msgid "" -"Restrict the number of conversations per windows, optionally separating IMs " -"and Chats" -msgstr "" -"Beschränkt die Zahl der Gespräche pro Fenster, optional getrennt für IMs und " -"Chats" +#: ../gtk/gaimstock.c:143 +msgid "_Modify" +msgstr "_Bearbeiten" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/filectl.c:248 -msgid "Gaim File Control" -msgstr "Gaim Dateikontrolle" +#: ../gtk/gaimstock.c:144 +msgid "_Open Mail" +msgstr "Mail ö_ffnen" -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/filectl.c:251 ../plugins/filectl.c:253 -msgid "Allows you to control Gaim by entering commands in a file." -msgstr "" -"Erlaubt Ihnen Gaim zu steuern, indem Sie Kommandos in eine Datei schreiben." +#. Pause button +#: ../gtk/gaimstock.c:145 ../gtk/gtkft.c:835 +msgid "_Pause" +msgstr "_Pause" -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gaiminc.c:91 -msgid "Gaim Demonstration Plugin" -msgstr "Gaim Demonstrations-Plugin" - -#. *< name -#. *< version -#. * summary -#: ../plugins/gaiminc.c:94 -msgid "An example plugin that does stuff - see the description." -msgstr "" -"Ein Beispiel-Plugin, welches einige Sachen macht - sehen Sie sich die " -"Beschreibung an." - -#. * description -#: ../plugins/gaiminc.c:96 -msgid "" -"This is a really cool plugin that does a lot of stuff:\n" -"- It tells you who wrote the program when you log in\n" -"- It reverses all incoming text\n" -"- It sends a message to people on your list immediately when they sign on" -msgstr "" -"Dies ist ein wirklich cooles Plugin, welches eine Menge Sachen macht:\n" -"- Es sagt Ihren, wer das Programm geschrieben hat, wenn Sie sich anmelden\n" -"- Es kehrt den ganzen eingehenden Text um\n" -"- Es sendet eine Nachricht zu Leuten in Ihrer Buddy Liste, direkt wenn Sie " -"sich angemeldet haben" - -#: ../plugins/gaimrc.c:41 -msgid "Cursor Color" -msgstr "Cursor-Farbe" - -#: ../plugins/gaimrc.c:42 -msgid "Secondary Cursor Color" -msgstr "Sekundäre Cursor-Farbe" - -#: ../plugins/gaimrc.c:43 -msgid "Hyperlink Color" -msgstr "Hyperlink-Farbe" - -#: ../plugins/gaimrc.c:56 -msgid "GtkTreeView Expander Size" -msgstr "GtkTreeView Expander-Größe" - -#: ../plugins/gaimrc.c:57 -msgid "GtkTreeView Horizontal Separation" -msgstr "GtkTreeview horizontaler Abstand" - -#: ../plugins/gaimrc.c:76 -msgid "Conversation Entry" -msgstr "Unterhaltungs-Eintrag" - -#: ../plugins/gaimrc.c:77 -msgid "Conversation History" -msgstr "Unterhaltungsverlauf" - -#: ../plugins/gaimrc.c:78 -msgid "Log Viewer" -msgstr "Mitschnittsbetrachter" - -#: ../plugins/gaimrc.c:79 -msgid "Request Dialog" -msgstr "Dialog anfordern" - -#: ../plugins/gaimrc.c:80 -msgid "Notify Dialog" -msgstr "Benachrichtigungsdialog" - -#: ../plugins/gaimrc.c:91 -msgid "GtkTreeView Indent Expanders" -msgstr "GtkTreeView Einrückungs-Expander" - -#: ../plugins/gaimrc.c:287 -#, c-format -msgid "Select Color for %s" -msgstr "Textfarbe für %s auswählen" - -#: ../plugins/gaimrc.c:289 -msgid "Select Color" -msgstr "Farbe auswählen" - -#: ../plugins/gaimrc.c:324 -#, c-format -msgid "Select Font for %s" -msgstr "Schriftart für %s wählen" - -#: ../plugins/gaimrc.c:364 -msgid "Select Interface Font" -msgstr "Schriftart wählen" - -#: ../plugins/gaimrc.c:420 -msgid "General" -msgstr "Allgemein" - -#: ../plugins/gaimrc.c:425 -msgid "GTK+ Interface Font" -msgstr "GTK+ Schrift" - -#: ../plugins/gaimrc.c:445 -msgid "GTK+ Text Shortcut Theme" -msgstr "GTK+ Text Shortcut-Thema" - -#: ../plugins/gaimrc.c:480 -msgid "Interface colors" -msgstr "UI-Farben" - -#: ../plugins/gaimrc.c:504 -msgid "Widget Sizes" -msgstr "Widget-Größen" - -#: ../plugins/gaimrc.c:525 -msgid "Fonts" -msgstr "Schrift" - -#: ../plugins/gaimrc.c:548 -msgid "Tools" -msgstr "Werkzeuge" - -#: ../plugins/gaimrc.c:553 -#, c-format -msgid "Write settings to %s%sgtkrc-2.0" -msgstr "Schreibe Einstellungen nach %s%sgtkrc-2.0" - -#: ../plugins/gaimrc.c:561 -msgid "Re-read gtkrc files" -msgstr "Neueinlesen der gtkrc-Dateien" - -#: ../plugins/gaimrc.c:588 -msgid "Gaim GTK+ Theme Control" -msgstr "Gaim GTK+ Themeneinstellungen" - -#: ../plugins/gaimrc.c:590 ../plugins/gaimrc.c:591 -msgid "Provides access to commonly used gtkrc settings." -msgstr "Erlaubt den Zugriff auf häufig benutzte gtkrc-Einstellungen." - -#. Configuration frame -#: ../plugins/gestures/gestures.c:235 -msgid "Mouse Gestures Configuration" -msgstr "Maus-Gestik-Konfiguration" - -#: ../plugins/gestures/gestures.c:242 -msgid "Middle mouse button" -msgstr "Mittlere Maustaste" - -#: ../plugins/gestures/gestures.c:247 -msgid "Right mouse button" -msgstr "Rechte Maustaste" - -#. "Visual gesture display" checkbox -#: ../plugins/gestures/gestures.c:259 -msgid "_Visual gesture display" -msgstr "_Gestiken anzeigen" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gestures/gestures.c:289 -msgid "Mouse Gestures" -msgstr "Maus-Gestiken" - -#. *< name -#. *< version -#. * summary -#: ../plugins/gestures/gestures.c:292 -msgid "Provides support for mouse gestures" -msgstr "Ermöglicht die Bedienung mit Maus-Gestiken" - -#. * description -#: ../plugins/gestures/gestures.c:294 -msgid "" -"Allows support for mouse gestures in conversation windows.\n" -"Drag the middle mouse button to perform certain actions:\n" -"\n" -"Drag down and then to the right to close a conversation.\n" -"Drag up and then to the left to switch to the previous conversation.\n" -"Drag up and then to the right to switch to the next conversation." -msgstr "" -"Ermöglicht das Benutzen von Maus-Gestiken im Gesprächsfenster. Halten Sie " -"die mittlere Maustaste gedrückt um folgende Aktionen auszuführen:\n" -"\n" -"Herunterziehen und dann nach rechts, um ein Gespräch zu beenden. Hochziehen " -"und dann nach links, um auf ein voriges Gespräch zu wechseln. Hochziehen und " -"dann nach rechts, um zum nächsten Gespräche zu wechseln." - -#. Extract their Name and put it in -#. Contact Info -#. Personal -#. Business -#: ../plugins/gevolution/add_buddy_dialog.c:131 -#: ../plugins/gevolution/assoc-buddy.c:119 ../src/gtkplugin.c:587 -#: ../src/gtkroomlist.c:604 ../src/protocols/jabber/jabber.c:759 -#: ../src/protocols/msn/msn.c:1532 ../src/protocols/msn/msn.c:1585 -#: ../src/protocols/msn/msn.c:1606 -msgid "Name" -msgstr "Name" - -#: ../plugins/gevolution/add_buddy_dialog.c:142 -msgid "Instant Messaging" -msgstr "Sofortnachrichten" - -#: ../plugins/gevolution/add_buddy_dialog.c:442 ../src/gtkblist.c:4532 -#: ../src/protocols/silc/buddy.c:736 ../src/protocols/silc/buddy.c:1030 -#: ../src/protocols/silc/buddy.c:1075 ../src/protocols/silc/buddy.c:1174 -#: ../src/protocols/yahoo/yahoo.c:2974 -msgid "Add Buddy" -msgstr "Buddy hinzufügen" - -#. Add the label. -#: ../plugins/gevolution/add_buddy_dialog.c:455 -msgid "Select a person from your address book below, or add a new person." -msgstr "" -"Wählen Sie eine Person aus Ihrem Adressbuch unten aus oder fügen Sie eine " -"neue Person hinzu." - -#. "Search" -#: ../plugins/gevolution/add_buddy_dialog.c:468 -#: ../plugins/gevolution/assoc-buddy.c:353 -#: ../src/protocols/jabber/buddy.c:1720 ../src/protocols/oscar/oscar.c:6020 -#: ../src/protocols/sametime/sametime.c:5529 -msgid "Search" -msgstr "Suchen" - -#: ../plugins/gevolution/add_buddy_dialog.c:549 -#: ../plugins/gevolution/new_person_dialog.c:307 ../src/gtkblist.c:4616 -#: ../src/gtkblist.c:4980 -msgid "Group:" -msgstr "Gruppe:" - -#. "New Person" button -#: ../plugins/gevolution/add_buddy_dialog.c:575 -#: ../plugins/gevolution/assoc-buddy.c:464 -#: ../plugins/gevolution/new_person_dialog.c:251 -msgid "New Person" -msgstr "Neue Person" - -#. "Select Buddy" button -#: ../plugins/gevolution/add_buddy_dialog.c:592 -msgid "Select Buddy" -msgstr "Buddy auswählen" - -#. Add the label. -#: ../plugins/gevolution/assoc-buddy.c:340 -msgid "" -"Select a person from your address book to add this buddy to, or create a new " -"person." -msgstr "" -"Wählen Sie einen Kontakt aus Ihrem Adressbuch, dem dieser Buddy hinzugefügt " -"werden soll oder erstellen Sie einen neuen Kontakt." - -#. Add the expander -#: ../plugins/gevolution/assoc-buddy.c:428 -msgid "User _details" -msgstr "Benutzer_details" - -#. "Associate Buddy" button -#: ../plugins/gevolution/assoc-buddy.c:481 -msgid "_Associate Buddy" -msgstr "_Assoziiere den Buddy" - -#: ../plugins/gevolution/eds-utils.c:73 ../plugins/gevolution/eds-utils.c:86 -#: ../src/protocols/jabber/jabber.c:1125 -msgid "None" -msgstr "Kein" - -#: ../plugins/gevolution/gevo-util.c:64 ../plugins/gevolution/gevolution.c:96 -#: ../src/blist.c:516 ../src/blist.c:1278 ../src/blist.c:1505 -#: ../src/gtkblist.c:4425 ../src/protocols/jabber/roster.c:66 -msgid "Buddies" -msgstr "Buddys" - -#: ../plugins/gevolution/gevolution.c:262 -#: ../plugins/gevolution/gevolution.c:268 -msgid "Unable to send e-mail" -msgstr "E-Mail konnte nicht gesendet werden" - -#: ../plugins/gevolution/gevolution.c:263 -msgid "The evolution executable was not found in the PATH." -msgstr "Die ausführbare Evolution-Datei wurde nicht im Pfad (PATH) gefunden." - -#: ../plugins/gevolution/gevolution.c:269 -msgid "The specified buddy was not found in the Evolution Contacts." -msgstr "Der angegebene Buddy wurde nicht im Evolution-Adressbuch gefunden." - -#: ../plugins/gevolution/gevolution.c:286 -msgid "Add to Address Book" -msgstr "Zum Adressbuch hinzufügen" - -#: ../plugins/gevolution/gevolution.c:290 -msgid "Send E-Mail" -msgstr "E-Mail senden" - -#. Configuration frame -#: ../plugins/gevolution/gevolution.c:417 -msgid "Evolution Integration Configuration" -msgstr "Konfiguration der Evolution-Integration" - -#. Label -#: ../plugins/gevolution/gevolution.c:420 -msgid "Select all accounts that buddies should be auto-added to." -msgstr "" -"Wählen Sie alle Konten, zu denen Buddys automatisch hinzugefügt werden " -"sollen." - -#: ../plugins/gevolution/gevolution.c:450 ../plugins/idle.c:153 -#: ../plugins/idle.c:189 ../src/gtknotify.c:399 ../src/gtkpounce.c:1255 -msgid "Account" -msgstr "Konto" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gevolution/gevolution.c:527 -msgid "Evolution Integration" -msgstr "Evolution-Integration" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/gevolution/gevolution.c:530 -#: ../plugins/gevolution/gevolution.c:532 -msgid "Provides integration with Evolution." -msgstr "Erlaubt die Integration mit Ximian Evolution." - -#: ../plugins/gevolution/new_person_dialog.c:267 -msgid "Please enter the person's information below." -msgstr "Bitte geben Sie die Informationen zu der Person unten ein." - -#: ../plugins/gevolution/new_person_dialog.c:271 -msgid "Please enter the buddy's screen name and account type below." -msgstr "" -"Geben Sie bitte den Benutzernamen des Buddys und den Kontentyp unten ein." - -#: ../plugins/gevolution/new_person_dialog.c:291 -msgid "Account type:" -msgstr "Kontotyp:" - -#: ../plugins/gevolution/new_person_dialog.c:295 ../src/gtkaccount.c:784 -#: ../src/gtkblist.c:4578 -msgid "Screen name:" -msgstr "Benutzername:" - -#. Optional Information section -#: ../plugins/gevolution/new_person_dialog.c:315 -msgid "Optional information:" -msgstr "Optionale Informationen:" - -#. Label -#: ../plugins/gevolution/new_person_dialog.c:338 ../src/gtkaccount.c:424 -#: ../src/gtkaccount.c:446 ../src/protocols/oscar/oscar.c:625 -msgid "Buddy Icon" -msgstr "Buddy-Icon" - -# old strings -#: ../plugins/gevolution/new_person_dialog.c:350 -msgid "First name:" -msgstr "Vorname:" - -#: ../plugins/gevolution/new_person_dialog.c:362 -msgid "Last name:" -msgstr "Nachname:" - -#: ../plugins/gevolution/new_person_dialog.c:382 -msgid "E-mail:" -msgstr "E-Mail:" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/gtk-signals-test.c:160 -msgid "GTK Signals Test" -msgstr "GTK-Signaltest" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/gtk-signals-test.c:163 ../plugins/gtk-signals-test.c:165 -msgid "Test to see that all ui signals are working properly." -msgstr "Test, um zu sehen, ob alle Signale richtig funktionieren." - -#: ../plugins/history.c:120 -#, c-format -msgid "<b>Conversation with %s on %s:</b><br>" -msgstr "<b>Unterhaltung mit %s am %s:</b><br>" - -#: ../plugins/history.c:147 -msgid "History Plugin Requires Logging" -msgstr "Das Verlaufs-Plugin erfordert das Mitschneiden" - -#: ../plugins/history.c:148 -msgid "" -"Logging can be enabled from Tools -> Preferences -> Logging.\n" -"\n" -"Enabling logs for instant messages and/or chats will activate history for " -"the same conversation type(s)." -msgstr "" -"Mitschnitt kann über Werkzeuge -> Einstellungen -> Mitschnitt aktiviert " -"werden.\n" -"\n" -"Das Aktivieren des Mitschnitts für Sofortnachrichten und/oder Chats " -"aktiviert den Verlauf für die entsprechenden Unterhaltungsarten." - -#: ../plugins/history.c:188 -msgid "History" -msgstr "Verlauf" - -#: ../plugins/history.c:190 -msgid "Shows recently logged conversations in new conversations." -msgstr "Zeigt vor kurzem mitgeschnittene Gespräche in neuen Gesprächen an." - -#: ../plugins/history.c:191 -msgid "" -"When a new conversation is opened this plugin will insert the last " -"conversation into the current conversation." -msgstr "" -"Wenn eine neue Unterhaltung eröffnet wird, fügt dieses Plugin die letzte " -"Unterhaltung in die aktuelle Unterhaltung ein." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/iconaway.c:82 -msgid "Iconify on Away" -msgstr "Minimieren, wenn Abwesend" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/iconaway.c:85 ../plugins/iconaway.c:87 -msgid "Iconifies the buddy list and your conversations when you go away." -msgstr "Minimiert die Buddy-Liste und die Gesprächsfenster, wenn Sie weggehen." - -#: ../plugins/idle.c:158 ../plugins/idle.c:216 -msgid "Minutes" -msgstr "Minuten" - -#. This is a cultural reference. Dy'er Mak'er is a song by Led Zeppelin. -#. If that doesn't translate well into your language, drop the 's before translating. -#: ../plugins/idle.c:165 ../plugins/idle.c:198 ../plugins/idle.c:223 -#: ../plugins/idle.c:315 -msgid "I'dle Mak'er" -msgstr "Untätigkeitsmarker" - -#: ../plugins/idle.c:166 ../plugins/idle.c:255 -msgid "Set Account Idle Time" -msgstr "Setze Konto-Untätigkeitszeit" - -#: ../plugins/idle.c:169 ../plugins/idle.c:227 -msgid "_Set" -msgstr "_Setzen" - -#: ../plugins/idle.c:170 ../plugins/idle.c:203 ../plugins/idle.c:228 -msgid "_Cancel" -msgstr "A_bbrechen" - -#: ../plugins/idle.c:183 -msgid "None of your accounts are idle." -msgstr "Keine ihrer Konten sind untätig." - -#: ../plugins/idle.c:199 ../plugins/idle.c:259 -msgid "Unset Account Idle Time" -msgstr "Untätigkeitszeit zurücksetzen" - -#: ../plugins/idle.c:202 -msgid "_Unset" -msgstr "Zurücksetze_n" - -#: ../plugins/idle.c:224 ../plugins/idle.c:263 -msgid "Set Idle Time for All Accounts" -msgstr "Untätigkeitszeit für alle Konten setzen" - -#: ../plugins/idle.c:268 -msgid "Unset Idle Time for All Idled Accounts" -msgstr "Untätigkeitszeit für alle untätige Konten zurücksetzen" - -#: ../plugins/idle.c:317 ../plugins/idle.c:318 -msgid "Allows you to hand-configure how long you've been idle" -msgstr "" -"Erlaubt Ihnen manuell zu konfigurieren, wie lange Sie untätig sein wollen" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ipc-test-client.c:87 -msgid "IPC Test Client" -msgstr "IPC Testclient" - -#. *< name -#. *< version -#. * summary -#: ../plugins/ipc-test-client.c:90 -msgid "Test plugin IPC support, as a client." -msgstr "Plugin zum Testen der IPC-Unterstützung als Client." - -#. * description -#: ../plugins/ipc-test-client.c:92 -msgid "" -"Test plugin IPC support, as a client. This locates the server plugin and " -"calls the commands registered." -msgstr "" -"Plugin zum Testen der IPC-Unterstützung als Client. Sucht das Server-Plugin " -"und ruft die registrierten Kommandos auf." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ipc-test-server.c:74 -msgid "IPC Test Server" -msgstr "IPC Testserver" - -#. *< name -#. *< version -#. * summary -#: ../plugins/ipc-test-server.c:77 -msgid "Test plugin IPC support, as a server." -msgstr "Plugin zum Testen der IPC-Unterstützung als Server." - -#. * description -#: ../plugins/ipc-test-server.c:79 -msgid "Test plugin IPC support, as a server. This registers the IPC commands." -msgstr "" -"Plugin zum Testen der IPC-Unterstützung als Server. Die IPC-Kommandos werden " -"registriert." - -#: ../plugins/log_reader.c:1405 -msgid "User is offline." -msgstr "Benutzer ist offline." - -#: ../plugins/log_reader.c:1411 -msgid "Auto-response sent:" -msgstr "Automatische Antwort gesendet:" - -#: ../plugins/log_reader.c:1421 ../plugins/log_reader.c:1424 -#: ../plugins/statenotify.c:80 -#, c-format -msgid "%s has signed off." -msgstr "%s hat sich abgemeldet." - -#: ../plugins/log_reader.c:1438 -msgid "One or more messages may have been undeliverable." -msgstr "Eine oder mehrere Nachrichten konnten nicht zugestellt werden." - -#. MSG_SERVER_DISCONNECTING -#. we have been kicked off =^( -#: ../plugins/log_reader.c:1448 ../src/protocols/napster/napster.c:363 -msgid "You were disconnected from the server." -msgstr "Sie wurden vom Server getrennt." - -#: ../plugins/log_reader.c:1456 -msgid "" -"You are currently disconnected. Messages will not be received unless you are " -"logged in." -msgstr "" -"Sie sind nicht verbunden. Nachrichten können nicht empfangen werden bis Sie " -"sich wieder anmelden." - -#: ../plugins/log_reader.c:1471 -msgid "Message could not be sent because the maximum length was exceeded." -msgstr "" -"Nachricht konnte nicht gesendet werden, da maximale Länge überschritten " -"wurde." - -#: ../plugins/log_reader.c:1476 -msgid "Message could not be sent." -msgstr "Ihre Nachricht wurde nicht verschickt." - -#. The names of IM clients are marked for translation at the request of -#. translators who wanted to transliterate them. Many translators -#. choose to leave them alone. Choose what's best for your language. -#: ../plugins/log_reader.c:1838 ../plugins/log_reader.c:1943 -msgid "Adium" -msgstr "Adium" - -#. The names of IM clients are marked for translation at the request of -#. translators who wanted to transliterate them. Many translators -#. choose to leave them alone. Choose what's best for your language. -#: ../plugins/log_reader.c:1850 ../plugins/log_reader.c:1947 -msgid "Fire" -msgstr "Fire" - -#. The names of IM clients are marked for translation at the request of -#. translators who wanted to transliterate them. Many translators -#. choose to leave them alone. Choose what's best for your language. -#: ../plugins/log_reader.c:1862 ../plugins/log_reader.c:1951 -msgid "Messenger Plus!" -msgstr "Messenger Plus!" - -#. The names of IM clients are marked for translation at the request of -#. translators who wanted to transliterate them. Many translators -#. choose to leave them alone. Choose what's best for your language. -#: ../plugins/log_reader.c:1874 ../plugins/log_reader.c:1955 -msgid "MSN Messenger" -msgstr "MSN-Messenger" - -#. The names of IM clients are marked for translation at the request of -#. translators who wanted to transliterate them. Many translators -#. choose to leave them alone. Choose what's best for your language. -#: ../plugins/log_reader.c:1886 ../plugins/log_reader.c:1959 -msgid "Trillian" -msgstr "Trillian" - -#. Add general preferences. -#: ../plugins/log_reader.c:1925 -msgid "General Log Reading Configuration" -msgstr "Allgemeine Mitschnittseinstellungen" - -#: ../plugins/log_reader.c:1929 -msgid "Fast size calculations" -msgstr "Schnelle Größenberechnung" - -#: ../plugins/log_reader.c:1933 -msgid "Use name heuristics" -msgstr "Benutze Namensheuristiken" - -#. Add Log Directory preferences. -#: ../plugins/log_reader.c:1939 -msgid "Log Directory" -msgstr "Mitschnittverzeichnis" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/log_reader.c:1982 -msgid "Log Reader" -msgstr "Mitschnittsbetrachter" - -#. *< name -#. *< version -#. * summary -#: ../plugins/log_reader.c:1986 -msgid "Includes other IM clients' logs in the log viewer." -msgstr "" -"Zeigt die Mitschnitte anderer Sofortnachrichtenprogramme im " -"Mitschnittsbetrachter an." - -#. * description -#: ../plugins/log_reader.c:1990 -msgid "" -"When viewing logs, this plugin will include logs from other IM clients. " -"Currently, this includes Adium, Fire, Messenger Plus!, MSN Messenger, and " -"Trillian." -msgstr "" -"Dieses Plugin zeigt auch die Mitschnitte anderer Sofortnachrichtenprogramme " -"im Mitschnittsbetrachter an. Momentan sind das Adium, Fire, Messenger Plus!, " -"MSN Messenger und Trillian." - -#: ../plugins/mailchk.c:160 -msgid "Mail Checker" -msgstr "Mail-Benachrichtigung" - -#: ../plugins/mailchk.c:162 -msgid "Checks for new local mail." -msgstr "Überprüft, ob es neue lokale Mails gibt." - -#: ../plugins/mailchk.c:163 -msgid "Adds a small box to the buddy list that shows if you have new mail." -msgstr "" -"Fügt eine kleine Box zur Buddy-Liste hinzu, die zeigt, ob Sie neue E-Mails " -"haben." - -#: ../plugins/mono/loader/mono.c:213 -msgid "Mono Plugin Loader" -msgstr "Mono-Plugin-Lader" - -#: ../plugins/mono/loader/mono.c:215 ../plugins/mono/loader/mono.c:216 -msgid "Loads .NET plugins with Mono." -msgstr "Lädt .NET-Plugins mit Mono." - -#: ../plugins/musicmessaging/musicmessaging.c:44 -msgid "" -"A music messaging session has been requested. Please click the MM icon to " -"accept." -msgstr "" -"Eine Musik-Nachrichten-Sitzung wurde angefragt. Bitte klicken Sie das MM-" -"Icon zum Akzeptieren." - -#: ../plugins/musicmessaging/musicmessaging.c:45 -msgid "Music messaging session confirmed." -msgstr "Music-Nachrichten-Sitzung bestätigt." - -#: ../plugins/musicmessaging/musicmessaging.c:414 -msgid "Music Messaging" -msgstr "Musik-Nachrichten" - -#: ../plugins/musicmessaging/musicmessaging.c:415 -msgid "There was a conflict in running the command:" -msgstr "Es gab einen Konflikt beim Ausführen des Kommandos:" - -#: ../plugins/musicmessaging/musicmessaging.c:523 -msgid "Error Running Editor" -msgstr "Fehler beim Ausführen des Editors" - -#: ../plugins/musicmessaging/musicmessaging.c:524 -msgid "The following error has occured:" -msgstr "Der folgende Fehler ist aufgetreten:" - -#. Configuration frame -#: ../plugins/musicmessaging/musicmessaging.c:623 -msgid "Music Messaging Configuration" -msgstr "Music-Nachrichten-Konfiguration" - -#: ../plugins/musicmessaging/musicmessaging.c:627 -msgid "Score Editor Path" -msgstr "Pfad zum Partitur-Editor" - -#: ../plugins/musicmessaging/musicmessaging.c:628 -msgid "_Apply" -msgstr "_Anwenden" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#. *< name -#. *< version -#: ../plugins/musicmessaging/musicmessaging.c:663 -msgid "Music Messaging Plugin for collaborative composition." -msgstr "Music-Nachrichten-Plugin zum gemeinschaftlichen Komponieren." - -#. * summary -#: ../plugins/musicmessaging/musicmessaging.c:665 -msgid "" -"The Music Messaging Plugin allows a number of users to simultaneously work " -"on a piece of music by editting a common score in real-time." -msgstr "" -"Das Musik-Nachrichtenübermittlungs-Plugin erlaubt es einer Menge von " -"Benutzern, simulan an einem Musikstück in Echtzeit zu arbeiten." - -#. ---------- "Notify For" ---------- -#: ../plugins/notify.c:638 -msgid "Notify For" -msgstr "Benachrichtigung für" - -#: ../plugins/notify.c:642 -msgid "_IM windows" -msgstr "_IM-Fenster" - -#: ../plugins/notify.c:649 -msgid "C_hat windows" -msgstr "C_hat-Fenster" - -#: ../plugins/notify.c:657 -msgid "\t_Only when someone says your screen name" -msgstr "\t_Nur wenn jemand Ihren Benutzernamen nennt" - -#: ../plugins/notify.c:667 -msgid "_Focused windows" -msgstr "_Fokussierte Fenster" - -#. ---------- "Notification Methods" ---------- -#: ../plugins/notify.c:675 -msgid "Notification Methods" -msgstr "Benachrichtigungsmethoden" - -#: ../plugins/notify.c:682 -msgid "Prepend _string into window title:" -msgstr "Stelle die _Zeichenkette vor den Fenstertitel:" - -#. Count method button -#: ../plugins/notify.c:701 -msgid "Insert c_ount of new messages into window title" -msgstr "Füge _Anzahl der neuen Nachrichten in den Fenstertitel ein" - -#. Urgent method button -#: ../plugins/notify.c:710 -msgid "Set window manager \"_URGENT\" hint" -msgstr "Setze den „_URGENT“-Hinweis für den Window-Manager" - -#. Raise window method button -#: ../plugins/notify.c:719 -msgid "R_aise conversation window" -msgstr "G_esprächsfenster in den Vordergrund bringen" - -#. ---------- "Notification Removals" ---------- -#: ../plugins/notify.c:727 -msgid "Notification Removal" -msgstr "Entfernung von Benachrichtigungen" - -#. Remove on focus button -#: ../plugins/notify.c:732 -msgid "Remove when conversation window _gains focus" -msgstr "Entferne, wenn das _Gesprächsfenster den Fokus bekommt" - -#. Remove on click button -#: ../plugins/notify.c:739 -msgid "Remove when conversation window _receives click" -msgstr "Entferne, wenn das Gesprächsfenster ge_klickt wird" - -#. Remove on type button -#: ../plugins/notify.c:747 -msgid "Remove when _typing in conversation window" -msgstr "Entferne, wenn im Gesprächsfenster ge_tippt wird" - -#. Remove on message send button -#: ../plugins/notify.c:755 -msgid "Remove when a _message gets sent" -msgstr "Entferne, wenn eine _Nachricht gesendet wird" - -#. Remove on conversation switch button -#: ../plugins/notify.c:764 -msgid "Remove on switch to conversation ta_b" -msgstr "Entfernen bei der Umschaltung zum Gesprächs_reiter" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/notify.c:853 -msgid "Message Notification" -msgstr "Benachrichtigung" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/notify.c:856 ../plugins/notify.c:858 -msgid "Provides a variety of ways of notifying you of unread messages." -msgstr "" -"Gibt Ihnen eine Reihe von Möglichkeiten, über ungelesene Nachrichten " -"benachrichtigt zu werden." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/perl/perl.c:583 -msgid "Perl Plugin Loader" -msgstr "Perl-Plugin-Loader" - -#. *< name -#. *< version -#. *< summary -#: ../plugins/perl/perl.c:585 ../plugins/perl/perl.c:586 -msgid "Provides support for loading perl plugins." -msgstr "Ermöglicht das Laden von Perl-Plugins." - -#: ../plugins/psychic.c:19 -msgid "Psychic Mode" -msgstr "Psycho-Modus" - -#: ../plugins/psychic.c:20 -msgid "Psychic mode for incoming conversation" -msgstr "Psycho-Modus für eingehende Gespräche" - -#: ../plugins/psychic.c:21 -msgid "" -"Causes conversation windows to appear as other users begin to message you. " -"This works for AIM, ICQ, Jabber, Sametime, and Yahoo!" -msgstr "" -"Öffnet Gesprächsfenster, wenn andere Benutzer beginnen, Ihnen eine Nachricht " -"zu senden. Das funktioniert mit AIM, ICQ, Jabber, Sametime und Yahoo!" - -#. This is a quote from Star Wars. You should -#. probably not translate it literally. If -#. you can't find a fitting cultural reference -#. in your language, consider translating -#. something like this instead: -#. "You feel a new message coming." -#: ../plugins/psychic.c:63 -msgid "You feel a disturbance in the force..." -msgstr "Ihr Buddy beginnt zu tippen..." - -#: ../plugins/psychic.c:82 -msgid "Only enable for users on the buddy list" -msgstr "Nur für Benutzer aus der Buddy-Liste aktivieren" - -#: ../plugins/psychic.c:87 -msgid "Disable when away" -msgstr "Deaktivieren, wenn abwesend" - -#: ../plugins/psychic.c:91 -msgid "Display notification message in conversations" -msgstr "Benachrichtigung in Gesprächen anzeigen" - -#: ../plugins/raw.c:175 -msgid "Raw" -msgstr "Raw" - -#: ../plugins/raw.c:177 -msgid "Lets you send raw input to text-based protocols." -msgstr "Erlaubt Ihnen Rohdaten an textbasierte Protokolle zu senden." - -#: ../plugins/raw.c:178 -msgid "" -"Lets you send raw input to text-based protocols (Jabber, MSN, IRC, TOC). Hit " -"'Enter' in the entry box to send. Watch the debug window." -msgstr "" -"Erlaubt Ihnen Rohdaten an textbasierte Protokolle (Jabber, MSN, IRC, TOC) zu " -"senden. Drücken Sie die 'Enter'-Taste im Eingabefeld zum Senden. Beachten " -"Sie das Debug-Fenster." - -#: ../plugins/relnot.c:63 -#, c-format -msgid "You are using Gaim version %s. The current version is %s.<hr>" -msgstr "Sie verwenden Gaim Version %s. Die aktuelle Version ist %s.<hr>" - -#: ../plugins/relnot.c:69 -#, c-format -msgid "" -"<b>ChangeLog:</b>\n" -"%s<br><br>" -msgstr "" -"<b>Änderungen:</b>\n" -"%s<br><br>" - -#: ../plugins/relnot.c:74 -#, c-format -msgid "" -"You can get version %s from:<br><a href=\"http://gaim.sourceforge.net/" -"\">http://gaim.sourceforge.net</a>." -msgstr "" -"Sie erhalten die Version %s von:<br><a href=\"http://gaim.sourceforge.net/" -"\">http://gaim.sourceforge.net</a>." - -#: ../plugins/relnot.c:78 ../plugins/relnot.c:79 -msgid "New Version Available" -msgstr "Neue Version verfügbar" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/relnot.c:137 -msgid "Release Notification" -msgstr "Release-Benachrichtigung" - -#. *< name -#. *< version -#. * summary -#: ../plugins/relnot.c:140 -msgid "Checks periodically for new releases." -msgstr "Prüft regelmäßig, ob neue Versionen verfügbar sind." - -#. * description -#: ../plugins/relnot.c:142 -msgid "" -"Checks periodically for new releases and notifies the user with the " -"ChangeLog." -msgstr "" -"Prüft regelmäßig, ob neue Versionen verfügbar sind und zeigt die Änderungen " -"an." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/signals-test.c:684 -msgid "Signals Test" -msgstr "Signaltest" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/signals-test.c:687 ../plugins/signals-test.c:689 -msgid "Test to see that all signals are working properly." -msgstr "Test, um zu sehen, ob alle Signale richtig funktionieren." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/simple.c:37 -msgid "Simple Plugin" -msgstr "Einfaches Plugin" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/simple.c:40 ../plugins/simple.c:42 -msgid "Tests to see that most things are working." -msgstr "Tests, um zu sehen, ob das meiste funktioniert." - -#: ../plugins/spellchk.c:1918 -msgid "Duplicate Correction" -msgstr "Duplikat-Korrektur" - -#: ../plugins/spellchk.c:1919 -msgid "The specified word already exists in the correction list." -msgstr "Das angegebene Wort ist bereits in der Korrekturliste enthalten." - -#: ../plugins/spellchk.c:2128 -msgid "Text Replacements" -msgstr "Text-Ersetzung" - -#: ../plugins/spellchk.c:2151 -msgid "You type" -msgstr "Sie tippen" - -#: ../plugins/spellchk.c:2165 -msgid "You send" -msgstr "Sie senden" - -#: ../plugins/spellchk.c:2179 -msgid "Whole words only" -msgstr "Nur ganze Wörter" - -#: ../plugins/spellchk.c:2191 -msgid "Case sensitive" -msgstr "Groß-/Kleinschreibung beachten" - -#: ../plugins/spellchk.c:2217 -msgid "Add a new text replacement" -msgstr "Fügen Sie eine neue Textersetzung hinzu" - -#: ../plugins/spellchk.c:2233 -msgid "You _type:" -msgstr "Sie _tippen:" - -#: ../plugins/spellchk.c:2250 -msgid "You _send:" -msgstr "Sie _senden:" - -#. Created here so it can be passed to whole_words_button_toggled. -#: ../plugins/spellchk.c:2262 -msgid "_Exact case match (uncheck for automatic case handling)" -msgstr "" -"_Genaue Groß-/Kleinschreibung (deaktivieren für automatische Behandlung)" - -#: ../plugins/spellchk.c:2264 -msgid "Only replace _whole words" -msgstr "Ersetze nur ganze _Wörter" - -#: ../plugins/spellchk.c:2289 -msgid "General Text Replacement Options" -msgstr "Allgemeine Textersetzungsoptionen" - -#: ../plugins/spellchk.c:2290 -msgid "Enable replacement of last word on send" -msgstr "Ersetzung des letztes Worts beim Senden" - -#: ../plugins/spellchk.c:2315 -msgid "Text replacement" -msgstr "Textersetzung" - -#: ../plugins/spellchk.c:2317 ../plugins/spellchk.c:2318 -msgid "Replaces text in outgoing messages according to user-defined rules." -msgstr "" -"Ersetzt Text in ausgehenden Nachrichten durch benutzerdefinierte Regeln." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ssl/ssl-gnutls.c:251 -msgid "GNUTLS" -msgstr "GNUTLS" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/ssl/ssl-gnutls.c:254 ../plugins/ssl/ssl-gnutls.c:256 -msgid "Provides SSL support through GNUTLS." -msgstr "Erlaubt SSL-Unterstützung mit GNUTLS." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ssl/ssl-nss.c:412 -msgid "NSS" -msgstr "NSS" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/ssl/ssl-nss.c:415 ../plugins/ssl/ssl-nss.c:417 -msgid "Provides SSL support through Mozilla NSS." -msgstr "Erlaubt SSL-Unterstützung mit Mozilla NSS." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ssl/ssl.c:94 -msgid "SSL" -msgstr "SSL" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/ssl/ssl.c:97 ../plugins/ssl/ssl.c:99 -msgid "Provides a wrapper around SSL support libraries." -msgstr "Liefert einen Wrapper um die SSL-Bibliotheken." - -#: ../plugins/statenotify.c:50 -#, c-format -msgid "%s is no longer away." -msgstr "%s ist wieder anwesend." - -#: ../plugins/statenotify.c:52 -#, c-format -msgid "%s has gone away." -msgstr "%s ist abwesend." - -#: ../plugins/statenotify.c:62 -#, c-format -msgid "%s has become idle." -msgstr "%s ist inaktiv." - -#: ../plugins/statenotify.c:64 -#, c-format -msgid "%s is no longer idle." -msgstr "%s ist nicht mehr inaktiv." - -#: ../plugins/statenotify.c:73 -#, c-format -msgid "%s has signed on." -msgstr "%s hat sich angemeldet." - -#: ../plugins/statenotify.c:91 -msgid "Notify When" -msgstr "Benachrichtigung, wenn" - -#: ../plugins/statenotify.c:94 -msgid "Buddy Goes _Away" -msgstr "Buddy _hinaus geht" - -#: ../plugins/statenotify.c:97 -msgid "Buddy Goes _Idle" -msgstr "Buddy _untätig wird" - -#: ../plugins/statenotify.c:100 -msgid "Buddy _Signs On/Off" -msgstr "Buddy _sich an/abmeldet" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/statenotify.c:142 -msgid "Buddy State Notification" -msgstr "Buddy-Status-Benachrichtigung" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/statenotify.c:145 ../plugins/statenotify.c:148 -msgid "" -"Notifies in a conversation window when a buddy goes or returns from away or " -"idle." -msgstr "" -"Benachrichtigt in einem Gesprächsfenster darüber, ob ein Buddy gegangen ist " -"oder vom Abwesenheits- oder Untätigkeitsstatus zurückgekehrt ist." - -#: ../plugins/tcl/tcl.c:369 -msgid "Tcl Plugin Loader" -msgstr "Tcl-Plugin-Lader" - -#: ../plugins/tcl/tcl.c:371 ../plugins/tcl/tcl.c:372 -msgid "Provides support for loading Tcl plugins" -msgstr "Ermöglicht das Laden von Tcl-Plugins" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/ticker/ticker.c:77 ../plugins/ticker/ticker.c:355 -msgid "Buddy Ticker" -msgstr "Buddy-Ticker" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/ticker/ticker.c:358 ../plugins/ticker/ticker.c:360 -msgid "A horizontal scrolling version of the buddy list." -msgstr "Zeigt die Buddy-Liste als tickerähnliche Laufschrift." - -#: ../plugins/timestamp.c:186 -msgid "iChat Timestamp" -msgstr "iChat Zeitstempel" - -#: ../plugins/timestamp.c:193 -msgid "Delay" -msgstr "Dauer" - -#: ../plugins/timestamp.c:200 -msgid "minutes." -msgstr "Minuten." - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/timestamp.c:256 -msgid "Timestamp" -msgstr "Zeitstempel" - -#. *< name -#. *< version -#. * summary -#. * description -#: ../plugins/timestamp.c:259 ../plugins/timestamp.c:261 -msgid "Adds iChat-style timestamps to conversations every N minutes." -msgstr "Fügt iChat-ähnliche Zeitstempel alle N Minuten in die Gespräche ein." - -#: ../plugins/timestamp_format.c:22 -msgid "Timestamp Format Options" -msgstr "Zeitstempelformat-Optionen" - -#: ../plugins/timestamp_format.c:27 -msgid "_Force (traditional Gaim) 24-hour time format" -msgstr "_Erzwinge 24-Stunden Zeitformat" - -#: ../plugins/timestamp_format.c:30 -msgid "Show dates in..." -msgstr "Zeige Datumsangaben in..." - -#: ../plugins/timestamp_format.c:35 -msgid "Co_nversations:" -msgstr "U_nterhaltungen:" - -#: ../plugins/timestamp_format.c:37 ../plugins/timestamp_format.c:46 -msgid "For delayed messages" -msgstr "Für verzögerte Nachrichten" - -#: ../plugins/timestamp_format.c:38 ../plugins/timestamp_format.c:47 -msgid "For delayed messages and in chats" -msgstr "Für verzögerte Nachrichten in Chats" - -#: ../plugins/timestamp_format.c:44 -msgid "_Message Logs:" -msgstr "Nachrichten-_Mitschnitt:" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/timestamp_format.c:150 -msgid "Message Timestamp Formats" -msgstr "Nachrichten-Zeitstempel-Formate" - -#. *< name -#. *< version -#. * summary -#: ../plugins/timestamp_format.c:153 -msgid "Customizes the message timestamp formats." -msgstr "Nachrichten-Zeitstempel-Formate anpassen." - -#. * description -#: ../plugins/timestamp_format.c:155 -msgid "" -"This plugin allows the user to customize conversation and logging message " -"timestamp formats." -msgstr "" -"Dieses Plugin erlaubt es dem Benutzer die Zeitstempel in Unterhaltungen und " -"im Mittschnitt anzupassen." - -#: ../plugins/win32/transparency/win2ktrans.c:183 -#: ../plugins/win32/transparency/win2ktrans.c:569 -#: ../plugins/win32/transparency/win2ktrans.c:616 -msgid "Opacity:" -msgstr "Durchlässigkeit:" - -#. IM Convo trans options -#: ../plugins/win32/transparency/win2ktrans.c:533 -msgid "IM Conversation Windows" -msgstr "IM Gesprächsfenster" - -#: ../plugins/win32/transparency/win2ktrans.c:534 -msgid "_IM window transparency" -msgstr "_IM Fenstertransparenz" - -#: ../plugins/win32/transparency/win2ktrans.c:548 -msgid "_Show slider bar in IM window" -msgstr "Zeige _Schiebebalken im IM-Fenster" - -#: ../plugins/win32/transparency/win2ktrans.c:555 -msgid "Remove IM window transparency on focus" -msgstr "Transparenz des Unterhaltungsfensters beim Aktivieren aufheben" - -#: ../plugins/win32/transparency/win2ktrans.c:558 -#: ../plugins/win32/transparency/win2ktrans.c:606 -msgid "Always on top" -msgstr "Immer im Vordergrund" - -#. Buddy List trans options -#: ../plugins/win32/transparency/win2ktrans.c:590 -msgid "Buddy List Window" -msgstr "Buddy-Listen-Fenster" - -#: ../plugins/win32/transparency/win2ktrans.c:591 -msgid "_Buddy List window transparency" -msgstr "Transparenz des _Buddy-Listen-Fensters" - -#: ../plugins/win32/transparency/win2ktrans.c:604 -msgid "Remove Buddy List window transparency on focus" -msgstr "Transparenz des Buddy-Listen-Fensters beim Aktivieren aufheben" - -#. *< type -#. *< ui_requirement -#. *< flags -#. *< dependencies -#. *< priority -#. *< id -#: ../plugins/win32/transparency/win2ktrans.c:658 -msgid "Transparency" -msgstr "Transparenz" - -#. *< name -#. *< version -#. * summary -#: ../plugins/win32/transparency/win2ktrans.c:661 -msgid "Variable Transparency for the buddy list and conversations." -msgstr "Variable Transparenz für die Buddy-Liste und die Gespräche." - -#. * description -#: ../plugins/win32/transparency/win2ktrans.c:663 -msgid "" -"This plugin enables variable alpha transparency on conversation windows and " -"the buddy list.\n" -"\n" -"* Note: This plugin requires Win2000 or greater." -msgstr "" -"Dieses Plugin erlaubt variable Alpha-Transparenz in Gesprächsfenstern und in " -"der Buddy-Liste.\n" -"\n" -"* Hinweis: Dieses Plugin verlangt Win2000 oder höher." - -#: ../plugins/win32/winprefs/winprefs.c:434 -msgid "GTK+ Runtime Version" -msgstr "GTK+ Runtime Version" - -#. Autostart -#: ../plugins/win32/winprefs/winprefs.c:442 -msgid "Startup" -msgstr "Start" - -#: ../plugins/win32/winprefs/winprefs.c:443 -msgid "_Start Gaim on Windows startup" -msgstr "_Starte Gaim beim Windows-Start" - -#. Buddy List -#: ../plugins/win32/winprefs/winprefs.c:455 ../src/gtkblist.c:3672 -msgid "Buddy List" -msgstr "Buddy-Liste" - -#: ../plugins/win32/winprefs/winprefs.c:456 -msgid "_Dockable Buddy List" -msgstr "An_dockbare Buddy-Liste" - -#. Blist On Top -#: ../plugins/win32/winprefs/winprefs.c:460 -msgid "_Keep Buddy List window on top:" -msgstr "_Buddy-Listen-Fenster bleibt im Vordergrund:" - -#. XXX: Did this ever work? -#: ../plugins/win32/winprefs/winprefs.c:465 -msgid "Only when docked" -msgstr "Nur wenn angedockt" - -#. Conversations -#: ../plugins/win32/winprefs/winprefs.c:469 ../src/gtkprefs.c:819 -#: ../src/gtkprefs.c:1879 -msgid "Conversations" -msgstr "Unterhaltungen" - -#: ../plugins/win32/winprefs/winprefs.c:470 -msgid "_Flash window when messages are received" -msgstr "_Fenster blinkt, wenn Nachrichten empfangen werden" - -#: ../plugins/win32/winprefs/winprefs.c:494 -msgid "WinGaim Options" -msgstr "WinGaim Optionen" - -#: ../plugins/win32/winprefs/winprefs.c:496 -msgid "Options specific to Windows Gaim." -msgstr "Windows-Gaim-spezifische Optionen." - -#: ../plugins/win32/winprefs/winprefs.c:497 -msgid "" -"Provides options specific to Windows Gaim, such as buddy list docking and " -"conversation flashing." -msgstr "" -"Biete spezielle Optionen für Windows-Gaim, wie Buddy-Listen-Docking und das " -"Blinken von Unterhaltungen." - -#: ../src/account.c:773 -msgid "accounts" -msgstr "Konten" - -#: ../src/account.c:918 -msgid "Password is required to sign on." -msgstr "Passwort wird für die Anmeldung benötigt." - -#: ../src/account.c:943 -#, c-format -msgid "Enter password for %s (%s)" -msgstr "Geben Sie das Passwort für %s (%s) ein" - -#: ../src/account.c:950 -msgid "Enter Password" -msgstr "Geben Sie ein Passwort ein" - -#: ../src/account.c:955 -msgid "Save password" -msgstr "Passwort speichern" - -#. * -#. * A wrapper for gaim_request_action() that uses @c OK and @c Cancel buttons. -#. -#: ../src/account.c:963 ../src/account.c:1134 ../src/gtkblist.c:3556 -#: ../src/gtkdialogs.c:613 ../src/gtkdialogs.c:750 ../src/gtkdialogs.c:824 -#: ../src/gtkrequest.c:269 ../src/protocols/gg/gg.c:497 -#: ../src/protocols/gg/gg.c:655 ../src/protocols/gg/gg.c:791 -#: ../src/protocols/jabber/jabber.c:1322 ../src/protocols/jabber/xdata.c:337 -#: ../src/protocols/msn/msn.c:250 ../src/protocols/msn/msn.c:265 -#: ../src/protocols/msn/msn.c:280 ../src/protocols/msn/msn.c:295 -#: ../src/protocols/oscar/oscar.c:1408 ../src/protocols/oscar/oscar.c:2167 -#: ../src/protocols/oscar/oscar.c:2260 ../src/protocols/oscar/oscar.c:5690 -#: ../src/protocols/oscar/oscar.c:5870 ../src/protocols/oscar/oscar.c:5895 -#: ../src/protocols/oscar/oscar.c:5951 ../src/protocols/silc/buddy.c:466 -#: ../src/protocols/silc/buddy.c:1182 ../src/protocols/silc/chat.c:424 -#: ../src/protocols/silc/chat.c:462 ../src/protocols/silc/chat.c:725 -#: ../src/protocols/silc/ops.c:1297 ../src/protocols/silc/ops.c:1910 -#: ../src/protocols/silc/silc.c:753 ../src/protocols/yahoo/yahoo.c:3059 -#: ../src/protocols/yahoo/yahoo.c:3068 ../src/request.h:1344 -msgid "OK" -msgstr "OK" - -#: ../src/account.c:964 ../src/account.c:1135 ../src/account.c:1172 -#: ../src/gtkaccount.c:2182 ../src/gtkaccount.c:2649 ../src/gtkblist.c:5021 -#: ../src/gtkdialogs.c:614 ../src/gtkdialogs.c:751 ../src/gtkdialogs.c:825 -#: ../src/gtkdialogs.c:844 ../src/gtkdialogs.c:866 ../src/gtkdialogs.c:886 -#: ../src/gtkdialogs.c:930 ../src/gtkdialogs.c:985 ../src/gtkdialogs.c:1022 -#: ../src/gtkdialogs.c:1047 ../src/gtkimhtmltoolbar.c:419 -#: ../src/gtkplugin.c:296 ../src/gtkpounce.c:1088 ../src/gtkprivacy.c:568 -#: ../src/gtkprivacy.c:581 ../src/gtkprivacy.c:606 ../src/gtkprivacy.c:617 -#: ../src/gtkrequest.c:270 ../src/gtksavedstatuses.c:296 -#: ../src/protocols/gg/gg.c:498 ../src/protocols/gg/gg.c:656 -#: ../src/protocols/gg/gg.c:792 ../src/protocols/gg/gg.c:871 -#: ../src/protocols/jabber/buddy.c:594 ../src/protocols/jabber/buddy.c:1721 -#: ../src/protocols/jabber/buddy.c:1755 ../src/protocols/jabber/chat.c:778 -#: ../src/protocols/jabber/jabber.c:828 ../src/protocols/jabber/jabber.c:1323 -#: ../src/protocols/jabber/xdata.c:338 ../src/protocols/msn/msn.c:251 -#: ../src/protocols/msn/msn.c:266 ../src/protocols/msn/msn.c:281 -#: ../src/protocols/msn/msn.c:296 ../src/protocols/msn/msn.c:313 -#: ../src/protocols/oscar/oscar.c:1409 ../src/protocols/oscar/oscar.c:2168 -#: ../src/protocols/oscar/oscar.c:2209 ../src/protocols/oscar/oscar.c:2261 -#: ../src/protocols/oscar/oscar.c:5691 ../src/protocols/oscar/oscar.c:5743 -#: ../src/protocols/oscar/oscar.c:5871 ../src/protocols/oscar/oscar.c:5896 -#: ../src/protocols/oscar/oscar.c:5952 ../src/protocols/oscar/oscar.c:6021 -#: ../src/protocols/oscar/peer.c:942 ../src/protocols/sametime/sametime.c:3368 -#: ../src/protocols/sametime/sametime.c:3453 -#: ../src/protocols/sametime/sametime.c:3623 -#: ../src/protocols/sametime/sametime.c:5317 -#: ../src/protocols/sametime/sametime.c:5406 -#: ../src/protocols/sametime/sametime.c:5530 ../src/protocols/silc/buddy.c:467 -#: ../src/protocols/silc/buddy.c:1078 ../src/protocols/silc/buddy.c:1183 -#: ../src/protocols/silc/chat.c:597 ../src/protocols/silc/chat.c:726 -#: ../src/protocols/silc/ops.c:1911 ../src/protocols/silc/silc.c:754 -#: ../src/protocols/silc/silc.c:959 ../src/protocols/yahoo/yahoo.c:3060 -#: ../src/protocols/yahoo/yahoo.c:3069 ../src/request.h:1344 -#: ../src/request.h:1354 -msgid "Cancel" -msgstr "Abbrechen" - -#: ../src/account.c:989 ../src/connection.c:96 -#, c-format -msgid "Missing protocol plugin for %s" -msgstr "Fehlendes Protokoll-Plugin für %s" - -#: ../src/account.c:991 ../src/connection.c:99 ../src/gtkblist.c:3554 -msgid "Connection Error" -msgstr "Verbindungsfehler" - -#: ../src/account.c:1071 ../src/protocols/gg/gg.c:696 -#: ../src/protocols/jabber/jabber.c:1275 -msgid "New passwords do not match." -msgstr "Die neuen Passwörter stimmen nicht überein." - -#: ../src/account.c:1080 -msgid "Fill out all fields completely." -msgstr "Bitte füllen Sie alle Felder aus." - -#: ../src/account.c:1103 -msgid "Original password" -msgstr "Aktuelles Passwort" - -#: ../src/account.c:1110 -msgid "New password" -msgstr "Neues Passwort" - -#: ../src/account.c:1117 -msgid "New password (again)" -msgstr "Neues Passwort (nochmal)" - -#: ../src/account.c:1123 -#, c-format -msgid "Change password for %s" -msgstr "Ändern des Passworts für %s" - -#: ../src/account.c:1131 -msgid "Please enter your current password and your new password." -msgstr "Bitte geben Sie Ihr aktuelles und Ihr neues Passwort ein." - -#: ../src/account.c:1164 -#, c-format -msgid "Change user information for %s" -msgstr "Ändere die Benutzerinformation für %s" - -#: ../src/account.c:1167 ../src/protocols/toc/toc.c:1684 -msgid "Set User Info" -msgstr "Benutzer-Info setzen" - -#: ../src/account.c:1171 ../src/gtkdebug.c:684 ../src/gtkrequest.c:276 -#: ../src/protocols/jabber/buddy.c:593 -msgid "Save" -msgstr "Speichern" - -#: ../src/account.c:1681 ../src/gtkft.c:159 ../src/protocols/gg/gg.c:1002 -#: ../src/protocols/jabber/buddy.c:636 ../src/protocols/jabber/buddy.c:1357 -#: ../src/protocols/jabber/buddy.c:1374 ../src/protocols/novell/novell.c:2858 -msgid "Unknown" -msgstr "Unbekannt" - -#: ../src/blist.c:543 -msgid "buddy list" -msgstr "Buddy-Liste" - -#: ../src/blist.c:1179 -msgid "Chats" -msgstr "Chats" - -#: ../src/blist.c:1901 -#, c-format -msgid "" -"%d buddy from group %s was not removed because it belongs to an account " -"which is disabled or offline. This buddy and the group were not removed.\n" -msgid_plural "" -"%d buddies from group %s were not removed because they belong to accounts " -"which are currently disabled or offline. These buddies and the group were " -"not removed.\n" -msgstr[0] "" -"%d Buddy aus der Gruppe %s wurde nicht e... [truncated message content] |