summaryrefslogtreecommitdiff
path: root/po/de.po
AgeCommit message (Collapse)Author
2014-03-02trigger: do not create the trigger with /trigger add if the regex is invalidSebastien Helleu
2014-03-01trigger: fix typo in /help triggerSebastien Helleu
2014-03-01trigger: fix typo in /help triggerSebastien Helleu
2014-03-01trigger: make optional the alignment on second and max calls (in hook timer)Sebastien Helleu
2014-02-28irc: evaluate content of server options "username" and "realname"Sebastien Helleu
2014-02-28api: add support of escaped strings in function string_eval_expression and ↵Sebastien Helleu
command /eval
2014-02-23relay: add option relay.network.clients_purge_delaySebastien Helleu
2014-02-21trigger: fix wrong info in /help trigger.trigger.xxx.regexSebastien Helleu
2014-02-21core: update translationsSebastien Helleu
2014-02-21core: update translationsSebastien Helleu
2014-02-20irc: add note about option irc.network.whois_double_nick in /help whoisSebastien Helleu
2014-02-20core: add option "-beep" in command /printSebastien Helleu
2014-02-19core: add missing option "rename" in /help filter and in command completionSebastien Helleu
2014-02-17core: allow empty arguments for command /printSebastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
New key: alt+"!", to swith to bare display (same key to come back to standard display). New options: - weechat.look.bare_display_exit_on_input (default: on): by default any changes in input will return to standard display - weechat.look.bare_display_time_format (default: "%H:%M"): the format of time used in bare display.
2014-02-13irc: use a more explicit error when the creation of a temporary server failedSebastien Helleu
2014-02-09core: display a warning in case of inconsistency between the options ↵Sebastien Helleu
weechat.look.save_{config|layout}_on_exit
2014-02-09core: add more info in /help weechat.look.hotlist_sortSebastien Helleu
2014-02-02core: update German translationsNils Görs
2014-01-29core: fix typos in translations and docsSebastien Helleu
2014-01-28irc: add value "353" in option irc.look.display_join_messageSebastien Helleu
So now the values mean: - 353: names on channel - 366: names count (before this commit it meant 353 + 366)
2014-01-26core: update german translations and user's guideNils Görs
2014-01-25irc: add command "monitor" in /help irc.look.notify_tags_isonSebastien Helleu
2014-01-24core: add support of escaped unicode chars in commands /print and "/input ↵Sebastien Helleu
insert"
2014-01-23core: remove WeeChat version in de.poSebastien Helleu
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server ↵Sebastien Helleu
(task #11477) (patch from Nils Görs)
2014-01-23core: update german translationsNils Görs
2014-01-22core: revert the rename of option weechat.look.save_layout_on_exitSebastien Helleu
2014-01-22core: fix typo in /help printSebastien Helleu
2014-01-21core: rename option weechat.look.save_layout_on_exit to ↵Sebastien Helleu
weechat.look.store_layout_on_exit, replace "save" by "store" for layouts
2014-01-21core: change format of buffer name in output of /bufferSebastien Helleu
Now the full name of buffer is displayed, without parentheses around the plugin name. The old ouput was: [1] (core) weechat (notification: all) [1] (irc) server.freenode (notification: all) [2] (irc) freenode.#weechat (notification: all) Now it is: [1] core.weechat (notification: all) [1] irc.server.freenode (notification: all) [2] irc.freenode.#weechat (notification: all)
2014-01-21core: update translationsSebastien Helleu
2014-01-19core: add command /printSebastien Helleu
2014-01-18core: fix typo in arguments description of command /muteSebastien Helleu
2014-01-15core: add option weechat.look.tab_widthSebastien Helleu
2014-01-14core: add completion "plugins_installed"Sebastien Helleu
2014-01-13core: fix typo in /help weechat.look.highlight_regexSebastien Helleu
2014-01-09core: add "POSIX extended" in description of options/commands/functions ↵Sebastien Helleu
using regular expressions
2014-01-09core: update translationsSebastien Helleu
2014-01-06xfer: add option xfer.file.auto_check_crc32 (patch #7963)Sebastien Helleu
Thanks to Andrew Potter for the patch.
2014-01-02xfer: add "network" prefix for (dis)connection messages in xfer chat bufferSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-30core: rename option "add" to "store" in command /layoutSebastien Helleu
2013-12-24irc: fix typo in /help irc.look.highlight_{channel|pv|server}Sebastien Helleu
2013-12-21core: update german translationsNils Görs
2013-12-18core: add support of UTF-8 chars in horizontal/vertical separatorsSebastien Helleu
2013-12-18core: add option weechat.look.window_auto_zoom, disable automatic zoom by ↵Sebastien Helleu
default when terminal becomes too small for windows
2013-12-16irc: add option irc.look.smart_filter_mode (task #12499)Sebastien Helleu
2013-12-15core: fix some translation of "tags" in frenchSebastien Helleu
2013-12-15core: add buffer property "highlight_tags_restrict", rename option ↵Sebastien Helleu
irc.look.highlight_tags to irc.look.highlight_tags_restrict The buffer property "highlight_tags" is renamed to "highlight_tags_restrict". New behavior for buffer property "highlight_tags": force highlight on tags. Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict.