← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~raoul-snyman/openlp/bug-fixes into lp:openlp

 

Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/bug-fixes into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)


Fix bug #595676 and improve the OSIS importer while I'm at it.The attached diff has been truncated due to its size.
-- 
https://code.launchpad.net/~raoul-snyman/openlp/bug-fixes/+merge/28443
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/bug-fixes into lp:openlp.
=== modified file 'openlp/plugins/bibles/lib/osis.py'
--- openlp/plugins/bibles/lib/osis.py	2010-06-14 17:56:42 +0000
+++ openlp/plugins/bibles/lib/osis.py	2010-06-24 18:49:25 +0000
@@ -62,10 +62,13 @@
         self.fi_regex = re.compile(r'<FI>(.*?)<Fi>')
         self.rf_regex = re.compile(r'<RF>(.*?)<Rf>')
         self.lb_regex = re.compile(r'<lb(.*?)>')
+        self.lg_regex = re.compile(r'<lg(.*?)>')
         self.l_regex = re.compile(r'<l (.*?)>')
         self.w_regex = re.compile(r'<w (.*?)>')
-        self.q_regex = re.compile(r'<q (.*?)>')
+        self.q1_regex = re.compile(r'<q(.*?)level="1"(.*?)>')
+        self.q2_regex = re.compile(r'<q(.*?)level="2"(.*?)>')
         self.trans_regex = re.compile(r'<transChange(.*?)>(.*?)</transChange>')
