diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-02 17:34:49 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-02 17:34:49 +0100 |
commit | 0543b0ccc7253bd38d5f473c3e1092e2b065b6ec (patch) | |
tree | 0ae2d27cddbf087212fdaf8853133c33999172b2 /po/de.po | |
parent | 282f786c1a75978ea0ad4399b7740abd6ff6486a (diff) | |
download | weechat-0543b0ccc7253bd38d5f473c3e1092e2b065b6ec.zip |
Add new option weechat.look.command_chars, add functions string_is_command_char and string_input_for_buffer in plugin and script API
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-02-26 11:22+0100\n" +"POT-Creation-Date: 2010-03-02 16:35+0100\n" "PO-Revision-Date: 2010-02-23 10:43+0100\n" "Last-Translator: Nils G <weechatter@arcor.de>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1622,6 +1622,12 @@ msgstr "" "Option zu aktivieren, andernfalls wird die voreingestellte Vordergrundfarbe " "des Terminals genutzt)" +msgid "" +"chars used to determine if input string is a command or not: input must " +"start with one of these chars; the slash (\"/\") is always considered as " +"command prefix (example: \".$\")" +msgstr "" + msgid "display special message when day changes" msgstr "Spezielle Nachricht anzeigen, wenn ein neuer Tag beginnt" |