This commit is contained in:
Andreas Preikschat 2011-03-30 20:12:34 +02:00
commit 369a539970
7 changed files with 250 additions and 119 deletions

View File

@ -18,4 +18,5 @@ Contents:
bibles bibles
themes themes
mediamanager mediamanager
songs songs
troubleshooting

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -0,0 +1,132 @@
===============
Troubleshooting
===============
I can not play videos or other media
====================================
If you can not play video or audio through openlp, there are several areas that
could be an issue. First thing is to make sure you can play the media file
through your default media player. OpenLP should be able to play any file that
you can play through your default media player.
If you can play a file through your media player but not on OpenLP it may help
to enable Phonon for multimedia playback. Go to the OpenLP configuration
:menuselection:`Settings --> Configure OpenLP...` and select the Media tab.
Make sure the check box for `Use Phonon for video playback` is checked.
.. image:: pics/phononcheckbox.png
Codecs
------
You may need to install codecs for certain files to play. Most newer versions
of Windows and OS X will support most media types. Most Linux distributions
will require a little more help to get certain media types to play.
Microsoft Windows
^^^^^^^^^^^^^^^^^
Later versions of Microsoft Windows (Vista, Windows 7) generally come with
everything you need to play most media formats. If for some reason you need
additional codecs we have seen success from the Combined Community Codec Pack
(CCCP): `<http://www.cccp-project.net/>`_. You might also wish to check out the
K-Lite Codec Pack. If you are having issues, results do seem to vary with the
different options. What works for some may not for others, so some trial and
error may be required.
Mac
^^^
If you are using a Mac. You may wish to play Windows formats. flip4mac enables
you to use popular Windows formats such as .wmv on your Mac. You can get it
here `<http://dynamic.telestream.net/downloads/download-flip4macwmv.htm>`_.
Ubuntu Linux (and variants)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
If you are using Ubuntu Linux, or one of its variants (Kubuntu, Edubuntu, etc...)
it is a fairly quick and easy process to get all the codecs you need to make
things work. You will need to install two meta-packages that contain all the
multimedia codecs that you will generally need. From the Software Center install
ubuntu-restricted-extras and Kubuntu-restricted-extras, or from the terminal::
user@linux:~ $ sudo apt-get install ubuntu-restricted-extras kubuntu-restricted-extras
**Note** if you are running Kubuntu there is no need to install the
ubuntu-restricted-extras meta-package
For more information on Ubuntu and multimedia issues please check out
`<https://help.ubuntu.com/community/RestrictedFormats/>`_.
Arch Linux
^^^^^^^^^^
The following command provides the most complete solution for codecs on Arch
Linux::
root@linux:~ # pacman -S gstreamer0.10-{base,good,bad,ugly}-plugins gstreamer0.10-ffmpeg
If you need more help with Arch Linux and multimedia please see the Arch Linux
documentation at `<https://wiki.archlinux.org/index.php/Codecs>`_.
Debian Linux
^^^^^^^^^^^^
You will need to add the Debian Multimedia Repository. So add the folowing to
/etc/apt/sources.list::
deb http://www.debian-multimedia.org testing main non-free
Then update the repository info::
root@linux:~ # apt-get update
Then install the following packages::
root@linux:~ # apt-get install gstreamer0.10-ffmpeg gstreamer0.10-lame gstreamer0.10-plugins-really-bad gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly gstreamer0.10-plugins-good gstreamer0.10-x264
Fedora Linux
^^^^^^^^^^^^
You will need to set up Fedora to play most media formats. This is relatively
simple using the rpmfusion repository.
**Note** the following commands will enable a third party repository to your
system. Please check out `<http://rpmfusion.org>`_. for more information.
To enable both the free and nonfree components for any Fedora official release
enter the following commands::
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
After enabling the rpmfusion repository you will want to refresh your package
list, perform any updates and search for gstreamer-good, bad, and ugly and
install.
Here is a good tutorial video on the rpmfusion repository
`<http://www.linuxjournal.com/video/getting-mp3-support-fedora-using-rpmfusion-repositories>`_.
The Media Manager appears to be missing some features
=====================================================
If you do not see all the features listed in the Media Manager, you may need
to enable them.
To enable the plugins navigate to :menuselection:`Settings --> Plugins` or
press `F7`. You will want to click on the plugin to the left that you want to
enable and select **active** from the drop down box to the right.
.. image:: pics/plugins.png
By default all plugins should be enabled during the first run wizard except the
remotes plugin, unless you specify differently.
I can not see the book, chapter, and verse when I display scripture
===================================================================
The book, chapter, and verse should be displayed when you display scripture. If
you can not see this your theme probably has the text size too small for the
info to be seen. See the section of the manual on themes if you need more info
on text sizes in themes.

View File

