diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 08:28:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-17 08:28:41 +0100 |
commit | 30e6acb00dc42afbeb8993ee766199b830335c04 (patch) | |
tree | fe825435d5bbc2a190959d569d304a14bb69e4ef /po/hu.po | |
parent | e1e3109da3ecf6b81cb6c725f500c8c6e93192f4 (diff) | |
download | weechat-30e6acb00dc42afbeb8993ee766199b830335c04.zip |
core: add support of multiple layouts (task #11274)
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 79 |
1 files changed, 46 insertions, 33 deletions
@@ -20,11 +20,11 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-03-12 13:52+0100\n" -"PO-Revision-Date: 2013-02-23 11:11+0100\n" +"POT-Creation-Date: 2013-03-16 16:35+0100\n" +"PO-Revision-Date: 2013-03-16 17:50+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" -"Language: Hungarian\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -184,8 +184,8 @@ msgstr "a felhasználók le lettek tiltva" msgid "%sError: unknown bar \"%s\"" msgstr "%s ismeretlen billentyűparancs \"%s\"\n" -#, fuzzy -msgid "Bar deleted" +#, fuzzy, c-format +msgid "Bar \"%s\" deleted" msgstr "a felhasználók le lettek tiltva" #, fuzzy, c-format @@ -477,44 +477,52 @@ msgid_plural "%d new keys added (context: \"%s\")" msgstr[0] "Nincs mellőzés megadva.\n" msgstr[1] "Nincs mellőzés megadva.\n" -#, c-format -msgid "leaf: id: %d, parent: %d, plugin: \"%s\", buffer: \"%s\"" -msgstr "" +#, fuzzy +msgid "Saved layouts:" +msgstr "a pufferek időbélyege" -#, c-format -msgid "node: id: %d, parent: %d, child1: %d, child2: %d, size: %d%% (%s)" +msgid " (current layout)" msgstr "" -msgid "horizontal split" +msgid "No layout saved" msgstr "" -msgid "vertical split" +#. TRANSLATORS: %s%s%s is "buffers" or "windows" or "buffers+windows" +#, c-format +msgid "Layout of %s%s%s saved in \"%s\" (current layout: %s)" msgstr "" #, fuzzy -msgid "Saved layout for buffers:" -msgstr "a pufferek időbélyege" +msgid "buffers" +msgstr "pufferek kezelése" #, fuzzy -msgid "Saved layout for windows:" -msgstr "a /who lista vége" +msgid "windows" +msgstr "ablakok kezelése" -msgid "No layout saved" +msgid "Layout of buffers+windows reset (current layout: -)" msgstr "" -msgid "Layout saved for buffers (order of buffers)" +#, c-format +msgid "Layout \"%s\" deleted (current layout: %s)" msgstr "" -msgid "Layout saved for windows (buffer displayed by each window)" -msgstr "" +#. TRANSLATORS: %s%s%s is "buffers" or "windows" or "buffers+windows" +#, fuzzy, c-format +msgid "Layout of %s%s%s reset in \"%s\"" +msgstr "A %s%s%s szoba témája: " -#, fuzzy -msgid "Layout reset for buffers" -msgstr "a pufferek időbélyege" +#, fuzzy, c-format +msgid "%sError: unknown layout \"%s\"" +msgstr "%s ismeretlen billentyűparancs \"%s\"\n" -#, fuzzy -msgid "Layout reset for windows" -msgstr "a /who lista vége" +#, fuzzy, c-format +msgid "%sError: layout \"%s\" already exists for \"%s\" command" +msgstr "%s a \"%s\" szerver már létezik a(z) \"%s\" parancshoz\n" + +#, fuzzy, c-format +msgid "Layout \"%s\" has been renamed to \"%s\"" +msgstr "a felhasználók le lettek tiltva" #, fuzzy msgid "Mouse enabled" @@ -1450,17 +1458,22 @@ msgid "save/apply/reset layout for buffers and windows" msgstr "" msgid "" -"save [buffers|windows] || apply [buffers|windows] || reset [buffers|windows]" +"save [<name>] [buffers|windows] || apply [<name>] [buffers|windows] || leave " +"|| reset [<name>] [buffers|windows] || rename <name> <new_name>" msgstr "" msgid "" " save: save current layout\n" " apply: apply saved layout\n" -" reset: remove saved layout\n" +" leave: leave current layout (does not update any layout)\n" +" reset: reset buffers and/or windows in a saved layout\n" +" (if both buffers and windows are reset, the layout is removed)\n" +" rename: rename a layout\n" +" name: name for saved layout (default is \"default\")\n" "buffers: save/apply only buffers (order of buffers)\n" "windows: save/apply only windows (buffer displayed by each window)\n" "\n" -"Without argument, this command displays saved layout." +"Without argument, this command displays saved layouts." msgstr "" msgid "mouse control" @@ -1990,6 +2003,10 @@ msgid "areas (\"chat\" or bar name) for free cursor movement" msgstr "" #, fuzzy +msgid "names of layouts" +msgstr "Aliaszok listája:\n" + +#, fuzzy msgid "" "Warning: you should now issue /save to write \"save_config_on_exit\" option " "in configuration file" @@ -8850,7 +8867,3 @@ msgstr "" msgid "Constants" msgstr "" - -#, fuzzy -#~ msgid "%s: script \"%s\" is now autoloaded" -#~ msgstr "%s a \"%s\" szerver nem található\n" |