+        self.divineName_regex = re.compile(r'<divineName(.*?)>(.*?)</divineName>')
         self.spaces_regex = re.compile(r'([ ]{2,})')
         self.books = {}
         filepath = os.path.join(
@@ -96,7 +99,7 @@
         detect_file = None
         try:
             detect_file = open(self.filename, u'r')
-            details = chardet.detect(detect_file.read())
+            details = chardet.detect(detect_file.read(1048576))
         except IOError:
             log.exception(u'Failed to detect OSIS file encoding')
             return
@@ -150,11 +153,14 @@
                     verse_text = self.milestone_regex.sub(u'', verse_text)
                     verse_text = self.fi_regex.sub(u'', verse_text)
                     verse_text = self.rf_regex.sub(u'', verse_text)
-                    verse_text = self.lb_regex.sub(u'', verse_text)
+                    verse_text = self.lb_regex.sub(u' ', verse_text)
+                    verse_text = self.lg_regex.sub(u'', verse_text)
                     verse_text = self.l_regex.sub(u'', verse_text)
                     verse_text = self.w_regex.sub(u'', verse_text)
-                    verse_text = self.q_regex.sub(u'', verse_text)
+                    verse_text = self.q1_regex.sub(u'"', verse_text)
+                    verse_text = self.q2_regex.sub(u'\'', verse_text)
                     verse_text = self.trans_regex.sub(u'', verse_text)
+                    verse_text = self.divineName_regex.sub(u'', verse_text)
                     verse_text = verse_text.replace(u'</lb>', u'')\
                         .replace(u'</l>', u'').replace(u'<lg>', u'')\
                         .replace(u'</lg>', u'').replace(u'</q>', u'')\

=== added file 'resources/i18n/openlp_af.ts'
--- resources/i18n/openlp_af.ts	1970-01-01 00:00:00 +0000
+++ resources/i18n/openlp_af.ts	2010-06-24 18:49:25 +0000
@@ -0,0 +1,4254 @@
+<!DOCTYPE TS>
+<TS version="1.1">
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="141"/>
+      <source>Quick</source>
+      <translation>Vinnig</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="162"/>
+      <source>Delete selected slide</source>
+      <translation>Wis die geselekteerde skyfie uit</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="161"/>
+      <source>( and )</source>
+      <translation>( en )</translation></message>
+  </context>
+  <context>
+    <name>RemoteTab</name>
+    <message>
+      <location filename="openlp/plugins/remotes/lib/remotetab.py" line="39"/>
+      <source>Remotes</source>
+      <translation>Afstandbehere</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="432"/>
+      <source>&amp;Remove</source>
+      <translation>&amp;Verwyder</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="670"/>
+      <source>Shadow Size:</source>
+      <translation>Skaduwee Grote:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="305"/>
+      <source>Close</source>
+      <translation>Maak toe</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="66"/>
+      <source>Import Theme</source>
+      <translation>Tema Invoer</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="683"/>
+      <source>Slide Transition</source>
+      <translation>Skyfie Verandering</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="254"/>
+      <source>Are you sure you want to delete the selected book?</source>
+      <translation>Is jy seker jy wil die geselekteerde boek uitwis?</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="110"/>
+      <source>Theme level</source>
+      <translation>Tema vlak</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="68"/>
+      <source>Bible</source>
+      <translation>Bybel</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="391"/>
+      <source>Save Changes to Service?</source>
+      <translation>Stoor Veranderinge aan Diens?</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="65"/>
+      <source>&amp;Delete recorded data</source>
+      <translation>&amp;Wis opname data uit</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="298"/>
+      <source>Song Title</source>
+      <translation>Lied Titel</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="156"/>
+      <source>Edit selected slide</source>
+      <translation>Redigeer geselekteerde skyfie</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="343"/>
+      <source>CCLI Licence: </source>
+      <translation>CCLI Lisensie:</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDeleteDialog</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedeletedialog.py" line="60"/>
+      <source>Audit Delete</source>
+      <translation>Wis Oudit Uit</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="310"/>
+      <source>Bible Import Wizard</source>
+      <translation>Bybel Invoer Gids</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="157"/>
+      <source>Edit All</source>
+      <translation>Redigeer Alles</translation></message>
+  </context>
+  <context>
+    <name>Ui_ServiceNoteEdit</name>
+    <message>
+      <location filename="openlp/core/ui/serviceitemdialog.py" line="49"/>
+      <source>Service Item Notes</source>
+      <translation>Diens Item Notas</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="185"/>
+      <source>Couldn't save your author!</source>
+      <translation>Kon nie u skrywer stoor nie!</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="163"/>
+      <source>Clear</source>
+      <translation>Skoon</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="109"/>
+      <source>Global theme</source>
+      <translation>Globale tema</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="84"/>
+      <source>Start/Stop live song usage recording</source>
+      <translation>Begin/Stop regstreekse lied-gebruik opname</translation></message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="585"/>
+      <source>The Main Display has been blanked out</source>
+      <translation>Die Hoof Skerm is blanko</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="294"/>
+      <source>Lyrics</source>
+      <translation>Lerieke</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="70"/>
+      <source>Display</source>
+      <translation>Vertoon</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="161"/>
+      <source>Delete</source>
+      <translation>Wis uit</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="123"/>
+      <source>Verse</source>
+      <translation>Vers</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="229"/>
+      <source>This author can't be deleted, they are currently assigned to at least one song!</source>
+      <translation>Die skrywer kan nie uitgewis word nie want die skrywer is aan minstens een lied toegeken!</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="57"/>
+      <source>Create a new theme</source>
+      <translation>Skep 'n nuwe tema</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="356"/>
+      <source>Open an existing service</source>
+      <translation>Maak 'n bestaande diens oop</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="163"/>
+      <source>Move to previous</source>
+      <translation>Beweeg na vorige</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="155"/>
+      <source>&amp;Song</source>
+      <translation>&amp;Lied</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="102"/>
+      <source>Plugin Details</source>
+      <translation>Inprop Besonderhede</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="230"/>
+      <source>pt</source>
+      <translation>pt</translation></message>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="235"/>
+      <source>Edit History:</source>
+      <translation>Redigeer Geskiedenis:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="334"/>
+      <source>&amp;File</source>
+      <translation>&amp;Lêer</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="165"/>
+      <source>Couldn't add your book!</source>
+      <translation>Kan nie die boek byvoeg nie!</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="158"/>
+      <source>verse per line</source>
+      <translation>vers per lyn</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="165"/>
+      <source>Theme:</source>
+      <translation>Tema:</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="216"/>
+      <source>Error</source>
+      <translation>Fout</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="333"/>
+      <source>Bible:</source>
+      <translation>Bybel:</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="121"/>
+      <source>You need to specify a file with books of the Bible to use in the import!</source>
+      <translation>Spesifiseer 'n lêer met die boeke van die Bybel vir gebruik tydens die invoer!</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="62"/>
+      <source>Delete Theme</source>
+      <translation>Wis Tema Uit</translation></message>
+  </context>
+  <context>
+    <name>SplashScreen</name>
+    <message>
+      <location filename="openlp/core/ui/splashscreen.py" line="61"/>
+      <source>Splash Screen</source>
+      <translation>Spatsel Skerm</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="62"/>
+      <source>Song</source>
+      <translation>Lied</translation></message>
+  </context>
+  <context>
+    <name>SongUsageDeleteForm</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedeleteform.py" line="44"/>
+      <source>Delete Selected Audit Events?</source>
+      <translation>Wis Geselekteerde Oudit Aksies uit?</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="298"/>
+      <source>Song Title</source>
+      <translation>Lied Titel</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="682"/>
+      <source>Bottom</source>
+      <translation>Onder</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="399"/>
+      <source>List the Plugins</source>
+      <translation>Lys die Inproppe</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="231"/>
+      <source>No author selected!</source>
+      <translation>Geen skrywer geselekteer nie!</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="154"/>
+      <source>&lt;b&gt;SongUsage Plugin&lt;/b&gt;&lt;br&gt;This plugin records the use of songs and when they have been used during a live service</source>
+      <translation>&lt;b&gt;SongUsage Inprop&lt;/b&gt;&lt;br&gt;Hierdie inprop stoor die gebruik van liedere en wanneer dit gebruik was gedurende 'n regstreekse diens.</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="149"/>
+      <source>Move slide Up 1</source>
+      <translation>Beweeg skyfie 1 plek Op</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="156"/>
+      <source>OpenSong</source>
+      <translation>OpenSong</translation></message>
+  </context>
+  <context>
+    <name>AlertsManager</name>
+    <message>
+      <location filename="openlp/plugins/alerts/lib/alertsmanager.py" line="83"/>
+      <source>Alert message created and delayed</source>
+      <translation>Waarskuwings boodskap geskep en vertraag</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="420"/>
+      <source>Alternative Title:</source>
+      <translation>Alternatiewe Titel:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="517"/>
+      <source>Open Service</source>
+      <translation>Maak Diens Oop</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="155"/>
+      <source>Display Style:</source>
+      <translation>Vertoon Styl:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="606"/>
+      <source>Image</source>
+      <translation>Beeld</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="403"/>
+      <source>You need to enter a song title.</source>
+      <translation>U moet 'n lied titel invoer.</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="361"/>
+      <source>Error</source>
+      <translation>Fout</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="111"/>
+      <source>Invalid Bible Location</source>
+      <translation>Ongeldige Bybel Ligging</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="120"/>
+      <source>Global level</source>
+      <translation>Globale vlak</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="91"/>
+      <source>Make Global</source>
+      <translation>Maak Globaal</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="387"/>
+      <source>&amp;Service Manager</source>
+      <translation>&amp;Diens Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="299"/>
+      <source>Author</source>
+      <translation>Skrywer</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="656"/>
+      <source>Height:</source>
+      <translation>Hoogte:</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="63"/>
+      <source>Delete a theme</source>
+      <translation>Wis 'n tema uit</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="331"/>
+      <source>Crosswalk</source>
+      <translation>Cosswalk</translation><translatorcomment>Sover ek verstaan is Crosswalk sagteware. Verwysings na sagteware, akronieme en so meer bly in die oorspronklike vorm.</translatorcomment></message>
+  </context>
+  <context>
+    <name>SongBookForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songbookform.py" line="51"/>
+      <source>Error</source>
+      <translation>Fout</translation></message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsdialog.py" line="79"/>
+      <source>Last name:</source>
+      <translation>Van:</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="152"/>
+      <source>Title:</source>
+      <translation>Titel:</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="157"/>
+      <source>You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such.</source>
+      <translation>Stel Kopiereg op vir die spesifieke Bybel! Bybels in die Publieke Omgewing moet so gemerk word.</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="72"/>
+      <source>Maintain the lists of authors, topics and books</source>
+      <translation>Handhaaf die lys van skrywers, onderwerpe en boeke</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="62"/>
+      <source>Save</source>
+      <translation>Stoor</translation></message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomform.py" line="259"/>
+      <source>You have unsaved data</source>
+      <translation>U het data wat nie gestoor is nie</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="664"/>
+      <source>Outline</source>
+      <translation>Buitelyn</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="296"/>
+      <source>Text Search</source>
+      <translation>Teks Soektog</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="323"/>
+      <source>CSV</source>
+      <translation>KGW</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="67"/>
+      <source>Delete song usage to specified date</source>
+      <translation>Wis lied-gebruik uit tot gespesifiseerde datum</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDetailDialog</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedetaildialog.py" line="91"/>
+      <source>Report Location</source>
+      <translation>Rapporteer Ligging</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="324"/>
+      <source>OpenSong</source>
+      <translation>OpenSong</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="355"/>
+      <source>Open Service</source>
+      <translation>Maak Diens Oop</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="283"/>
+      <source>Find:</source>
+      <translation>Vind:</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="62"/>
+      <source>Select Image(s)</source>
+      <translation>Selekteer beeld(e)</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="282"/>
+      <source>Search Type:</source>
+      <translation>Soek Tipe:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="345"/>
+      <source>Media Manager</source>
+      <translation>Media Bestuurder</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="370"/>
+      <source>Alt+F4</source>
+      <translation>Alt+F4</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="278"/>
+      <source>&amp;Preview</source>
+      <translation>&amp;Voorskou</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="163"/>
+      <source>CCLI Details</source>
+      <translation>CCLI Inligting</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="543"/>
+      <source>Bible not fully loaded</source>
+      <translation>Bybel nie tenvolle gelaai nie</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="396"/>
+      <source>Toggle the visibility of the Preview Panel</source>
+      <translation>Wissel die sigbaarheid van die Voorskou Paneel</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="166"/>
+      <source>Bible Exists</source>
+      <translation>Bybel Bestaan</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="401"/>
+      <source>&amp;User Guide</source>
+      <translation>&amp;Gebruikers Gids</translation></message>
+  </context>
+  <context>
+    <name>SongUsageDeleteForm</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedeleteform.py" line="45"/>
+      <source>Are you sure you want to delete selected Audit Data?</source>
+      <translation>Is u seker dat u die Oudit Data wil uitwis?</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="413"/>
+      <source>Set the interface language to English</source>
+      <translation>Verstel die koppelvlak taal na Engels</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="617"/>
+      <source>Main Font</source>
+      <translation>Hoof Skrif</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="156"/>
+      <source>Empty Copyright</source>
+      <translation>Leë Kopiereg</translation></message>
+  </context>
+  <context>
+    <name>CustomPlugin</name>
+    <message>
+      <location filename="openlp/plugins/custom/customplugin.py" line="70"/>
+      <source>&lt;b&gt;Custom Plugin&lt;/b&gt;&lt;br&gt;This plugin allows slides to be displayed on the screen in the same way songs are.  This plugin provides greater freedom over the songs plugin.&lt;br&gt;</source>
+      <translation>&lt;b&gt;Aanpas Inprop&lt;/b&gt;&lt;br/&gt;Hierdie inprop vertoon skyfies op dieselfde manier as wat liedere vertoon word. Hierdie inprop beskik oor meer vryheid as die liedere inprop.&lt;br/&gt;</translation></message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsform.py" line="80"/>
+      <source>You need to type in the first name of the author.</source>
+      <translation>U moet die naam van die skrywer invul.</translation></message>
+  </context>
+  <context>
+    <name>SongsTab</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/songstab.py" line="68"/>
+      <source>Display Verses on Live Tool bar:</source>
+      <translation>Vertoon Verse op Regstreekse Gereedskap-balk:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="162"/>
+      <source>Move to top</source>
+      <translation>Skuif na bo</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="102"/>
+      <source>Override background</source>
+      <translation>Oorskryf agtergrond</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="222"/>
+      <source>Edit</source>
+      <translation>Redigeer</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="300"/>
+      <source>Select All</source>
+      <translation>Selekteer Almal</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="112"/>
+      <source>Use the theme from each song in the database. If a song doesn't have a theme associated with it, then use the service's theme. If the service doesn't have a theme, then use the global theme.</source>
+      <translation>Gebruik die tema van elke lied in die lied-databasis. As 'n lied nie 'n geassosieërde tema het nie, gebruik die diens se tema. As die diens nie 'n tema het nie, gebruik dan die globale tema.</translation></message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/mediaitem.py" line="62"/>
+      <source>Presentation</source>
+      <translation>Aanbieding</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="604"/>
+      <source>Solid Color</source>
+      <translation>Soliede Kleur</translation></message>
+  </context>
+  <context>
+    <name>CustomTab</name>
+    <message>
+      <location filename="openlp/plugins/custom/lib/customtab.py" line="39"/>
+      <source>Custom</source>
+      <translation>Aangepas</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="303"/>
+      <source>Ready to import</source>
+      <translation>Gereed vir invoer</translation></message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="549"/>
+      <source>OpenLP version %s has been updated to version %s
+
+You can obtain the latest version from http://openlp.org</source>
+      <translation>OpenLP weergawe %s is opdateer na weergawe %s
+
+U kan die nuutste weergawe verkry van http://openlp.org</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="326"/>
+      <source>File Location:</source>
+      <translation>Lêer Ligging:</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="226"/>
+      <source>Go to Verse</source>
+      <translation>Gaan na Vers</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="335"/>
+      <source>&amp;Import</source>
+      <translation>&amp;Invoer</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="369"/>
+      <source>Quit OpenLP</source>
+      <translation>Sluit OpenLP Af</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="315"/>
+      <source>This wizard will help you to import Bibles from a variety of formats. Click the next button below to start the process by selecting a format to import from.</source>
+      <translation>Hierdie gids sal u help om Bybels van 'n verskeidenheid vormate in te voer. Kliek die volgende knoppie hieronder om die proses te begin en 'n formaat te kies om in te voer.</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="153"/>
+      <source>Couldn't add your topic!</source>
+      <translation>Kon nie u onderwerp byvoeg nie!</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="148"/>
+      <source>Empty Version Name</source>
+      <translation>Weergawe Naam is Leeg</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="393"/>
+      <source>&amp;Preview Panel</source>
+      <translation>&amp;Voorskou Paneel</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="191"/>
+      <source>Start continuous loop</source>
+      <translation>Begin aaneenlopende lus</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="167"/>
+      <source>Move down</source>
+      <translation>Beweeg af</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="199"/>
+      <source>primary</source>
+      <translation>primêre</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="443"/>
+      <source>Add a Theme</source>
+      <translation>Voeg 'n Tema by</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="350"/>
+      <source>&amp;New</source>
+      <translation>&amp;Nuwe</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="167"/>
+      <source>Credits:</source>
+      <translation>Krediete:</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="111"/>
+      <source>Live</source>
+      <translation>Regstreeks</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="157"/>
+      <source>Show blank screen warning</source>
+      <translation>Vertoon leë skerm waarskuwing</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="159"/>
+      <source>continuous</source>
+      <translation>aaneenlopend</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="121"/>
+      <source>Number</source>
+      <translation>Nommer</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="156"/>
+      <source>Application Startup</source>
+      <translation>Program Aanskakel</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="652"/>
+      <source>Use Default Location:</source>
+      <translation>Gebruik Verstek Ligging:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="107"/>
+      <source>Import</source>
+      <translation>Invoer</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="687"/>
+      <source>Other Options</source>
+      <translation>Ander Opsies</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="422"/>
+      <source>Verse Order:</source>
+      <translation>Vers Orde:</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDetailDialog</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedetaildialog.py" line="89"/>
+      <source>ASelect Date Range</source>
+      <translation>Selekteer Datum Reeks</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="331"/>
+      <source>Default Theme: </source>
+      <translation>Verstek Tema:</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="394"/>
+      <source>Toggle Preview Panel</source>
+      <translation>Wissel Voorskou Paneel</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="147"/>
+      <source>Lyrics</source>
+      <translation>Lerieke</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="302"/>
+      <source>Progress:</source>
+      <translation>Vordering:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="669"/>
+      <source>Shadow</source>
+      <translation>Skaduwee</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="155"/>
+      <source>Select monitor for output display:</source>
+      <translation>Selekteer monitor vir uitgaande vertoning:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="376"/>
+      <source>&amp;Settings</source>
+      <translation>Ver&amp;stellings</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="648"/>
+      <source>Italics</source>
+      <translation>Kursief</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="118"/>
+      <source>Create a new service</source>
+      <translation>Skep 'n nuwe diens</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="600"/>
+      <source>Background:</source>
+      <translation>Agtergrond:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="288"/>
+      <source>openlp.org Song Importer</source>
+      <translation>openlp.org Lied Invoerder</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="347"/>
+      <source>Copyright:</source>
+      <translation>Kopiereg:</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="116"/>
+      <source>Service level</source>
+      <translation>Diens vlak</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="163"/>
+      <source>[ and ]</source>
+      <translation>[ en ]</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="328"/>
+      <source>Verse Location:</source>
+      <translation>Vers Ligging:</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="381"/>
+      <source>You must select one or more items</source>
+      <translation>P moet meer as een item selekteer</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="160"/>
+      <source>Application Settings</source>
+      <translation>Program Verstellings</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="124"/>
+      <source>Save this service</source>
+      <translation>Stoor hierdie diens</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="187"/>
+      <source>Open Books CSV file</source>
+      <translation>Maak Boeke CSV lêer oop</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="165"/>
+      <source>SongSelect Username:</source>
+      <translation>SongSelect Gebruikers naam:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="653"/>
+      <source>X Position:</source>
+      <translation>X Posisie:</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="353"/>
+      <source>No matching book could be found in this Bible.</source>
+      <translation>Geen bypassende boek kon in dié Bybel gevind word nie.</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="337"/>
+      <source>Server:</source>
+      <translation>Bediener:</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="217"/>
+      <source>Couldn't save your book!</source>
+      <translation>Kon nie u boek stoor nie!</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="128"/>
+      <source>Ending</source>
+      <translation>Slot</translation></message>
+  </context>
+  <context>
+    <name>CustomTab</name>
+    <message>
+      <location filename="openlp/plugins/custom/lib/customtab.py" line="60"/>
+      <source>Display Footer:</source>
+      <translation>Vertoon Voetnota:</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="137"/>
+      <source>Invalid OpenSong Bible</source>
+      <translation>Ongeldige OpenSong Bybel</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="164"/>
+      <source>CCLI Number:</source>
+      <translation>CCLI Nommer:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="678"/>
+      <source>Center</source>
+      <translation>Middel</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="126"/>
+      <source>Theme:</source>
+      <translation>Tema:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="418"/>
+      <source>&amp;Live</source>
+      <translation>&amp;Regstreeks</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="608"/>
+      <source>&lt;Color2&gt;</source>
+      <translation>&lt;Color2&gt;</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="411"/>
+      <source>English</source>
+      <translation>Engels</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="169"/>
+      <source>You must select one or more items</source>
+      <translation>U moet een of meer items selekteer</translation></message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsdialog.py" line="78"/>
+      <source>First name:</source>
+      <translation>Voornaam:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="289"/>
+      <source>Select openlp.org export filename:</source>
+      <translation>Selekteer openlp.org uitvoer lêer-naam:</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="348"/>
+      <source>Permission:</source>
+      <translation>Toestemming:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="108"/>
+      <source>Close</source>
+      <translation>Maak toe</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="601"/>
+      <source>Opaque</source>
+      <translation>Deursigtigheid</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="255"/>
+      <source>This book can't be deleted, it is currently assigned to at least one song!</source>
+      <translation>Die boek kan nie uitgewis word nie, dit is toegeken aan ten minste een lied!</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="367"/>
+      <source>Your Bible import failed.</source>
+      <translation>U Bybel invoer het misluk.</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="213"/>
+      <source>Start playing media</source>
+      <translation>Begin media speel</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="141"/>
+      <source>Type:</source>
+      <translation>Tipe:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="550"/>
+      <source>Close</source>
+      <translation>Maak toe</translation></message>
+  </context>
+  <context>
+    <name>TopicsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/topicsform.py" line="51"/>
+      <source>You need to type in a topic name!</source>
+      <translation>U moet 'n onderwerp naam invoer!</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="297"/>
+      <source>Song Export List</source>
+      <translation>Lied Uitvoer Lys</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="287"/>
+      <source>Dual:</source>
+      <translation>Dubbel:</translation></message>
+  </context>
+  <context>
+    <name>ImageTab</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/imagetab.py" line="68"/>
+      <source>sec</source>
+      <translation>sec</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="175"/>
+      <source>Delete From Service</source>
+      <translation>Verwyder Van Diens</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="158"/>
+      <source>Automatically open the last service</source>
+      <translation>Maak vanself die laaste diens oop</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="297"/>
+      <source>Song Import List</source>
+      <translation>Lied Invoer Lys</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="299"/>
+      <source>Author</source>
+      <translation>Skrywer</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="667"/>
+      <source>Outline Color:</source>
+      <translation>Buitelyn Kleur:</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="318"/>
+      <source>Select Import Source</source>
+      <translation>Selekteer Invoer Bron</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="392"/>
+      <source>F9</source>
+      <translation>F9</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="381"/>
+      <source>F8</source>
+      <translation>F8</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="213"/>
+      <source>&amp;Change Item Theme</source>
+      <translation>&amp;Verander Item Tema</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="104"/>
+      <source>OpenSong Folder:</source>
+      <translation>OpenSong Gids:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="290"/>
+      <source>Import File Song List</source>
+      <translation>Voer Lêer Lied Lys in</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="151"/>
+      <source>Edit Custom Slides</source>
+      <translation>Redigeer Aangepaste Skyfies</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="345"/>
+      <source>Set up the Bible's license details.</source>
+      <translation>Stel hierdie Bybel se lisensie besonderhede op.</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="674"/>
+      <source>Alignment</source>
+      <translation>Belyning</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="253"/>
+      <source>Delete Book</source>
+      <translation>Wis Boek Uit</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="80"/>
+      <source>Edit a theme</source>
+      <translation>Redigeer 'n tema</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="332"/>
+      <source>BibleGateway</source>
+      <translation>BibleGateway</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="162"/>
+      <source>Preview Next Song from Service Manager</source>
+      <translation>Sien Voorskou van Volgende Lied vanaf Diens Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="429"/>
+      <source>Title &amp;&amp; Lyrics</source>
+      <translation>Titel &amp;&amp; Lirieke</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="257"/>
+      <source>No book selected!</source>
+      <translation>Geen boek geselekteer nie!</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="182"/>
+      <source>Move to live</source>
+      <translation>Verskuif na regstreekse skerm</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="127"/>
+      <source>Other</source>
+      <translation>Ander</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="442"/>
+      <source>Theme</source>
+      <translation>Tema</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="123"/>
+      <source>Save Service</source>
+      <translation>Stoor Diens</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="361"/>
+      <source>Save the current service to disk</source>
+      <translation>Stoor die huidige diens na skyf</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="289"/>
+      <source>Chapter:</source>
+      <translation>Hoofstuk:</translation></message>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="294"/>
+      <source>Search</source>
+      <translation>Soek</translation></message>
+  </context>
+  <context>
+    <name>PresentationTab</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/presentationtab.py" line="91"/>
+      <source>Available Controllers</source>
+      <translation>Beskikbare Beheerders</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="191"/>
+      <source>Open Verses CSV file</source>
+      <translation>Maak Verse CSV lêer oop</translation></message>
+  </context>
+  <context>
+    <name>TopicsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/topicsform.py" line="50"/>
+      <source>Error</source>
+      <translation>Fout</translation></message>
+  </context>
+  <context>
+    <name>RemoteTab</name>
+    <message>
+      <location filename="openlp/plugins/remotes/lib/remotetab.py" line="56"/>
+      <source>Remotes Receiver Port</source>
+      <translation>Afstandbeheer Ontvanger Poort</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="338"/>
+      <source>&amp;View</source>
+      <translation>&amp;Bekyk</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="646"/>
+      <source>Normal</source>
+      <translation>Normaal</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="305"/>
+      <source>Close</source>
+      <translation>Maak toe</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="338"/>
+      <source>Username:</source>
+      <translation>Gebruikersnaam:</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="59"/>
+      <source>Edit Theme</source>
+      <translation>Wysig Tema</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="116"/>
+      <source>Preview</source>
+      <translation>Voorskou</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="68"/>
+      <source>Alert Message</source>
+      <translation>Waarskuwing Boodskap</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="364"/>
+      <source>Finished import.</source>
+      <translation>Invoer voltooi.</translation></message>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="129"/>
+      <source>You need to specify a file of Bible verses to import!</source>
+      <translation>Spesifiseer 'n lêer van Bybel verse om in te voer!</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="233"/>
+      <source>Location:</source>
+      <translation>Ligging:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="441"/>
+      <source>Authors, Topics &amp;&amp; Book</source>
+      <translation>Skrywer, Onderwerpe &amp;&amp; Boek</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="407"/>
+      <source>You need to enter some verses.</source>
+      <translation>U moet 'n paar verse invoer.</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="336"/>
+      <source>Download Options</source>
+      <translation>Aflaai Opsies</translation></message>
+  </context>
+  <context>
+    <name>BiblePlugin</name>
+    <message>
+      <location filename="openlp/plugins/bibles/bibleplugin.py" line="91"/>
+      <source>&lt;strong&gt;Bible Plugin&lt;/strong&gt;&lt;br /&gt;This plugin allows bible verses from different sources to be displayed on the screen during the service.</source>
+      <translation>&lt;strong&gt;Bybel Miniprogram&lt;/strong&gt;&lt;br/&gt;Dié miniprogram laat toe dat Bybel verse van verskillende bronne op die skerm vertoon kan word gedurende die diens.</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="444"/>
+      <source>Copyright Information</source>
+      <translation>Kopiereg Informasie</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="336"/>
+      <source>&amp;Export</source>
+      <translation>&amp;Uitvoer</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="647"/>
+      <source>Bold</source>
+      <translation>Vetgedruk</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="122"/>
+      <source>Export songs in OpenLP 2.0 format</source>
+      <translation>Voer liedere uit in OpenLP 2.0 formaat</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="214"/>
+      <source>Load a new</source>
+      <translation>Laai 'n nuwe</translation></message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditform.py" line="128"/>
+      <source>Missing data</source>
+      <translation>Verlore data</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="179"/>
+      <source>&lt;b&gt;Song Plugin&lt;/b&gt; &lt;br&gt;This plugin allows Songs to be managed and displayed.&lt;br&gt;</source>
+      <translation>&lt;b&gt;Song Miniprogram&lt;/b&gt; &lt;br/&gt;Hierdie miniprogram laat toe dat Liedere bestuur en vertoon kan word.&lt;br/&gt;</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="641"/>
+      <source>Footer Font</source>
+      <translation>Voetnota Skriftipe</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="420"/>
+      <source>Invalid verse entry - vX</source>
+      <translation>Ongeldige vers inskrywing - vX</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="233"/>
+      <source>Delete the selected item</source>
+      <translation>Wis geselekteerde item uit</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="304"/>
+      <source>Export</source>
+      <translation>Voer uit</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="330"/>
+      <source>Location:</source>
+      <translation>Ligging:</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="300"/>
+      <source>Keep</source>
+      <translation>Behou</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="74"/>
+      <source>Generate report on Song Usage</source>
+      <translation>Genereer verslag van Lied Gebruik</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="435"/>
+      <source>Topic</source>
+      <translation>Onderwerp</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="354"/>
+      <source>&amp;Open</source>
+      <translation>Maak &amp;Oop</translation></message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsform.py" line="94"/>
+      <source>You haven't set a display name for the author, would you like me to combine the first and last names for you?</source>
+      <translation>U het nie 'n vertoon naam vir die skrywer gegee nie, moet ek die voornaam en van kombineer?</translation></message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemeform.py" line="708"/>
+      <source>Slide Height is %s rows</source>
+      <translation>Skyfie Hoogte is %s rye</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="125"/>
+      <source>Pre-Chorus</source>
+      <translation>Voor-Refrein</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="421"/>
+      <source>Lyrics:</source>
+      <translation>Lirieke:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="135"/>
+      <source>Project Lead
+    Raoul "superfly" Snyman
+
+Developers
+    Tim "TRB143" Bentley
+    Jonathan "gushie" Corwin
+    Michael "cocooncrash" Gorven
+    Scott "sguerrieri" Guerrieri
+    Raoul "superfly" Snyman
+    Maikel Stuivenberg
+    Martin "mijiti" Thompson
+    Jon "Meths" Tibble
+    Carsten "catini" Tingaard
+
+Testers
+    Wesley "wrst" Stout</source>
+      <translation>Projek Leier
+Raoul "superfly" Snyman
+
+Onwikkelaars
+Tim "TRB143" Bentley
+Jonathan "gushie" Corwin
+Michael "cocooncrash" Gorven
+Scott "sguerrieri" Guerrieri
+Raoul "superfly" Snyman
+Maikel Stuivenberg
+Martin "mijiti" Thompson
+Jon "Meths" Tibble
+Carsten "catini" Tingaard
+
+Testers
+Wesley "wrst" Stout</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="146"/>
+      <source>Titles</source>
+      <translation>Titels</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="294"/>
+      <source>Lyrics</source>
+      <translation>Lirieke</translation></message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/mediaitem.py" line="99"/>
+      <source>Present using:</source>
+      <translation>Bied aan met:</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="142"/>
+      <source>Clear</source>
+      <translation>Maak skoon</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="209"/>
+      <source>&amp;Live Verse</source>
+      <translation>&amp;Lewendige Vers</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="105"/>
+      <source>Progress:</source>
+      <translation>Vordering:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="383"/>
+      <source>Toggle Theme Manager</source>
+      <translation>Wissel Tema Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="69"/>
+      <source>Alert Text:</source>
+      <translation>Waarskuwing Teks:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="424"/>
+      <source>Edit</source>
+      <translation>Redigeer</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="227"/>
+      <source>Font Color:</source>
+      <translation>Skrif Kleur:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="598"/>
+      <source>Theme Maintenance</source>
+      <translation>Tema Onderhoud</translation></message>
+  </context>
+  <context>
+    <name>CustomTab</name>
+    <message>
+      <location filename="openlp/plugins/custom/lib/customtab.py" line="58"/>
+      <source>Custom Display</source>
+      <translation>Aangepasde Vertoning</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="295"/>
+      <source>Title</source>
+      <translation>Titel</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="607"/>
+      <source>&lt;Color1&gt;</source>
+      <translation>&lt;Color1&gt;</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="430"/>
+      <source>Authors</source>
+      <translation>Skrywers</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="69"/>
+      <source>Export Theme</source>
+      <translation>Voer Tema Uit</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="433"/>
+      <source>(N)</source>
+      <translation>(N)</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongBookDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songbookdialog.py" line="69"/>
+      <source>Name:</source>
+      <translation>Naam:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsdialog.py" line="76"/>
+      <source>Author Maintenance</source>
+      <translation>Skrywer Onderhoud</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="663"/>
+      <source>Font Footer</source>
+      <translation>Skrif Voetnota</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="152"/>
+      <source>Verse Display</source>
+      <translation>Vers Vertoning</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="337"/>
+      <source>&amp;Options</source>
+      <translation>&amp;Opsies</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="293"/>
+      <source>Results:</source>
+      <translation>&amp;Resultate:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="290"/>
+      <source>Full Song List</source>
+      <translation>Volle Liedere Lys</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="170"/>
+      <source>Move to last</source>
+      <translation>Verskuif na laaste posisie</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="302"/>
+      <source>Progress:</source>
+      <translation>Vordering:</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="221"/>
+      <source>Add</source>
+      <translation>Byvoeg</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="228"/>
+      <source>Are you sure you want to delete the selected author?</source>
+      <translation>Is u seker u wil die geselekteerde skrywer uitwis?</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="82"/>
+      <source>Song Usage Status</source>
+      <translation>Lied Gebruik Status</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="295"/>
+      <source>Verse Search</source>
+      <translation>Soek Vers</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongBookDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songbookdialog.py" line="68"/>
+      <source>Edit Book</source>
+      <translation>Redigeer Boek</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="460"/>
+      <source>Save &amp;&amp; Preview</source>
+      <translation>Stoor &amp;&amp; Voorskou</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongBookDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songbookdialog.py" line="70"/>
+      <source>Publisher:</source>
+      <translation>Uitgewer:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="650"/>
+      <source>Font Weight:</source>
+      <translation>Skrif Donkerheid:</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="329"/>
+      <source>Bible Filename:</source>
+      <translation>Bybel Lêernaam:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="602"/>
+      <source>Transparent</source>
+      <translation>Deursigtig</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="143"/>
+      <source>Search</source>
+      <translation>Soek</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="321"/>
+      <source>Format:</source>
+      <translation>Formaat:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="616"/>
+      <source>Background</source>
+      <translation>Agtergrond</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="349"/>
+      <source>Importing</source>
+      <translation>Invoer</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="158"/>
+      <source>Edit all slides</source>
+      <translation>Redigeer alle skyfies</translation></message>
+  </context>
+  <context>
+    <name>SongsTab</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/songstab.py" line="66"/>
+      <source>Enable search as you type:</source>
+      <translation>Stel soek soos u tik in staat:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="362"/>
+      <source>Ctrl+S</source>
+      <translation>Ctrl+S</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="148"/>
+      <source>Authors</source>
+      <translation>Skrywers</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="107"/>
+      <source>Active</source>
+      <translation>Aktief</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="200"/>
+      <source>Couldn't save your topic!</source>
+      <translation>Kon nie u onderwerp stoor nie!</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="357"/>
+      <source>Ctrl+O</source>
+      <translation>Ctrl+O</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="353"/>
+      <source>Ctrl+N</source>
+      <translation>Ctrl+N</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="142"/>
+      <source>Couldn't add your author!</source>
+      <translation>Kon nie u skrywer byvoeg nie!</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="65"/>
+      <source>Edit</source>
+      <translation>Redigeer</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="418"/>
+      <source>Song Editor</source>
+      <translation>Lied Redigeerder</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="225"/>
+      <source>Font</source>
+      <translation>Skrif</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="186"/>
+      <source>Edit and re-preview Song</source>
+      <translation>Redigeer en sien weer 'n voorskou van die Lied</translation></message>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="201"/>
+      <source>Delay between slides in seconds</source>
+      <translation>Vertraging in sekondes tussen skyfies</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="272"/>
+      <source>&amp;Edit</source>
+      <translation>R&amp;edigeer</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="612"/>
+      <source>Vertical</source>
+      <translation>Vertikaal</translation></message>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="655"/>
+      <source>Width:</source>
+      <translation>Wydte:</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="180"/>
+      <source>You are unable to delete the default theme!</source>
+      <translation>U is nie in staat om die verstek tema uit te wis nie!</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="121"/>
+      <source>Use the global theme, overriding any themes associated with either the service or the songs.</source>
+      <translation>Gebruik die globale tema om enige temas wat met die diens of liedere geassosieer is te vervang.</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="286"/>
+      <source>Version:</source>
+      <translation>Weergawe:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="117"/>
+      <source>OpenLP &lt;version&gt; build &lt;revision&gt; - Open Source Lyrics Projection
+
+OpenLP is free church presentation software, or lyrics projection software, used to display slides of songs, Bible verses, videos, images, and even presentations (if OpenOffice.org, PowerPoint or PowerPoint Viewer is installed) for church worship using a computer and a data projector.
+
+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>
+      <translation>OpenLP &lt;version&gt; bou &lt;revision&gt; - Open Source Lyrics Projection
+
+OpenLP is gratis kerk aanbieding sagteware of lirieke projeksie sagteware wat gebruik word vir die vertoning van liedere, Bybel verse, video's, beelde tot ook aanbiedings (as OpenOffice.org, PowerPoint of PowerPoint Viewer geïnstalleer is) vir kerklike aanbidding deur middel van 'n rekenaar en 'n data projektor.
+
+Vind meer uit oor OpenLP: http://openlp.org/
+
+OpenLP is geskryf en word onderhou deur vrywilligers. As u graag wil sien dat meer Christelike sagteware geskryf word, oorweeg dit asseblief om by te dra deur die knoppie hieronder te gebruik.</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="158"/>
+      <source>OpenLP 2.0</source>
+      <translation>OpenLP 2.0</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="117"/>
+      <source>New Service</source>
+      <translation>Nuwe Diens</translation></message>
+  </context>
+  <context>
+    <name>Ui_TopicsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/topicsdialog.py" line="63"/>
+      <source>Topic name:</source>
+      <translation>Onderwerp naam:</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="362"/>
+      <source>File is not a valid theme!</source>
+      <translation>Lêer is nie 'n geldige tema nie!</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="343"/>
+      <source>License Details</source>
+      <translation>Lisensie Besonderhede</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="548"/>
+      <source>License</source>
+      <translation>Lisensie</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="437"/>
+      <source>R&amp;emove</source>
+      <translation>V&amp;erwyder</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="681"/>
+      <source>Middle</source>
+      <translation>Middel</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="159"/>
+      <source>Save</source>
+      <translation>Stoor</translation></message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditform.py" line="87"/>
+      <source>Item selected to Edit</source>
+      <translation>Item geselekteer vir Redigering</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="291"/>
+      <source>From:</source>
+      <translation>Vanaf:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="672"/>
+      <source>Shadow Color:</source>
+      <translation>Skaduwee Kleur:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="203"/>
+      <source>&amp;Notes</source>
+      <translation>&amp;Notas</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="368"/>
+      <source>E&amp;xit</source>
+      <translation>&amp;Uitgang</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="305"/>
+      <source>Close</source>
+      <translation>Maak toe</translation></message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="552"/>
+      <source>OpenLP Version Updated</source>
+      <translation>OpenLP Weergawe is Opdateer</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="160"/>
+      <source>Replace edited slide</source>
+      <translation>Vervang geredigeerde skyfie</translation></message>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="154"/>
+      <source>Add new slide at bottom</source>
+      <translation>Voeg nuwe skyfie aan die onderkant by</translation></message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomform.py" line="252"/>
+      <source>You need to enter a title</source>
+      <translation>U moet 'n titel invoer</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="444"/>
+      <source>Theme Exists</source>
+      <translation>Tema Bestaan</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="343"/>
+      <source>&amp;Help</source>
+      <translation>&amp;Hulp</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="122"/>
+      <source>Bridge</source>
+      <translation>Brug</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="288"/>
+      <source>OpenSong Song Exporter</source>
+      <translation>OpenSong Lied Uitvoerder</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="679"/>
+      <source>Vertical Align:</source>
+      <translation>Vertikale Belyning:</translation></message>
+  </context>
+  <context>
+    <name>TestMediaManager</name>
+    <message>
+      <location filename="openlp/core/test/test_mediamanageritem.py" line="74"/>
+      <source>Item2</source>
+      <translation>Item2</translation></message>
+    <message>
+      <location filename="openlp/core/test/test_mediamanageritem.py" line="72"/>
+      <source>Item1</source>
+      <translation>Item1</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="680"/>
+      <source>Top</source>
+      <translation>Bokant</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="166"/>
+      <source>Display Dual Bible Verses</source>
+      <translation>Vertoon Dubbel Bybel Verse</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="389"/>
+      <source>Toggle Service Manager</source>
+      <translation>Wissel Diens Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="287"/>
+      <source>&amp;Add to Service</source>
+      <translation>&amp;Voeg by Diens</translation></message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemeform.py" line="639"/>
+      <source>First  Color:</source>
+      <translation>Eerste Kleur:</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="111"/>
+      <source>Song level</source>
+      <translation>Lied vlak</translation></message>
+  </context>
+  <context>
+    <name>alertsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/alerts/alertsplugin.py" line="68"/>
+      <source>Show an alert message</source>
+      <translation>Vertoon 'n waarskuwing boodskap</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="405"/>
+      <source>Ctrl+F1</source>
+      <translation>Ctrl+F1</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="366"/>
+      <source>Save the current service under a new name</source>
+      <translation>Stoor die huidige diens onder 'n nuwe naam</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="301"/>
+      <source>Remove Selected</source>
+      <translation>Verwyder Geselekteerde</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="86"/>
+      <source>Delete theme</source>
+      <translation>Wis tema uit</translation></message>
+  </context>
+  <context>
+    <name>ImageTab</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/imagetab.py" line="66"/>
+      <source>Image Settings</source>
+      <translation>Beeld Verstellings</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="103"/>
+      <source>OpenSong Song Importer</source>
+      <translation>OpenSong Lied Invoerder</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="72"/>
+      <source>&amp;Extract recorded data</source>
+      <translation>V&amp;erkry aangetekende data</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="226"/>
+      <source>Font Name:</source>
+      <translation>Skrif Naam:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="407"/>
+      <source>&amp;Web Site</source>
+      <translation>&amp;Web Tuiste</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="245"/>
+      <source>Send the selected item live</source>
+      <translation>Stuur die geselekteerde item na regstreekse vertoning</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="339"/>
+      <source>M&amp;ode</source>
+      <translation>M&amp;odus</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="410"/>
+      <source>Translate the interface to your language</source>
+      <translation>Vertaal die koppelvlak na u taal</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="347"/>
+      <source>Service Manager</source>
+      <translation>Diens Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>CustomMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/custom/lib/mediaitem.py" line="70"/>
+      <source>Custom</source>
+      <translation>Pas aan</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="168"/>
+      <source>No items selected...</source>
+      <translation>Geen items geselekteer nie...</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="322"/>
+      <source>OSIS</source>
+      <translation>OSIS</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="157"/>
+      <source>openlp.org 1.0</source>
+      <translation>openlp.org 1.0</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="373"/>
+      <source>&amp;Theme</source>
+      <translation>&amp;Tema</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="112"/>
+      <source>Edit Verse</source>
+      <translation>Redigeer Vers</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="374"/>
+      <source>&amp;Language</source>
+      <translation>Taa&amp;l</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="171"/>
+      <source>Move to end</source>
+      <translation>Verskuif na einde</translation></message>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="392"/>
+      <source>Your service is unsaved, do you want to save those changes before creating a new one ?</source>
+      <translation>U diens is nie gestoor nie. Wil u daardie veranderinge stoor voordat 'n nuwe een geskep word?</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="301"/>
+      <source>Remove Selected</source>
+      <translation>Verwyder Geselekteerde</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="140"/>
+      <source>Search:</source>
+      <translation>Soek:</translation></message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="626"/>
+      <source>Save Changes to Service?</source>
+      <translation>Stoor Veranderinge na die Diens?</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="627"/>
+      <source>Your service has changed, do you want to save those changes?</source>
+      <translation>U diens het verander. Wil u daardie veranderinge stoor?</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="428"/>
+      <source>Invalid verse entry - values must be Numeric, I,B,C,T,P,E,O</source>
+      <translation>Ongeldige vers invoer - waardes moet Numeries, I,B,C,T,P,E,O wees</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="431"/>
+      <source>&amp;Add to Song</source>
+      <translation>&amp;Voeg by Lied</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="402"/>
+      <source>&amp;About</source>
+      <translation>&amp;Aangaande</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="153"/>
+      <source>Only show new chapter numbers</source>
+      <translation>Vertoon net nuwe hoofstuk nommers</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="149"/>
+      <source>You need to specify a version name for your Bible!</source>
+      <translation>U moet 'n weergawe naam spesifiseer vir die Bybel!</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="66"/>
+      <source>Delete</source>
+      <translation>Wis uit</translation></message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomform.py" line="145"/>
+      <source>Error</source>
+      <translation>Fout</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="117"/>
+      <source>Use the theme from the service, overriding any of the individual songs' themes. If the service doesn't have a theme, then use the global theme.</source>
+      <translation>Gebruik die tema van die diens en verplaas enige van die individuele liedere se temas. As die diens nie 'n tema het nie, gebruik dan die globale tema.</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="242"/>
+      <source>This topic can't be deleted, it is currently assigned to at least one song!</source>
+      <translation>Hierdie onderwerp kan nie uitgewis word nie want dit is aan ten minste een lied toegeken!</translation></message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditform.py" line="127"/>
+      <source>Item selected to Add</source>
+      <translation>Item geselekteer vir Byvoegging</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="677"/>
+      <source>Right</source>
+      <translation>Regs</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="224"/>
+      <source>Save Theme - (%s)</source>
+      <translation>Stoor Tema - (%s)</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="104"/>
+      <source>Allow background of live slide to be overridden</source>
+      <translation>Laat toe dat die agtergrond van die regstreekse skyfie verplaas kan word.</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="250"/>
+      <source>Add the selected item(s) to the service</source>
+      <translation>Voeg die geselekteerde item(s) by die diens</translation></message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsform.py" line="93"/>
+      <source>Error</source>
+      <translation>Fout</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="288"/>
+      <source>Book:</source>
+      <translation>Boek:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="643"/>
+      <source>Font Color:</source>
+      <translation>Skrif  Kleur:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="289"/>
+      <source>Select openlp.org songfile to import:</source>
+      <translation>Kies openlp.org liedlêer om in te voer:</translation></message>
+  </context>
+  <context>
+    <name>Ui_SettingsDialog</name>
+    <message>
+      <location filename="openlp/core/ui/settingsdialog.py" line="62"/>
+      <source>Settings</source>
+      <translation>Verstellings</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="154"/>
+      <source>Layout Style:</source>
+      <translation>Uitleg Styl:</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="226"/>
+      <source>Edit the selected</source>
+      <translation>Redigeer die geselekteerde</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="166"/>
+      <source>Move to next</source>
+      <translation>Verskuif na volgende</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="398"/>
+      <source>&amp;Plugin List</source>
+      <translation>In&amp;prop Lys</translation></message>
+  </context>
+  <context>
+    <name>BiblePlugin</name>
+    <message>
+      <location filename="openlp/plugins/bibles/bibleplugin.py" line="83"/>
+      <source>&amp;Bible</source>
+      <translation>&amp;Bybel</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="325"/>
+      <source>Web Download</source>
+      <translation>Web Aflaai</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="611"/>
+      <source>Horizontal</source>
+      <translation>Horisontaal</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="183"/>
+      <source>Open OSIS file</source>
+      <translation>Waak OSIS lêer oop</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="613"/>
+      <source>Circular</source>
+      <translation>Sirkelvormig</translation></message>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="645"/>
+      <source>pt</source>
+      <translation>pt</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="414"/>
+      <source>&amp;Add Tool...</source>
+      <translation>Voeg Gereedsk&amp;ap By</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="240"/>
+      <source>Delete Topic</source>
+      <translation>Wis Onderwerp Uit</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="164"/>
+      <source>Move up</source>
+      <translation>Beweeg Op</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="294"/>
+      <source>Lyrics</source>
+      <translation>Lerieke</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="160"/>
+      <source>No brackets</source>
+      <translation>Geen hakkies</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="61"/>
+      <source>Maintain Alerts</source>
+      <translation>Onderhou Waarskuwings</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="671"/>
+      <source>px</source>
+      <translation>px</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="131"/>
+      <source>Select a theme for the service</source>
+      <translation>Selekteer 'n tema vir die diens</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="40"/>
+      <source>Themes</source>
+      <translation>Temas</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="170"/>
+      <source>Move to bottom</source>
+      <translation>Verskuif na onder</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="106"/>
+      <source>Status:</source>
+      <translation>Status:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="446"/>
+      <source>CCLI Number:</source>
+      <translation>CCLI Nommer:</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="167"/>
+      <source>This Bible already exists! Please import a different Bible or first delete the existing one.</source>
+      <translation>Dié Bybel bestaan reeds! Voer asseblief 'n ander Bybel in of wis die eerste een uit.</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="408"/>
+      <source>&amp;Translate</source>
+      <translation>Ver&amp;taal</translation></message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditform.py" line="88"/>
+      <source>Please Save or Clear seletced item</source>
+      <translation>Stoor of wis asseblief die geselekteerde item uit</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="48"/>
+      <source>Bibles</source>
+      <translation>Bybels</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="212"/>
+      <source>Authors</source>
+      <translation>Skrywers</translation></message>
+  </context>
+  <context>
+    <name>SongUsageDetailForm</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedetailform.py" line="59"/>
+      <source>Output File Location</source>
+      <translation>Uitvoer Lêer Ligging</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="162"/>
+      <source>{ and }</source>
+      <translation>{ en }</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="161"/>
+      <source>Prompt to save Service before starting New</source>
+      <translation>Bevestig om Diens te stoor voor 'n Nuwe een begin word</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="313"/>
+      <source>Starting import...</source>
+      <translation>Invoer begin...</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="165"/>
+      <source>Note:
+Changes don't affect verses already in the service</source>
+      <translation>Nota:
+Verstellings affekteer nie verse wat alreeds in die diens is nie</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="126"/>
+      <source>Intro</source>
+      <translation>Inleiding</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="165"/>
+      <source>Move up order</source>
+      <translation>Verskuif orde op</translation></message>
+  </context>
+  <context>
+    <name>PresentationTab</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/presentationtab.py" line="96"/>
+      <source>available</source>
+      <translation>beskikbaar</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="275"/>
+      <source>default</source>
+      <translation>verstek</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="227"/>
+      <source>Delete Author</source>
+      <translation>Wis Skrywer Uit</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="651"/>
+      <source>Display Location</source>
+      <translation>Vertoon Ligging</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="103"/>
+      <source>Version:</source>
+      <translation>Weergawe:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="64"/>
+      <source>Add</source>
+      <translation>Byvoeg</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="40"/>
+      <source>General</source>
+      <translation>Algemeen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="654"/>
+      <source>Y Position:</source>
+      <translation>Y Posisie:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="168"/>
+      <source>Move down order</source>
+      <translation>Verskuif orde af</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="157"/>
+      <source>verse per slide</source>
+      <translation>verse per skyfie</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="673"/>
+      <source>Show Shadow:</source>
+      <translation>Vertoon Skaduwee:</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="236"/>
+      <source>Preview</source>
+      <translation>Voorskou</translation></message>
+  </context>
+  <context>
+    <name>alertsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/alerts/alertsplugin.py" line="98"/>
+      <source>&lt;b&gt;Alerts Plugin&lt;/b&gt;&lt;br&gt;This plugin controls the displaying of alerts on the presentations screen</source>
+      <translation>&lt;b&gt;Waarskuwing Inprop&lt;/b&gt;&lt;br/&gt;Hierdie inprop beheer die vertoning van waarskuwings op die aanbieding skerm</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="159"/>
+      <source>Show the splash screen</source>
+      <translation>Wys die spatsel skerm</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="351"/>
+      <source>New Service</source>
+      <translation>Nuwe Diens</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="160"/>
+      <source>Move to first</source>
+      <translation>Verskuif na eerste</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="406"/>
+      <source>&amp;Online Help</source>
+      <translation>&amp;Aanlyn Hulp</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="175"/>
+      <source>Blank Screen</source>
+      <translation>Blanko Skerm</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="359"/>
+      <source>Save Service</source>
+      <translation>Stoor Diens</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="363"/>
+      <source>Save &amp;As...</source>
+      <translation>Stoor &amp;As...</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="380"/>
+      <source>Toggle the visibility of the Media Manager</source>
+      <translation>Wissel sigbaarheid van die Media Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="352"/>
+      <source>No Book Found</source>
+      <translation>Geeb Boek Gevind nie</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="423"/>
+      <source>Add</source>
+      <translation>Byvoeg</translation></message>
+  </context>
+  <context>
+    <name>alertsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/alerts/alertsplugin.py" line="67"/>
+      <source>&amp;Alert</source>
+      <translation>W&amp;aarskuwing</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="225"/>
+      <source>Advanced</source>
+      <translation>Gevorderd</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="146"/>
+      <source>Image(s)</source>
+      <translation>Beeld(e)</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="397"/>
+      <source>F11</source>
+      <translation>F11</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="386"/>
+      <source>F10</source>
+      <translation>F10</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="367"/>
+      <source>F12</source>
+      <translation>F12</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="320"/>
+      <source>Select the import format, and where to import from.</source>
+      <translation>Selekteer die invoer formaat en van waar af om in te voer.</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="400"/>
+      <source>Alt+F7</source>
+      <translation>Alt+F7</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="416"/>
+      <source>Add an application to the list of tools</source>
+      <translation>Voeg 'n program by die lys van gereedskap</translation></message>
+  </context>
+  <context>
+    <name>MediaPlugin</name>
+    <message>
+      <location filename="openlp/plugins/media/mediaplugin.py" line="78"/>
+      <source>&lt;b&gt;Media Plugin&lt;/b&gt;&lt;br&gt;This plugin allows the playing of audio and video media</source>
+      <translation>&lt;b&gt;Media Inprop&lt;/b&gt;&lt;br/&gt;Hierdie inprop verskaf die vermoë om audio of video media te speel</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="156"/>
+      <source>Bible Theme:</source>
+      <translation>Bybel Tema:</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="117"/>
+      <source>Export songs in openlp.org 1.0 format</source>
+      <translation>Voer liedere uit in openlp.org 1.0 formaat</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="349"/>
+      <source>Theme Manager</source>
+      <translation>Tema Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="40"/>
+      <source>Alerts</source>
+      <translation>Waarskuwings</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="150"/>
+      <source>Move slide down 1</source>
+      <translation>Verskuif skyfie 1 af</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="642"/>
+      <source>Font:</source>
+      <translation>Skrif:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="121"/>
+      <source>Load an existing service</source>
+      <translation>Laai 'n bestaande diens</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="385"/>
+      <source>Toggle the visibility of the Theme Manager</source>
+      <translation>Wissel die sigbaarheid van die Tema Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>PresentationTab</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/presentationtab.py" line="40"/>
+      <source>Presentations</source>
+      <translation>Aanbiedinge</translation></message>
+  </context>
+  <context>
+    <name>SplashScreen</name>
+    <message>
+      <location filename="openlp/core/ui/splashscreen.py" line="33"/>
+      <source>Starting</source>
+      <translation>Begin</translation></message>
+  </context>
+  <context>
+    <name>ImageTab</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/imagetab.py" line="67"/>
+      <source>Slide Loop Delay:</source>
+      <translation>Skyfie Lus Vertraging:</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="450"/>
+      <source>Verse</source>
+      <translation>Vers</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="231"/>
+      <source>Alert timeout:</source>
+      <translation>Waarskuwing tydgrens:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="417"/>
+      <source>&amp;Preview Pane</source>
+      <translation>Voorskou &amp;Paneel</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="220"/>
+      <source>Add a new</source>
+      <translation>Voeg 'n nuwe by</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="246"/>
+      <source>Select Theme Import File</source>
+      <translation>Kies Tema Invoer Lêer</translation></message>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="504"/>
+      <source>New Theme</source>
+      <translation>Nuwe Tema</translation></message>
+  </context>
+  <context>
+    <name>MediaMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/media/lib/mediaitem.py" line="84"/>
+      <source>Media</source>
+      <translation>Media</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="688"/>
+      <source>Preview</source>
+      <translation>Voorskou</translation></message>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="665"/>
+      <source>Outline Size:</source>
+      <translation>Buitelyn Grootte:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="302"/>
+      <source>Progress:</source>
+      <translation>Vordering:</translation></message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemeform.py" line="640"/>
+      <source>Second Color:</source>
+      <translation>Tweede Kleur:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="450"/>
+      <source>Theme, Copyright Info &amp;&amp; Comments</source>
+      <translation>Tema, Kopiereg Informasie &amp;&amp; Kommentaar</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="155"/>
+      <source>Credits</source>
+      <translation>Krediete</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="292"/>
+      <source>To:</source>
+      <translation>Aan:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="438"/>
+      <source>Song Book</source>
+      <translation>Lied Boek</translation></message>
+  </context>
+  <context>
+    <name>alertsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/alerts/alertsplugin.py" line="69"/>
+      <source>F7</source>
+      <translation>F7</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="299"/>
+      <source>Author</source>
+      <translation>Skrywer</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="622"/>
+      <source>Wrap Indentation</source>
+      <translation>Omvou Inkeping</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="67"/>
+      <source>Import a theme</source>
+      <translation>Voer 'n tema in</translation></message>
+  </context>
+  <context>
+    <name>PresentationPlugin</name>
+    <message>
+      <location filename="openlp/plugins/presentations/presentationplugin.py" line="112"/>
+      <source>&lt;b&gt;Presentation Plugin&lt;/b&gt; &lt;br&gt; Delivers the ability to show presentations using a number of different programs.  The choice of available presentation programs is available to the user in a drop down box.</source>
+      <translation>&lt;b&gt;Aanbieding Inprop&lt;/b&gt;&lt;br/&gt;Verskaf die vermoë om aanbiedings te vertoon deur 'n verskeidenheid programme. Die keuse van beskikbare aanbieding programme is aan die gebruiker beskikbaar in 'n laat val boks.</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="59"/>
+      <source>Image</source>
+      <translation>Beeld</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="299"/>
+      <source>Clear</source>
+      <translation>Maak skoon</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="364"/>
+      <source>Save Service As</source>
+      <translation>Stoor Diens As</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="71"/>
+      <source>Cancel</source>
+      <translation>Kanselleer</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="304"/>
+      <source>Import</source>
+      <translation>Invoer</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="124"/>
+      <source>Chorus</source>
+      <translation>Koor</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="425"/>
+      <source>Edit All</source>
+      <translation>Redigeer Alles</translation></message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsform.py" line="87"/>
+      <source>You need to type in the last name of the author.</source>
+      <translation>U moet ten minste die skrywer se naam invoer.</translation></message>
+  </context>
+  <context>
+    <name>SongsTab</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/songstab.py" line="64"/>
+      <source>Songs Mode</source>
+      <translation>Liedere Modus</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="676"/>
+      <source>Left</source>
+      <translation>Links</translation></message>
+  </context>
+  <context>
+    <name>RemotesPlugin</name>
+    <message>
+      <location filename="openlp/plugins/remotes/remoteplugin.py" line="81"/>
+      <source>&lt;b&gt;Remote Plugin&lt;/b&gt;&lt;br&gt;This plugin provides the ability to send messages to a running version of openlp on a different computer.&lt;br&gt;The Primary use for this would be to send alerts from a creche</source>
+      <translation>&lt;b&gt;Afstandbeheer Inprop&lt;/b&gt;&lt;br/&gt;Hierdie inprop verskaf die vermoë om boodskappe na 'n lewendige weergawe van openlp op 'n ander rekenaar te stuur.&lt;br/&gt;Die Hoof gebruik vir hierdie sal wees om waarskuwings vanaf 'n moederskamer te stuur.</translation></message>
+  </context>
+  <context>
+    <name>ImageTab</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/imagetab.py" line="39"/>
+      <source>Images</source>
+      <translation>Beelde</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="290"/>
+      <source>Verse:</source>
+      <translation>Vers:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="288"/>
+      <source>openlp.org Song Exporter</source>
+      <translation>openlp.org Lied Uitvoerder</translation></message>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="297"/>
+      <source>Song Export List</source>
+      <translation>Lied Uitvoer Lys</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="96"/>
+      <source>Export theme</source>
+      <translation>Tema Uitvoer</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="223"/>
+      <source>Delete</source>
+      <translation>Wis Uit</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="599"/>
+      <source>Theme Name:</source>
+      <translation>Tema Naam:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="116"/>
+      <source>About OpenLP</source>
+      <translation>Aangaande OpenLP</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="391"/>
+      <source>Toggle the visibility of the Service Manager</source>
+      <translation>Wissel die sigbaarheid van die Diens Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/mediaitem.py" line="125"/>
+      <source>A presentation with that filename already exists.</source>
+      <translation>'n Voorstelling met daardie lêernaam bestaan reeds.</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="237"/>
+      <source>openlp.org</source>
+      <translation>openlp.org</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="120"/>
+      <source>Invalid Books File</source>
+      <translation>Ongeldige Boeke Lêer</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="298"/>
+      <source>Song Title</source>
+      <translation>Lied Titel</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="283"/>
+      <source>&amp;Show Live</source>
+      <translation>&amp;Vertoon Regstreeks</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="234"/>
+      <source>Keep History:</source>
+      <translation>Behou Geskiedenis:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="609"/>
+      <source>Image:</source>
+      <translation>Beeld:</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="166"/>
+      <source>Set Theme for Slides</source>
+      <translation>Verstel Tema vir Skyfies</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="404"/>
+      <source>More information about OpenLP</source>
+      <translation>Meer inligting aangaande OpenLP</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="228"/>
+      <source>Background Color:</source>
+      <translation>Agtergrond Kleur:</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="244"/>
+      <source>No topic selected!</source>
+      <translation>Geen onderwerp geselekteer nie!</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="377"/>
+      <source>&amp;Media Manager</source>
+      <translation>&amp;Media Bestuurder</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="342"/>
+      <source>&amp;Tools</source>
+      <translation>&amp;Gereedskap</translation></message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemeform.py" line="624"/>
+      <source>Background Color:</source>
+      <translation>Agtergrond Kleur:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="436"/>
+      <source>A&amp;dd to Song</source>
+      <translation>Voeg by Lie&amp;d</translation></message>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="419"/>
+      <source>Title:</source>
+      <translation>Titel:</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="197"/>
+      <source>Screen</source>
+      <translation>Skerm</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="232"/>
+      <source>s</source>
+      <translation>s</translation></message>
+  </context>
+  <context>
+    <name>ImagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/images/imageplugin.py" line="59"/>
+      <source>&lt;b&gt;Image Plugin&lt;/b&gt;&lt;br&gt;Allows images of all types to be displayed.  If a number of images are selected together and presented on the live controller it is possible to turn them into a timed loop.&lt;br&lt;br&gt;From the plugin if the &lt;i&gt;Override background&lt;/i&gt; is chosen and an image is selected any somgs which are rendered will use the selected image from the background instead of the one provied by the theme.&lt;br&gt;</source>
+      <translation>&lt;b&gt;Beeld Inprop&lt;/b&gt;&lt;br/&gt;Laat toe om enige tipe beeld te vertoon. As 'n aantal beelde geselekteer word en op die regstreekse beheerder aangebied word, is dit moontlik om hullle in 'n tydsame lus te plaas.&lt;br/&gt;&lt;br/&gt;As die &lt;i&gt;Vervang agtergrond&lt;/i&gt; opsie gekies is by die inprop en 'n beeld word geselekteer, sal enige lied wat vertoon word die voorkeur beeld gebruik in plaas van die lied se verstek agtergrond vanaf die tema.&lt;br/&gt;</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="63"/>
+      <source>Clear</source>
+      <translation>Maak skoon</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="351"/>
+      <source>Please wait while your Bible is imported.</source>
+      <translation>Wag asseblief terwyl u Bybel ingevoer word.</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="380"/>
+      <source>No items selected...</source>
+      <translation>Geet items geselekteer nie...</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="300"/>
+      <source>Select All</source>
+      <translation>Selekteer Alles</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="640"/>
+      <source>Font Main</source>
+      <translation>Skrif Hoof</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="64"/>
+      <source>Images (*.jpg *jpeg *.gif *.png *.bmp)</source>
+      <translation>Beelde (*.jpg *jpeg *.gif *.png *.bmp)</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="295"/>
+      <source>Title</source>
+      <translation>Titel</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="289"/>
+      <source>Select OpenSong song folder:</source>
+      <translation>Selekteer OpenSong lied gids:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="378"/>
+      <source>Toggle Media Manager</source>
+      <translation>Wissel Media Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="61"/>
+      <source>&amp;Song Usage</source>
+      <translation>&amp;Lied Gebruik</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="154"/>
+      <source>Monitors</source>
+      <translation>Monitors</translation></message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomform.py" line="256"/>
+      <source>You need to enter a slide</source>
+      <translation>U moet 'n skyfie nommer invoer</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="213"/>
+      <source>Topics</source>
+      <translation>Onderwerpe</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="112"/>
+      <source>You need to specify a file to import your Bible from!</source>
+      <translation>U moet 'n lêer spesifiseer om u Bybel vanaf in te voer!</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="113"/>
+      <source>Verse Type</source>
+      <translation>Vers Tipe</translation></message>
+  </context>
+  <context>
+    <name>OpenSongBible</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/opensong.py" line="96"/>
+      <source>Importing</source>
+      <translation>Invoer</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="447"/>
+      <source>Comments</source>
+      <translation>Kommentaar</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="239"/>
+      <source>Bottom</source>
+      <translation>Onder</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="352"/>
+      <source>Create a new Service</source>
+      <translation>Skep 'n nuwe Diens</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="238"/>
+      <source>Top</source>
+      <translation>Bo</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="207"/>
+      <source>&amp;Preview Verse</source>
+      <translation>Vers V&amp;oorsig</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="104"/>
+      <source>TextLabel</source>
+      <translation>TeksEtiket</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="229"/>
+      <source>Font Size:</source>
+      <translation>Skrif Grootte:</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="105"/>
+      <source>About:</source>
+      <translation>Aangaande:</translation></message>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="108"/>
+      <source>Inactive</source>
+      <translation>Onaktief</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="303"/>
+      <source>Ready to export</source>
+      <translation>Gereed om uit te voer</translation></message>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="304"/>
+      <source>Export</source>
+      <translation>Voer uit</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="101"/>
+      <source>Plugin List</source>
+      <translation>Inprop Lys</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="684"/>
+      <source>Transition Active:</source>
+      <translation>Verandering Aktief:</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="342"/>
+      <source>Proxy Server (Optional)</source>
+      <translation>Tussenganger Bediener (Opsioneel)</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="434"/>
+      <source>&amp;Manage Authors, Topics, Books</source>
+      <translation>&amp;Bestuur Skrywers, Onderwerpe en Boeke</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDetailDialog</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedetaildialog.py" line="88"/>
+      <source>Audit Detail Extraction</source>
+      <translation>Oudit Besonderhede Inwinning</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="303"/>
+      <source>Ready to export</source>
+      <translation>Gereed vir Uitvoer</translation></message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomform.py" line="84"/>
+      <source>Save &amp;&amp; Preview</source>
+      <translation>Stoor &amp;&amp; Voorskou</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="300"/>
+      <source>Select All</source>
+      <translation>Selekteer Alles</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDetailDialog</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedetaildialog.py" line="90"/>
+      <source>to</source>
+      <translation>aan</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="644"/>
+      <source>Size:</source>
+      <translation>Grootte:</translation></message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="584"/>
+      <source>OpenLP Main Display Blanked</source>
+      <translation>OpenLP Hoof Vertoning Blanko</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="301"/>
+      <source>Remove Selected</source>
+      <translation>Verwyder Geselekteerde</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="426"/>
+      <source>Delete</source>
+      <translation>Wis uit</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="138"/>
+      <source>You need to specify an OpenSong Bible file to import!</source>
+      <translation>U moet 'n OpenSong Bybel lêer spesifiseer om in te voer!</translation></message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/mediaitem.py" line="125"/>
+      <source>File exists</source>
+      <translation>Lêer bestaan</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="295"/>
+      <source>Title</source>
+      <translation>Titel</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="106"/>
+      <source>Ready to import</source>
+      <translation>Gereed vir invoer</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="194"/>
+      <source>Stop continuous loop</source>
+      <translation>Stop deurlopende lus</translation></message>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="200"/>
+      <source>s</source>
+      <translation>s</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="71"/>
+      <source>Song Maintenance</source>
+      <translation>Lied Onderhoud</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="155"/>
+      <source>Edit</source>
+      <translation>Redigeer</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="610"/>
+      <source>Gradient :</source>
+      <translation>Gradiënt :</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="128"/>
+      <source>Invalid Verse File</source>
+      <translation>Ongeldige Vers Lêer</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="478"/>
+      <source>Error</source>
+      <translation>Fout</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="153"/>
+      <source>Add New</source>
+      <translation>Voeg Nuwe By</translation></message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsdialog.py" line="77"/>
+      <source>Display name:</source>
+      <translation>Vertoon naam:</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="241"/>
+      <source>Are you sure you want to delete the selected topic?</source>
+      <translation>Is u seker u wil die geselekteerde onderwerp uitwis?</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="649"/>
+      <source>Bold/Italics</source>
+      <translation>Bold/Italics</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="211"/>
+      <source>Song Maintenance</source>
+      <translation>Lied Onderhoud</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="313"/>
+      <source>Welcome to the Bible Import Wizard</source>
+      <translation>Welkom by die Bybel Invoer Gids</translation></message>
+  </context>
+  <context>
+    <name>SongsTab</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/songstab.py" line="39"/>
+      <source>Songs</source>
+      <translation>Liedere</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="339"/>
+      <source>Password:</source>
+      <translation>Wagwoord:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="382"/>
+      <source>&amp;Theme Manager</source>
+      <translation>&amp;Tema Bestuurder</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="240"/>
+      <source>Preview the selected item</source>
+      <translation>Voorskou die geselekteerde item</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="346"/>
+      <source>Version Name:</source>
+      <translation>Weergawe Naam:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="134"/>
+      <source>About</source>
+      <translation>Aangaande</translation></message>
+  </context>
+  <context>
+    <name>MediaMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/media/lib/mediaitem.py" line="63"/>
+      <source>Select Media</source>
+      <translation>Selekteer Media</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="675"/>
+      <source>Horizontal Align:</source>
+      <translation>Horisontale Belyning:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="201"/>
+      <source>&amp;Edit Item</source>
+      <translation>R&amp;edigeer Item</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="603"/>
+      <source>Background Type:</source>
+      <translation>Agtergrond Tipe:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="358"/>
+      <source>&amp;Save</source>
+      <translation>&amp;Stoor</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="330"/>
+      <source>OpenLP 2.0</source>
+      <translation>OpenLP 2.0</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="445"/>
+      <source>A theme with this name already exists, would you like to overwrite it?</source>
+      <translation>'n Tema met hierdie naam bestaan alreeds, wil u daaroor skryf?</translation></message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/mediaitem.py" line="65"/>
+      <source>Select Presentation(s)</source>
+      <translation>Selekteer Aanbieding(e)</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="70"/>
+      <source>Export a theme</source>
+      <translation>Voer 'n tema uit</translation></message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemeform.py" line="208"/>
+      <source>Open file</source>
+      <translation>Maak lêer oop</translation></message>
+  </context>
+  <context>
+    <name>Ui_TopicsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/topicsdialog.py" line="62"/>
+      <source>Topic Maintenance</source>
+      <translation>Onderwerp Onderhoud</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="164"/>
+      <source>Clear edit area</source>
+      <translation>Maak skoon die redigeer area</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="668"/>
+      <source>Show Outline:</source>
+      <translation>Vertoon Buitelyn:</translation></message>
+  </context>
+  <context>
+    <name>SongBookForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songbookform.py" line="52"/>
+      <source>You need to type in a book name!</source>
+      <translation>U moet 'n boek naam invoer!</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="195"/>
+      <source>Open OpenSong Bible</source>
+      <translation>Maak OpenSong Bybel Oop</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="375"/>
+      <source>Look &amp;&amp; &amp;Feel</source>
+      <translation>Vertoning &amp;&amp; &amp;Gevoel</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="352"/>
+      <source>Ready.</source>
+      <translation>Gereed.</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="219"/>
+      <source>You have not selected a theme!</source>
+      <translation>U het nie 'n tema geselekteer nie!</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="214"/>
+      <source>Books/Hymnals</source>
+      <translation>Boeke/Liedboeke</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="549"/>
+      <source>Contribute</source>
+      <translation>Dra By</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="605"/>
+      <source>Gradient</source>
+      <translation>Gradiënt</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="327"/>
+      <source>Books Location:</source>
+      <translation>Boeke Ligging:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="290"/>
+      <source>Full Song List</source>
+      <translation>Volle Lied Lys</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="166"/>
+      <source>SongSelect Password:</source>
+      <translation>SongSelect Wagwoord:</translation></message>
+  </context>
+
+<context><name/><message><source>Delete Selected Song Usage Events?</source><translation type="unfinished"></translation><location filename="openlp/plugins/songusage/forms/songusagedeleteform.py" line="44"/></message><message><source>Couldn't save your book.</source><translation type="unfinished"></translation><location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="217"/></message><message><source>Automatic</source><translation type="unfinished"></translation><location filename="openlp/plugins/presentations/lib/mediaitem.py" line="67"/></message><message><source>Move to &amp;bottom</source><translation type="unfinished"></translation><location filename="openlp/core/ui/servicemanager.py" line="170"/></message><message><source>This author can't be deleted, they are currently assigned to at least one song.</source><translation type="unfinished"></translation><location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="229"/></message><message><source>Couldn't save your topic.</source><translation type="unfinished"></translation><location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="200"/></message><message><source>Move to &amp;top</source><translation type="unfinished"></translation><location filename="openlp/core/ui/servicemanager.py" line="161"/></message><message><source>You need to specify a file to import your Bible from.</source><translation type="unfinished"></translation><location filename="openlp/plugins/bibles/forms/importwizardform.py" line="113"/></message><message><source>Song Usage Extraction</source><translation type="unfinished"></translation><location filename="openlp/plugins/songusage/forms/songusagedetaildialog.py" line="88"/></message><message><source>Allow the background of live slide to be overridden</source><translation type="unfinished"></translation><location filename="openlp/plugins/images/lib/mediaitem.py" line="104"/></message><message><source>You are unable to delete the default theme.</source><translation type="unfinished"></translation><location filename="openlp/core/ui/thememanager.py" line="180"/></message><message><source>Couldn't save your author.</source><translation type="unfinished"></translation><location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="185"/></message><message><source>&lt;b&gt;Image Plugin&lt;/b&gt;&lt;br&gt;Allows images of all types to be displayed.  If a number of images are selected together and presented on the live controller it is possible to turn them into a timed loop.&lt;br&lt;br&gt;From the plugin if the &lt;i&gt;Override background&lt;/i&gt; is chosen and an image is selected any songs which are rendered will use the selected image from the background instead of the one provied by the theme.&lt;br&gt;</source><translation type="unfinished"></translation><location filename="openlp/plugins/images/imageplugin.py" line="59"/></message><message><source>&amp;Delete From Service</source><translation type="unfinished"></translation><location filename="openlp/core/ui/servicemanager.py" line="207"/></message><message><source>Images (*.jpg *.jpeg *.gif *.png *.bmp);; All files (*)</source><translation type="unfinished"></translation><location filename="openlp/plugins/images/lib/mediaitem.py" line="64"/></message><message><source>You need to specify a version name for your Bible.</source><translation type="unfinished"></translation><location filename="openlp/plugins/bibles/forms/importwizardform.py" line="150"/></message><message><source>Couldn't add your topic.</source><translation type="unfinished"></translation><location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="153"/></message><message><source>You need to specify a file of Bible verses to import.</source><translation type="unfinished"></translation><location filename="openlp/plugins/bibles/forms/importwizardform.py" line="130"/></message><message><source>File is not a valid theme.</source><translation type="unfinished"></translation><location filename="openlp/core/ui/thememanager.py" line="362"/></message><message><source>This book can't be deleted, it is currently assigned to at least one song.</source><translation type="unfinished"></translation><location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="255"/></message><message><source>&lt;b&gt;Custom Plugin&lt;/b&gt;&lt;br&gt;This plugin allows slides to be displayed on the screen in the same way songs are. This plugin provides greater freedom over the songs plugin.&lt;br&gt;</source><translation type="unfinished"></translation><location filename="openlp/plugins/custom/customplugin.py" line="70"/></message><message><source>Please save or clear selected item</source><translation type="unfinished"></translation><location filename="openlp/plugins/alerts/forms/alerteditform.py" line="88"/></message><message><source>OpenLP Service Files (*.osz)</source><translation type="unfinished"></translation><location filename="openlp/core/ui/servicemanager.py" line="481"/></message><message><source>Couldn't add your author.</source><translation type="unfinished"></translation><location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="142"/></message><message><source>This topic can't be deleted, it is currently assigned to at least one song.</source><translation type="unfinished"></translation><location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="242"/></message><message><source>Move &amp;down</source><translation type="unfinished"></translation><location filename="openlp/core/ui/servicemanager.py" line="167"/></message><message><source>Are you sure you want to delete selected Song Usage data?</source><translation type="unfinished"></translation><location filename="openlp/plugins/songusage/forms/songusagedeleteform.py" line="45"/></message><message><source>Add &amp;Tool...</source><translation type="unfinished"></translation><location filename="openlp/core/ui/mainwindow.py" line="421"/></message><message><source>Song Usage Delete</source><translation type="unfinished"></translation><location filename="openlp/plugins/songusage/forms/songusagedeletedialog.py" line="60"/></message><message><source>Move &amp;up</source><translation type="unfinished"></translation><location filename="openlp/core/ui/servicemanager.py" line="164"/></message><message><source>You need to specify a file with books of the Bible to use in the import.</source><translation type="unfinished"></translation><location filename="openlp/plugins/bibles/forms/importwizardform.py" line="122"/></message><message><source>&lt;b&gt;Presentation Plugin&lt;/b&gt; &lt;br&gt; Delivers the ability to show presentations using a number of different programs. The choice of available presentation programs is available to the user in a drop down box.</source><translation type="unfinished"></translation><location filename="openlp/plugins/presentations/presentationplugin.py" line="115"/></message><message><source>Couldn't add your book.</source><translation type="unfinished"></translation><location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="165"/></message><message><source>You have not selected a theme.</source><translation type="unfinished"></translation><location filename="openlp/core/ui/thememanager.py" line="219"/></message><message><source>Select Date Range</source><translation type="unfinished"></translation><location filename="openlp/plugins/songusage/forms/songusagedetaildialog.py" line="89"/></message><message><source>You need to specify an OpenSong Bible file to import.</source><translation type="unfinished"></translation><location filename="openlp/plugins/bibles/forms/importwizardform.py" line="139"/></message></context></TS>

=== added file 'resources/i18n/openlp_de.ts'
--- resources/i18n/openlp_de.ts	1970-01-01 00:00:00 +0000
+++ resources/i18n/openlp_de.ts	2010-06-24 18:49:25 +0000
@@ -0,0 +1,4259 @@
+<!DOCTYPE TS>
+<TS version="1.1">
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="141"/>
+      <source>Quick</source>
+      <translation>Schnellsuche</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="162"/>
+      <source>Delete selected slide</source>
+      <translation>Lösche ausgewählte Folie</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="161"/>
+      <source>( and )</source>
+      <translation>( und )</translation></message>
+  </context>
+  <context>
+    <name>RemoteTab</name>
+    <message>
+      <location filename="openlp/plugins/remotes/lib/remotetab.py" line="39"/>
+      <source>Remotes</source>
+      <translation>Fernprojektion</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="432"/>
+      <source>&amp;Remove</source>
+      <translation>Entfe&amp;rnen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="670"/>
+      <source>Shadow Size:</source>
+      <translation>Schattengröße:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="305"/>
+      <source>Close</source>
+      <translation>Schließen</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="66"/>
+      <source>Import Theme</source>
+      <translation>Design importieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="683"/>
+      <source>Slide Transition</source>
+      <translation>Folienübergang</translation><translatorcomment>Bei mir im OOo3 ist es Folienübergang (vgl. Impress)
+&gt;(wie in OpenOffice 3)</translatorcomment></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="254"/>
+      <source>Are you sure you want to delete the selected book?</source>
+      <translation>Sind Sie sicher, dass das markierte Buch wirklich gelöscht werden soll?</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="110"/>
+      <source>Theme level</source>
+      <translation>Design-Ebene</translation><translatorcomment>Jetzt einheitlich (Gotttesdienst-Ebene, Lied-Ebene, Global-Ebene)</translatorcomment></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="68"/>
+      <source>Bible</source>
+      <translation>Bibel</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="391"/>
+      <source>Save Changes to Service?</source>
+      <translation>Änderungen am Ablauf speichern?</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="65"/>
+      <source>&amp;Delete recorded data</source>
+      <translation>Aufgezeichnete &amp;Daten löschen</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="298"/>
+      <source>Song Title</source>
+      <translation>Liedtitel</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="156"/>
+      <source>Edit selected slide</source>
+      <translation>Markierte Folie bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="343"/>
+      <source>CCLI Licence: </source>
+      <translation>CCLI-Lizenz: </translation></message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDeleteDialog</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedeletedialog.py" line="60"/>
+      <source>Audit Delete</source>
+      <translation>Statistik löschen</translation><translatorcomment>Audit = Aufzeichnung, welche Lieder während eines Gottesdienstes benutzt wurden, keine Prüfung!</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="310"/>
+      <source>Bible Import Wizard</source>
+      <translation>Bibel Import Assistent</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="157"/>
+      <source>Edit All</source>
+      <translation>Alle bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>Ui_ServiceNoteEdit</name>
+    <message>
+      <location filename="openlp/core/ui/serviceitemdialog.py" line="49"/>
+      <source>Service Item Notes</source>
+      <translation>Elementnotiz</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="185"/>
+      <source>Couldn't save your author!</source>
+      <translation>Der Autor konnte nicht gespeichert werden!</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="163"/>
+      <source>Clear</source>
+      <translation>Löschen</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="109"/>
+      <source>Global theme</source>
+      <translation>Standarddesign</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="84"/>
+      <source>Start/Stop live song usage recording</source>
+      <translation>Liederstatistik unterbrechen/weiterführen</translation></message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="585"/>
+      <source>The Main Display has been blanked out</source>
+      <translation type="unfinished">Die Projektion ist momentan nicht aktiv</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="294"/>
+      <source>Lyrics</source>
+      <translation>Liedtext</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="70"/>
+      <source>Display</source>
+      <translation>Anzeige</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="161"/>
+      <source>Delete</source>
+      <translation>Löschen</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="123"/>
+      <source>Verse</source>
+      <translation>Vers</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="229"/>
+      <source>This author can't be deleted, they are currently assigned to at least one song!</source>
+      <translation>Dieser Autor kann nicht gelöscht werden, da er mindestens einem Lied zugeordnet ist!</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="57"/>
+      <source>Create a new theme</source>
+      <translation>Erstelle neues Design</translation><translatorcomment>Auf Design geeinigt</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="356"/>
+      <source>Open an existing service</source>
+      <translation>Ablauf öffnen</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="163"/>
+      <source>Move to previous</source>
+      <translation>Vorherige Folie anzeigen</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="155"/>
+      <source>&amp;Song</source>
+      <translation>&amp;Lied</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="102"/>
+      <source>Plugin Details</source>
+      <translation>Plugin-Details</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="230"/>
+      <source>pt</source>
+      <translation>pt</translation></message>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="235"/>
+      <source>Edit History:</source>
+      <translation>Verlauf bearbeiten:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="334"/>
+      <source>&amp;File</source>
+      <translation>&amp;Datei</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="165"/>
+      <source>Couldn't add your book!</source>
+      <translation>Das Buch konnte nicht hinzugefügt werden!</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="158"/>
+      <source>verse per line</source>
+      <translation>Ein Vers pro Zeile</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="165"/>
+      <source>Theme:</source>
+      <translation>Design:</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="216"/>
+      <source>Error</source>
+      <translation>Fehler</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="333"/>
+      <source>Bible:</source>
+      <translation>Bibel:</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="121"/>
+      <source>You need to specify a file with books of the Bible to use in the import!</source>
+      <translation>Sie müssen eine Datei mit der Liste der Bibelbücher auswählen!</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="62"/>
+      <source>Delete Theme</source>
+      <translation>Design löschen</translation></message>
+  </context>
+  <context>
+    <name>SplashScreen</name>
+    <message>
+      <location filename="openlp/core/ui/splashscreen.py" line="61"/>
+      <source>Splash Screen</source>
+      <translation>Startbildschirm</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="62"/>
+      <source>Song</source>
+      <translation>Lied</translation></message>
+  </context>
+  <context>
+    <name>SongUsageDeleteForm</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedeleteform.py" line="44"/>
+      <source>Delete Selected Audit Events?</source>
+      <translation>Sollen die ausgewählten Einträge aus der Statistik entfernt werden?</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="298"/>
+      <source>Song Title</source>
+      <translation>Liedtitel</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="682"/>
+      <source>Bottom</source>
+      <translation>Unten</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="399"/>
+      <source>List the Plugins</source>
+      <translation>Plugins auflisten</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="231"/>
+      <source>No author selected!</source>
+      <translation>Sie haben keinen Autor ausgewählt!</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="154"/>
+      <source>&lt;b&gt;SongUsage Plugin&lt;/b&gt;&lt;br&gt;This plugin records the use of songs and when they have been used during a live service</source>
+      <translation>&lt;b&gt;SongUsage-Plugin&lt;/b&gt;&lt;br&gt;Dieses Plugin zeichnet auf, welche Lieder Sie wie oft und wann benutzt haben und erstellt daraus eine Statistik</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="149"/>
+      <source>Move slide Up 1</source>
+      <translation>Folie nach oben verschieben</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="156"/>
+      <source>OpenSong</source>
+      <translation>OpenSong</translation></message>
+  </context>
+  <context>
+    <name>AlertsManager</name>
+    <message>
+      <location filename="openlp/plugins/alerts/lib/alertsmanager.py" line="83"/>
+      <source>Alert message created and delayed</source>
+      <translation>Hinweis erzeugt und verzögert</translation><translatorcomment>Mit "Hinweis" übersetzt: a) es geht nur eine Übersetzung (Hinweis oder Alarm). b) in 1.2 heißt es auch "Hinweis"</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="420"/>
+      <source>Alternative Title:</source>
+      <translation>Alternativer Titel:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="517"/>
+      <source>Open Service</source>
+      <translation>Öffnen Ablauf</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="155"/>
+      <source>Display Style:</source>
+      <translation>Anzeige:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="606"/>
+      <source>Image</source>
+      <translation>Bild</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="403"/>
+      <source>You need to enter a song title.</source>
+      <translation>Sie müssen einen Liedtitel angeben!</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="361"/>
+      <source>Error</source>
+      <translation>Fehler</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="111"/>
+      <source>Invalid Bible Location</source>
+      <translation>Ungültige Bibelstelle</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="120"/>
+      <source>Global level</source>
+      <translation>Global-Ebene</translation><translatorcomment>Ãœberseztung darf nicht zu lang sein. Jetzt einheitlich (Gotttesdienst-Ebene, Lied-Ebene, Global-Ebene)</translatorcomment></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="91"/>
+      <source>Make Global</source>
+      <translation>Als Standarddesign festlegen</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="387"/>
+      <source>&amp;Service Manager</source>
+      <translation>Ablauf&amp;sverwaltung</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="299"/>
+      <source>Author</source>
+      <translation>Autor</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="656"/>
+      <source>Height:</source>
+      <translation>Höhe:</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="63"/>
+      <source>Delete a theme</source>
+      <translation>Design löschen</translation><translatorcomment>Da engl. design = dt. Design und engl. theme =  dt. Theme bin ich der Meinung es muss mit Theme übersetzt werden!</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="331"/>
+      <source>Crosswalk</source>
+      <translation>Crosswalk</translation></message>
+  </context>
+  <context>
+    <name>SongBookForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songbookform.py" line="51"/>
+      <source>Error</source>
+      <translation>Fehler</translation></message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsdialog.py" line="79"/>
+      <source>Last name:</source>
+      <translation>Nachname:</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="152"/>
+      <source>Title:</source>
+      <translation>Titel:</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="157"/>
+      <source>You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such.</source>
+      <translation>Sie müssen das Copyright der Bibel angeben. Bei Bibeln, die keinem Copyright mehr unterlegen, geben Sie bitte "Public Domain" ein.</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="72"/>
+      <source>Maintain the lists of authors, topics and books</source>
+      <translation>Autoren, Designs und Bücher verwalten</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="62"/>
+      <source>Save</source>
+      <translation>Speichern</translation></message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomform.py" line="259"/>
+      <source>You have unsaved data</source>
+      <translation>Nicht alle Änderungen wurden gespeichert</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="664"/>
+      <source>Outline</source>
+      <translation>Rand</translation><translatorcomment>Hier ist definitiv ein Rand gemeint.</translatorcomment></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="296"/>
+      <source>Text Search</source>
+      <translation>Textsuche</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="323"/>
+      <source>CSV</source>
+      <translation>CSV</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="67"/>
+      <source>Delete song usage to specified date</source>
+      <translation>Liedstatistik bis zu einem bestimmten Termin löschen</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDetailDialog</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedetaildialog.py" line="91"/>
+      <source>Report Location</source>
+      <translation>Speicherort für die Statistiken</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="324"/>
+      <source>OpenSong</source>
+      <translation>OpenSong</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="355"/>
+      <source>Open Service</source>
+      <translation>Öffne Ablauf</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="283"/>
+      <source>Find:</source>
+      <translation>Suchen:</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="62"/>
+      <source>Select Image(s)</source>
+      <translation>Bild(er) auswählen</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="282"/>
+      <source>Search Type:</source>
+      <translation>Suchmodus:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="345"/>
+      <source>Media Manager</source>
+      <translation>Medienmanager</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="370"/>
+      <source>Alt+F4</source>
+      <translation>Alt+F4</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="278"/>
+      <source>&amp;Preview</source>
+      <translation>&amp;Vorschau</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="163"/>
+      <source>CCLI Details</source>
+      <translation>CCLI-Details</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="543"/>
+      <source>Bible not fully loaded</source>
+      <translation>Die Bibel wurde nicht vollständig geladen</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="396"/>
+      <source>Toggle the visibility of the Preview Panel</source>
+      <translation>Vorschaubereich ein/ausblenden</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="166"/>
+      <source>Bible Exists</source>
+      <translation>Diese Bibelübersetzung ist bereits vorhanden</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="401"/>
+      <source>&amp;User Guide</source>
+      <translation>Ben&amp;utzerhandbuch</translation></message>
+  </context>
+  <context>
+    <name>SongUsageDeleteForm</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedeleteform.py" line="45"/>
+      <source>Are you sure you want to delete selected Audit Data?</source>
+      <translation>Sind Sie sicher, dass Sie die markierten Einträge aus der Statistik löschen wollen?</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="413"/>
+      <source>Set the interface language to English</source>
+      <translation>Oberfläche auf Englisch anzeigen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="617"/>
+      <source>Main Font</source>
+      <translation>Hauptschriftart</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="156"/>
+      <source>Empty Copyright</source>
+      <translation>Das Copyright wurde nicht angegeben</translation></message>
+  </context>
+  <context>
+    <name>CustomPlugin</name>
+    <message>
+      <location filename="openlp/plugins/custom/customplugin.py" line="70"/>
+      <source>&lt;b&gt;Custom Plugin&lt;/b&gt;&lt;br&gt;This plugin allows slides to be displayed on the screen in the same way songs are.  This plugin provides greater freedom over the songs plugin.&lt;br&gt;</source>
+      <translation>&lt;b&gt;Sonderfolien-Plugin&lt;/b&gt;&lt;br&gt;Diese Plugin ermöglicht es Folien anzulegen, die wie die Liedfolien dargestellt werden, bietet aber mehr Freiheit.&lt;br&gt;</translation></message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsform.py" line="80"/>
+      <source>You need to type in the first name of the author.</source>
+      <translation>Sie müssen den Vornamen des Autors angeben.</translation></message>
+  </context>
+  <context>
+    <name>SongsTab</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/songstab.py" line="68"/>
+      <source>Display Verses on Live Tool bar:</source>
+      <translation>Verse in der Liveansicht anzeigen:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="162"/>
+      <source>Move to top</source>
+      <translation>Nach oben verschieben</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="102"/>
+      <source>Override background</source>
+      <translation>Hintergrund ignorieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="222"/>
+      <source>Edit</source>
+      <translation>Bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="300"/>
+      <source>Select All</source>
+      <translation>Alle markieren</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="112"/>
+      <source>Use the theme from each song in the database. If a song doesn't have a theme associated with it, then use the service's theme. If the service doesn't have a theme, then use the global theme.</source>
+      <translation>Das im jeweiligen Lied eingestellte Design verwenden. Wenn für ein Lied kein Design festgelegt ist, wird das Ablaufdesign verwendet. Wenn dort auch kein Design festgelegt wurde, wird das Standarddesign benutzt.</translation></message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/mediaitem.py" line="62"/>
+      <source>Presentation</source>
+      <translation>Präsentation</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="604"/>
+      <source>Solid Color</source>
+      <translation>Füllfarbe</translation></message>
+  </context>
+  <context>
+    <name>CustomTab</name>
+    <message>
+      <location filename="openlp/plugins/custom/lib/customtab.py" line="39"/>
+      <source>Custom</source>
+      <translation>Sonderfolien</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="303"/>
+      <source>Ready to import</source>
+      <translation>Bereit für den Importvorgang</translation></message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="549"/>
+      <source>OpenLP version %s has been updated to version %s
+
+You can obtain the latest version from http://openlp.org</source>
+      <translation>OpenLP Version %s in der Version %s vor.
+
+Sie können die aktuelle Version von http://de.openlp.org herunterladen</translation><translatorcomment>"OpenLP Version %s liegt in der Version %s vor.\n
+\n
+Sie können die aktuelle Version von http://de.openlp.org herunterladen" ist vielleicht das gemeint?</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="326"/>
+      <source>File Location:</source>
+      <translation>Speicherort:</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="226"/>
+      <source>Go to Verse</source>
+      <translation>Zum Vers springen</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="335"/>
+      <source>&amp;Import</source>
+      <translation>&amp;Importieren</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="369"/>
+      <source>Quit OpenLP</source>
+      <translation>OpenLP beenden</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="315"/>
+      <source>This wizard will help you to import Bibles from a variety of formats. Click the next button below to start the process by selecting a format to import from.</source>
+      <translation>Dieser Assistent hilft ihnen beim Importieren von Bibeln aus verschiedenen Formaten. Klicken Sie auf Weiter, um den Assistenten zu starten.</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="153"/>
+      <source>Couldn't add your topic!</source>
+      <translation>Das Thema konnte nicht hinzugefügt werden!</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="148"/>
+      <source>Empty Version Name</source>
+      <translation>Leerer Ãœbersetzungsname</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="393"/>
+      <source>&amp;Preview Panel</source>
+      <translation>&amp;Vorschaubereich</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="191"/>
+      <source>Start continuous loop</source>
+      <translation>Endlosschleife starten</translation><translatorcomment>Also mir gefällt ja nur "Schleife starten" besser (vgl. Stop continuous loop)</translatorcomment></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="167"/>
+      <source>Move down</source>
+      <translation>Nach unten verschieben</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="199"/>
+      <source>primary</source>
+      <translation>Hauptbildschirm</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="443"/>
+      <source>Add a Theme</source>
+      <translation>Design hinzufügen</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="350"/>
+      <source>&amp;New</source>
+      <translation>&amp;Neu</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="167"/>
+      <source>Credits:</source>
+      <translation>Fußzeile:</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="111"/>
+      <source>Live</source>
+      <translation>Live</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="157"/>
+      <source>Show blank screen warning</source>
+      <translation type="unfinished">Warnung anzeigen, wenn die Projektion deaktiviert wurde</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="159"/>
+      <source>continuous</source>
+      <translation>unendlich</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="121"/>
+      <source>Number</source>
+      <translation>Nummer</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="156"/>
+      <source>Application Startup</source>
+      <translation>Programmstart</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="652"/>
+      <source>Use Default Location:</source>
+      <translation>Vorgabewerte verwenden:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="107"/>
+      <source>Import</source>
+      <translation>Importieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="687"/>
+      <source>Other Options</source>
+      <translation>Weitere Optionen</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="422"/>
+      <source>Verse Order:</source>
+      <translation>Reihenfolge:</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDetailDialog</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedetaildialog.py" line="89"/>
+      <source>ASelect Date Range</source>
+      <translation>Zeitfenster auswählen</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="331"/>
+      <source>Default Theme: </source>
+      <translation>Standarddesign: </translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="394"/>
+      <source>Toggle Preview Panel</source>
+      <translation>Vorschaubereich ein/ausblenden</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="147"/>
+      <source>Lyrics</source>
+      <translation>Liedtext</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="302"/>
+      <source>Progress:</source>
+      <translation>Fortschritt:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="669"/>
+      <source>Shadow</source>
+      <translation>Schatten</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="155"/>
+      <source>Select monitor for output display:</source>
+      <translation>Projektionsbildschirm:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="376"/>
+      <source>&amp;Settings</source>
+      <translation>Ein&amp;stellungen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="648"/>
+      <source>Italics</source>
+      <translation>Kursiv</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="118"/>
+      <source>Create a new service</source>
+      <translation>Erstelle neuen Ablauf</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="600"/>
+      <source>Background:</source>
+      <translation>Hintergrund:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="288"/>
+      <source>openlp.org Song Importer</source>
+      <translation>openlp.org Lieder importieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="347"/>
+      <source>Copyright:</source>
+      <translation>Copyright:</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="116"/>
+      <source>Service level</source>
+      <translation>Gottesdienst-Ebene</translation><translatorcomment>Ãœberseztung darf nicht zu lang sein. Jetzt einheitlich (Gotttesdienst-Ebene, Lied-Ebene, Global-Ebene)</translatorcomment></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="163"/>
+      <source>[ and ]</source>
+      <translation>[ und ]</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="328"/>
+      <source>Verse Location:</source>
+      <translation>Versangabe:</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="381"/>
+      <source>You must select one or more items</source>
+      <translation>Sie müssen mindestens ein Element markieren</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="160"/>
+      <source>Application Settings</source>
+      <translation>Anwendungseinstellungen</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="124"/>
+      <source>Save this service</source>
+      <translation>Ablauf speichern</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="187"/>
+      <source>Open Books CSV file</source>
+      <translation>CSV-Datei mit Bücherliste</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="165"/>
+      <source>SongSelect Username:</source>
+      <translation>SongSelect-Benutzername:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="653"/>
+      <source>X Position:</source>
+      <translation>X-Position:</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="353"/>
+      <source>No matching book could be found in this Bible.</source>
+      <translation>Das Buch wurde in dieser Bibelausgabe nicht gefunden.</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="337"/>
+      <source>Server:</source>
+      <translation>Server:</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="217"/>
+      <source>Couldn't save your book!</source>
+      <translation>Das Buch konnte nicht gespeichert werden!</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="128"/>
+      <source>Ending</source>
+      <translation>Coda (Schluss)</translation></message>
+  </context>
+  <context>
+    <name>CustomTab</name>
+    <message>
+      <location filename="openlp/plugins/custom/lib/customtab.py" line="60"/>
+      <source>Display Footer:</source>
+      <translation>Infobereich anzeigen:</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="137"/>
+      <source>Invalid OpenSong Bible</source>
+      <translation>Ungültige OpenSong-Bibel</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="164"/>
+      <source>CCLI Number:</source>
+      <translation>CCLI-Nummer:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="678"/>
+      <source>Center</source>
+      <translation>Mitte</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="126"/>
+      <source>Theme:</source>
+      <translation>Design:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="418"/>
+      <source>&amp;Live</source>
+      <translation>&amp;Live</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="608"/>
+      <source>&lt;Color2&gt;</source>
+      <translation>&lt;Farbe 2&gt;</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="411"/>
+      <source>English</source>
+      <translation>Englisch</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="169"/>
+      <source>You must select one or more items</source>
+      <translation>Sie müssen mindestens ein Element markieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsdialog.py" line="78"/>
+      <source>First name:</source>
+      <translation>Vorname:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="289"/>
+      <source>Select openlp.org export filename:</source>
+      <translation>Dateiname für den openlp.org Export auswählen:</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="348"/>
+      <source>Permission:</source>
+      <translation>Berechtigung:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="108"/>
+      <source>Close</source>
+      <translation>Schließen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="601"/>
+      <source>Opaque</source>
+      <translation>Fest</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="255"/>
+      <source>This book can't be deleted, it is currently assigned to at least one song!</source>
+      <translation>Dieses Buch kann nicht gelöscht werden, da es mindestens einem Lied zugeordnet ist!</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="367"/>
+      <source>Your Bible import failed.</source>
+      <translation>Der Bibelimportvorgang ist fehlgeschlagen.</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="213"/>
+      <source>Start playing media</source>
+      <translation>Abspielen</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="141"/>
+      <source>Type:</source>
+      <translation>Art:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="550"/>
+      <source>Close</source>
+      <translation>Schließen</translation></message>
+  </context>
+  <context>
+    <name>TopicsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/topicsform.py" line="51"/>
+      <source>You need to type in a topic name!</source>
+      <translation>Sie müssen dem Thema einen Namen geben!</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="297"/>
+      <source>Song Export List</source>
+      <translation>Lieder exportieren</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="287"/>
+      <source>Dual:</source>
+      <translation>Parallel:</translation></message>
+  </context>
+  <context>
+    <name>ImageTab</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/imagetab.py" line="68"/>
+      <source>sec</source>
+      <translation>sek</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="175"/>
+      <source>Delete From Service</source>
+      <translation>Aus dem Ablauf entfernen</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="158"/>
+      <source>Automatically open the last service</source>
+      <translation>Zuletzt benutzten Ablauf beim Start laden</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="297"/>
+      <source>Song Import List</source>
+      <translation>Lieder importieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="299"/>
+      <source>Author</source>
+      <translation>Autor</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="667"/>
+      <source>Outline Color:</source>
+      <translation>Randfarbe:</translation><translatorcomment>Hier ist der Rang gemeint... und Kontur passt m. E. nicht so gut. Sry... wenn ihr nicht zustimmt bitte melden</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="318"/>
+      <source>Select Import Source</source>
+      <translation>Importquelle auswählen</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="392"/>
+      <source>F9</source>
+      <translation>F9</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="381"/>
+      <source>F8</source>
+      <translation>F8</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="213"/>
+      <source>&amp;Change Item Theme</source>
+      <translation>&amp;Design des Elements ändern</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="104"/>
+      <source>OpenSong Folder:</source>
+      <translation>OpenSong-Ordner:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="290"/>
+      <source>Import File Song List</source>
+      <translation>Lieder importieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="151"/>
+      <source>Edit Custom Slides</source>
+      <translation>Sonderfolien bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="345"/>
+      <source>Set up the Bible's license details.</source>
+      <translation>Die Lizenzinformationen der Bibelübersetzung angeben.</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="674"/>
+      <source>Alignment</source>
+      <translation>Ausrichtung</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="253"/>
+      <source>Delete Book</source>
+      <translation>Buch löschen</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="80"/>
+      <source>Edit a theme</source>
+      <translation>Design bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="332"/>
+      <source>BibleGateway</source>
+      <translation>BibleGateway</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="162"/>
+      <source>Preview Next Song from Service Manager</source>
+      <translation>Vorschau des nächsten Lieds</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="429"/>
+      <source>Title &amp;&amp; Lyrics</source>
+      <translation>Titel &amp;&amp; Liedtext</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="257"/>
+      <source>No book selected!</source>
+      <translation>Kein Buch ausgewählt!</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="182"/>
+      <source>Move to live</source>
+      <translation>Verschieben zur Live Ansicht</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="127"/>
+      <source>Other</source>
+      <translation>Weitere</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="442"/>
+      <source>Theme</source>
+      <translation>Design</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="123"/>
+      <source>Save Service</source>
+      <translation>Ablauf speichern</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="361"/>
+      <source>Save the current service to disk</source>
+      <translation>Aktuellen Ablauf speichern</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="289"/>
+      <source>Chapter:</source>
+      <translation>Kapitel:</translation></message>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="294"/>
+      <source>Search</source>
+      <translation>Suche</translation></message>
+  </context>
+  <context>
+    <name>PresentationTab</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/presentationtab.py" line="91"/>
+      <source>Available Controllers</source>
+      <translation>Verfügbare Präsentationsprogramme:</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="191"/>
+      <source>Open Verses CSV file</source>
+      <translation>CSV-Datei mit dem Bibeltext öffnen</translation></message>
+  </context>
+  <context>
+    <name>TopicsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/topicsform.py" line="50"/>
+      <source>Error</source>
+      <translation>Fehler</translation></message>
+  </context>
+  <context>
+    <name>RemoteTab</name>
+    <message>
+      <location filename="openlp/plugins/remotes/lib/remotetab.py" line="56"/>
+      <source>Remotes Receiver Port</source>
+      <translation>Fernprojektionsport</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="338"/>
+      <source>&amp;View</source>
+      <translation>&amp;Ansicht</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="646"/>
+      <source>Normal</source>
+      <translation>Normal</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="305"/>
+      <source>Close</source>
+      <translation>Schließen</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="338"/>
+      <source>Username:</source>
+      <translation>Benutzername:</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="59"/>
+      <source>Edit Theme</source>
+      <translation>Design bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="116"/>
+      <source>Preview</source>
+      <translation>Vorschau</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="68"/>
+      <source>Alert Message</source>
+      <translation>Hinweis</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="364"/>
+      <source>Finished import.</source>
+      <translation>Importvorgang abgeschlossen.</translation></message>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="129"/>
+      <source>You need to specify a file of Bible verses to import!</source>
+      <translation>Sie müssen die Datei mit dem Bibeltext angeben!</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="233"/>
+      <source>Location:</source>
+      <translation>Speicherort:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="441"/>
+      <source>Authors, Topics &amp;&amp; Book</source>
+      <translation>Autoren, Designs &amp;&amp; Bücher</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="407"/>
+      <source>You need to enter some verses.</source>
+      <translation>Sie müssen etwas Liedtext angeben.</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="336"/>
+      <source>Download Options</source>
+      <translation>Download Optionen</translation></message>
+  </context>
+  <context>
+    <name>BiblePlugin</name>
+    <message>
+      <location filename="openlp/plugins/bibles/bibleplugin.py" line="91"/>
+      <source>&lt;strong&gt;Bible Plugin&lt;/strong&gt;&lt;br /&gt;This plugin allows bible verses from different sources to be displayed on the screen during the service.</source>
+      <translation>&lt;strong&gt;Bibel-Plugin&lt;/strong&gt;&lt;br /&gt;Mit diesem Plugin können Sie Bibeltexte aus verschiedenen Quellen während des Gottesdienstes anzeigen lassen.</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="444"/>
+      <source>Copyright Information</source>
+      <translation>Copyright Angaben</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="336"/>
+      <source>&amp;Export</source>
+      <translation>&amp;Exportieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="647"/>
+      <source>Bold</source>
+      <translation>Fett</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="122"/>
+      <source>Export songs in OpenLP 2.0 format</source>
+      <translation>Lieder als OpenLP 2.0 Datei exportieren</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="214"/>
+      <source>Load a new</source>
+      <translation>Hinzufügen</translation></message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditform.py" line="128"/>
+      <source>Missing data</source>
+      <translation>Datei fehlt</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="179"/>
+      <source>&lt;b&gt;Song Plugin&lt;/b&gt; &lt;br&gt;This plugin allows Songs to be managed and displayed.&lt;br&gt;</source>
+      <translation>&lt;b&gt;Lieder-Plugin&lt;/b&gt;&lt;br&gt;Mit diesem Plugin können Sie Lieder verwalten und anzeigen.&lt;br&gt;</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="641"/>
+      <source>Footer Font</source>
+      <translation>Schriftart der Fußzeile</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="420"/>
+      <source>Invalid verse entry - vX</source>
+      <translation>Ungültige Versangabe - vX</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="233"/>
+      <source>Delete the selected item</source>
+      <translation>Markiertes Element löschen</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="304"/>
+      <source>Export</source>
+      <translation>Exportieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="330"/>
+      <source>Location:</source>
+      <translation>Ort:</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="300"/>
+      <source>Keep</source>
+      <translation>Behalten</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="74"/>
+      <source>Generate report on Song Usage</source>
+      <translation>Liederstatistik generieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="435"/>
+      <source>Topic</source>
+      <translation>Thema</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="354"/>
+      <source>&amp;Open</source>
+      <translation>&amp;Öffnen</translation></message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsform.py" line="94"/>
+      <source>You haven't set a display name for the author, would you like me to combine the first and last names for you?</source>
+      <translation>Sie haben keinen Anzeigenamen für den Autor angegeben. Soll der Vor- mit dem Nachnamen kombiniert dafür verwendet werden?</translation></message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemeform.py" line="708"/>
+      <source>Slide Height is %s rows</source>
+      <translation>Folienhöhe beträgt %s Zeilen</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="125"/>
+      <source>Pre-Chorus</source>
+      <translation>Vor-Refrain</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="421"/>
+      <source>Lyrics:</source>
+      <translation>Liedtext:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="135"/>
+      <source>Project Lead
+    Raoul "superfly" Snyman
+
+Developers
+    Tim "TRB143" Bentley
+    Jonathan "gushie" Corwin
+    Michael "cocooncrash" Gorven
+    Scott "sguerrieri" Guerrieri
+    Raoul "superfly" Snyman
+    Maikel Stuivenberg
+    Martin "mijiti" Thompson
+    Jon "Meths" Tibble
+    Carsten "catini" Tingaard
+
+Testers
+    Wesley "wrst" Stout</source>
+      <translation>Projektleiter
+    Raoul "superfly" Snyman
+
+Entwickler
+    Tim "TRB143" Bentley
+    Jonathan "gushie" Corwin
+    Michael "cocooncrash" Gorven
+    Scott "sguerrieri" Guerrieri
+    Raoul "superfly" Snyman
+    Maikel Stuivenberg
+    Martin "mijiti" Thompson
+    Jon "Meths" Tibble
+    Carsten "catini" Tingaard
+
+Tester
+    Wesley "wrst" Stout</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="146"/>
+      <source>Titles</source>
+      <translation>Titel</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="294"/>
+      <source>Lyrics</source>
+      <translation>Liedtext</translation></message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/mediaitem.py" line="99"/>
+      <source>Present using:</source>
+      <translation>Anzeigen mit:</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="142"/>
+      <source>Clear</source>
+      <translation>Abbrechen</translation><translatorcomment>In V1 mit "Abbrechen" übersetzt</translatorcomment></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="209"/>
+      <source>&amp;Live Verse</source>
+      <translation>Vers &amp;Live zeigen</translation><translatorcomment>hm...</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="105"/>
+      <source>Progress:</source>
+      <translation>Fortschritt:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="383"/>
+      <source>Toggle Theme Manager</source>
+      <translation>Designverwaltung ein/ausblenden</translation><translatorcomment>Designverwaltung oder Designmanager?</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="69"/>
+      <source>Alert Text:</source>
+      <translation>Hinweistext:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="424"/>
+      <source>Edit</source>
+      <translation>Bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="227"/>
+      <source>Font Color:</source>
+      <translation>Schriftfarbe:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="598"/>
+      <source>Theme Maintenance</source>
+      <translation>Designverwaltung</translation></message>
+  </context>
+  <context>
+    <name>CustomTab</name>
+    <message>
+      <location filename="openlp/plugins/custom/lib/customtab.py" line="58"/>
+      <source>Custom Display</source>
+      <translation>Sonderfolie Anzeige</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="295"/>
+      <source>Title</source>
+      <translation>Titel</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="607"/>
+      <source>&lt;Color1&gt;</source>
+      <translation>&lt;Farbe 1&gt;</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="430"/>
+      <source>Authors</source>
+      <translation>Autoren</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="69"/>
+      <source>Export Theme</source>
+      <translation>Design exportieren</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="433"/>
+      <source>(N)</source>
+      <translation>(N)</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongBookDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songbookdialog.py" line="69"/>
+      <source>Name:</source>
+      <translation>Name:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsdialog.py" line="76"/>
+      <source>Author Maintenance</source>
+      <translation>Autorenverwaltung</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="663"/>
+      <source>Font Footer</source>
+      <translation>Schrift Fußzeile</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="152"/>
+      <source>Verse Display</source>
+      <translation>Bibelstellenanzeige</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="337"/>
+      <source>&amp;Options</source>
+      <translation>&amp;Einstellungen</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="293"/>
+      <source>Results:</source>
+      <translation>Ergebnisse:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="290"/>
+      <source>Full Song List</source>
+      <translation>Komplette Liedliste</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="170"/>
+      <source>Move to last</source>
+      <translation>Zur letzten Folie</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="302"/>
+      <source>Progress:</source>
+      <translation>Fortschritt:</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="221"/>
+      <source>Add</source>
+      <translation>Hinzufügen</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="228"/>
+      <source>Are you sure you want to delete the selected author?</source>
+      <translation>Sind Sie sicher, dass Sie den ausgewählten Autor löschen wollen?</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="82"/>
+      <source>Song Usage Status</source>
+      <translation>Liedstatistik</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="295"/>
+      <source>Verse Search</source>
+      <translation>Stelle suchen</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongBookDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songbookdialog.py" line="68"/>
+      <source>Edit Book</source>
+      <translation>Buch bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="460"/>
+      <source>Save &amp;&amp; Preview</source>
+      <translation>Speichern &amp;&amp; Vorschau</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongBookDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songbookdialog.py" line="70"/>
+      <source>Publisher:</source>
+      <translation>Verlag:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="650"/>
+      <source>Font Weight:</source>
+      <translation>Schriftschnitt:</translation><translatorcomment>(aus OO3)</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="329"/>
+      <source>Bible Filename:</source>
+      <translation>Bibel Dateiname:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="602"/>
+      <source>Transparent</source>
+      <translation>Durchsichtig</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="143"/>
+      <source>Search</source>
+      <translation>Suche</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="321"/>
+      <source>Format:</source>
+      <translation>Format:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="616"/>
+      <source>Background</source>
+      <translation>Hintergrund:</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="349"/>
+      <source>Importing</source>
+      <translation>Importiere</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="158"/>
+      <source>Edit all slides</source>
+      <translation>Alle bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>SongsTab</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/songstab.py" line="66"/>
+      <source>Enable search as you type:</source>
+      <translation>Während dem Tippen suchen:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="362"/>
+      <source>Ctrl+S</source>
+      <translation>Strg+S</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="148"/>
+      <source>Authors</source>
+      <translation>Autoren</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="107"/>
+      <source>Active</source>
+      <translation>Aktiv</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="200"/>
+      <source>Couldn't save your topic!</source>
+      <translation>Thema konnte nicht gespeichert werden!</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="357"/>
+      <source>Ctrl+O</source>
+      <translation>Strg+O</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="353"/>
+      <source>Ctrl+N</source>
+      <translation>Strg+N</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="142"/>
+      <source>Couldn't add your author!</source>
+      <translation>Der Autor wurde nicht gefunden!</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="65"/>
+      <source>Edit</source>
+      <translation>Bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="418"/>
+      <source>Song Editor</source>
+      <translation>Lied bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="225"/>
+      <source>Font</source>
+      <translation>Schrift</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="186"/>
+      <source>Edit and re-preview Song</source>
+      <translation>Lied bearbeiten und wieder anzeigen</translation></message>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="201"/>
+      <source>Delay between slides in seconds</source>
+      <translation>Pause zwischen den Folien in Sekunden</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="272"/>
+      <source>&amp;Edit</source>
+      <translation>&amp;Bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="612"/>
+      <source>Vertical</source>
+      <translation>Vertikal</translation></message>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="655"/>
+      <source>Width:</source>
+      <translation>Breite:</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="180"/>
+      <source>You are unable to delete the default theme!</source>
+      <translation>Sie können das Standarddesign nicht löschen!</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="121"/>
+      <source>Use the global theme, overriding any themes associated with either the service or the songs.</source>
+      <translation>Das Standarddesign immer verwenden, unabhängig vom Lieddesign oder Ablaufdesign</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="286"/>
+      <source>Version:</source>
+      <translation>Version:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="117"/>
+      <source>OpenLP &lt;version&gt; build &lt;revision&gt; - Open Source Lyrics Projection
+
+OpenLP is free church presentation software, or lyrics projection software, used to display slides of songs, Bible verses, videos, images, and even presentations (if OpenOffice.org, PowerPoint or PowerPoint Viewer is installed) for church worship using a computer and a data projector.
+
+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>
+      <translation>OpenLP &lt;version&gt; build &lt;revision&gt; - Open Source Liedprojekt
+
+OpenLP ist eine kostenlose Präsentationssoftware für Kirchen, mit der Lieder, Bibeltexte, Videos, bilder und sogar Präsentationen (falls OpenOffice.org, PowerPoint oder PowerPoint Viewer installiert ist) für die man nur einen Computer und einen Beamer braucht.
+
+Mehr Informationen über OpenLP: http://de.openlp.org/
+
+OpenLP wird von Freiwilligen entwickelt und verwaltet. Wenn Sie christliche Software fördern wollen, freuen wir uns über Ihre Spende.</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="158"/>
+      <source>OpenLP 2.0</source>
+      <translation>OpenLP 2.0</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="117"/>
+      <source>New Service</source>
+      <translation>Neuer Ablauf</translation></message>
+  </context>
+  <context>
+    <name>Ui_TopicsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/topicsdialog.py" line="63"/>
+      <source>Topic name:</source>
+      <translation>Thema:</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="362"/>
+      <source>File is not a valid theme!</source>
+      <translation>Diese Datei ist kein gültiges Design!</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="343"/>
+      <source>License Details</source>
+      <translation>Lizenz-Details</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="548"/>
+      <source>License</source>
+      <translation>Lizenz</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="437"/>
+      <source>R&amp;emove</source>
+      <translation>&amp;Entfernen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="681"/>
+      <source>Middle</source>
+      <translation>Mittig</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="159"/>
+      <source>Save</source>
+      <translation>Speichern</translation></message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditform.py" line="87"/>
+      <source>Item selected to Edit</source>
+      <translation>Element zum bearbeiten ausgewählt</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="291"/>
+      <source>From:</source>
+      <translation>Von:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="672"/>
+      <source>Shadow Color:</source>
+      <translation>Schatten Farbe</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="203"/>
+      <source>&amp;Notes</source>
+      <translation>&amp;Notizen</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="368"/>
+      <source>E&amp;xit</source>
+      <translation>&amp;Beenden</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="305"/>
+      <source>Close</source>
+      <translation>Schließen</translation></message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="552"/>
+      <source>OpenLP Version Updated</source>
+      <translation>OpenLP-Version aktualisiert</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="160"/>
+      <source>Replace edited slide</source>
+      <translation>Geänderte Folie ersetzen</translation></message>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="154"/>
+      <source>Add new slide at bottom</source>
+      <translation>Neue Folie am Ende</translation></message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomform.py" line="252"/>
+      <source>You need to enter a title</source>
+      <translation>Sie müssen eine Titel eingeben</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="444"/>
+      <source>Theme Exists</source>
+      <translation>Design existiert</translation><translatorcomment>ich weiß nicht, wo dieser Dialog auftaucht. Aber vielleicht kann hier auch "design existiert bereits" genommen werden?!</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="343"/>
+      <source>&amp;Help</source>
+      <translation>&amp;Hilfe</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="122"/>
+      <source>Bridge</source>
+      <translation>Bridge</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="288"/>
+      <source>OpenSong Song Exporter</source>
+      <translation>OpenSong Lied Export</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="679"/>
+      <source>Vertical Align:</source>
+      <translation>Vertikale Ausrichtung:</translation></message>
+  </context>
+  <context>
+    <name>TestMediaManager</name>
+    <message>
+      <location filename="openlp/core/test/test_mediamanageritem.py" line="74"/>
+      <source>Item2</source>
+      <translation>Element2</translation></message>
+    <message>
+      <location filename="openlp/core/test/test_mediamanageritem.py" line="72"/>
+      <source>Item1</source>
+      <translation>Element1</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="680"/>
+      <source>Top</source>
+      <translation>Oben</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="166"/>
+      <source>Display Dual Bible Verses</source>
+      <translation>Anzeige von dualen Bibelversen</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="389"/>
+      <source>Toggle Service Manager</source>
+      <translation>Ablaufmanager ein/ausblenden</translation><translatorcomment>Ablaufverwaltung oder Ablaufmanager?</translatorcomment></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="287"/>
+      <source>&amp;Add to Service</source>
+      <translation>&amp;Zum Ablauf hinzufügen</translation></message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemeform.py" line="639"/>
+      <source>First  Color:</source>
+      <translation>Erste  Farbe:</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="111"/>
+      <source>Song level</source>
+      <translation>Lied-Ebene</translation><translatorcomment>Jetzt einheitlich (Gotttesdienst-Ebene, Lied-Ebene, Global-Ebene)</translatorcomment></message>
+  </context>
+  <context>
+    <name>alertsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/alerts/alertsplugin.py" line="68"/>
+      <source>Show an alert message</source>
+      <translation>Zeige einen Hinweis</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="405"/>
+      <source>Ctrl+F1</source>
+      <translation>Strg+F1</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="366"/>
+      <source>Save the current service under a new name</source>
+      <translation>Aktuellen Ablauf unter neuem Namen speichern</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="301"/>
+      <source>Remove Selected</source>
+      <translation>Ausgewählten Entfernen</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="86"/>
+      <source>Delete theme</source>
+      <translation>Design löschen</translation></message>
+  </context>
+  <context>
+    <name>ImageTab</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/imagetab.py" line="66"/>
+      <source>Image Settings</source>
+      <translation>Bildeinstellungen</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="103"/>
+      <source>OpenSong Song Importer</source>
+      <translation>OpenSong Lied Importer</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="72"/>
+      <source>&amp;Extract recorded data</source>
+      <translation>&amp;Entpacke aufgezeichnete Daten</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="226"/>
+      <source>Font Name:</source>
+      <translation>Schriftart:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="407"/>
+      <source>&amp;Web Site</source>
+      <translation>&amp;Webseite</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="245"/>
+      <source>Send the selected item live</source>
+      <translation>Ausgewähltes Element Live anzeigen</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="339"/>
+      <source>M&amp;ode</source>
+      <translation>M&amp;odus</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="410"/>
+      <source>Translate the interface to your language</source>
+      <translation>Übersetzen Sie die Oberfläche in Ihre Sprache</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="347"/>
+      <source>Service Manager</source>
+      <translation>Ablaufverwaltung</translation></message>
+  </context>
+  <context>
+    <name>CustomMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/custom/lib/mediaitem.py" line="70"/>
+      <source>Custom</source>
+      <translation>Sonderfolien</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="168"/>
+      <source>No items selected...</source>
+      <translation>Kein Element ausgewählt...</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="322"/>
+      <source>OSIS</source>
+      <translation>OSIS</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="157"/>
+      <source>openlp.org 1.0</source>
+      <translation>openlp.org 1.0</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="373"/>
+      <source>&amp;Theme</source>
+      <translation>&amp;Design</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="112"/>
+      <source>Edit Verse</source>
+      <translation>Bearbeite Vers</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="374"/>
+      <source>&amp;Language</source>
+      <translation>&amp;Sprache</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="171"/>
+      <source>Move to end</source>
+      <translation>Zum Ende schieben</translation></message>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="392"/>
+      <source>Your service is unsaved, do you want to save those changes before creating a new one ?</source>
+      <translation>Ihr Abllauf ist nicht gespeichert, wollen Sie die Änderungen speichern, bevor Sie einen neuen erstellen?</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="301"/>
+      <source>Remove Selected</source>
+      <translation>Ausgewählte entfernen</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="140"/>
+      <source>Search:</source>
+      <translation>Suche:</translation></message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="626"/>
+      <source>Save Changes to Service?</source>
+      <translation>Änderungen am Ablauf speichern?</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="627"/>
+      <source>Your service has changed, do you want to save those changes?</source>
+      <translation>Ihr Ablauf würde verändert, möchten Sie die Änderungen speichern?</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="428"/>
+      <source>Invalid verse entry - values must be Numeric, I,B,C,T,P,E,O</source>
+      <translation>Ingültige Versangabe: Verse müssen numerisch sein, I,B,C,T,P,E,O</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="431"/>
+      <source>&amp;Add to Song</source>
+      <translation>Zum Lied &amp;hinzufügen</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="402"/>
+      <source>&amp;About</source>
+      <translation>&amp;Ãœber</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="153"/>
+      <source>Only show new chapter numbers</source>
+      <translation>Zeige nur neue Kapitelnummern</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="149"/>
+      <source>You need to specify a version name for your Bible!</source>
+      <translation>Sie müssen den Namen der Bibelübersetzung angeben!</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="66"/>
+      <source>Delete</source>
+      <translation>Löschen</translation></message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomform.py" line="145"/>
+      <source>Error</source>
+      <translation>Fehler</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="117"/>
+      <source>Use the theme from the service, overriding any of the individual songs' themes. If the service doesn't have a theme, then use the global theme.</source>
+      <translation>Nutze das dem Ablauf zugewiesene Design, das im Lied eingestellte Design wird ignoriert. Wenn dem Ablauf kein Design zugeordnet ist, dann wird das Standarddesign verwendet.</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="242"/>
+      <source>This topic can't be deleted, it is currently assigned to at least one song!</source>
+      <translation>Dieses Thema kann nicht gelöscht werden, da es momentan mindestens einem Lied zugeordnet ist!</translation></message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditform.py" line="127"/>
+      <source>Item selected to Add</source>
+      <translation>Ausgewähltes Element hinzufügen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="677"/>
+      <source>Right</source>
+      <translation>Rechts</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="224"/>
+      <source>Save Theme - (%s)</source>
+      <translation>Speichere Design - (%s)</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="104"/>
+      <source>Allow background of live slide to be overridden</source>
+      <translation>Erlaubt den Hintergrund einer Live-Folie zu überschreiben</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="250"/>
+      <source>Add the selected item(s) to the service</source>
+      <translation>Füge Element(e) zum Ablauf hinzu</translation></message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsform.py" line="93"/>
+      <source>Error</source>
+      <translation>Fehler</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="288"/>
+      <source>Book:</source>
+      <translation>Buch:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="643"/>
+      <source>Font Color:</source>
+      <translation>Schriftfarbe:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="289"/>
+      <source>Select openlp.org songfile to import:</source>
+      <translation>Openlp.org Lieddatei für den Import auswählen:</translation></message>
+  </context>
+  <context>
+    <name>Ui_SettingsDialog</name>
+    <message>
+      <location filename="openlp/core/ui/settingsdialog.py" line="62"/>
+      <source>Settings</source>
+      <translation>Einstellungen</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="154"/>
+      <source>Layout Style:</source>
+      <translation>Versdarstellung:</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="226"/>
+      <source>Edit the selected</source>
+      <translation>Auswahl bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="166"/>
+      <source>Move to next</source>
+      <translation>Verschiebe zum Nächsten</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="398"/>
+      <source>&amp;Plugin List</source>
+      <translation>&amp;Plugin-Liste</translation></message>
+  </context>
+  <context>
+    <name>BiblePlugin</name>
+    <message>
+      <location filename="openlp/plugins/bibles/bibleplugin.py" line="83"/>
+      <source>&amp;Bible</source>
+      <translation>&amp;Bibel</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="325"/>
+      <source>Web Download</source>
+      <translation>Internetdownload</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="611"/>
+      <source>Horizontal</source>
+      <translation>Horizontal</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="183"/>
+      <source>Open OSIS file</source>
+      <translation>Öffne OSIS-Datei</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="613"/>
+      <source>Circular</source>
+      <translation>Radial</translation></message>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="645"/>
+      <source>pt</source>
+      <translation>pt</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="414"/>
+      <source>&amp;Add Tool...</source>
+      <translation>&amp;Werkzeug hinzufügen...</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="240"/>
+      <source>Delete Topic</source>
+      <translation>Lösche Thema</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="164"/>
+      <source>Move up</source>
+      <translation>Nach oben verschieben</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="294"/>
+      <source>Lyrics</source>
+      <translation>Liedtext</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="160"/>
+      <source>No brackets</source>
+      <translation>Keine Klammern</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="61"/>
+      <source>Maintain Alerts</source>
+      <translation>Hinweise verwalten</translation><translatorcomment>Mit "Hinweis" übersetzt: a) es geht nur eine Übersetzung (Hinweis oder Alarm). b) in 1.2 heißt es auch "Hinweis"</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="671"/>
+      <source>px</source>
+      <translation>px</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="131"/>
+      <source>Select a theme for the service</source>
+      <translation>Design für den Ablauf auswählen</translation></message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="openlp/core/ui/themestab.py" line="40"/>
+      <source>Themes</source>
+      <translation>Designs</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="170"/>
+      <source>Move to bottom</source>
+      <translation>Nach ganz unten verschieben</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="106"/>
+      <source>Status:</source>
+      <translation>Status:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="446"/>
+      <source>CCLI Number:</source>
+      <translation>CCLI-Nummer:</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="167"/>
+      <source>This Bible already exists! Please import a different Bible or first delete the existing one.</source>
+      <translation>Diese Bibel ist bereits vorhanden! Bitte importieren Sie eine andere Bibel oder löschen Sie die bereits vorhandene.</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="408"/>
+      <source>&amp;Translate</source>
+      <translation>&amp;Ãœbersetzte</translation></message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditform.py" line="88"/>
+      <source>Please Save or Clear seletced item</source>
+      <translation>Bitte Ausgewähltes Element speichern oder aufräumen</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="48"/>
+      <source>Bibles</source>
+      <translation>Bibeln</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="212"/>
+      <source>Authors</source>
+      <translation>Autoren</translation></message>
+  </context>
+  <context>
+    <name>SongUsageDetailForm</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedetailform.py" line="59"/>
+      <source>Output File Location</source>
+      <translation>Ablageort für Aufnahme wählen</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="162"/>
+      <source>{ and }</source>
+      <translation>{ und }</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="161"/>
+      <source>Prompt to save Service before starting New</source>
+      <translation>Auffordern den Ablauf zu speichern, bevor ein neuer gestartet wird</translation><translatorcomment>"Auffordern den Ablauf zu speichern, bevor ein neuer gestartet wird" ist zu lang. Mein Vorschlag gefällt mir leider auch nicht hundertprozentig. Andere Ideen?</translatorcomment></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="313"/>
+      <source>Starting import...</source>
+      <translation>Starte import ...</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="165"/>
+      <source>Note:
+Changes don't affect verses already in the service</source>
+      <translation>Notiz:
+Änderungen werden nicht für bereits im Ablauf vorhandene Verse berücksichtigt.</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="126"/>
+      <source>Intro</source>
+      <translation>Intro</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="165"/>
+      <source>Move up order</source>
+      <translation>Verschiebe Reihenfolge nach oben</translation></message>
+  </context>
+  <context>
+    <name>PresentationTab</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/presentationtab.py" line="96"/>
+      <source>available</source>
+      <translation>verfügbar</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="275"/>
+      <source>default</source>
+      <translation>Standard</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="227"/>
+      <source>Delete Author</source>
+      <translation>Lösche Autor</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="651"/>
+      <source>Display Location</source>
+      <translation>Anzeige Ort</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="103"/>
+      <source>Version:</source>
+      <translation>Version:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="64"/>
+      <source>Add</source>
+      <translation>Füge hinzu ...</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="40"/>
+      <source>General</source>
+      <translation>Allgemein</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="654"/>
+      <source>Y Position:</source>
+      <translation>Y-Position:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="168"/>
+      <source>Move down order</source>
+      <translation>Verschiebe Reihenfolge nach unten</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="157"/>
+      <source>verse per slide</source>
+      <translation>Verszahl pro Folie</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="673"/>
+      <source>Show Shadow:</source>
+      <translation>Schatten anzeigen</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="236"/>
+      <source>Preview</source>
+      <translation>Vorschau</translation></message>
+  </context>
+  <context>
+    <name>alertsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/alerts/alertsplugin.py" line="98"/>
+      <source>&lt;b&gt;Alerts Plugin&lt;/b&gt;&lt;br&gt;This plugin controls the displaying of alerts on the presentations screen</source>
+      <translation>&lt;b&gt;Hinweis-Plugin&lt;/b&gt;&lt;br&gt;Dieses Plugin ermöglicht Hinweise auf dem Projektionsbildschirm anzuzeigen</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="159"/>
+      <source>Show the splash screen</source>
+      <translation>Zeige den Startbildschirm</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="351"/>
+      <source>New Service</source>
+      <translation>Neuer Ablauf</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="160"/>
+      <source>Move to first</source>
+      <translation>Ganz nach vorn verschieben</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="406"/>
+      <source>&amp;Online Help</source>
+      <translation>&amp;Online Hilfe</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="175"/>
+      <source>Blank Screen</source>
+      <translation type="unfinished">Live Bild abschalten</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="359"/>
+      <source>Save Service</source>
+      <translation>Ablauf speichern</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="363"/>
+      <source>Save &amp;As...</source>
+      <translation>Speichern &amp;als...</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="380"/>
+      <source>Toggle the visibility of the Media Manager</source>
+      <translation>Medien Verwaltung ein/ausschalten</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="352"/>
+      <source>No Book Found</source>
+      <translation>Kein Buch gefunden</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="423"/>
+      <source>Add</source>
+      <translation>Hinzufügen</translation></message>
+  </context>
+  <context>
+    <name>alertsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/alerts/alertsplugin.py" line="67"/>
+      <source>&amp;Alert</source>
+      <translation>&amp;Hinweis</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="225"/>
+      <source>Advanced</source>
+      <translation>Erweitert</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="146"/>
+      <source>Image(s)</source>
+      <translation>Bild(er)</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="397"/>
+      <source>F11</source>
+      <translation>F11</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="386"/>
+      <source>F10</source>
+      <translation>F10</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="367"/>
+      <source>F12</source>
+      <translation>F12</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="320"/>
+      <source>Select the import format, and where to import from.</source>
+      <translation>Wähle das Import Format und woher der Import erfolgen soll.</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="400"/>
+      <source>Alt+F7</source>
+      <translation>Alt+F7</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="416"/>
+      <source>Add an application to the list of tools</source>
+      <translation>Füge eine Anwendung zur Liste der Werkzeuge hinzu</translation></message>
+  </context>
+  <context>
+    <name>MediaPlugin</name>
+    <message>
+      <location filename="openlp/plugins/media/mediaplugin.py" line="78"/>
+      <source>&lt;b&gt;Media Plugin&lt;/b&gt;&lt;br&gt;This plugin allows the playing of audio and video media</source>
+      <translation>&lt;b&gt;Medien Plugin&lt;/b&gt;&lt;br&gt;Dieses Plugin ermöglicht das Abspielen von Audio und Video Material</translation></message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/biblestab.py" line="156"/>
+      <source>Bible Theme:</source>
+      <translation>Bibeldesign:</translation></message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/songs/songsplugin.py" line="117"/>
+      <source>Export songs in openlp.org 1.0 format</source>
+      <translation>Exportiere Lieder in das openlp.org 1.0 Format</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="349"/>
+      <source>Theme Manager</source>
+      <translation>Designmanager</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="40"/>
+      <source>Alerts</source>
+      <translation>Hinweise</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="150"/>
+      <source>Move slide down 1</source>
+      <translation>Folie um 1 nach unten verschieben</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="642"/>
+      <source>Font:</source>
+      <translation>Schriftart:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="121"/>
+      <source>Load an existing service</source>
+      <translation>Öffne Ablauf</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="385"/>
+      <source>Toggle the visibility of the Theme Manager</source>
+      <translation>Design Manager ein/ausschalten</translation></message>
+  </context>
+  <context>
+    <name>PresentationTab</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/presentationtab.py" line="40"/>
+      <source>Presentations</source>
+      <translation>Präsentationen</translation></message>
+  </context>
+  <context>
+    <name>SplashScreen</name>
+    <message>
+      <location filename="openlp/core/ui/splashscreen.py" line="33"/>
+      <source>Starting</source>
+      <translation>Starte ...</translation></message>
+  </context>
+  <context>
+    <name>ImageTab</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/imagetab.py" line="67"/>
+      <source>Slide Loop Delay:</source>
+      <translation>Zeitverzögerung bis zur nächsten Folie:</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="450"/>
+      <source>Verse</source>
+      <translation>Vers</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="231"/>
+      <source>Alert timeout:</source>
+      <translation>Anzeigedauer:</translation><translatorcomment>Frei übersetzt</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="417"/>
+      <source>&amp;Preview Pane</source>
+      <translation>&amp;Vorschaubereich</translation><translatorcomment>Habe es mit "&amp;Vorschaubreich" (und nicht Vorschau Fenster) übersetzt (vereinheitlicht)</translatorcomment></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="220"/>
+      <source>Add a new</source>
+      <translation>Neues anfügen</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="246"/>
+      <source>Select Theme Import File</source>
+      <translation>Wähle Datei für Design Import</translation></message>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="504"/>
+      <source>New Theme</source>
+      <translation>Neues Design</translation></message>
+  </context>
+  <context>
+    <name>MediaMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/media/lib/mediaitem.py" line="84"/>
+      <source>Media</source>
+      <translation>Medien</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="688"/>
+      <source>Preview</source>
+      <translation>Vorschau</translation></message>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="665"/>
+      <source>Outline Size:</source>
+      <translation>Randbreite:</translation><translatorcomment>Habe ich mal von Randgröße zu Randbreite geändert. Ein Rand ist breit, aber nicht groß.</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="302"/>
+      <source>Progress:</source>
+      <translation>Fortschritt:</translation></message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemeform.py" line="640"/>
+      <source>Second Color:</source>
+      <translation>Zweite Farbe:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="450"/>
+      <source>Theme, Copyright Info &amp;&amp; Comments</source>
+      <translation>Design, Copyrightinformationen &amp;&amp; Kommentare</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="155"/>
+      <source>Credits</source>
+      <translation>Credits</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="292"/>
+      <source>To:</source>
+      <translation>Bis:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="438"/>
+      <source>Song Book</source>
+      <translation>Liederbuch</translation></message>
+  </context>
+  <context>
+    <name>alertsPlugin</name>
+    <message>
+      <location filename="openlp/plugins/alerts/alertsplugin.py" line="69"/>
+      <source>F7</source>
+      <translation>F7</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="299"/>
+      <source>Author</source>
+      <translation>Autor</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="622"/>
+      <source>Wrap Indentation</source>
+      <translation>Einzug nach Zeilenumbruch:</translation><translatorcomment>this option shifts the text after the 1st line to the right
+&gt;what exactly does this option do?</translatorcomment></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="67"/>
+      <source>Import a theme</source>
+      <translation>Design importieren</translation></message>
+  </context>
+  <context>
+    <name>PresentationPlugin</name>
+    <message>
+      <location filename="openlp/plugins/presentations/presentationplugin.py" line="112"/>
+      <source>&lt;b&gt;Presentation Plugin&lt;/b&gt; &lt;br&gt; Delivers the ability to show presentations using a number of different programs.  The choice of available presentation programs is available to the user in a drop down box.</source>
+      <translation>&lt;b&gt;Präsentations-Plugin&lt;/b&gt; &lt;br&gt;Ermöglicht es, Präsentationen vieler verschiedener Programme in OpenLP einzubinden. Die verfügbaren Programme sind in der Drop-Down-Liste zu finden.</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="59"/>
+      <source>Image</source>
+      <translation>Bild</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="299"/>
+      <source>Clear</source>
+      <translation>Abbrechen</translation><translatorcomment>In V1 mit "Abbrechen" übersetzt</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="364"/>
+      <source>Save Service As</source>
+      <translation>Speicher Gottesdienst unter</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="71"/>
+      <source>Cancel</source>
+      <translation>Abbrechen</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="304"/>
+      <source>Import</source>
+      <translation>Importieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="124"/>
+      <source>Chorus</source>
+      <translation>Refrain</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="425"/>
+      <source>Edit All</source>
+      <translation>Alles Bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsform.py" line="87"/>
+      <source>You need to type in the last name of the author.</source>
+      <translation>Sie müssen den Nachnamen des Autors eingeben.</translation></message>
+  </context>
+  <context>
+    <name>SongsTab</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/songstab.py" line="64"/>
+      <source>Songs Mode</source>
+      <translation>Liedermodus</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="676"/>
+      <source>Left</source>
+      <translation>Links</translation></message>
+  </context>
+  <context>
+    <name>RemotesPlugin</name>
+    <message>
+      <location filename="openlp/plugins/remotes/remoteplugin.py" line="81"/>
+      <source>&lt;b&gt;Remote Plugin&lt;/b&gt;&lt;br&gt;This plugin provides the ability to send messages to a running version of openlp on a different computer.&lt;br&gt;The Primary use for this would be to send alerts from a creche</source>
+      <translation>&lt;b&gt;Fernsteuerungs-Plugin&lt;/b&gt;&lt;br&gt;Dieses Plugin ermöglicht es Nachrichten zu einer laufenden OpenLP Anwendung auf einem anderen Computer zu senden.&lt;br&gt;Eine Anwendung kann kann z. B. das Senden von Hinweisen aus der Sonntagsschule sein.</translation></message>
+  </context>
+  <context>
+    <name>ImageTab</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/imagetab.py" line="39"/>
+      <source>Images</source>
+      <translation>Bilder</translation></message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="290"/>
+      <source>Verse:</source>
+      <translation>Vers:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="288"/>
+      <source>openlp.org Song Exporter</source>
+      <translation>openlp.org-Song-Exporter</translation></message>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="297"/>
+      <source>Song Export List</source>
+      <translation>Lied Export Liste</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="96"/>
+      <source>Export theme</source>
+      <translation>Design exportieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="223"/>
+      <source>Delete</source>
+      <translation>Löschen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="599"/>
+      <source>Theme Name:</source>
+      <translation>Designname:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="116"/>
+      <source>About OpenLP</source>
+      <translation>Ãœber OpenLP</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="391"/>
+      <source>Toggle the visibility of the Service Manager</source>
+      <translation>Ablaufverwaltung ein/ausblenden</translation></message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/mediaitem.py" line="125"/>
+      <source>A presentation with that filename already exists.</source>
+      <translation>Eine Präsentation mit diesem Dateinamen existiert bereits.</translation><translatorcomment>entweder "schon" oder "bereits"</translatorcomment></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="237"/>
+      <source>openlp.org</source>
+      <translation>openlp.org</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="120"/>
+      <source>Invalid Books File</source>
+      <translation>Ungültige Bücherdatei</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="298"/>
+      <source>Song Title</source>
+      <translation>Liedtitel</translation><translatorcomment>Wird zusammen geschrieben</translatorcomment></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="283"/>
+      <source>&amp;Show Live</source>
+      <translation>&amp;Zeige Live</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="234"/>
+      <source>Keep History:</source>
+      <translation>Verlauf erhalten:</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="609"/>
+      <source>Image:</source>
+      <translation>Bild:</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="166"/>
+      <source>Set Theme for Slides</source>
+      <translation>Setze Design für Folien</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="404"/>
+      <source>More information about OpenLP</source>
+      <translation>Mehr Informationen über OpenLP</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="228"/>
+      <source>Background Color:</source>
+      <translation>Hintergrundfarbe:</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="244"/>
+      <source>No topic selected!</source>
+      <translation>Kein Thema ausgewählt!</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="377"/>
+      <source>&amp;Media Manager</source>
+      <translation>&amp;Medienmanager</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="342"/>
+      <source>&amp;Tools</source>
+      <translation>&amp;Extras</translation></message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemeform.py" line="624"/>
+      <source>Background Color:</source>
+      <translation>Hintergrundfarbe:</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="436"/>
+      <source>A&amp;dd to Song</source>
+      <translation>Zum Lied &amp;hinzufügen</translation></message>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="419"/>
+      <source>Title:</source>
+      <translation>Titel:</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="197"/>
+      <source>Screen</source>
+      <translation>Bildschirm</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="232"/>
+      <source>s</source>
+      <translation>s</translation></message>
+  </context>
+  <context>
+    <name>ImagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/images/imageplugin.py" line="59"/>
+      <source>&lt;b&gt;Image Plugin&lt;/b&gt;&lt;br&gt;Allows images of all types to be displayed.  If a number of images are selected together and presented on the live controller it is possible to turn them into a timed loop.&lt;br&lt;br&gt;From the plugin if the &lt;i&gt;Override background&lt;/i&gt; is chosen and an image is selected any somgs which are rendered will use the selected image from the background instead of the one provied by the theme.&lt;br&gt;</source>
+      <translation>&lt;b&gt;Bilder Plugin&lt;/b&gt;&lt;br&gt;Dieses Plugin ermöglicht die Anzeige von Bildern. Wenn mehrere Bilder gemeinsam ausgewählt und präsentiert werden, ist es möglich sie als Dia Show zu zeigen.&lt;br&gt;&lt;br&gt;Wird die Option &lt;i&gt;Hintergrund ersetzen&lt;/i&gt; ausgewählt, wird für alle Lieder das ausgewählte Bild als Hintergrund gewählt.&lt;br&gt;</translation></message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alerteditdialog.py" line="63"/>
+      <source>Clear</source>
+      <translation>Abbrechen</translation><translatorcomment>In V1 mit "Abbrechen" übersetzt</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="351"/>
+      <source>Please wait while your Bible is imported.</source>
+      <translation>Bitte warten Sie während Ihre Bibel importiert wird.</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="380"/>
+      <source>No items selected...</source>
+      <translation>Kein Element ausgewählt...</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="300"/>
+      <source>Select All</source>
+      <translation>Alles auswählen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="640"/>
+      <source>Font Main</source>
+      <translation>Hauptschriftart</translation></message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/images/lib/mediaitem.py" line="64"/>
+      <source>Images (*.jpg *jpeg *.gif *.png *.bmp)</source>
+      <translation>Bilder (*.jpg *.jpeg *.gif *.png *.bmp)</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="295"/>
+      <source>Title</source>
+      <translation>Titel</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="289"/>
+      <source>Select OpenSong song folder:</source>
+      <translation>Wählen Sie einen OpenSong-Liederordner:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="378"/>
+      <source>Toggle Media Manager</source>
+      <translation>Medienmanager ein/ausblenden</translation></message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="openlp/plugins/songusage/songusageplugin.py" line="61"/>
+      <source>&amp;Song Usage</source>
+      <translation>Lieder Statistik</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="154"/>
+      <source>Monitors</source>
+      <translation>Monitore</translation></message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomform.py" line="256"/>
+      <source>You need to enter a slide</source>
+      <translation>Sie müssen eine Folie eingeben</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="213"/>
+      <source>Topics</source>
+      <translation>Themen</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="112"/>
+      <source>You need to specify a file to import your Bible from!</source>
+      <translation>Es muss eine Datei ausgewählt werden, von der die Bibel importiert werden soll!</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editversedialog.py" line="113"/>
+      <source>Verse Type</source>
+      <translation>Vers Art</translation></message>
+  </context>
+  <context>
+    <name>OpenSongBible</name>
+    <message>
+      <location filename="openlp/plugins/bibles/lib/opensong.py" line="96"/>
+      <source>Importing</source>
+      <translation>Importiere...</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="447"/>
+      <source>Comments</source>
+      <translation>Kommentare</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="239"/>
+      <source>Bottom</source>
+      <translation>Unten</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="352"/>
+      <source>Create a new Service</source>
+      <translation>Erstelle neuen Ablauf</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="238"/>
+      <source>Top</source>
+      <translation>Oben</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="207"/>
+      <source>&amp;Preview Verse</source>
+      <translation>Vers in der &amp;Vorschau zeigen</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="104"/>
+      <source>TextLabel</source>
+      <translation>Text Beschriftung</translation></message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="openlp/plugins/alerts/forms/alertstab.py" line="229"/>
+      <source>Font Size:</source>
+      <translation>Schriftgröße:</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="105"/>
+      <source>About:</source>
+      <translation>Ãœber:</translation></message>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="108"/>
+      <source>Inactive</source>
+      <translation>Inaktiv</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="303"/>
+      <source>Ready to export</source>
+      <translation>Bereit zum Exportieren</translation></message>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="304"/>
+      <source>Export</source>
+      <translation>Exportieren</translation></message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="openlp/core/ui/plugindialog.py" line="101"/>
+      <source>Plugin List</source>
+      <translation>Plugin-Liste</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="684"/>
+      <source>Transition Active:</source>
+      <translation>Übergang aktivieren:</translation><translatorcomment>bewusst so übersetzt (also nicht "Übergang aktiv")</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="342"/>
+      <source>Proxy Server (Optional)</source>
+      <translation>Proxy-Server (optional)</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="434"/>
+      <source>&amp;Manage Authors, Topics, Books</source>
+      <translation>Verwalte Autoren, Themen, Bücher</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDetailDialog</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedetaildialog.py" line="88"/>
+      <source>Audit Detail Extraction</source>
+      <translation/>
+    <translatorcomment>Muss nicht übersetzt werden!</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="303"/>
+      <source>Ready to export</source>
+      <translation>Bereit zum Exportieren</translation></message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomform.py" line="84"/>
+      <source>Save &amp;&amp; Preview</source>
+      <translation>Speichern &amp;&amp; Vorschau</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="300"/>
+      <source>Select All</source>
+      <translation>Alle auswählen</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDetailDialog</name>
+    <message>
+      <location filename="openlp/plugins/songusage/forms/songusagedetaildialog.py" line="90"/>
+      <source>to</source>
+      <translation>zu</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="644"/>
+      <source>Size:</source>
+      <translation>Größe:</translation></message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="584"/>
+      <source>OpenLP Main Display Blanked</source>
+      <translation type="unfinished">Hauptbildschirm abgedunkelt</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpimportdialog.py" line="301"/>
+      <source>Remove Selected</source>
+      <translation>Ausgewählte Einträgel entfernen</translation></message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongdialog.py" line="426"/>
+      <source>Delete</source>
+      <translation>Löschen</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="138"/>
+      <source>You need to specify an OpenSong Bible file to import!</source>
+      <translation>Es muss eine OpenSong Bibel-Datei ausgewählt werden, die importiert werden soll!</translation></message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/mediaitem.py" line="125"/>
+      <source>File exists</source>
+      <translation>Datei existiert bereits</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/openlpexportdialog.py" line="295"/>
+      <source>Title</source>
+      <translation>Titel</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongimportdialog.py" line="106"/>
+      <source>Ready to import</source>
+      <translation>Bereit zum Importieren</translation></message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="194"/>
+      <source>Stop continuous loop</source>
+      <translation>Endlosschleife beenden</translation><translatorcomment>Also mir gefällt ja nur "Schleife beenden" besser (vgl. Start continuous loop)</translatorcomment></message>
+    <message>
+      <location filename="openlp/core/ui/slidecontroller.py" line="200"/>
+      <source>s</source>
+      <translation>s</translation></message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/mediaitem.py" line="71"/>
+      <source>Song Maintenance</source>
+      <translation>Liedverwaltung</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="155"/>
+      <source>Edit</source>
+      <translation>Bearbeiten</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="610"/>
+      <source>Gradient :</source>
+      <translation>Farbverlauf :</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="128"/>
+      <source>Invalid Verse File</source>
+      <translation>Ungültige Liedtext Datei</translation></message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/editsongform.py" line="478"/>
+      <source>Error</source>
+      <translation>Fehler</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="153"/>
+      <source>Add New</source>
+      <translation>Neues anfügen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/authorsdialog.py" line="77"/>
+      <source>Display name:</source>
+      <translation>Anzeige Name:</translation></message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenanceform.py" line="241"/>
+      <source>Are you sure you want to delete the selected topic?</source>
+      <translation>Soll der gewählte Eintrag wirklich gelöscht werden?</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="649"/>
+      <source>Bold/Italics</source>
+      <translation>Fett/Kursiv</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="211"/>
+      <source>Song Maintenance</source>
+      <translation>Liedverwaltung</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="313"/>
+      <source>Welcome to the Bible Import Wizard</source>
+      <translation>Willkommen beim Bibel Import Assistenten</translation></message>
+  </context>
+  <context>
+    <name>SongsTab</name>
+    <message>
+      <location filename="openlp/plugins/songs/lib/songstab.py" line="39"/>
+      <source>Songs</source>
+      <translation>Lieder</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="339"/>
+      <source>Password:</source>
+      <translation>Passwort:</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="382"/>
+      <source>&amp;Theme Manager</source>
+      <translation>&amp;Designmanager</translation></message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="openlp/core/lib/mediamanageritem.py" line="240"/>
+      <source>Preview the selected item</source>
+      <translation>Zeige das auswählte Element in der Vorschau an</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="346"/>
+      <source>Version Name:</source>
+      <translation>Bibelübersetzung:</translation><translatorcomment>Meint wohl die "Bibelübersetzung"</translatorcomment></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="134"/>
+      <source>About</source>
+      <translation>Ãœber</translation></message>
+  </context>
+  <context>
+    <name>MediaMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/media/lib/mediaitem.py" line="63"/>
+      <source>Select Media</source>
+      <translation>Medien auswählen</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="675"/>
+      <source>Horizontal Align:</source>
+      <translation>Horizontale Ausrichtung:</translation></message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="openlp/core/ui/servicemanager.py" line="201"/>
+      <source>&amp;Edit Item</source>
+      <translation>&amp;Bearbeite Element</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="603"/>
+      <source>Background Type:</source>
+      <translation>Hintergrundtyp</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="358"/>
+      <source>&amp;Save</source>
+      <translation>&amp;Speichern</translation></message>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="330"/>
+      <source>OpenLP 2.0</source>
+      <translation>OpenLP 2.0</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="445"/>
+      <source>A theme with this name already exists, would you like to overwrite it?</source>
+      <translation>Ein Design mit diesem Namen existiert bereits, soll es überschrieben werden?</translation></message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="openlp/plugins/presentations/lib/mediaitem.py" line="65"/>
+      <source>Select Presentation(s)</source>
+      <translation>Präsentation(en) auswählen</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="70"/>
+      <source>Export a theme</source>
+      <translation>Design exportieren</translation></message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemeform.py" line="208"/>
+      <source>Open file</source>
+      <translation>Datei öffnen</translation></message>
+  </context>
+  <context>
+    <name>Ui_TopicsDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/topicsdialog.py" line="62"/>
+      <source>Topic Maintenance</source>
+      <translation>Themenverwaltung</translation></message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="openlp/plugins/custom/forms/editcustomdialog.py" line="164"/>
+      <source>Clear edit area</source>
+      <translation>Aufräumen des Bearbeiten Bereiches</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="668"/>
+      <source>Show Outline:</source>
+      <translation>Rand anzeigen:</translation></message>
+  </context>
+  <context>
+    <name>SongBookForm</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songbookform.py" line="52"/>
+      <source>You need to type in a book name!</source>
+      <translation>Sie müssen ein Buchnamen eingeben!</translation></message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="195"/>
+      <source>Open OpenSong Bible</source>
+      <translation>Öffne OpenSong-Bibel</translation></message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="openlp/core/ui/mainwindow.py" line="375"/>
+      <source>Look &amp;&amp; &amp;Feel</source>
+      <translation>Aussehen</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="352"/>
+      <source>Ready.</source>
+      <translation>Fertig.</translation></message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="openlp/core/ui/thememanager.py" line="219"/>
+      <source>You have not selected a theme!</source>
+      <translation>Sie haben kein Design ausgewählt!</translation></message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/songmaintenancedialog.py" line="214"/>
+      <source>Books/Hymnals</source>
+      <translation>Bücher/Lieder</translation></message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="openlp/core/ui/aboutdialog.py" line="549"/>
+      <source>Contribute</source>
+      <translation>Mitwirken</translation></message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="openlp/core/ui/amendthemedialog.py" line="605"/>
+      <source>Gradient</source>
+      <translation>Farbverlauf</translation></message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="327"/>
+      <source>Books Location:</source>
+      <translation>Bücher Ablage:</translation></message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="openlp/plugins/songs/forms/opensongexportdialog.py" line="290"/>
+      <source>Full Song List</source>
+      <translation>Lieder Gesamtliste</translation></message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="openlp/core/ui/generaltab.py" line="166"/>
+      <source>SongSelect Password:</source>
+      <translation>SongSelect-Passwort:</translation></message>
+  </context>
+
+</TS>

