diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-02-12 07:39:38 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-02-12 07:39:38 +0100 |
commit | d05beeff0ecf90fc208833617d200c6a3f5c5c4c (patch) | |
tree | cb18ba0ac44961971158e4050a43dccc89016d06 /po/tr.po | |
parent | 94ef33022dc2dabed3458e2770e500c7ad944696 (diff) | |
download | weechat-d05beeff0ecf90fc208833617d200c6a3f5c5c4c.zip |
core: add note about options to save config/layout on exit in help of commands /layout, /save and /quit (closes #687)
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 27 |
1 files changed, 19 insertions, 8 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-02-11 07:28+0100\n" +"POT-Creation-Date: 2016-02-12 07:33+0100\n" "PO-Revision-Date: 2016-01-05 07:51+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1106,8 +1106,8 @@ msgid "" "commonly 63 or 255)\n" " name: alias name for color (for example: \"orange\")\n" " reset: reset all color pairs (required when no more color pairs are " -"available if automatic reset is disabled, see option weechat.look." -"color_pairs_auto_reset)\n" +"available if automatic reset is disabled, see option \"weechat.look." +"color_pairs_auto_reset\")\n" "term2rgb: convert a terminal color (0-255) to RGB color\n" "rgb2term: convert a RGB color to terminal color (0-255)\n" " limit: number of colors to use in terminal table (starting from 0); " @@ -1556,7 +1556,10 @@ msgid "" "buffers: store/apply only buffers (order of buffers)\n" "windows: store/apply only windows (buffer displayed by each window)\n" "\n" -"Without argument, this command displays stored layouts." +"Without argument, this command displays stored layouts.\n" +"\n" +"The current layout can be saved on /quit command with the option \"weechat." +"look.save_layout_on_exit\"." msgstr "" msgid "mouse control" @@ -1725,10 +1728,14 @@ msgid "[-yes] [<arguments>]" msgstr "" msgid "" -" -yes: required if option weechat.look.confirm_quit is enabled\n" +" -yes: required if option \"weechat.look.confirm_quit\" is enabled\n" "arguments: text sent with signal \"quit\"\n" " (for example irc plugin uses this text to send quit message to " -"server)" +"server)\n" +"\n" +"By default when quitting the configuration files are saved (see option " +"\"weechat.look.save_config_on_exit\") and the current layout can be saved " +"(see option \"weechat.look.save_layout_on_exit\")." msgstr "" msgid "reload configuration files from disk" @@ -1768,7 +1775,10 @@ msgstr "yapılandırma dosyalarını diske kaydet" msgid "" "file: configuration file to save (without extension \".conf\")\n" "\n" -"Without argument, all files (WeeChat and plugins) are saved." +"Without argument, all files (WeeChat and plugins) are saved.\n" +"\n" +"By default all configuration files are saved to disk on /quit command (see " +"option \"weechat.look.save_config_on_exit\")." msgstr "" msgid "" @@ -1888,7 +1898,8 @@ msgid "[-yes] [<path_to_binary>|-quit]" msgstr "" msgid "" -" -yes: required if option weechat.look.confirm_upgrade is enabled\n" +" -yes: required if option \"weechat.look.confirm_upgrade\" is " +"enabled\n" "path_to_binary: path to WeeChat binary (default is current binary)\n" " -dummy: do nothing (option used to prevent accidental completion " "with \"-quit\")\n" |