@ -133,7 +133,7 @@ class Ui_AboutDialog(object):
u'en_ZA': [u'Raoul "superfly" Snyman'], u'en_ZA': [u'Raoul "superfly" Snyman'],
u'et': [u'Mattias "mahfiaz" P\xf5ldaru'], u'et': [u'Mattias "mahfiaz" P\xf5ldaru'],
u'fr': [u'Stephan\xe9 "stbrunner" Brunner'], u'fr': [u'Stephan\xe9 "stbrunner" Brunner'],
u'hu': [u'Gyuris Gell\xe9t'], u'hu': [u'Gyuris Gell\xe9rt'],
u'ja': [u'Kunio "Kunio" Nakamaru'], u'ja': [u'Kunio "Kunio" Nakamaru'],
u'nb': [u'Atle "pendlaren" Weibell', u'Frode "frodus" Woldsund'], u'nb': [u'Atle "pendlaren" Weibell', u'Frode "frodus" Woldsund'],
u'nl': [u'Arjen "typovar" van Voorst'], u'nl': [u'Arjen "typovar" van Voorst'],

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1" language="hu_HU"> <!DOCTYPE TS>
<TS version="2.0" language="hu_HU">
<context> <context>
<name>AlertPlugin.AlertForm</name> <name>AlertPlugin.AlertForm</name>
<message> <message>
@ -696,7 +697,7 @@ demand and thus an internet connection is required.</source>
<message> <message>
<location filename="openlp/plugins/custom/customplugin.py" line="59"/> <location filename="openlp/plugins/custom/customplugin.py" line="59"/>
<source>&lt;strong&gt;Custom Plugin&lt;/strong&gt;&lt;br /&gt;The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin.</source> <source>&lt;strong&gt;Custom Plugin&lt;/strong&gt;&lt;br /&gt;The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin.</source>
<translation>&lt;strong&gt;Speciális bővítmény&lt;/strong&gt;&lt;br /&gt;Az speciális bővítmény dalokhoz hasonló egyéni diák vetítését teszi lehetővé. Ugyanakkor több szabadságot enged meg, mint a dalok bővítmény.</translation> <translation>&lt;strong&gt;Speciális bővítmény&lt;/strong&gt;&lt;br /&gt;Az speciális bővítmény dalokhoz hasonló egyéni diasor vetítését teszi lehetővé. Ugyanakkor több szabadságot enged meg, mint a dalok bővítmény.</translation>
</message> </message>
</context> </context>
<context> <context>
@ -717,7 +718,7 @@ demand and thus an internet connection is required.</source>
<message> <message>
<location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="106"/> <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="106"/>
<source>Edit Custom Slides</source> <source>Edit Custom Slides</source>
<translation>Speciális diák szerkesztése</translation> <translation>Speciális diasor szerkesztése</translation>
</message> </message>
<message> <message>
<location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="108"/> <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="108"/>
@ -841,7 +842,7 @@ demand and thus an internet connection is required.</source>
<message> <message>
<location filename="openlp/plugins/images/imageplugin.py" line="44"/> <location filename="openlp/plugins/images/imageplugin.py" line="44"/>
<source>&lt;strong&gt;Image Plugin&lt;/strong&gt;&lt;br /&gt;The image plugin provides displaying of images.&lt;br /&gt;One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP&apos;s &quot;timed looping&quot; feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme&apos;s background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme.</source> <source>&lt;strong&gt;Image Plugin&lt;/strong&gt;&lt;br /&gt;The image plugin provides displaying of images.&lt;br /&gt;One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP&apos;s &quot;timed looping&quot; feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme&apos;s background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme.</source>
<translation>&lt;strong&gt;Kép bővítmény&lt;/strong&gt;&lt;br /&gt;A kép a bővítmény különféle képek vetítését teszi lehetővé.&lt;br /&gt;A bővítmény egyik különös figyelmet érdemlő képessége az, hogy képes a sorrendkezelőn csoportba foglalni a képeket, így könnyebbé téve képek tömeges vetítését. A bővítmény képes az OpenLP időzített körkörös lejátszásra is, amivel a diákat automatikusan tudjuk léptetni. Továbbá, a bővítményben megadott képekkel felülírhatjuk a téma háttérképét, amellyel a szöveg alapú elemek, mint pl. a dalok, a megadott háttérképpel jelennek meg, a témában beállított háttérkép helyett.</translation> <translation>&lt;strong&gt;Kép bővítmény&lt;/strong&gt;&lt;br /&gt;A kép a bővítmény különféle képek vetítését teszi lehetővé.&lt;br /&gt;A bővítmény egyik különös figyelmet érdemlő képessége az, hogy képes a sorrendkezelőn csoportba foglalni a képeket, így könnyebbé téve képek tömeges vetítését. A bővítmény képes az OpenLP időzített körkörös lejátszásra is, amivel a diasort automatikusan tudjuk léptetni. Továbbá, a bővítményben megadott képekkel felülírhatjuk a téma háttérképét, amellyel a szöveg alapú elemek, mint pl. a dalok, a megadott háttérképpel jelennek meg, a témában beállított háttérkép helyett.</translation>
</message> </message>
<message> <message>
<location filename="openlp/plugins/images/imageplugin.py" line="72"/> <location filename="openlp/plugins/images/imageplugin.py" line="72"/>
@ -1078,7 +1079,7 @@ Find out more about OpenLP: http://openlp.org/
OpenLP is written and maintained by volunteers. If you would like to see more free Christian software being written, please consider contributing by using the button below.</source> OpenLP is written and maintained by volunteers. If you would like to see more free Christian software being written, please consider contributing by using the button below.</source>
<translation>OpenLP &lt;version&gt; &lt;revision&gt; Nyílt forrású dalszöveg vetítő <translation>OpenLP &lt;version&gt; &lt;revision&gt; Nyílt forrású dalszöveg vetítő
Az OpenLP egy templomi/gyülekezeti bemutató, ill. dalszöveg vetítő szabad szoftver, mely használható énekek, bibliai versek, videók, képek és bemutatók (ha az OpenOffice.org, PowerPoint vagy a PowerPoint Viewer telepítve van) vetítésére a gyülekezeti dicsőítés alatt egy számítógép és egy projektor segítségével. Az OpenLP egy templomi/gyülekezeti bemutató, ill. dalszöveg vetítő szabad szoftver, mely énekek, bibliai versek, videók, képek és bemutatók (ha az OpenOffice.org, PowerPoint vagy a PowerPoint Viewer telepítve van) vetítésére használható a gyülekezeti dicsőítés alatt egy számítógép és egy projektor segítségével.
Többet az OpenLP-ről: http://openlp.org/ Többet az OpenLP-ről: http://openlp.org/
@ -1221,12 +1222,12 @@ Végső köszönet
Úgy szerette Isten a világot, hogy Úgy szerette Isten a világot, hogy
egyszülött Fiát adta oda, hogy egyetlen egyszülött Fiát adta oda, hogy egyetlen
benne hívő se vesszen el, hanem benne hívő se vesszen el, hanem
örök élete legyen.&quot; János 3,16 örök élete legyen. (Jn 3,16)
És végül, de nem utolsósorban, a végső köszönet És végül, de nem utolsósorban, a végső köszönet
Istené, Atyánké, mert elküldte a Fiát, hogy meghaljon Istené, Atyánké, mert elküldte a Fiát, hogy meghaljon
a kereszten, megszabadítva bennünket a bűntől. Ezért a kereszten, megszabadítva bennünket a bűntől. Ezért
ezt a programot ingyen készítettük neked, mert Ő ezt a programot szabadnak és ingyenesnek készítettük, mert Ő
tett minket szabaddá.</translation> tett minket szabaddá.</translation>
</message> </message>
<message> <message>
@ -1245,14 +1246,12 @@ Tinggaard, Frode Woldsund</translation>
<message> <message>
<location filename="openlp/core/ui/aboutdialog.py" line="231"/> <location filename="openlp/core/ui/aboutdialog.py" line="231"/>
<source>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.</source> <source>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.</source>
<translation>Ez egy szabad szoftver; terjeszthető illetve módosítható a GNU Általános Közreadási Feltételek dokumentumában leírtak szerint -- 2. verzió --, melyet a Szabad Szoftver Alapítvány ad ki. <translation>Ez egy szabad szoftver; terjeszthető illetve módosítható a GNU Általános Közreadási Feltételek dokumentumában leírtak szerint - 2. verzió -, melyet a Szabad Szoftver Alapítvány ad ki.</translation>
</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/aboutdialog.py" line="236"/> <location filename="openlp/core/ui/aboutdialog.py" line="236"/>
<source>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See below for more details.</source> <source>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See below for more details.</source>
<translation>Ez a program abban a reményben kerül közreadásra, hogy hasznos lesz, de minden egyéb GARANCIA NÉLKÜL, az eladhatóságra vagy valamely célra való alkalmazhatóságra való származtatott garanciát is beleértve. További részletekért lásd a alább. <translation>Ez a program abban a reményben kerül közreadásra, hogy hasznos lesz, de minden egyéb GARANCIA NÉLKÜL, az eladhatóságra vagy valamely célra való alkalmazhatóságra való származtatott garanciát is beleértve. További részletekért lásd a alább.</translation>
</translation>
</message> </message>
</context> </context>
<context> <context>
@ -1343,7 +1342,7 @@ Tinggaard, Frode Woldsund</translation>
<message> <message>
<location filename="openlp/core/ui/displaytagdialog.py" line="135"/> <location filename="openlp/core/ui/displaytagdialog.py" line="135"/>
<source>Start tag</source> <source>Start tag</source>
<translation>Kezdő címke</translation> <translation>Nyitó címke</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/displaytagdialog.py" line="137"/> <location filename="openlp/core/ui/displaytagdialog.py" line="137"/>
@ -1358,12 +1357,12 @@ Tinggaard, Frode Woldsund</translation>
<message> <message>
<location filename="openlp/core/ui/displaytagdialog.py" line="145"/> <location filename="openlp/core/ui/displaytagdialog.py" line="145"/>
<source>Tag Id</source> <source>Tag Id</source>
<translation>Címke ID</translation> <translation>ID</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/displaytagdialog.py" line="147"/> <location filename="openlp/core/ui/displaytagdialog.py" line="147"/>
<source>Start HTML</source> <source>Start HTML</source>
<translation>Kezdő HTML</translation> <translation>Nyitó HTML</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/displaytagdialog.py" line="149"/> <location filename="openlp/core/ui/displaytagdialog.py" line="149"/>
@ -1394,7 +1393,7 @@ Tinggaard, Frode Woldsund</translation>
<message> <message>
<location filename="openlp/core/ui/exceptiondialog.py" line="102"/> <location filename="openlp/core/ui/exceptiondialog.py" line="102"/>
<source>Oops! OpenLP hit a problem, and couldn&apos;t recover. The text in the box below contains information that might be helpful to the OpenLP developers, so please e-mail it to bugs@openlp.org, along with a detailed description of what you were doing when the problem occurred.</source> <source>Oops! OpenLP hit a problem, and couldn&apos;t recover. The text in the box below contains information that might be helpful to the OpenLP developers, so please e-mail it to bugs@openlp.org, along with a detailed description of what you were doing when the problem occurred.</source>
<translation>Hoppá! Az OpenLP hibába ütközött, és nem tudta lekezelni. Az alábbi dobozban található szöveg olyan információkat tartalmaz, amelyek hasznosak lehetnek az OpenLP fejlesztői számára, tehát kérjük, küld el bugs@openlp.org email címre egy részletes leírás mellett, amely tartalmazza, hogy éppen merre és mit tettél, amikor a hiba történt.</translation> <translation>Hoppá! Az OpenLP hibába ütközött, és nem tudta lekezelni. Az alszövegdoboz olyan információkat tartalmaz, amelyek hasznosak lehetnek az OpenLP fejlesztői számára, tehát kérjük, küld el a bugs@openlp.org email címre egy részletes leírás mellett, amely tartalmazza, hogy éppen hol és mit tettél, amikor a hiba történt.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/exceptiondialog.py" line="97"/> <location filename="openlp/core/ui/exceptiondialog.py" line="97"/>
@ -1415,13 +1414,12 @@ Tinggaard, Frode Woldsund</translation>
<location filename="openlp/core/ui/exceptiondialog.py" line="99"/> <location filename="openlp/core/ui/exceptiondialog.py" line="99"/>
<source>Please enter a description of what you were doing to cause this error <source>Please enter a description of what you were doing to cause this error
(Minimum 20 characters)</source> (Minimum 20 characters)</source>
<translation>Írd le mit tettél, ami a hibát okozta <translation>Írd le mit tettél, ami a hibához vezetett (minimum 20 karakter)</translation>
(minimum 20 karakter)</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/exceptiondialog.py" line="112"/> <location filename="openlp/core/ui/exceptiondialog.py" line="112"/>
<source>Attach File</source> <source>Attach File</source>
<translation>Csatolt fájl</translation> <translation>Fájl csatolása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/exceptionform.py" line="171"/> <location filename="openlp/core/ui/exceptionform.py" line="171"/>
@ -1536,7 +1534,7 @@ Version: %s
<message> <message>
<location filename="openlp/core/ui/firsttimeform.py" line="252"/> <location filename="openlp/core/ui/firsttimeform.py" line="252"/>
<source>Enabling selected plugins...</source> <source>Enabling selected plugins...</source>
<translation>Kijelölt beépülők engedélyezése</translation> <translation>Kijelölt bővítmények engedélyezése</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="191"/> <location filename="openlp/core/ui/firsttimewizard.py" line="191"/>
@ -1556,12 +1554,12 @@ Version: %s
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="201"/> <location filename="openlp/core/ui/firsttimewizard.py" line="201"/>
<source>Activate required Plugins</source> <source>Activate required Plugins</source>
<translation>Szükséges beépülők aktiválása</translation> <translation>Igényelt bővítmények aktiválása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="203"/> <location filename="openlp/core/ui/firsttimewizard.py" line="203"/>
<source>Select the Plugins you wish to use. </source> <source>Select the Plugins you wish to use. </source>
<translation>Jelöld ki az alkalmazni kívánt beépülőket.</translation> <translation>Jelöld ki az alkalmazni kívánt bővítményeket.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="205"/> <location filename="openlp/core/ui/firsttimewizard.py" line="205"/>
@ -1571,7 +1569,7 @@ Version: %s
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="206"/> <location filename="openlp/core/ui/firsttimewizard.py" line="206"/>
<source>Custom Text</source> <source>Custom Text</source>
<translation>Egyedi szöveg</translation> <translation>Speciális</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="208"/> <location filename="openlp/core/ui/firsttimewizard.py" line="208"/>
@ -1596,17 +1594,17 @@ Version: %s
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="215"/> <location filename="openlp/core/ui/firsttimewizard.py" line="215"/>
<source>Allow remote access</source> <source>Allow remote access</source>
<translation>Távvezérlés engedélyezése</translation> <translation>Távvezérlő</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="217"/> <location filename="openlp/core/ui/firsttimewizard.py" line="217"/>
<source>Monitor Song Usage</source> <source>Monitor Song Usage</source>
<translation>Dalstatisztika monitorozása</translation> <translation>Dalstatisztika</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="219"/> <location filename="openlp/core/ui/firsttimewizard.py" line="219"/>
<source>Allow Alerts</source> <source>Allow Alerts</source>
<translation>Értesítések engedélyezése</translation> <translation>Értesítések</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="221"/> <location filename="openlp/core/ui/firsttimewizard.py" line="221"/>
@ -1679,7 +1677,7 @@ Az Első indulás tündér további megkerüléséhez, nyomd meg a Befejezés go
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="252"/> <location filename="openlp/core/ui/firsttimewizard.py" line="252"/>
<source>Please wait while OpenLP is set up and your data is imported.</source> <source>Please wait while OpenLP is set up and your data is imported.</source>
<translation>Várj, amíg az OpenLP beállítások érvényre jutnak és míg at adatok importálódnak.</translation> <translation>Várj, amíg az OpenLP beállítások érvényre jutnak és míg az adatok importálódnak.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/firsttimewizard.py" line="254"/> <location filename="openlp/core/ui/firsttimewizard.py" line="254"/>
@ -1757,7 +1755,7 @@ Az Első indulás tündér további megkerüléséhez, nyomd meg a Befejezés go
<message> <message>
<location filename="openlp/core/ui/generaltab.py" line="229"/> <location filename="openlp/core/ui/generaltab.py" line="229"/>
<source>Slide loop delay:</source> <source>Slide loop delay:</source>
<translation>Időzített diák késleltetése:</translation> <translation>Időzített dia késleltetése:</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/generaltab.py" line="231"/> <location filename="openlp/core/ui/generaltab.py" line="231"/>
@ -1818,12 +1816,12 @@ Az Első indulás tündér további megkerüléséhez, nyomd meg a Befejezés go
<context> <context>
<name>OpenLP.LanguageManager</name> <name>OpenLP.LanguageManager</name>
<message> <message>
<location filename="openlp/core/utils/languagemanager.py" line="130"/> <location filename="openlp/core/utils/languagemanager.py" line="132"/>
<source>Language</source> <source>Language</source>
<translation>Nyelv</translation> <translation>Nyelv</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/utils/languagemanager.py" line="130"/> <location filename="openlp/core/utils/languagemanager.py" line="132"/>
<source>Please restart OpenLP to use your new language setting.</source> <source>Please restart OpenLP to use your new language setting.</source>
<translation>A nyelvi beállítások az OpenLP újraindítása után lépnek érvénybe.</translation> <translation>A nyelvi beállítások az OpenLP újraindítása után lépnek érvénybe.</translation>
</message> </message>
@ -1839,347 +1837,347 @@ Az Első indulás tündér további megkerüléséhez, nyomd meg a Befejezés go
<context> <context>
<name>OpenLP.MainWindow</name> <name>OpenLP.MainWindow</name>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="313"/> <location filename="openlp/core/ui/mainwindow.py" line="315"/>
<source>&amp;File</source> <source>&amp;File</source>
<translation>&amp;Fájl</translation> <translation>&amp;Fájl</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="314"/> <location filename="openlp/core/ui/mainwindow.py" line="316"/>
<source>&amp;Import</source> <source>&amp;Import</source>
<translation>&amp;Importálás</translation> <translation>&amp;Importálás</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="315"/> <location filename="openlp/core/ui/mainwindow.py" line="317"/>
<source>&amp;Export</source> <source>&amp;Export</source>
<translation>&amp;Exportálás</translation> <translation>&amp;Exportálás</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="316"/> <location filename="openlp/core/ui/mainwindow.py" line="318"/>
<source>&amp;View</source> <source>&amp;View</source>
<translation>&amp;Nézet</translation> <translation>&amp;Nézet</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="317"/> <location filename="openlp/core/ui/mainwindow.py" line="319"/>
<source>M&amp;ode</source> <source>M&amp;ode</source>
<translation>&amp;Mód</translation> <translation>&amp;Mód</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="318"/> <location filename="openlp/core/ui/mainwindow.py" line="320"/>
<source>&amp;Tools</source> <source>&amp;Tools</source>
<translation>&amp;Eszközök</translation> <translation>&amp;Eszközök</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="319"/> <location filename="openlp/core/ui/mainwindow.py" line="321"/>
<source>&amp;Settings</source> <source>&amp;Settings</source>
<translation>&amp;Beállítások</translation> <translation>&amp;Beállítások</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="368"/> <location filename="openlp/core/ui/mainwindow.py" line="370"/>
<source>&amp;Language</source> <source>&amp;Language</source>
<translation>&amp;Nyelv</translation> <translation>&amp;Nyelv</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="322"/> <location filename="openlp/core/ui/mainwindow.py" line="324"/>
<source>&amp;Help</source> <source>&amp;Help</source>
<translation>&amp;Súgó</translation> <translation>&amp;Súgó</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="323"/> <location filename="openlp/core/ui/mainwindow.py" line="325"/>
<source>Media Manager</source> <source>Media Manager</source>
<translation>Médiakezelő</translation> <translation>Médiakezelő</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="325"/> <location filename="openlp/core/ui/mainwindow.py" line="327"/>
<source>Service Manager</source> <source>Service Manager</source>
<translation>Sorrendkezelő</translation> <translation>Sorrendkezelő</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="327"/> <location filename="openlp/core/ui/mainwindow.py" line="329"/>
<source>Theme Manager</source> <source>Theme Manager</source>
<translation>Témakezelő</translation> <translation>Témakezelő</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="329"/> <location filename="openlp/core/ui/mainwindow.py" line="331"/>
<source>&amp;New</source> <source>&amp;New</source>
<translation>&amp;Új</translation> <translation>&amp;Új</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="332"/> <location filename="openlp/core/ui/mainwindow.py" line="334"/>
<source>Ctrl+N</source> <source>Ctrl+N</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="333"/> <location filename="openlp/core/ui/mainwindow.py" line="335"/>
<source>&amp;Open</source> <source>&amp;Open</source>
<translation>Meg&amp;nyitás</translation> <translation>Meg&amp;nyitás</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="335"/> <location filename="openlp/core/ui/mainwindow.py" line="337"/>
<source>Open an existing service.</source> <source>Open an existing service.</source>
<translation>Meglévő sorrend megnyitása.</translation> <translation>Meglévő sorrend megnyitása.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="337"/> <location filename="openlp/core/ui/mainwindow.py" line="339"/>
<source>Ctrl+O</source> <source>Ctrl+O</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="338"/> <location filename="openlp/core/ui/mainwindow.py" line="340"/>
<source>&amp;Save</source> <source>&amp;Save</source>
<translation>&amp;Mentés</translation> <translation>&amp;Mentés</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="340"/> <location filename="openlp/core/ui/mainwindow.py" line="342"/>
<source>Save the current service to disk.</source> <source>Save the current service to disk.</source>
<translation>Aktuális sorrend mentése lemezre.</translation> <translation>Aktuális sorrend mentése lemezre.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="342"/> <location filename="openlp/core/ui/mainwindow.py" line="344"/>
<source>Ctrl+S</source> <source>Ctrl+S</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="343"/> <location filename="openlp/core/ui/mainwindow.py" line="345"/>
<source>Save &amp;As...</source> <source>Save &amp;As...</source>
<translation>Mentés &amp;sként</translation> <translation>Mentés &amp;sként</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="345"/> <location filename="openlp/core/ui/mainwindow.py" line="347"/>
<source>Save Service As</source> <source>Save Service As</source>
<translation>Sorrend mentése másként</translation> <translation>Sorrend mentése másként</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="347"/> <location filename="openlp/core/ui/mainwindow.py" line="349"/>
<source>Save the current service under a new name.</source> <source>Save the current service under a new name.</source>
<translation>Az aktuális sorrend más néven való mentése.</translation> <translation>Az aktuális sorrend más néven való mentése.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="349"/> <location filename="openlp/core/ui/mainwindow.py" line="351"/>
<source>Ctrl+Shift+S</source> <source>Ctrl+Shift+S</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="356"/> <location filename="openlp/core/ui/mainwindow.py" line="358"/>
<source>E&amp;xit</source> <source>E&amp;xit</source>
<translation>&amp;Kilépés</translation> <translation>&amp;Kilépés</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="358"/> <location filename="openlp/core/ui/mainwindow.py" line="360"/>
<source>Quit OpenLP</source> <source>Quit OpenLP</source>
<translation>OpenLP bezárása</translation> <translation>OpenLP bezárása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="360"/> <location filename="openlp/core/ui/mainwindow.py" line="362"/>
<source>Alt+F4</source> <source>Alt+F4</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="366"/> <location filename="openlp/core/ui/mainwindow.py" line="368"/>
<source>&amp;Theme</source> <source>&amp;Theme</source>
<translation>&amp;Téma</translation> <translation>&amp;Téma</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="374"/> <location filename="openlp/core/ui/mainwindow.py" line="376"/>
<source>&amp;Configure OpenLP...</source> <source>&amp;Configure OpenLP...</source>
<translation>OpenLP &amp;beállítása</translation> <translation>OpenLP &amp;beállítása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="376"/> <location filename="openlp/core/ui/mainwindow.py" line="378"/>
<source>&amp;Media Manager</source> <source>&amp;Media Manager</source>
<translation>&amp;Médiakezelő</translation> <translation>&amp;Médiakezelő</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="378"/> <location filename="openlp/core/ui/mainwindow.py" line="380"/>
<source>Toggle Media Manager</source> <source>Toggle Media Manager</source>
<translation>Médiakezelő átváltása</translation> <translation>Médiakezelő átváltása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="380"/> <location filename="openlp/core/ui/mainwindow.py" line="382"/>
<source>Toggle the visibility of the media manager.</source> <source>Toggle the visibility of the media manager.</source>
<translation>A médiakezelő láthatóságának átváltása.</translation> <translation>A médiakezelő láthatóságának átváltása.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="382"/> <location filename="openlp/core/ui/mainwindow.py" line="384"/>
<source>F8</source> <source>F8</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="384"/> <location filename="openlp/core/ui/mainwindow.py" line="386"/>
<source>&amp;Theme Manager</source> <source>&amp;Theme Manager</source>
<translation>&amp;Témakezelő</translation> <translation>&amp;Témakezelő</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="386"/> <location filename="openlp/core/ui/mainwindow.py" line="388"/>
<source>Toggle Theme Manager</source> <source>Toggle Theme Manager</source>
<translation>Témakezelő átváltása</translation> <translation>Témakezelő átváltása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="388"/> <location filename="openlp/core/ui/mainwindow.py" line="390"/>
<source>Toggle the visibility of the theme manager.</source> <source>Toggle the visibility of the theme manager.</source>
<translation>A témakezelő láthatóságának átváltása.</translation> <translation>A témakezelő láthatóságának átváltása.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="390"/> <location filename="openlp/core/ui/mainwindow.py" line="392"/>
<source>F10</source> <source>F10</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="392"/> <location filename="openlp/core/ui/mainwindow.py" line="394"/>
<source>&amp;Service Manager</source> <source>&amp;Service Manager</source>
<translation>&amp;Sorrendkezelő</translation> <translation>&amp;Sorrendkezelő</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="394"/> <location filename="openlp/core/ui/mainwindow.py" line="396"/>
<source>Toggle Service Manager</source> <source>Toggle Service Manager</source>
<translation>Sorrendkezelő átváltása</translation> <translation>Sorrendkezelő átváltása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="396"/> <location filename="openlp/core/ui/mainwindow.py" line="398"/>
<source>Toggle the visibility of the service manager.</source> <source>Toggle the visibility of the service manager.</source>
<translation>A sorrendkezelő láthatóságának átváltása.</translation> <translation>A sorrendkezelő láthatóságának átváltása.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="398"/> <location filename="openlp/core/ui/mainwindow.py" line="400"/>
<source>F9</source> <source>F9</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="400"/> <location filename="openlp/core/ui/mainwindow.py" line="402"/>
<source>&amp;Preview Panel</source> <source>&amp;Preview Panel</source>
<translation>&amp;Előnézet panel</translation> <translation>&amp;Előnézet panel</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="402"/> <location filename="openlp/core/ui/mainwindow.py" line="404"/>
<source>Toggle Preview Panel</source> <source>Toggle Preview Panel</source>
<translation>Előnézet panel átváltása</translation> <translation>Előnézet panel átváltása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="404"/> <location filename="openlp/core/ui/mainwindow.py" line="406"/>
<source>Toggle the visibility of the preview panel.</source> <source>Toggle the visibility of the preview panel.</source>
<translation>Az előnézet panel láthatóságának átváltása.</translation> <translation>Az előnézet panel láthatóságának átváltása.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="406"/> <location filename="openlp/core/ui/mainwindow.py" line="408"/>
<source>F11</source> <source>F11</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="408"/> <location filename="openlp/core/ui/mainwindow.py" line="410"/>
<source>&amp;Live Panel</source> <source>&amp;Live Panel</source>
<translation>&amp;É adás panel</translation> <translation>&amp;É adás panel</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="410"/> <location filename="openlp/core/ui/mainwindow.py" line="412"/>
<source>Toggle Live Panel</source> <source>Toggle Live Panel</source>
<translation>É adás panel átváltása</translation> <translation>É adás panel átváltása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="412"/> <location filename="openlp/core/ui/mainwindow.py" line="414"/>
<source>Toggle the visibility of the live panel.</source> <source>Toggle the visibility of the live panel.</source>
<translation>Az é adás panel láthatóságának átváltása.</translation> <translation>Az é adás panel láthatóságának átváltása.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="414"/> <location filename="openlp/core/ui/mainwindow.py" line="416"/>
<source>F12</source> <source>F12</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="416"/> <location filename="openlp/core/ui/mainwindow.py" line="418"/>
<source>&amp;Plugin List</source> <source>&amp;Plugin List</source>
<translation>&amp;Bővítménylista</translation> <translation>&amp;Bővítménylista</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="418"/> <location filename="openlp/core/ui/mainwindow.py" line="420"/>
<source>List the Plugins</source> <source>List the Plugins</source>
<translation>Bővítmények listája</translation> <translation>Bővítmények listája</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="420"/> <location filename="openlp/core/ui/mainwindow.py" line="422"/>
<source>Alt+F7</source> <source>Alt+F7</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="422"/> <location filename="openlp/core/ui/mainwindow.py" line="424"/>
<source>&amp;User Guide</source> <source>&amp;User Guide</source>
<translation>&amp;Felhasználói kézikönyv</translation> <translation>&amp;Felhasználói kézikönyv</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="424"/> <location filename="openlp/core/ui/mainwindow.py" line="426"/>
<source>&amp;About</source> <source>&amp;About</source>
<translation>&amp;Névjegy</translation> <translation>&amp;Névjegy</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="425"/> <location filename="openlp/core/ui/mainwindow.py" line="427"/>
<source>More information about OpenLP</source> <source>More information about OpenLP</source>
<translation>További információ az OpenLP-ről</translation> <translation>További információ az OpenLP-ről</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="427"/> <location filename="openlp/core/ui/mainwindow.py" line="429"/>
<source>Ctrl+F1</source> <source>Ctrl+F1</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="429"/> <location filename="openlp/core/ui/mainwindow.py" line="431"/>
<source>&amp;Online Help</source> <source>&amp;Online Help</source>
<translation>&amp;Online súgó</translation> <translation>&amp;Online súgó</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="434"/> <location filename="openlp/core/ui/mainwindow.py" line="433"/>
<source>&amp;Web Site</source> <source>&amp;Web Site</source>
<translation>&amp;Weboldal</translation> <translation>&amp;Weboldal</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="442"/> <location filename="openlp/core/ui/mainwindow.py" line="441"/>
<source>Use the system language, if available.</source> <source>Use the system language, if available.</source>
<translation>Rendszernyelv használata, ha elérhető.</translation> <translation>Rendszernyelv használata, ha elérhető.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="438"/> <location filename="openlp/core/ui/mainwindow.py" line="437"/>
<source>Set the interface language to %s</source> <source>Set the interface language to %s</source>
<translation>A felhasználói felület nyelvének átváltása erre: %s</translation> <translation>A felhasználói felület nyelvének átváltása erre: %s</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="444"/> <location filename="openlp/core/ui/mainwindow.py" line="443"/>
<source>Add &amp;Tool...</source> <source>Add &amp;Tool...</source>
<translation>&amp;Eszköz hozzáadása</translation> <translation>&amp;Eszköz hozzáadása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="446"/> <location filename="openlp/core/ui/mainwindow.py" line="445"/>
<source>Add an application to the list of tools.</source> <source>Add an application to the list of tools.</source>
<translation>Egy alkalmazás hozzáadása az eszközök listához.</translation> <translation>Egy alkalmazás hozzáadása az eszközök listához.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="452"/> <location filename="openlp/core/ui/mainwindow.py" line="451"/>
<source>&amp;Default</source> <source>&amp;Default</source>
<translation>&amp;Alapértelmezett</translation> <translation>&amp;Alapértelmezett</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="454"/> <location filename="openlp/core/ui/mainwindow.py" line="453"/>
<source>Set the view mode back to the default.</source> <source>Set the view mode back to the default.</source>
<translation>Nézetmód visszaállítása az alapértelmezettre.</translation> <translation>Nézetmód visszaállítása az alapértelmezettre.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="456"/> <location filename="openlp/core/ui/mainwindow.py" line="455"/>
<source>&amp;Setup</source> <source>&amp;Setup</source>
<translation>&amp;Szerkesztés</translation> <translation>&amp;Szerkesztés</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="457"/> <location filename="openlp/core/ui/mainwindow.py" line="456"/>
<source>Set the view mode to Setup.</source> <source>Set the view mode to Setup.</source>
<translation>Nézetmód váltása a Beállítás módra.</translation> <translation>Nézetmód váltása a Beállítás módra.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="459"/> <location filename="openlp/core/ui/mainwindow.py" line="458"/>
<source>&amp;Live</source> <source>&amp;Live</source>
<translation>&amp;É adás</translation> <translation>&amp;É adás</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="460"/> <location filename="openlp/core/ui/mainwindow.py" line="459"/>
<source>Set the view mode to Live.</source> <source>Set the view mode to Live.</source>
<translation>Nézetmód váltása a É módra.</translation> <translation>Nézetmód váltása a É módra.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="648"/> <location filename="openlp/core/ui/mainwindow.py" line="645"/>
<source>Version %s of OpenLP is now available for download (you are currently running version %s). <source>Version %s of OpenLP is now available for download (you are currently running version %s).
You can download the latest version from http://openlp.org/.</source> You can download the latest version from http://openlp.org/.</source>
@ -2188,27 +2186,27 @@ You can download the latest version from http://openlp.org/.</source>
A legfrissebb verzió a http://openlp.org/ oldalról szerezhető be.</translation> A legfrissebb verzió a http://openlp.org/ oldalról szerezhető be.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="652"/> <location filename="openlp/core/ui/mainwindow.py" line="649"/>
<source>OpenLP Version Updated</source> <source>OpenLP Version Updated</source>
<translation>OpenLP verziófrissítés</translation> <translation>OpenLP verziófrissítés</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="704"/> <location filename="openlp/core/ui/mainwindow.py" line="701"/>
<source>OpenLP Main Display Blanked</source> <source>OpenLP Main Display Blanked</source>
<translation>Sötét OpenLP képernyő</translation> <translation>Sötét OpenLP képernyő</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="704"/> <location filename="openlp/core/ui/mainwindow.py" line="701"/>
<source>The Main Display has been blanked out</source> <source>The Main Display has been blanked out</source>
<translation>A képernyő el lett sötétítve</translation> <translation>A képernyő el lett sötétítve</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="920"/> <location filename="openlp/core/ui/mainwindow.py" line="910"/>
<source>Default Theme: %s</source> <source>Default Theme: %s</source>
<translation>Alapértelmezett téma: %s</translation> <translation>Alapértelmezett téma: %s</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="370"/> <location filename="openlp/core/ui/mainwindow.py" line="372"/>
<source>Configure &amp;Shortcuts...</source> <source>Configure &amp;Shortcuts...</source>
<translation>&amp;Gyorsbillentyűk beállítása</translation> <translation>&amp;Gyorsbillentyűk beállítása</translation>
</message> </message>
@ -2219,42 +2217,42 @@ A legfrissebb verzió a http://openlp.org/ oldalról szerezhető be.</translatio
<translation>Magyar</translation> <translation>Magyar</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="352"/> <location filename="openlp/core/ui/mainwindow.py" line="354"/>
<source>Print the current Service Order.</source> <source>Print the current Service Order.</source>
<translation>Az aktuális sorrend nyomtatása.</translation> <translation>Az aktuális sorrend nyomtatása.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="354"/> <location filename="openlp/core/ui/mainwindow.py" line="356"/>
<source>Ctrl+P</source> <source>Ctrl+P</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="372"/> <location filename="openlp/core/ui/mainwindow.py" line="374"/>
<source>&amp;Configure Display Tags</source> <source>&amp;Configure Display Tags</source>
<translation>Megjelenítési &amp;címkek beállítása</translation> <translation>Megjelenítési &amp;címkék beállítása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="440"/> <location filename="openlp/core/ui/mainwindow.py" line="439"/>
<source>&amp;Autodetect</source> <source>&amp;Autodetect</source>
<translation>&amp;Automatikus felismerés</translation> <translation>&amp;Automatikus felismerés</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="448"/> <location filename="openlp/core/ui/mainwindow.py" line="447"/>
<source>Open &amp;Data Folder...</source> <source>Open &amp;Data Folder...</source>
<translation>&amp;Adatmappa megnyitása</translation> <translation>&amp;Adatmappa megnyitása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="450"/> <location filename="openlp/core/ui/mainwindow.py" line="449"/>
<source>Open the folder where songs, bibles and other data resides.</source> <source>Open the folder where songs, bibles and other data resides.</source>
<translation>A dalokat, Bibliákat és egyéb adatokat tartalmazó mappa megnyitása.</translation> <translation>A dalokat, Bibliákat és egyéb adatokat tartalmazó mappa megnyitása.</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="842"/> <location filename="openlp/core/ui/mainwindow.py" line="832"/>
<source>Close OpenLP</source> <source>Close OpenLP</source>
<translation>OpenLP bezárása</translation> <translation>OpenLP bezárása</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/mainwindow.py" line="842"/> <location filename="openlp/core/ui/mainwindow.py" line="832"/>
<source>Are you sure you want to close OpenLP?</source> <source>Are you sure you want to close OpenLP?</source>
<translation>Biztosan bezárható az OpenLP?</translation> <translation>Biztosan bezárható az OpenLP?</translation>
</message> </message>
@ -3158,7 +3156,7 @@ A tartalom kódolása nem UTF-8.</translation>
<message> <message>
<location filename="openlp/core/ui/themewizard.py" line="448"/> <location filename="openlp/core/ui/themewizard.py" line="448"/>
<source>Define the font and display characteristics for the Display text</source> <source>Define the font and display characteristics for the Display text</source>
<translation>A szöveg betűkészlete és a megjelenési tulajdonságai</translation> <translation>A szöveg betűkészlete és megjelenési tulajdonságai</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/themewizard.py" line="473"/> <location filename="openlp/core/ui/themewizard.py" line="473"/>
@ -3203,7 +3201,7 @@ A tartalom kódolása nem UTF-8.</translation>
<message> <message>
<location filename="openlp/core/ui/themewizard.py" line="470"/> <location filename="openlp/core/ui/themewizard.py" line="470"/>
<source>Define the font and display characteristics for the Footer text</source> <source>Define the font and display characteristics for the Footer text</source>
<translation>A lábléc szöveg betűkészlete és a megjelenési tulajdonságai</translation> <translation>A lábléc szöveg betűkészlete és megjelenési tulajdonságai</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/themewizard.py" line="477"/> <location filename="openlp/core/ui/themewizard.py" line="477"/>
@ -3293,7 +3291,7 @@ A tartalom kódolása nem UTF-8.</translation>
<message> <message>
<location filename="openlp/core/ui/themewizard.py" line="530"/> <location filename="openlp/core/ui/themewizard.py" line="530"/>
<source>View the theme and save it replacing the current one or change the name to create a new theme</source> <source>View the theme and save it replacing the current one or change the name to create a new theme</source>
<translation>A téma előnézete és mentése. Felülírható már egy meglévő vagy egy új név megadásával új téma hozható létre</translation> <translation>A téma előnézete és mentése: egy már meglévő téma felülírható vagy egy új név megadásával új téma hozható létre</translation>
</message> </message>
<message> <message>
<location filename="openlp/core/ui/themewizard.py" line="534"/> <location filename="openlp/core/ui/themewizard.py" line="534"/>
@ -4439,7 +4437,7 @@ A kódlap felelős a karakterek helyes megjelenítéséért.</translation>
<message> <message>
<location filename="openlp/plugins/songs/forms/editsongform.py" line="367"/> <location filename="openlp/plugins/songs/forms/editsongform.py" line="367"/>
<source>You have not selected a valid author. Either select an author from the list, or type in a new author and click the &quot;Add Author to Song&quot; button to add the new author.</source> <source>You have not selected a valid author. Either select an author from the list, or type in a new author and click the &quot;Add Author to Song&quot; button to add the new author.</source>
<translation>Nincs kijelölve egyetlen szerző sem. Vagy válassz egy szerzőt a listából, vagy írj az új szerző mezőbe és kattints az Szerző hozzáadása a dalhoz gombon a szerző megjelöléséhez.</translation> <translation>Nincs kijelölve egyetlen szerző sem. Vagy válassz egy szerzőt a listából, vagy írj az új szerző mezőbe és kattints a Hozzáadás gombra a szerző megjelöléséhez.</translation>
</message> </message>
<message> <message>
<location filename="openlp/plugins/songs/forms/editsongform.py" line="395"/> <location filename="openlp/plugins/songs/forms/editsongform.py" line="395"/>
@ -4459,7 +4457,7 @@ A kódlap felelős a karakterek helyes megjelenítéséért.</translation>
<message> <message>
<location filename="openlp/plugins/songs/forms/editsongform.py" line="426"/> <location filename="openlp/plugins/songs/forms/editsongform.py" line="426"/>
<source>You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the &quot;Add Topic to Song&quot; button to add the new topic.</source> <source>You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the &quot;Add Topic to Song&quot; button to add the new topic.</source>
<translation>Nincs kijelölve egyetlen témakör sem. Vagy válassz egy témakört a listából, vagy írj az új témakör mezőbe és kattints a Témakör hozzáadása a dalhoz gombon a témakör megjelöléséhez.</translation> <translation>Nincs kijelölve egyetlen témakör sem. Vagy válassz egy témakört a listából, vagy írj az új témakör mezőbe és kattints a Hozzáadás gombraa témakör megjelöléséhez.</translation>
</message> </message>
<message> <message>
<location filename="openlp/plugins/songs/forms/editsongform.py" line="561"/> <location filename="openlp/plugins/songs/forms/editsongform.py" line="561"/>