=== modified file 'resources/i18n/openlp_en.ts'
--- resources/i18n/openlp_en.ts	2010-06-22 17:16:39 +0000
+++ resources/i18n/openlp_en.ts	2010-06-24 18:49:25 +0000
@@ -1,3730 +1,4856 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="1.1">
-<context>
-    <name>AboutForm</name>
-    <message>
-        <location filename="openlp/core/ui/aboutdialog.py" line="117"/>
-        <source>About OpenLP</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/aboutdialog.py" line="118"/>
-        <source>OpenLP &lt;version&gt;&lt;revision&gt; - Open Source Lyrics Projection
+<!DOCTYPE TS>
+<TS version="1.1">
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="141"/>
+      <source>Quick</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="162"/>
+      <source>Delete selected slide</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/biblestab.py" line="161"/>
+      <source>( and )</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>RemoteTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/remotes/lib/remotetab.py" line="39"/>
+      <source>Remotes</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="123"/>
+      <source>Save Service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="670"/>
+      <source>Shadow Size:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongexportdialog.py" line="305"/>
+      <source>Close</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="66"/>
+      <source>Import Theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="683"/>
+      <source>Slide Transition</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="166"/>
+      <source>Bible Exists</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/themestab.py" line="110"/>
+      <source>Theme level</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="68"/>
+      <source>Bible</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="391"/>
+      <source>Save Changes to Service?</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/songusageplugin.py" line="65"/>
+      <source>&amp;Delete recorded data</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpexportdialog.py" line="298"/>
+      <source>Song Title</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="156"/>
+      <source>Edit selected slide</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py" line="343"/>
+      <source>CCLI Licence: </source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDeleteDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/forms/songusagedeletedialog.py" line="60"/>
+      <source>Audit Delete</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="299"/>
+      <source>Clear</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="310"/>
+      <source>Bible Import Wizard</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="157"/>
+      <source>Edit All</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_ServiceNoteEdit</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/serviceitemdialog.py" line="49"/>
+      <source>Service Item Notes</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="185"/>
+      <source>Couldn't save your author!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="163"/>
+      <source>Clear</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/themestab.py" line="109"/>
+      <source>Global theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/songusageplugin.py" line="84"/>
+      <source>Start/Stop live song usage recording</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="585"/>
+      <source>The Main Display has been blanked out</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongexportdialog.py" line="294"/>
+      <source>Lyrics</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alertdialog.py" line="70"/>
+      <source>Display</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="161"/>
+      <source>Delete</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="229"/>
+      <source>This author can't be deleted, they are currently assigned to at least one song!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="57"/>
+      <source>Create a new theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="356"/>
+      <source>Open an existing service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="163"/>
+      <source>Move to previous</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="186"/>
+      <source>Edit and re-preview Song</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/plugindialog.py" line="102"/>
+      <source>Plugin Details</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alertstab.py" line="230"/>
+      <source>pt</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alertstab.py" line="235"/>
+      <source>Edit History:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="201"/>
+      <source>Delay between slides in seconds</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="165"/>
+      <source>Couldn't add your book!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/biblestab.py" line="158"/>
+      <source>verse per line</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="165"/>
+      <source>Theme:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="216"/>
+      <source>Error</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="333"/>
+      <source>Bible:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="121"/>
+      <source>You need to specify a file with books of the Bible to use in the import!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="62"/>
+      <source>Delete Theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SplashScreen</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/splashscreen.py" line="61"/>
+      <source>Splash Screen</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py" line="62"/>
+      <source>Song</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongUsageDeleteForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/forms/songusagedeleteform.py" line="44"/>
+      <source>Delete Selected Audit Events?</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongexportdialog.py" line="298"/>
+      <source>Song Title</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="294"/>
+      <source>Search</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="399"/>
+      <source>List the Plugins</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="231"/>
+      <source>No author selected!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/songusageplugin.py" line="154"/>
+      <source>&lt;b&gt;SongUsage Plugin&lt;/b&gt;&lt;br&gt;This plugin records the use of songs and when they have been used during a live service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="149"/>
+      <source>Move slide Up 1</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/songsplugin.py" line="156"/>
+      <source>OpenSong</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AlertsManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/lib/alertsmanager.py" line="83"/>
+      <source>Alert message created and delayed</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="420"/>
+      <source>Alternative Title:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="517"/>
+      <source>Open Service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/biblestab.py" line="155"/>
+      <source>Display Style:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="606"/>
+      <source>Image</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongform.py" line="403"/>
+      <source>You need to enter a song title.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="361"/>
+      <source>Error</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="111"/>
+      <source>Invalid Bible Location</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/themestab.py" line="120"/>
+      <source>Global level</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="91"/>
+      <source>Make Global</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="387"/>
+      <source>&amp;Service Manager</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpimportdialog.py" line="299"/>
+      <source>Author</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="656"/>
+      <source>Height:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="327"/>
+      <source>Books Location:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="63"/>
+      <source>Delete a theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="331"/>
+      <source>Crosswalk</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongBookForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songbookform.py" line="51"/>
+      <source>Error</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/authorsdialog.py" line="79"/>
+      <source>Last name:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="152"/>
+      <source>Title:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="157"/>
+      <source>You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py" line="72"/>
+      <source>Maintain the lists of authors, topics and books</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alerteditdialog.py" line="62"/>
+      <source>Save</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomform.py" line="259"/>
+      <source>You have unsaved data</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="292"/>
+      <source>To:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="664"/>
+      <source>Outline</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="296"/>
+      <source>Text Search</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpexportdialog.py" line="288"/>
+      <source>openlp.org Song Exporter</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/songusageplugin.py" line="67"/>
+      <source>Delete song usage to specified date</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDetailDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/forms/songusagedetaildialog.py" line="91"/>
+      <source>Report Location</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="324"/>
+      <source>OpenSong</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="355"/>
+      <source>Open Service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py" line="146"/>
+      <source>Titles</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py" line="62"/>
+      <source>Select Image(s)</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="282"/>
+      <source>Search Type:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="345"/>
+      <source>Media Manager</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="370"/>
+      <source>Alt+F4</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/mediamanageritem.py" line="278"/>
+      <source>&amp;Preview</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="163"/>
+      <source>CCLI Details</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="166"/>
+      <source>SongSelect Password:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="396"/>
+      <source>Toggle the visibility of the Preview Panel</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="254"/>
+      <source>Are you sure you want to delete the selected book?</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="401"/>
+      <source>&amp;User Guide</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongUsageDeleteForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/forms/songusagedeleteform.py" line="45"/>
+      <source>Are you sure you want to delete selected Audit Data?</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="413"/>
+      <source>Set the interface language to English</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="617"/>
+      <source>Main Font</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="156"/>
+      <source>Empty Copyright</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>CustomPlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/customplugin.py" line="70"/>
+      <source>&lt;b&gt;Custom Plugin&lt;/b&gt;&lt;br&gt;This plugin allows slides to be displayed on the screen in the same way songs are.  This plugin provides greater freedom over the songs plugin.&lt;br&gt;</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/authorsform.py" line="80"/>
+      <source>You need to type in the first name of the author.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongsTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/songstab.py" line="68"/>
+      <source>Display Verses on Live Tool bar:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="162"/>
+      <source>Move to top</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py" line="102"/>
+      <source>Override background</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenancedialog.py" line="222"/>
+      <source>Edit</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongexportdialog.py" line="300"/>
+      <source>Select All</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/themestab.py" line="112"/>
+      <source>Use the theme from each song in the database. If a song doesn't have a theme associated with it, then use the service's theme. If the service doesn't have a theme, then use the global theme.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/presentations/lib/mediaitem.py" line="62"/>
+      <source>Presentation</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="604"/>
+      <source>Solid Color</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>CustomTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/lib/customtab.py" line="39"/>
+      <source>Custom</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpimportdialog.py" line="303"/>
+      <source>Ready to import</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="549"/>
+      <source>OpenLP version %s has been updated to version %s
+
+You can obtain the latest version from http://openlp.org</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="326"/>
+      <source>File Location:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="226"/>
+      <source>Go to Verse</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="335"/>
+      <source>&amp;Import</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="369"/>
+      <source>Quit OpenLP</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="315"/>
+      <source>This wizard will help you to import Bibles from a variety of formats. Click the next button below to start the process by selecting a format to import from.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpexportdialog.py" line="295"/>
+      <source>Title</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="148"/>
+      <source>Empty Version Name</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="393"/>
+      <source>&amp;Preview Panel</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="191"/>
+      <source>Start continuous loop</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/aboutdialog.py" line="548"/>
+      <source>License</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="199"/>
+      <source>primary</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="443"/>
+      <source>Add a Theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="350"/>
+      <source>&amp;New</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="167"/>
+      <source>Credits:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="111"/>
+      <source>Live</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="129"/>
+      <source>You need to specify a file of Bible verses to import!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/biblestab.py" line="159"/>
+      <source>continuous</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editversedialog.py" line="121"/>
+      <source>Number</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="156"/>
+      <source>Application Startup</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="652"/>
+      <source>Use Default Location:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongimportdialog.py" line="107"/>
+      <source>Import</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="353"/>
+      <source>Ctrl+N</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="422"/>
+      <source>Verse Order:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_SongUsageDetailDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/forms/songusagedetaildialog.py" line="89"/>
+      <source>ASelect Date Range</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="331"/>
+      <source>Default Theme: </source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="394"/>
+      <source>Toggle Preview Panel</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py" line="147"/>
+      <source>Lyrics</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpimportdialog.py" line="302"/>
+      <source>Progress:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="669"/>
+      <source>Shadow</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="155"/>
+      <source>Select monitor for output display:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="648"/>
+      <source>Italics</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="118"/>
+      <source>Create a new service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="600"/>
+      <source>Background:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpimportdialog.py" line="288"/>
+      <source>openlp.org Song Importer</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="347"/>
+      <source>Copyright:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/themestab.py" line="116"/>
+      <source>Service level</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/biblestab.py" line="163"/>
+      <source>[ and ]</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="159"/>
+      <source>Save</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/mediamanageritem.py" line="381"/>
+      <source>You must select one or more items</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="160"/>
+      <source>Application Settings</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="124"/>
+      <source>Save this service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="187"/>
+      <source>Open Books CSV file</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="165"/>
+      <source>SongSelect Username:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="653"/>
+      <source>X Position:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="353"/>
+      <source>No matching book could be found in this Bible.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="337"/>
+      <source>Server:</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="336"/>
+      <source>Download Options</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="137"/>
+      <source>Invalid OpenSong Bible</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="164"/>
+      <source>CCLI Number:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="678"/>
+      <source>Center</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="126"/>
+      <source>Theme:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="418"/>
+      <source>&amp;Live</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="240"/>
+      <source>Delete Topic</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="411"/>
+      <source>English</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py" line="169"/>
+      <source>You must select one or more items</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/authorsdialog.py" line="78"/>
+      <source>First name:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="348"/>
+      <source>Permission:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongimportdialog.py" line="108"/>
+      <source>Close</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="601"/>
+      <source>Opaque</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="255"/>
+      <source>This book can't be deleted, it is currently assigned to at least one song!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="367"/>
+      <source>Your Bible import failed.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="213"/>
+      <source>Start playing media</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py" line="141"/>
+      <source>Type:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/aboutdialog.py" line="550"/>
+      <source>Close</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>TopicsForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/topicsform.py" line="51"/>
+      <source>You need to type in a topic name!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongexportdialog.py" line="297"/>
+      <source>Song Export List</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="287"/>
+      <source>Dual:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImageTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/images/lib/imagetab.py" line="68"/>
+      <source>sec</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="175"/>
+      <source>Delete From Service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="158"/>
+      <source>Automatically open the last service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpimportdialog.py" line="297"/>
+      <source>Song Import List</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongexportdialog.py" line="299"/>
+      <source>Author</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="667"/>
+      <source>Outline Color:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="318"/>
+      <source>Select Import Source</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="392"/>
+      <source>F9</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="381"/>
+      <source>F8</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="213"/>
+      <source>&amp;Change Item Theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenancedialog.py" line="213"/>
+      <source>Topics</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpimportdialog.py" line="290"/>
+      <source>Import File Song List</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="151"/>
+      <source>Edit Custom Slides</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="432"/>
+      <source>&amp;Remove</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="345"/>
+      <source>Set up the Bible's license details.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="674"/>
+      <source>Alignment</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="253"/>
+      <source>Delete Book</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="80"/>
+      <source>Edit a theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="332"/>
+      <source>BibleGateway</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="162"/>
+      <source>Preview Next Song from Service Manager</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="429"/>
+      <source>Title &amp;&amp; Lyrics</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="257"/>
+      <source>No book selected!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="182"/>
+      <source>Move to live</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editversedialog.py" line="127"/>
+      <source>Other</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="442"/>
+      <source>Theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editversedialog.py" line="123"/>
+      <source>Verse</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="361"/>
+      <source>Save the current service to disk</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="289"/>
+      <source>Chapter:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="682"/>
+      <source>Bottom</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>PresentationTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/presentations/lib/presentationtab.py" line="91"/>
+      <source>Available Controllers</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="191"/>
+      <source>Open Verses CSV file</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>TopicsForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/topicsform.py" line="50"/>
+      <source>Error</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>RemoteTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/remotes/lib/remotetab.py" line="56"/>
+      <source>Remotes Receiver Port</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="338"/>
+      <source>&amp;View</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="646"/>
+      <source>Normal</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpexportdialog.py" line="305"/>
+      <source>Close</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="338"/>
+      <source>Username:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="59"/>
+      <source>Edit Theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="207"/>
+      <source>&amp;Preview Verse</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alertdialog.py" line="68"/>
+      <source>Alert Message</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="364"/>
+      <source>Finished import.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>GeneralTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/generaltab.py" line="157"/>
+      <source>Show blank screen warning</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alertstab.py" line="233"/>
+      <source>Location:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="441"/>
+      <source>Authors, Topics &amp;&amp; Book</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongform.py" line="407"/>
+      <source>You need to enter some verses.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="543"/>
+      <source>Bible not fully loaded</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>CustomTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/lib/customtab.py" line="60"/>
+      <source>Display Footer:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BiblePlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/bibleplugin.py" line="91"/>
+      <source>&lt;strong&gt;Bible Plugin&lt;/strong&gt;&lt;br /&gt;This plugin allows bible verses from different sources to be displayed on the screen during the service.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="444"/>
+      <source>Copyright Information</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="336"/>
+      <source>&amp;Export</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="647"/>
+      <source>Bold</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/songsplugin.py" line="122"/>
+      <source>Export songs in OpenLP 2.0 format</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/mediamanageritem.py" line="214"/>
+      <source>Load a new</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alerteditform.py" line="128"/>
+      <source>Missing data</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/songsplugin.py" line="179"/>
+      <source>&lt;b&gt;Song Plugin&lt;/b&gt; &lt;br&gt;This plugin allows Songs to be managed and displayed.&lt;br&gt;</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="641"/>
+      <source>Footer Font</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongform.py" line="420"/>
+      <source>Invalid verse entry - vX</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="352"/>
+      <source>No Book Found</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpexportdialog.py" line="304"/>
+      <source>Export</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="330"/>
+      <source>Location:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="300"/>
+      <source>Keep</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/songusageplugin.py" line="74"/>
+      <source>Generate report on Song Usage</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="435"/>
+      <source>Topic</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="354"/>
+      <source>&amp;Open</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/presentations/lib/mediaitem.py" line="99"/>
+      <source>Present using:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="209"/>
+      <source>&amp;Live Verse</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editversedialog.py" line="125"/>
+      <source>Pre-Chorus</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="421"/>
+      <source>Lyrics:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/aboutdialog.py" line="135"/>
+      <source>Project Lead
+    Raoul "superfly" Snyman
+
+Developers
+    Tim "TRB143" Bentley
+    Jonathan "gushie" Corwin
+    Michael "cocooncrash" Gorven
+    Scott "sguerrieri" Guerrieri
+    Raoul "superfly" Snyman
+    Maikel Stuivenberg
+    Martin "mijiti" Thompson
+    Jon "Meths" Tibble
+    Carsten "catini" Tingaard
+
+Testers
+    Wesley "wrst" Stout</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpexportdialog.py" line="294"/>
+      <source>Lyrics</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/authorsform.py" line="94"/>
+      <source>You haven't set a display name for the author, would you like me to combine the first and last names for you?</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py" line="142"/>
+      <source>Clear</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AmendThemeForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemeform.py" line="708"/>
+      <source>Slide Height is %s rows</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongimportdialog.py" line="105"/>
+      <source>Progress:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="383"/>
+      <source>Toggle Theme Manager</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AlertDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alertdialog.py" line="69"/>
+      <source>Alert Text:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="424"/>
+      <source>Edit</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alertstab.py" line="227"/>
+      <source>Font Color:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="598"/>
+      <source>Theme Maintenance</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>CustomTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/lib/customtab.py" line="58"/>
+      <source>Custom Display</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongexportdialog.py" line="295"/>
+      <source>Title</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="607"/>
+      <source>&lt;Color1&gt;</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="430"/>
+      <source>Authors</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="69"/>
+      <source>Export Theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="433"/>
+      <source>(N)</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_SongBookDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songbookdialog.py" line="69"/>
+      <source>Name:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AuthorsDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/authorsdialog.py" line="76"/>
+      <source>Author Maintenance</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="663"/>
+      <source>Font Footer</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="376"/>
+      <source>&amp;Settings</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="337"/>
+      <source>&amp;Options</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="293"/>
+      <source>Results:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpexportdialog.py" line="290"/>
+      <source>Full Song List</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongimportdialog.py" line="104"/>
+      <source>OpenSong Folder:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="170"/>
+      <source>Move to last</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpexportdialog.py" line="302"/>
+      <source>Progress:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_SongMaintenanceDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenancedialog.py" line="221"/>
+      <source>Add</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="228"/>
+      <source>Are you sure you want to delete the selected author?</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/songusageplugin.py" line="82"/>
+      <source>Song Usage Status</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="295"/>
+      <source>Verse Search</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_SongBookDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songbookdialog.py" line="68"/>
+      <source>Edit Book</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongform.py" line="460"/>
+      <source>Save &amp;&amp; Preview</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_SongBookDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songbookdialog.py" line="70"/>
+      <source>Publisher:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="650"/>
+      <source>Font Weight:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="329"/>
+      <source>Bible Filename:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="602"/>
+      <source>Transparent</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py" line="143"/>
+      <source>Search</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="321"/>
+      <source>Format:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="616"/>
+      <source>Background</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="349"/>
+      <source>Importing</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="158"/>
+      <source>Edit all slides</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MediaMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/media/lib/mediaitem.py" line="63"/>
+      <source>Select Media</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>PresentationMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/presentations/lib/mediaitem.py" line="65"/>
+      <source>Select Presentation(s)</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py" line="148"/>
+      <source>Authors</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_PluginViewDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/plugindialog.py" line="107"/>
+      <source>Active</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="366"/>
+      <source>Save the current service under a new name</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="357"/>
+      <source>Ctrl+O</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="687"/>
+      <source>Other Options</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="142"/>
+      <source>Couldn't add your author!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alerteditdialog.py" line="65"/>
+      <source>Edit</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="418"/>
+      <source>Song Editor</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alertstab.py" line="225"/>
+      <source>Font</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/songsplugin.py" line="155"/>
+      <source>&amp;Song</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="334"/>
+      <source>&amp;File</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/mediamanageritem.py" line="272"/>
+      <source>&amp;Edit</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="612"/>
+      <source>Vertical</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="655"/>
+      <source>Width:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="180"/>
+      <source>You are unable to delete the default theme!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/themestab.py" line="121"/>
+      <source>Use the global theme, overriding any themes associated with either the service or the songs.</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="286"/>
+      <source>Version:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AboutDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/aboutdialog.py" line="117"/>
+      <source>OpenLP &lt;version&gt; build &lt;revision&gt; - Open Source Lyrics Projection
 
 OpenLP is free church presentation software, or lyrics projection software, used to display slides of songs, Bible verses, videos, images, and even presentations (if OpenOffice.org, PowerPoint or PowerPoint Viewer is installed) for church worship using a computer and a data projector.
 
 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>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/aboutdialog.py" line="134"/>
