This is an automated email from the git hooks/post-receive script. transifex pushed a commit to branch master in repository panel-plugins/xfce4-verve-plugin.
commit 096a3b5e7d09a62c8214ea12cc45b14319ed5be6 Author: gyeben <[email protected]> Date: Sat Apr 2 00:31:59 2016 +0200 I18n: Update translation hu (76%). 19 translated messages, 6 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/). --- po/hu.po | 131 +++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 103 insertions(+), 28 deletions(-) diff --git a/po/hu.po b/po/hu.po index a0e4659..e408767 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,70 +1,145 @@ -# Hungarian translation of xfce4-verve-plugin -# Copyright 2009. Free Software Foundation, Inc. -# This file is distributed under the same license as the xfce4-verve-plugin package. -# -# Gabor Kelemen <kelemeng at gnome dot hu>, 2009. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Gabor Kelemen <kelemeng at gnome dot hu>, 2009 +# gyeben <[email protected]>, 2016 msgid "" msgstr "" -"Project-Id-Version: xfce4-verve-plugin\n" +"Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-07-24 18:32+0200\n" -"PO-Revision-Date: 2009-07-25 01:58+0200\n" -"Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n" -"Language-Team: Hungarian <gnome at gnome dot hu>\n" +"POT-Creation-Date: 2015-04-17 06:31+0200\n" +"PO-Revision-Date: 2016-04-01 17:05+0000\n" +"Last-Translator: gyeben <[email protected]>\n" +"Language-Team: Hungarian (http://www.transifex.com/xfce/xfce-panel-plugins/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../panel-plugin/verve.c:98 +#, c-format +msgid "Could not execute command (exit status %d)" +msgstr "Nem sikerült a parancs végrehajtása (kilépési állapot: %d)" #. Generate error message -#: ../panel-plugin/verve-plugin.c:412 +#: ../panel-plugin/verve-plugin.c:409 msgid "Could not execute command:" msgstr "A parancs nem hajtható végre:" #. Create properties dialog -#: ../panel-plugin/verve-plugin.c:790 +#: ../panel-plugin/verve-plugin.c:1031 msgid "Verve" msgstr "Verve" +#: ../panel-plugin/verve-plugin.c:1054 +msgid "General" +msgstr "Általános" + #. Frame for appearance settings -#: ../panel-plugin/verve-plugin.c:808 +#: ../panel-plugin/verve-plugin.c:1059 msgid "Appearance" msgstr "Megjelenés" #. Plugin size label -#: ../panel-plugin/verve-plugin.c:819 +#: ../panel-plugin/verve-plugin.c:1075 msgid "Width (in chars):" msgstr "Szélesség (karakter):" +#. Plugin label label +#: ../panel-plugin/verve-plugin.c:1100 +msgid "Label:" +msgstr "Címke:" + #. Frame for behaviour settings -#: ../panel-plugin/verve-plugin.c:839 -msgid "Behaviour" -msgstr "Viselkedés" +#: ../panel-plugin/verve-plugin.c:1117 +msgid "History" +msgstr "Előzmények" #. History length label -#: ../panel-plugin/verve-plugin.c:850 +#: ../panel-plugin/verve-plugin.c:1133 msgid "Number of saved history items:" msgstr "Mentett előzményelemek száma:" -#. vim:set expandtab sts=2 ts=2 sw=2: -#: ../panel-plugin/xfce4-verve-plugin.desktop.in.in.h:1 -msgid "Command line interface with auto-completion and command history" -msgstr "Parancssor-felület automatikus kiegészítéssel és parancselőzményekkel" +#. Second tab +#: ../panel-plugin/verve-plugin.c:1153 ../panel-plugin/verve-plugin.c:1157 +msgid "Behaviour" +msgstr "Viselkedés" + +#. Pattern types frame label +#: ../panel-plugin/verve-plugin.c:1166 +msgid "Enable support for:" +msgstr "Támogatás engedélyezése:" + +#. Command type: URL +#: ../panel-plugin/verve-plugin.c:1172 +msgid "URLs (http/https/ftp/ftps)" +msgstr "Webcímek (http/https/ftp/ftps)" + +#. Command type: email address +#: ../panel-plugin/verve-plugin.c:1180 +msgid "Email addresses" +msgstr "Email címek" -#: ../panel-plugin/xfce4-verve-plugin.desktop.in.in.h:2 +#. Command type: directory path +#: ../panel-plugin/verve-plugin.c:1188 +msgid "Directory paths" +msgstr "Könyvtárútvonalak" + +#: ../panel-plugin/verve-plugin.c:1201 +msgid "Expand variables with wordexp" +msgstr "" + +#. Command type: !bang +#: ../panel-plugin/verve-plugin.c:1211 +msgid "DuckDuckGo queries (starting with !)" +msgstr "" + +#. Command type: I'm feeling ducky (\) +#: ../panel-plugin/verve-plugin.c:1219 +msgid "DuckDuckGo queries (starting with \\)" +msgstr "" + +#. Fallback if the above don't match +#: ../panel-plugin/verve-plugin.c:1227 +msgid "If the above patterns don't match:" +msgstr "" + +#. Smart bookmark radio button +#: ../panel-plugin/verve-plugin.c:1233 +msgid "Use smart bookmark URL" +msgstr "" + +#. Executable command radio button (smart bookmark off) +#: ../panel-plugin/verve-plugin.c:1256 +msgid "Run as executable command" +msgstr "Futtatás végrehajtható parancsként" + +#: ../panel-plugin/verve-plugin.c:1268 +msgid "" +"Run command with $SHELL -i -c\n" +"(enables alias and variable expansion)" +msgstr "" + +#. vim:set expandtab sts=2 ts=2 sw=2: +#: ../panel-plugin/xfce4-verve-plugin.desktop.in.h:1 msgid "Verve Command Line" msgstr "Verve parancssor" +#: ../panel-plugin/xfce4-verve-plugin.desktop.in.h:2 +msgid "Command line interface with auto-completion and command history" +msgstr "Parancssor-felület automatikus kiegészítéssel és parancselőzményekkel" + #. Print error message -#: ../scripts/verve-focus.c:61 +#: ../scripts/verve-focus.c:60 msgid "Failed to connect to the D-BUS session bus." msgstr "Nem sikerült csatlakozni a D-Bus munkamenetbuszhoz." #. Print error message -#: ../scripts/verve-focus.c:84 +#: ../scripts/verve-focus.c:83 msgid "" "There seems to be no Verve D-BUS provider (e.g. the Verve panel plugin) " "running." msgstr "Úgy tűnik, nem fut Verve D-Bus szolgáltató (például a Verve panelbővítmény)." - -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