-        <source>About</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/aboutdialog.py" line="138"/>
-        <source>Project Lead
-    Raoul &quot;superfly&quot; Snyman
-
-Developers
-    Tim &quot;TRB143&quot; Bentley
-    Jonathan &quot;gushie&quot; Corwin
-    Michael &quot;cocooncrash&quot; Gorven
-    Scott &quot;sguerrieri&quot; Guerrieri
-    Raoul &quot;superfly&quot; Snyman
-    Martin &quot;mijiti&quot; Thompson
-    Jon &quot;Meths&quot; Tibble
-
-Contributors
-    Meinert &quot;m2j&quot; Jordan
-    Christian &quot;crichter&quot; Richter
-    Maikel Stuivenberg
-    Carsten &quot;catini&quot; Tingaard
-
-Testers
-    Philip &quot;Phill&quot; Ridout
-    Wesley &quot;wrst&quot; Stout (lead)
-
-Packagers
-    Thomas &quot;tabthorpe&quot; Abthorpe (FreeBSD)
-    Tim &quot;TRB143&quot; Bentley (Fedora)
-    Michael &quot;cocooncrash&quot; Gorven (Ubuntu)
-    Matthias &quot;matthub&quot; Hub (Mac OS X)
-    Raoul &quot;superfly&quot; Snyman (Windows)
-</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/aboutdialog.py" line="168"/>
-        <source>Credits</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/aboutdialog.py" line="171"/>
-        <source>Copyright &#xa9; 2004-2010 Raoul Snyman
-Portions copyright &#xa9; 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard
-
-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.
-
-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.
-
-
-GNU GENERAL PUBLIC LICENSE
-Version 2, June 1991
-
-Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to share and change it.  By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.  This General Public License applies to most of the Free Software Foundation&apos;s software and to any other program whose authors commit to using it.  (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.)  You can apply it to your programs, too.
-
-When we speak of free software, we are referring to freedom, not price.  Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
-
-To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
-
-For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have.  You must make sure that they, too, receive or can get the source code.  And you must show them these terms so they know their rights.
-
-We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
-
-Also, for each author&apos;s protection and ours, we want to make certain that everyone understands that there is no warranty for this free software.  If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors&apos; reputations.
-
-Finally, any free program is threatened constantly by software patents.  We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary.  To prevent this, we have made it clear that any patent must be licensed for everyone&apos;s free use or not licensed at all.
-
-The precise terms and conditions for copying, distribution and modification follow.
-
-GNU GENERAL PUBLIC LICENSE
-TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License.  The &quot;Program&quot;, below, refers to any such program or work, and a &quot;work based on the Program&quot; means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language.  (Hereinafter, translation is included without limitation in the term &quot;modification&quot;.)  Each licensee is addressed as &quot;you&quot;.
-
-Activities other than copying, distribution and modification are not covered by this License; they are outside its scope.  The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
-
-1. You may copy and distribute verbatim copies of the Program&apos;s source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
-
-2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
-
-a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
-
-b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
-
-c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License.  (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works.  But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
-
-3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
-
-a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
-
-b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
-
-c) Accompany it with the information you received as to the offer to distribute corresponding source code.  (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for making modifications to it.  For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable.  However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
-
-If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
-
-4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License.  Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
-
-5. You are not required to accept this License, since you have not signed it.  However, nothing else grants you permission to modify or distribute the Program or its derivative works.  These actions are prohibited by law if you do not accept this License.  Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
-
-6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions.  You may not impose any further restrictions on the recipients&apos; exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
-
-7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License.  If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all.  For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices.  Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
-
-This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
-
-8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded.  In such case, this License incorporates the limitation as if written in the body of this License.
-
-9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time.  Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program specifies a version number of this License which applies to it and &quot;any later version&apos;, you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation.  If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.
-
-10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission.  For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this.  Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
-
-NO WARRANTY
-
-11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-END OF TERMS AND CONDITIONS
-
-How to Apply These Terms to Your New Programs
-
-If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
-
-To do so, attach the following notices to the program.  It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the &quot;copyright&quot; line and a pointer to where the full notice is found.
-
-&lt;one line to give the program&apos;s name and a brief idea of what it does.&gt;
-Copyright (C) &lt;year&gt;  &lt;name of author&gt;
-
-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; either version 2 of the License, or (at your option) any later version.
-
-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 the GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this when it starts in an interactive mode:
-
-Gnomovision version 69, Copyright (C) year name of author
-Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type &quot;show w&quot;.
-This is free software, and you are welcome to redistribute it under certain conditions; type &quot;show c&quot; for details.
-
-The hypothetical commands &quot;show w&quot; and &quot;show c&quot; should show the appropriate parts of the General Public License.  Of course, the commands you use may be called something other than &quot;show w&quot; and &quot;show c&quot;; they could even be mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your school, if any, to sign a &quot;copyright disclaimer&quot; for the program, if necessary.  Here is a sample; alter the names:
-
-Yoyodyne, Inc., hereby disclaims all copyright interest in the program &quot;Gnomovision&quot; (which makes passes at compilers) written by James Hacker.
-
-&lt;signature of Ty Coon&gt;, 1 April 1989
-Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into proprietary programs.  If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library.  If this is what you want to do, use the GNU Lesser General Public License instead of this License.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/aboutdialog.py" line="560"/>
-        <source>License</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/aboutdialog.py" line="563"/>
-        <source>Contribute</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/aboutdialog.py" line="564"/>
-        <source>Close</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/aboutform.py" line="47"/>
-        <source> build %s</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>AlertsPlugin</name>
-    <message>
-        <location filename="openlp/plugins/alerts/alertsplugin.py" line="66"/>
-        <source>&amp;Alert</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/alertsplugin.py" line="68"/>
-        <source>Show an alert message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/alertsplugin.py" line="97"/>
-        <source>&lt;b&gt;Alerts Plugin&lt;/b&gt;&lt;br&gt;This plugin controls the displaying of alerts on the presentations screen</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>AlertsPlugin.AlertForm</name>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="150"/>
-        <source>Alert Message</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="152"/>
-        <source>Alert &amp;text:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="154"/>
-        <source>&amp;Parameter(s):</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="156"/>
-        <source>&amp;New</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="158"/>
-        <source>&amp;Save</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="160"/>
-        <source>&amp;Delete</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="162"/>
-        <source>Displ&amp;ay</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="164"/>
-        <source>Display &amp;&amp; Cl&amp;ose</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertdialog.py" line="166"/>
-        <source>&amp;Close</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertform.py" line="95"/>
-        <source>Item selected to Add</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/forms/alertform.py" line="95"/>
-        <source>Missing data</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>AlertsPlugin.AlertsManager</name>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertsmanager.py" line="95"/>
-        <source>Alert message created and delayed</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>AlertsPlugin.AlertsTab</name>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="41"/>
-        <source>Alerts</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="189"/>
-        <source>Font</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="191"/>
-        <source>Font Name:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="193"/>
-        <source>Font Color:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="195"/>
-        <source>Background Color:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="197"/>
-        <source>Font Size:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="199"/>
-        <source>pt</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="201"/>
-        <source>Alert timeout:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="203"/>
-        <source>s</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="205"/>
-        <source>Location:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="207"/>
-        <source>Preview</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="209"/>
-        <source>openlp.org</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="211"/>
-        <source>Top</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/alerts/lib/alertstab.py" line="213"/>
-        <source>Bottom</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/songsplugin.py" line="158"/>
+      <source>OpenLP 2.0</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="117"/>
+      <source>New Service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_TopicsDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/topicsdialog.py" line="63"/>
+      <source>Topic name:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="362"/>
+      <source>File is not a valid theme!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="343"/>
+      <source>License Details</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="167"/>
+      <source>Move down</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="437"/>
+      <source>R&amp;emove</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="681"/>
+      <source>Middle</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="328"/>
+      <source>Verse Location:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alerteditform.py" line="87"/>
+      <source>Item selected to Edit</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="291"/>
+      <source>From:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="672"/>
+      <source>Shadow Color:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="203"/>
+      <source>&amp;Notes</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="368"/>
+      <source>E&amp;xit</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpimportdialog.py" line="305"/>
+      <source>Close</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="552"/>
+      <source>OpenLP Version Updated</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_customEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="160"/>
+      <source>Replace edited slide</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomdialog.py" line="154"/>
+      <source>Add new slide at bottom</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomform.py" line="252"/>
+      <source>You need to enter a title</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="444"/>
+      <source>Theme Exists</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="343"/>
+      <source>&amp;Help</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongexportdialog.py" line="288"/>
+      <source>OpenSong Song Exporter</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="679"/>
+      <source>Vertical Align:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>TestMediaManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/test/test_mediamanageritem.py" line="74"/>
+      <source>Item2</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/test/test_mediamanageritem.py" line="72"/>
+      <source>Item1</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="680"/>
+      <source>Top</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/biblestab.py" line="166"/>
+      <source>Display Dual Bible Verses</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="389"/>
+      <source>Toggle Service Manager</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/mediamanageritem.py" line="287"/>
+      <source>&amp;Add to Service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
     <name>AmendThemeForm</name>
     <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="752"/>
-        <source>Theme Maintenance</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="754"/>
-        <source>Theme Name:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="756"/>
-        <source>Visibility:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="758"/>
-        <source>Opaque</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="760"/>
-        <source>Transparent</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="762"/>
-        <source>Type:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="764"/>
-        <source>Solid Color</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="766"/>
-        <source>Gradient</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="768"/>
-        <source>Image</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="772"/>
-        <source>Image:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="773"/>
-        <source>Gradient:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="774"/>
-        <source>Horizontal</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="776"/>
-        <source>Vertical</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="778"/>
-        <source>Circular</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="780"/>
-        <source>&amp;Background</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="783"/>
-        <source>Main Font</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="825"/>
-        <source>Font:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemeform.py" line="653"/>
-        <source>Color:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="828"/>
-        <source>Size:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="829"/>
-        <source>pt</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="790"/>
-        <source>Wrap indentation:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="792"/>
-        <source>Adjust line spacing:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="830"/>
-        <source>Normal</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="832"/>
-        <source>Bold</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="834"/>
-        <source>Italics</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="836"/>
-        <source>Bold/Italics</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="838"/>
-        <source>Style:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="840"/>
-        <source>Display Location</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="842"/>
-        <source>Use default location:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="844"/>
-        <source>X position:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="846"/>
-        <source>Y position:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="848"/>
-        <source>Width:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="850"/>
-        <source>Height:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="871"/>
-        <source>px</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="820"/>
-        <source>&amp;Main Font</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="823"/>
-        <source>Footer Font</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="857"/>
-        <source>&amp;Footer Font</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="860"/>
-        <source>Outline</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="861"/>
-        <source>Outline size:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="864"/>
-        <source>Outline color:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="866"/>
-        <source>Show outline:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="868"/>
-        <source>Shadow</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="869"/>
-        <source>Shadow size:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="872"/>
-        <source>Shadow color:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="874"/>
-        <source>Show shadow:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="876"/>
-        <source>Alignment</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="878"/>
-        <source>Horizontal align:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="880"/>
-        <source>Left</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="882"/>
-        <source>Right</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="884"/>
-        <source>Center</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="886"/>
-        <source>Vertical align:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="888"/>
-        <source>Top</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="890"/>
-        <source>Middle</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="892"/>
-        <source>Bottom</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="894"/>
-        <source>Slide Transition</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="896"/>
-        <source>Transition active:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="898"/>
-        <source>&amp;Other Options</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemedialog.py" line="901"/>
-        <source>Preview</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemeform.py" line="214"/>
-        <source>All Files</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemeform.py" line="216"/>
-        <source>Select Image</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemeform.py" line="669"/>
-        <source>First color:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemeform.py" line="671"/>
-        <source>Second color:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/core/ui/amendthemeform.py" line="740"/>
-        <source>Slide height is %s rows.</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>BibleDB</name>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/db.py" line="318"/>
-        <source>Book not found</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemeform.py" line="639"/>
+      <source>First  Color:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/themestab.py" line="111"/>
+      <source>Song level</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>alertsPlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/alertsplugin.py" line="68"/>
+      <source>Show an alert message</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="405"/>
+      <source>Ctrl+F1</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="200"/>
+      <source>Couldn't save your topic!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpexportdialog.py" line="301"/>
+      <source>Remove Selected</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="86"/>
+      <source>Delete theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImageTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/images/lib/imagetab.py" line="66"/>
+      <source>Image Settings</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongImportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongimportdialog.py" line="103"/>
+      <source>OpenSong Song Importer</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/biblestab.py" line="48"/>
+      <source>Bibles</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongUsagePlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songusage/songusageplugin.py" line="72"/>
+      <source>&amp;Extract recorded data</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AlertsTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alertstab.py" line="226"/>
+      <source>Font Name:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="407"/>
+      <source>&amp;Web Site</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/mediamanageritem.py" line="245"/>
+      <source>Send the selected item live</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="339"/>
+      <source>M&amp;ode</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="410"/>
+      <source>Translate the interface to your language</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="347"/>
+      <source>Service Manager</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>CustomMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/lib/mediaitem.py" line="70"/>
+      <source>Custom</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py" line="168"/>
+      <source>No items selected...</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_BibleImportWizard</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/bibleimportwizard.py" line="322"/>
+      <source>OSIS</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongsPlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/songsplugin.py" line="157"/>
+      <source>openlp.org 1.0</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="373"/>
+      <source>&amp;Theme</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditVerseDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editversedialog.py" line="112"/>
+      <source>Edit Verse</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="374"/>
+      <source>&amp;Language</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="450"/>
+      <source>Verse</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="138"/>
+      <source>You need to specify an OpenSong Bible file to import!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ServiceManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/servicemanager.py" line="392"/>
+      <source>Your service is unsaved, do you want to save those changes before creating a new one ?</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenSongExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/opensongexportdialog.py" line="301"/>
+      <source>Remove Selected</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/lib/mediaitem.py" line="140"/>
+      <source>Search:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="626"/>
+      <source>Save Changes to Service?</source>
+      <translation type="unfinished"></translation>
+    </message>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="627"/>
+      <source>Your service has changed, do you want to save those changes?</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>EditSongForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongform.py" line="428"/>
+      <source>Invalid verse entry - values must be Numeric, I,B,C,T,P,E,O</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_EditSongDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/editsongdialog.py" line="431"/>
+      <source>&amp;Add to Song</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="402"/>
+      <source>&amp;About</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/biblestab.py" line="153"/>
+      <source>Only show new chapter numbers</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImportWizardForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/forms/importwizardform.py" line="149"/>
+      <source>You need to specify a version name for your Bible!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AlertEditDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alerteditdialog.py" line="66"/>
+      <source>Delete</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>EditCustomForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/custom/forms/editcustomform.py" line="145"/>
+      <source>Error</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>RemotesPlugin</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/remotes/remoteplugin.py" line="81"/>
+      <source>&lt;b&gt;Remote Plugin&lt;/b&gt;&lt;br&gt;This plugin provides the ability to send messages to a running version of openlp on a different computer.&lt;br&gt;The Primary use for this would be to send alerts from a creche</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SongMaintenanceForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/songmaintenanceform.py" line="242"/>
+      <source>This topic can't be deleted, it is currently assigned to at least one song!</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="283"/>
+      <source>Find:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AlertEditForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/alerts/forms/alerteditform.py" line="127"/>
+      <source>Item selected to Add</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="677"/>
+      <source>Right</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ThemeManager</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/thememanager.py" line="224"/>
+      <source>Save Theme - (%s)</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>ImageMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/images/lib/mediaitem.py" line="104"/>
+      <source>Allow background of live slide to be overridden</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/mediamanageritem.py" line="250"/>
+      <source>Add the selected item(s) to the service</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>AuthorsForm</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/authorsform.py" line="93"/>
+      <source>Error</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BibleMediaItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/mediaitem.py" line="288"/>
+      <source>Book:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_AmendThemeDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/amendthemedialog.py" line="643"/>
+      <source>Font Color:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_OpenLPExportDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/songs/forms/openlpexportdialog.py" line="289"/>
+      <source>Select openlp.org export filename:</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_SettingsDialog</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/settingsdialog.py" line="62"/>
+      <source>Settings</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>BiblesTab</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/plugins/bibles/lib/biblestab.py" line="152"/>
+      <source>Verse Display</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>MediaManagerItem</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/lib/mediamanageritem.py" line="226"/>
+      <source>Edit the selected</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>SlideController</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/slidecontroller.py" line="166"/>
+      <source>Move to next</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
+    <name>Ui_MainWindow</name>
+    <message>
+      <location filename="/home/raoul/Projects/OpenLP/trunk/openlp/core/ui/mainwindow.py" line="398"/>
+      <source>&amp;Plugin List</source>
+      <translation type="unfinished"></translation>
+    </message>
+  </context>
+  <context>
     <name>BiblePlugin</name>
     <message>
-        <location filename="openlp/plugins/bibles/bibleplugin.py" line="93"/>
-        <source>&lt;strong&gt;Bible Plugin&lt;/strong&gt;&lt;br /&gt;This plugin allows bible verses from different sources to be displayed on the screen during the service.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/bibleplugin.py" line="84"/>
-        <source>&amp;Bible</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>BiblesPlugin,BiblesTab</name>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="48"/>
-        <source>Bibles</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="152"/>
-        <source>Verse Display</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="154"/>
-        <source>Only show new chapter numbers</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="157"/>
-        <source>Layout Style:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="159"/>
-        <source>Display Style:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="161"/>
-        <source>Bible Theme:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="163"/>
-        <source>verse per slide</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="165"/>
-        <source>verse per line</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="167"/>
-        <source>continuous</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="169"/>
-        <source>No brackets</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="171"/>
-        <source>( and )</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="173"/>
-        <source>{ and }</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="175"/>
-        <source>[ and ]</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="179"/>
-        <source>Display Dual Bible Verses</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>BiblesPlugin.BiblesTab</name>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/biblestab.py" line="177"/>
-        <source>Note:
-Changes don&apos;t affect verses already in the service</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>BiblesPlugin.ImportWizardForm</name>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="311"/>
-        <source>Bible Import Wizard</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="313"/>
-        <source>Welcome to the Bible Import Wizard</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="317"/>
-        <source>This wizard will help you to import Bibles from a variety of formats. Click the next button below to start the process by selecting a format to import from.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="322"/>
-        <source>Select Import Source</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="324"/>
-        <source>Select the import format, and where to import from.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="327"/>
-        <source>Format:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="329"/>
-        <source>OSIS</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="331"/>
-        <source>CSV</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="333"/>
-        <source>OpenSong</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="335"/>
-        <source>Web Download</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="337"/>
-        <source>File Location:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="339"/>
-        <source>Books Location:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="341"/>
-        <source>Verse Location:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="343"/>
-        <source>Bible Filename:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="345"/>
-        <source>Location:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="347"/>
-        <source>Crosswalk</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="349"/>
-        <source>BibleGateway</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="351"/>
-        <source>Bible:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="353"/>
-        <source>Download Options</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="356"/>
-        <source>Server:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="358"/>
-        <source>Username:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="360"/>
-        <source>Password:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="362"/>
-        <source>Proxy Server (Optional)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="366"/>
-        <source>License Details</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="368"/>
-        <source>Set up the Bible&apos;s license details.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="371"/>
-        <source>Version Name:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="373"/>
-        <source>Copyright:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="375"/>
-        <source>Permission:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="377"/>
-        <source>Importing</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="379"/>
-        <source>Please wait while your Bible is imported.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/bibleimportwizard.py" line="382"/>
-        <source>Ready.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="125"/>
-        <source>Invalid Bible Location</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="125"/>
-        <source>You need to specify a file to import your Bible from.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="136"/>
-        <source>Invalid Books File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="136"/>
-        <source>You need to specify a file with books of the Bible to use in the import.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="146"/>
-        <source>Invalid Verse File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="146"/>
-        <source>You need to specify a file of Bible verses to import.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="158"/>
-        <source>Invalid OpenSong Bible</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="158"/>
-        <source>You need to specify an OpenSong Bible file to import.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="174"/>
-        <source>Empty Version Name</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="174"/>
-        <source>You need to specify a version name for your Bible.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="184"/>
-        <source>Empty Copyright</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="184"/>
-        <source>You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="195"/>
-        <source>Bible Exists</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="195"/>
-        <source>This Bible already exists! Please import a different Bible or first delete the existing one.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="226"/>
-        <source>Open OSIS File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="234"/>
-        <source>Open Books CSV File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="242"/>
-        <source>Open Verses CSV File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="251"/>
-        <source>Open OpenSong Bible</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="391"/>
-        <source>Starting import...</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="447"/>
-        <source>Finished import.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/forms/importwizardform.py" line="451"/>
-        <source>Your Bible import failed.</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>BiblesPlugin.MediaItem</name>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="73"/>
-        <source>Bible</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="149"/>
-        <source>Quick</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="234"/>
-        <source>Advanced</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="305"/>
-        <source>Version:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="307"/>
-        <source>Dual:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="297"/>
-        <source>Search Type:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="299"/>
-        <source>Find:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="321"/>
-        <source>Search</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="319"/>
-        <source>Results:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="309"/>
-        <source>Book:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="311"/>
-        <source>Chapter:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="313"/>
-        <source>Verse:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="315"/>
-        <source>From:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp/plugins/bibles/lib/mediaitem.py" line="317"/>
-        <source>To:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="openlp

Follow ups