From a167d759a5068bb01cbd07cb12c31c0d2f476fd0 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 6 Jul 2010 17:40:25 +0200 Subject: [PATCH 01/13] String fixes. --- openlp/plugins/alerts/lib/alertsmanager.py | 2 +- openlp/plugins/bibles/lib/biblestab.py | 26 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/openlp/plugins/alerts/lib/alertsmanager.py b/openlp/plugins/alerts/lib/alertsmanager.py index a8c4c9bfe..32150748a 100644 --- a/openlp/plugins/alerts/lib/alertsmanager.py +++ b/openlp/plugins/alerts/lib/alertsmanager.py @@ -79,7 +79,7 @@ class AlertsManager(QtCore.QObject): if self.timer_id != 0: Receiver.send_message(u'maindisplay_status_text', translate('AlertsPlugin.AlertsManager', - 'Alert message created and delayed')) + 'Alert message created and displayed.')) return Receiver.send_message(u'maindisplay_status_text', u'') self.generateAlert() diff --git a/openlp/plugins/bibles/lib/biblestab.py b/openlp/plugins/bibles/lib/biblestab.py index 3d3966777..43f4aa1dd 100644 --- a/openlp/plugins/bibles/lib/biblestab.py +++ b/openlp/plugins/bibles/lib/biblestab.py @@ -150,34 +150,34 @@ class BiblesTab(SettingsTab): def retranslateUi(self): self.VerseDisplayGroupBox.setTitle( - translate('BiblesPlugin,BiblesTab', 'Verse Display')) + translate('BiblesPlugin.BiblesTab', 'Verse Display')) self.NewChaptersCheckBox.setText( - translate('BiblesPlugin,BiblesTab', + translate('BiblesPlugin.BiblesTab', 'Only show new chapter numbers')) self.LayoutStyleLabel.setText( - translate('BiblesPlugin,BiblesTab', 'Layout Style:')) + translate('BiblesPlugin.BiblesTab', 'Layout style:')) self.DisplayStyleLabel.setText( - translate('BiblesPlugin,BiblesTab', 'Display Style:')) + translate('BiblesPlugin.BiblesTab', 'Display style:')) self.BibleThemeLabel.setText( - translate('BiblesPlugin,BiblesTab', 'Bible Theme:')) + translate('BiblesPlugin.BiblesTab', 'Bible theme:')) self.LayoutStyleComboBox.setItemText(0, - translate('BiblesPlugin,BiblesTab', 'verse per slide')) + translate('BiblesPlugin.BiblesTab', 'Verse Per Slide')) self.LayoutStyleComboBox.setItemText(1, - translate('BiblesPlugin,BiblesTab', 'verse per line')) + translate('BiblesPlugin.BiblesTab', 'Verse Per Line')) self.LayoutStyleComboBox.setItemText(2, - translate('BiblesPlugin,BiblesTab', 'continuous')) + translate('BiblesPlugin.BiblesTab', 'Continuous')) self.DisplayStyleComboBox.setItemText(0, - translate('BiblesPlugin,BiblesTab', 'No brackets')) + translate('BiblesPlugin.BiblesTab', 'No Brackets')) self.DisplayStyleComboBox.setItemText(1, - translate('BiblesPlugin,BiblesTab', '( and )')) + translate('BiblesPlugin.BiblesTab', '( And )')) self.DisplayStyleComboBox.setItemText(2, - translate('BiblesPlugin,BiblesTab', '{ and }')) + translate('BiblesPlugin.BiblesTab', '{ And }')) self.DisplayStyleComboBox.setItemText(3, - translate('BiblesPlugin,BiblesTab', '[ and ]')) + translate('BiblesPlugin.BiblesTab', '[ And ]')) self.ChangeNoteLabel.setText(translate('BiblesPlugin.BiblesTab', 'Note:\nChanges don\'t affect verses already in the service')) self.BibleDualCheckBox.setText( - translate('BiblesPlugin,BiblesTab', 'Display Dual Bible Verses')) + translate('BiblesPlugin.BiblesTab', 'Display dual Bible verses')) def onBibleThemeComboBoxChanged(self): self.bible_theme = self.BibleThemeComboBox.currentText() From 0e53994ca63433ff3c7932f520902e70bbdd2395 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 6 Jul 2010 17:41:56 +0200 Subject: [PATCH 02/13] String fixes. --- openlp/plugins/bibles/lib/biblestab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/biblestab.py b/openlp/plugins/bibles/lib/biblestab.py index 43f4aa1dd..9eaea51b6 100644 --- a/openlp/plugins/bibles/lib/biblestab.py +++ b/openlp/plugins/bibles/lib/biblestab.py @@ -175,7 +175,7 @@ class BiblesTab(SettingsTab): self.DisplayStyleComboBox.setItemText(3, translate('BiblesPlugin.BiblesTab', '[ And ]')) self.ChangeNoteLabel.setText(translate('BiblesPlugin.BiblesTab', - 'Note:\nChanges don\'t affect verses already in the service')) + 'Note:\nChanges do not affect verses already in the service.')) self.BibleDualCheckBox.setText( translate('BiblesPlugin.BiblesTab', 'Display dual Bible verses')) From 9a46ebca56c8db091ef3712d229012f0a694cfd6 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 6 Jul 2010 17:44:15 +0200 Subject: [PATCH 03/13] More string fixes --- openlp/plugins/bibles/forms/bibleimportwizard.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/openlp/plugins/bibles/forms/bibleimportwizard.py b/openlp/plugins/bibles/forms/bibleimportwizard.py index a2aa92fc0..3ed840a23 100644 --- a/openlp/plugins/bibles/forms/bibleimportwizard.py +++ b/openlp/plugins/bibles/forms/bibleimportwizard.py @@ -335,13 +335,13 @@ class Ui_BibleImportWizard(object): self.FormatComboBox.setItemText(3, translate('BiblesPlugin.ImportWizardForm', 'Web Download')) self.OsisLocationLabel.setText( - translate('BiblesPlugin.ImportWizardForm', 'File Location:')) + translate('BiblesPlugin.ImportWizardForm', 'File location:')) self.BooksLocationLabel.setText( - translate('BiblesPlugin.ImportWizardForm', 'Books Location:')) + translate('BiblesPlugin.ImportWizardForm', 'Books location:')) self.VerseLocationLabel.setText( - translate('BiblesPlugin.ImportWizardForm', 'Verse Location:')) + translate('BiblesPlugin.ImportWizardForm', 'Verse location:')) self.OpenSongFileLabel.setText( - translate('BiblesPlugin.ImportWizardForm', 'Bible Filename:')) + translate('BiblesPlugin.ImportWizardForm', 'Bible filename:')) self.LocationLabel.setText( translate('BiblesPlugin.ImportWizardForm', 'Location:')) self.LocationComboBox.setItemText(0, @@ -369,7 +369,7 @@ class Ui_BibleImportWizard(object): translate('BiblesPlugin.ImportWizardForm', 'Set up the Bible\'s license details.')) self.VersionNameLabel.setText( - translate('BiblesPlugin.ImportWizardForm', 'Version Name:')) + translate('BiblesPlugin.ImportWizardForm', 'Version name:')) self.CopyrightLabel.setText( translate('BiblesPlugin.ImportWizardForm', 'Copyright:')) self.PermissionLabel.setText( @@ -382,3 +382,4 @@ class Ui_BibleImportWizard(object): self.ImportProgressLabel.setText( translate('BiblesPlugin.ImportWizardForm', 'Ready.')) self.ImportProgressBar.setFormat(u'%p%') + From f1eeaff6331c08c4c8e6082781903e027fb6f1fe Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 6 Jul 2010 17:54:15 +0200 Subject: [PATCH 04/13] Some more string fixes. --- openlp/plugins/bibles/lib/mediaitem.py | 4 ++-- .../plugins/custom/forms/editcustomdialog.py | 24 ++++++++++++------- openlp/plugins/custom/forms/editcustomform.py | 10 ++++---- openlp/plugins/custom/lib/customtab.py | 2 +- openlp/plugins/custom/lib/mediaitem.py | 4 ++-- 5 files changed, 27 insertions(+), 17 deletions(-) diff --git a/openlp/plugins/bibles/lib/mediaitem.py b/openlp/plugins/bibles/lib/mediaitem.py index 6bc6d99d4..e058987d8 100644 --- a/openlp/plugins/bibles/lib/mediaitem.py +++ b/openlp/plugins/bibles/lib/mediaitem.py @@ -296,7 +296,7 @@ class BibleMediaItem(MediaManagerItem): self.QuickSecondVersionLabel.setText( translate('BiblesPlugin.MediaItem', 'Dual:')) self.QuickSearchLabel.setText( - translate('BiblesPlugin.MediaItem', 'Search Type:')) + translate('BiblesPlugin.MediaItem', 'Search type:')) self.QuickSearchLabel.setText( translate('BiblesPlugin.MediaItem', 'Find:')) self.QuickSearchButton.setText( @@ -613,7 +613,7 @@ class BibleMediaItem(MediaManagerItem): if self.verses == 0: self.AdvancedSearchButton.setEnabled(False) self.AdvancedMessage.setText( - translate('BiblesPlugin.MediaItem', 'Bible not fully loaded')) + translate('BiblesPlugin.MediaItem', 'Bible not fully loaded.')) else: self.AdvancedSearchButton.setEnabled(True) self.AdvancedMessage.setText(u'') diff --git a/openlp/plugins/custom/forms/editcustomdialog.py b/openlp/plugins/custom/forms/editcustomdialog.py index 6e6ef08f7..d8c40db45 100644 --- a/openlp/plugins/custom/forms/editcustomdialog.py +++ b/openlp/plugins/custom/forms/editcustomdialog.py @@ -161,31 +161,38 @@ class Ui_customEditDialog(object): customEditDialog.setWindowTitle( translate('CustomPlugin.EditCustomForm', 'Edit Custom Slides')) self.UpButton.setToolTip( - translate('CustomPlugin.EditCustomForm', 'Move slide Up 1')) + translate('CustomPlugin.EditCustomForm', 'Move slide up once ' + 'position.')) self.DownButton.setToolTip( - translate('CustomPlugin.EditCustomForm', 'Move slide down 1')) + translate('CustomPlugin.EditCustomForm', 'Move slide down one ' + 'position.')) self.TitleLabel.setText( translate('CustomPlugin.EditCustomForm', '&Title:')) self.AddButton.setText( translate('CustomPlugin.EditCustomForm', 'Add New')) self.AddButton.setToolTip( - translate('CustomPlugin.EditCustomForm', 'Add new slide at bottom')) + translate('CustomPlugin.EditCustomForm', 'Add a new slide at ' + 'bottom.')) self.EditButton.setText( translate('CustomPlugin.EditCustomForm', 'Edit')) self.EditButton.setToolTip( - translate('CustomPlugin.EditCustomForm', 'Edit selected slide')) + translate('CustomPlugin.EditCustomForm', 'Edit the selected ' + 'slide.')) self.EditAllButton.setText( translate('CustomPlugin.EditCustomForm', 'Edit All')) self.EditAllButton.setToolTip( - translate('CustomPlugin.EditCustomForm', 'Edit all slides')) + translate('CustomPlugin.EditCustomForm', 'Edit all the slides at ' + 'once.')) self.SaveButton.setText( translate('CustomPlugin.EditCustomForm', 'Save')) self.SaveButton.setToolTip( - translate('CustomPlugin.EditCustomForm', 'Replace edited slide')) + translate('CustomPlugin.EditCustomForm', 'Save the slide currently ' + 'being edited.')) self.DeleteButton.setText( translate('CustomPlugin.EditCustomForm', 'Delete')) self.DeleteButton.setToolTip( - translate('CustomPlugin.EditCustomForm', 'Delete selected slide')) + translate('CustomPlugin.EditCustomForm', 'Delete the selected ' + 'slide.')) self.ClearButton.setText( translate('CustomPlugin.EditCustomForm', 'Clear')) self.ClearButton.setToolTip( @@ -193,7 +200,8 @@ class Ui_customEditDialog(object): self.SplitButton.setText( translate('CustomPlugin.EditCustomForm', 'Split Slide')) self.SplitButton.setToolTip( - translate('CustomPlugin.EditCustomForm', 'Add slide split')) + translate('CustomPlugin.EditCustomForm', 'Split a slide into two ' + 'by inserting a slide splitter.')) self.ThemeLabel.setText( translate('CustomPlugin.EditCustomForm', 'The&me:')) self.CreditLabel.setText( diff --git a/openlp/plugins/custom/forms/editcustomform.py b/openlp/plugins/custom/forms/editcustomform.py index 24810eb0b..e88c6c3d3 100644 --- a/openlp/plugins/custom/forms/editcustomform.py +++ b/openlp/plugins/custom/forms/editcustomform.py @@ -269,14 +269,16 @@ class EditCustomForm(QtGui.QDialog, Ui_customEditDialog): if len(self.TitleEdit.displayText()) == 0: self.TitleEdit.setFocus() return False, translate('CustomPlugin.EditCustomForm', - 'You need to enter a title') + 'You need to type in a title.') # must have 1 slide if self.VerseListView.count() == 0: self.VerseTextEdit.setFocus() return False, translate('CustomPlugin.EditCustomForm', - 'You need to enter a slide') + 'You need to add at least one slide') if self.VerseTextEdit.toPlainText(): self.VerseTextEdit.setFocus() - return False, translate('CustomPlugin.editCustomForm', - 'You have unsaved data, please save or clear') + return False, translate('CustomPlugin.EditCustomForm', + 'You have one or more unsaved slides, please either save your ' + 'slide(s) or clear your changes.') return True, u'' + diff --git a/openlp/plugins/custom/lib/customtab.py b/openlp/plugins/custom/lib/customtab.py index ac0db035e..c860ece5d 100644 --- a/openlp/plugins/custom/lib/customtab.py +++ b/openlp/plugins/custom/lib/customtab.py @@ -58,7 +58,7 @@ class CustomTab(SettingsTab): self.CustomModeGroupBox.setTitle(translate('CustomPlugin.CustomTab', 'Custom Display')) self.DisplayFooterCheckBox.setText( - translate('CustomPlugin.CustomTab', 'Display Footer')) + translate('CustomPlugin.CustomTab', 'Display footer')) def onDisplayFooterCheckBoxChanged(self, check_state): self.displayFooter = False diff --git a/openlp/plugins/custom/lib/mediaitem.py b/openlp/plugins/custom/lib/mediaitem.py index 9cc5627ed..6927e018d 100644 --- a/openlp/plugins/custom/lib/mediaitem.py +++ b/openlp/plugins/custom/lib/mediaitem.py @@ -123,7 +123,7 @@ class CustomMediaItem(MediaManagerItem): """ if check_item_selected(self.ListView, translate('CustomPlugin.MediaItem', - 'You must select an item to edit.')): + 'You haven\'t selected an item to edit.')): item = self.ListView.currentItem() item_id = (item.data(QtCore.Qt.UserRole)).toInt()[0] self.parent.edit_custom_form.loadCustom(item_id, False) @@ -136,7 +136,7 @@ class CustomMediaItem(MediaManagerItem): """ if check_item_selected(self.ListView, translate('CustomPlugin.MediaItem', - 'You must select an item to delete.')): + 'You haven\'t selected an item to delete.')): row_list = [item.row() for item in self.ListView.selectedIndexes()] row_list.sort(reverse=True) id_list = [(item.data(QtCore.Qt.UserRole)).toInt()[0] From 5c6ab2ee1a9a2e12b8a5f50571734283e7b1c61c Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 6 Jul 2010 17:59:29 +0200 Subject: [PATCH 05/13] Some more fixes. --- openlp/core/ui/displaytab.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/openlp/core/ui/displaytab.py b/openlp/core/ui/displaytab.py index 0fb16a9f7..07f87b3a5 100644 --- a/openlp/core/ui/displaytab.py +++ b/openlp/core/ui/displaytab.py @@ -164,25 +164,25 @@ class DisplayTab(SettingsTab): """ Provide i18n support for this UI """ - self.setWindowTitle(translate('DisplayTab', 'Amend Display Settings')) + #self.setWindowTitle(translate('DisplayTab', 'Amend Display Settings')) self.CurrentGroupBox.setTitle( translate('DisplayTab', 'Default Settings')) - self.XLabel.setText(translate('DisplayTab', 'X')) + self.XLabel.setText(translate('DisplayTab', 'X:')) self.Xpos.setText(u'0') - self.YLabel.setText(translate('DisplayTab', 'Y')) + self.YLabel.setText(translate('DisplayTab', 'Y:')) self.Ypos.setText(u'0') - self.HeightLabel.setText(translate('DisplayTab', 'Height')) + self.HeightLabel.setText(translate('DisplayTab', 'Height:')) self.Height.setText(u'0') - self.WidthLabel.setText(translate('DisplayTab', 'Width')) + self.WidthLabel.setText(translate('DisplayTab', 'Width:')) self.Width.setText(u'0') self.CurrentGroupBox_2.setTitle( - translate('DisplayTab', 'Amend Settings')) - self.XAmendLabel.setText(translate('DisplayTab', 'X')) - self.YAmendLabel.setText(translate('DisplayTab', 'Y')) - self.HeightAmendLabel.setText(translate('DisplayTab', 'Height')) + translate('DisplayTab', 'Custom Settings')) + self.XAmendLabel.setText(translate('DisplayTab', 'X:')) + self.YAmendLabel.setText(translate('DisplayTab', 'Y:')) + self.HeightAmendLabel.setText(translate('DisplayTab', 'Height:')) self.WidthAmendLabel.setText(translate('DisplayTab', 'Width')) self.OverrideCheckBox.setText( - translate('DisplayTab', 'Override Output Display')) + translate('DisplayTab', 'Override display settings')) def load(self): """ From 1148de80b9103e4c8b06fd1627a0d2d8c0a95cc1 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 16 Jul 2010 07:40:47 +0200 Subject: [PATCH 06/13] Updated translation files. --- resources/i18n/openlp_af.ts | 13 +++++-------- resources/i18n/openlp_de.ts | 13 +++++-------- resources/i18n/openlp_en.ts | 13 +++++-------- resources/i18n/openlp_en_GB.ts | 13 +++++-------- resources/i18n/openlp_en_ZA.ts | 13 +++++-------- resources/i18n/openlp_es.ts | 13 +++++-------- resources/i18n/openlp_et.ts | 13 +++++-------- resources/i18n/openlp_hu.ts | 13 +++++-------- resources/i18n/openlp_ko.ts | 13 +++++-------- resources/i18n/openlp_nb.ts | 13 +++++-------- resources/i18n/openlp_pt_BR.ts | 13 +++++-------- resources/i18n/openlp_sv.ts | 13 +++++-------- 12 files changed, 60 insertions(+), 96 deletions(-) diff --git a/resources/i18n/openlp_af.ts b/resources/i18n/openlp_af.ts index 4c86cd22b..16d9d91bb 100644 --- a/resources/i18n/openlp_af.ts +++ b/resources/i18n/openlp_af.ts @@ -718,14 +718,6 @@ This General Public License does not permit incorporating your program into prop &Bybel - - BiblesPlugin,BiblesTab - - - Bibles - Bybels - - BiblesPlugin.BiblesTab @@ -799,6 +791,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + Bybels + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_de.ts b/resources/i18n/openlp_de.ts index 72b560a2b..9fd349bf8 100644 --- a/resources/i18n/openlp_de.ts +++ b/resources/i18n/openlp_de.ts @@ -718,14 +718,6 @@ This General Public License does not permit incorporating your program into prop &Bibel - - BiblesPlugin,BiblesTab - - - Bibles - Bibeln - - BiblesPlugin.BiblesTab @@ -799,6 +791,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + Bibeln + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_en.ts b/resources/i18n/openlp_en.ts index 3b9564af0..312eeedef 100644 --- a/resources/i18n/openlp_en.ts +++ b/resources/i18n/openlp_en.ts @@ -718,14 +718,6 @@ This General Public License does not permit incorporating your program into prop - - BiblesPlugin,BiblesTab - - - Bibles - - - BiblesPlugin.BiblesTab @@ -799,6 +791,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_en_GB.ts b/resources/i18n/openlp_en_GB.ts index d78025446..d16cacb2d 100644 --- a/resources/i18n/openlp_en_GB.ts +++ b/resources/i18n/openlp_en_GB.ts @@ -718,14 +718,6 @@ This General Public License does not permit incorporating your program into prop &Bible - - BiblesPlugin,BiblesTab - - - Bibles - Bibles - - BiblesPlugin.BiblesTab @@ -799,6 +791,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + Bibles + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_en_ZA.ts b/resources/i18n/openlp_en_ZA.ts index 6b74456cb..2e985531e 100644 --- a/resources/i18n/openlp_en_ZA.ts +++ b/resources/i18n/openlp_en_ZA.ts @@ -718,14 +718,6 @@ This General Public License does not permit incorporating your program into prop - - BiblesPlugin,BiblesTab - - - Bibles - Bibles - - BiblesPlugin.BiblesTab @@ -799,6 +791,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + Bibles + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_es.ts b/resources/i18n/openlp_es.ts index 3bf53b7d6..af87639a4 100644 --- a/resources/i18n/openlp_es.ts +++ b/resources/i18n/openlp_es.ts @@ -718,14 +718,6 @@ This General Public License does not permit incorporating your program into prop &Biblia - - BiblesPlugin,BiblesTab - - - Bibles - Biblias - - BiblesPlugin.BiblesTab @@ -799,6 +791,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + Biblias + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_et.ts b/resources/i18n/openlp_et.ts index 021059797..4836a79f2 100644 --- a/resources/i18n/openlp_et.ts +++ b/resources/i18n/openlp_et.ts @@ -751,14 +751,6 @@ This General Public License does not permit incorporating your program into prop - - BiblesPlugin,BiblesTab - - - Bibles - - - BiblesPlugin.BiblesTab @@ -832,6 +824,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_hu.ts b/resources/i18n/openlp_hu.ts index a5e69a0d4..d3500704f 100644 --- a/resources/i18n/openlp_hu.ts +++ b/resources/i18n/openlp_hu.ts @@ -878,14 +878,6 @@ A GNU General Public License nem engedi meg, hogy a program része legyen szelle &Biblia - - BiblesPlugin,BiblesTab - - - Bibles - Bibliák - - BiblesPlugin.BiblesTab @@ -959,6 +951,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + Bibliák + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_ko.ts b/resources/i18n/openlp_ko.ts index dc4fe68d8..1299b062a 100644 --- a/resources/i18n/openlp_ko.ts +++ b/resources/i18n/openlp_ko.ts @@ -718,14 +718,6 @@ This General Public License does not permit incorporating your program into prop - - BiblesPlugin,BiblesTab - - - Bibles - - - BiblesPlugin.BiblesTab @@ -799,6 +791,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_nb.ts b/resources/i18n/openlp_nb.ts index 0b8361dcd..e730187fc 100644 --- a/resources/i18n/openlp_nb.ts +++ b/resources/i18n/openlp_nb.ts @@ -718,14 +718,6 @@ This General Public License does not permit incorporating your program into prop - - BiblesPlugin,BiblesTab - - - Bibles - Bibler - - BiblesPlugin.BiblesTab @@ -799,6 +791,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + Bibler + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_pt_BR.ts b/resources/i18n/openlp_pt_BR.ts index 9c3179024..440c20ff0 100644 --- a/resources/i18n/openlp_pt_BR.ts +++ b/resources/i18n/openlp_pt_BR.ts @@ -718,14 +718,6 @@ This General Public License does not permit incorporating your program into prop &Bíblia - - BiblesPlugin,BiblesTab - - - Bibles - Bíblias - - BiblesPlugin.BiblesTab @@ -799,6 +791,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + Bíblias + BiblesPlugin.ImportWizardForm diff --git a/resources/i18n/openlp_sv.ts b/resources/i18n/openlp_sv.ts index 6df67b51f..a9c64667d 100644 --- a/resources/i18n/openlp_sv.ts +++ b/resources/i18n/openlp_sv.ts @@ -718,14 +718,6 @@ This General Public License does not permit incorporating your program into prop &Bibel - - BiblesPlugin,BiblesTab - - - Bibles - Biblar - - BiblesPlugin.BiblesTab @@ -799,6 +791,11 @@ Changes do not affect verses already in the service. Display dual Bible verses + + + Bibles + Biblar + BiblesPlugin.ImportWizardForm From 7ec7235676019489c9db32d5f8fc762b88c114fe Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 21 Jul 2010 07:20:03 +0200 Subject: [PATCH 07/13] Updated more strings and things. --- .bzrignore | 1 + openlp/core/ui/aboutdialog.py | 19 +- openlp/core/ui/aboutform.py | 3 +- openlp/core/ui/advancedtab.py | 11 +- openlp/core/ui/amendthemedialog.py | 184 +- openlp/core/ui/amendthemeform.py | 12 +- openlp/core/ui/generaltab.py | 37 +- openlp/core/ui/mainwindow.py | 201 +- openlp/core/ui/plugindialog.py | 21 +- openlp/core/utils/languagemanager.py | 8 +- openlp/plugins/alerts/lib/alertstab.py | 10 +- openlp/plugins/bibles/bibleplugin.py | 6 +- openlp/plugins/bibles/lib/db.py | 10 +- openlp/plugins/images/lib/imagetab.py | 3 +- resources/i18n/openlp_af.ts | 3653 +++++++++++---------- resources/i18n/openlp_de.ts | 3733 ++++++++++----------- resources/i18n/openlp_en.ts | 3441 +++++++++---------- resources/i18n/openlp_en_GB.ts | 3659 +++++++++++---------- resources/i18n/openlp_en_ZA.ts | 3523 ++++++++++---------- resources/i18n/openlp_es.ts | 3661 +++++++++++---------- resources/i18n/openlp_et.ts | 4179 ++++++++++++------------ resources/i18n/openlp_hu.ts | 4057 ++++++++++++----------- resources/i18n/openlp_ko.ts | 3433 +++++++++---------- resources/i18n/openlp_nb.ts | 3545 ++++++++++---------- resources/i18n/openlp_pt_BR.ts | 3659 +++++++++++---------- resources/i18n/openlp_sv.ts | 3669 +++++++++++---------- 26 files changed, 22848 insertions(+), 21890 deletions(-) diff --git a/.bzrignore b/.bzrignore index 191ba49fd..073fb531a 100644 --- a/.bzrignore +++ b/.bzrignore @@ -18,3 +18,4 @@ _eric4project .pylint.d *.qm openlp/core/resources.py.old +*.qm diff --git a/openlp/core/ui/aboutdialog.py b/openlp/core/ui/aboutdialog.py index 2537a3662..a48af11dc 100644 --- a/openlp/core/ui/aboutdialog.py +++ b/openlp/core/ui/aboutdialog.py @@ -105,8 +105,9 @@ class Ui_AboutDialog(object): QtCore.QMetaObject.connectSlotsByName(aboutDialog) def retranslateUi(self, aboutDialog): - aboutDialog.setWindowTitle(translate('AboutForm', 'About OpenLP')) - self.aboutTextEdit.setPlainText(translate('AboutForm', + aboutDialog.setWindowTitle(translate('OpenLP.AboutForm', + 'About OpenLP')) + self.aboutTextEdit.setPlainText(translate('OpenLP.AboutForm', 'OpenLP - Open Source Lyrics ' 'Projection\n' '\n' @@ -124,8 +125,8 @@ class Ui_AboutDialog(object): )) self.aboutNotebook.setTabText( self.aboutNotebook.indexOf(self.aboutTab), - translate('AboutForm', 'About')) - self.creditsTextEdit.setPlainText(translate('AboutForm', + translate('OpenLP.AboutForm', 'About')) + self.creditsTextEdit.setPlainText(translate('OpenLP.AboutForm', 'Project Lead\n' ' Raoul "superfly" Snyman\n' '\n' @@ -157,8 +158,8 @@ class Ui_AboutDialog(object): )) self.aboutNotebook.setTabText( self.aboutNotebook.indexOf(self.creditsTab), - translate('AboutForm', 'Credits')) - self.licenseTextEdit.setPlainText(translate('AboutForm', + translate('OpenLP.AboutForm', 'Credits')) + self.licenseTextEdit.setPlainText(translate('OpenLP.AboutForm', 'Copyright \xa9 2004-2010 Raoul Snyman\n' 'Portions copyright \xa9 2004-2010 ' 'Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, ' @@ -549,6 +550,6 @@ class Ui_AboutDialog(object): 'instead of this License.')) self.aboutNotebook.setTabText( self.aboutNotebook.indexOf(self.licenseTab), - translate('AboutForm', 'License')) - self.contributeButton.setText(translate('AboutForm', 'Contribute')) - self.closeButton.setText(translate('AboutForm', 'Close')) + translate('OpenLP.AboutForm', 'License')) + self.contributeButton.setText(translate('OpenLP.AboutForm', 'Contribute')) + self.closeButton.setText(translate('OpenLP.AboutForm', 'Close')) diff --git a/openlp/core/ui/aboutform.py b/openlp/core/ui/aboutform.py index a96325bda..8ae391df6 100644 --- a/openlp/core/ui/aboutform.py +++ b/openlp/core/ui/aboutform.py @@ -44,7 +44,7 @@ class AboutForm(QtGui.QDialog, Ui_AboutDialog): about_text = about_text.replace(u'', self.applicationVersion[u'version']) if self.applicationVersion[u'build']: - build_text = unicode(translate('AboutForm', ' build %s')) % \ + build_text = unicode(translate('OpenLP.AboutForm', ' build %s')) % \ self.applicationVersion[u'build'] else: build_text = u'' @@ -61,3 +61,4 @@ class AboutForm(QtGui.QDialog, Ui_AboutDialog): url = u'http://www.openlp.org/en/documentation/introduction/' \ + u'contributing.html' webbrowser.open_new(url) + diff --git a/openlp/core/ui/advancedtab.py b/openlp/core/ui/advancedtab.py index c0c5a6109..fba71f9d4 100644 --- a/openlp/core/ui/advancedtab.py +++ b/openlp/core/ui/advancedtab.py @@ -45,7 +45,7 @@ class AdvancedTab(SettingsTab): Configure the UI elements for the tab. """ self.setObjectName(u'AdvancedTab') - self.tabTitleVisible = translate('AdvancedTab', 'Advanced') + self.tabTitleVisible = translate('OpenLP.AdvancedTab', 'Advanced') self.advancedTabLayout = QtGui.QHBoxLayout(self) self.advancedTabLayout.setSpacing(8) self.advancedTabLayout.setMargin(8) @@ -131,12 +131,12 @@ class AdvancedTab(SettingsTab): """ Setup the interface translation strings. """ - self.uiGroupBox.setTitle(translate('AdvancedTab', 'UI Settings')) + self.uiGroupBox.setTitle(translate('OpenLP.AdvancedTab', 'UI Settings')) self.recentLabel.setText( - translate('AdvancedTab', 'Number of recent files to display:')) - self.mediaPluginCheckBox.setText(translate('AdvancedTab', + translate('OpenLP.AdvancedTab', 'Number of recent files to display:')) + self.mediaPluginCheckBox.setText(translate('OpenLP.AdvancedTab', 'Save currently selected media manager plugin')) - self.doubleClickLiveCheckBox.setText(translate('AdvancedTab', + self.doubleClickLiveCheckBox.setText(translate('OpenLP.AdvancedTab', 'Double-click to send items straight to live (requires restart)')) # self.sharedDirGroupBox.setTitle( # translate('AdvancedTab', 'Central Data Store')) @@ -188,3 +188,4 @@ class AdvancedTab(SettingsTab): self.sharedLabel.setEnabled(checked) self.sharedTextEdit.setEnabled(checked) self.sharedPushButton.setEnabled(checked) + diff --git a/openlp/core/ui/amendthemedialog.py b/openlp/core/ui/amendthemedialog.py index 6d11414aa..c1e57ae45 100644 --- a/openlp/core/ui/amendthemedialog.py +++ b/openlp/core/ui/amendthemedialog.py @@ -657,153 +657,173 @@ class Ui_AmendThemeDialog(object): def retranslateUi(self, AmendThemeDialog): AmendThemeDialog.setWindowTitle( - translate('AmendThemeForm', 'Theme Maintenance')) + translate('OpenLP.AmendThemeForm', 'Theme Maintenance')) self.ThemeNameLabel.setText( - translate('AmendThemeForm', 'Theme &name:')) + translate('OpenLP.AmendThemeForm', 'Theme &name:')) self.BackgroundLabel.setText( - translate('AmendThemeForm', '&Visibility:')) + translate('OpenLP.AmendThemeForm', '&Visibility:')) self.BackgroundComboBox.setItemText(0, - translate('AmendThemeForm', 'Opaque')) + translate('OpenLP.AmendThemeForm', 'Opaque')) self.BackgroundComboBox.setItemText(1, - translate('AmendThemeForm', 'Transparent')) + translate('OpenLP.AmendThemeForm', 'Transparent')) self.BackgroundTypeLabel.setText( - translate('AmendThemeForm', 'Type:')) + translate('OpenLP.AmendThemeForm', 'Type:')) self.BackgroundTypeComboBox.setItemText(0, - translate('AmendThemeForm', 'Solid Color')) + translate('OpenLP.AmendThemeForm', 'Solid Color')) self.BackgroundTypeComboBox.setItemText(1, - translate('AmendThemeForm', 'Gradient')) + translate('OpenLP.AmendThemeForm', 'Gradient')) self.BackgroundTypeComboBox.setItemText(2, - translate('AmendThemeForm', 'Image')) + translate('OpenLP.AmendThemeForm', 'Image')) self.Color1Label.setText(u':') self.Color2Label.setText(u':') - self.ImageLabel.setText(translate('AmendThemeForm', 'Image:')) - self.GradientLabel.setText(translate('AmendThemeForm', 'Gradient:')) + self.ImageLabel.setText( + translate('OpenLP.AmendThemeForm', 'Image:')) + self.GradientLabel.setText( + translate('OpenLP.AmendThemeForm', 'Gradient:')) self.GradientComboBox.setItemText(0, - translate('AmendThemeForm', 'Horizontal')) + translate('OpenLP.AmendThemeForm', 'Horizontal')) self.GradientComboBox.setItemText(1, - translate('AmendThemeForm', 'Vertical')) + translate('OpenLP.AmendThemeForm', 'Vertical')) self.GradientComboBox.setItemText(2, - translate('AmendThemeForm', 'Circular')) + translate('OpenLP.AmendThemeForm', 'Circular')) self.ThemeTabWidget.setTabText( self.ThemeTabWidget.indexOf(self.BackgroundTab), - translate('AmendThemeForm', '&Background')) + translate('OpenLP.AmendThemeForm', '&Background')) self.FontMainGroupBox.setTitle( - translate('AmendThemeForm', 'Main Font')) - self.FontMainlabel.setText(translate('AmendThemeForm', 'Font:')) + translate('OpenLP.AmendThemeForm', 'Main Font')) + self.FontMainlabel.setText( + translate('OpenLP.AmendThemeForm', 'Font:')) self.FontMainColorLabel.setText( - translate('AmendThemeForm', 'Color:')) - self.FontMainSize.setText(translate('AmendThemeForm', 'Size:')) - self.FontMainSizeSpinBox.setSuffix(translate('AmendThemeForm', 'pt')) + translate('OpenLP.AmendThemeForm', 'Color:')) + self.FontMainSize.setText( + translate('OpenLP.AmendThemeForm', 'Size:')) + self.FontMainSizeSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'pt')) self.FontMainWrapIndentationLabel.setText( - translate('AmendThemeForm', 'Wrap indentation:')) + translate('OpenLP.AmendThemeForm', 'Wrap indentation:')) self.FontMainWrapLineAdjustmentLabel.setText( - translate('AmendThemeForm', 'Adjust line spacing:')) + translate('OpenLP.AmendThemeForm', 'Adjust line spacing:')) self.FontMainWeightComboBox.setItemText(0, - translate('AmendThemeForm', 'Normal')) + translate('OpenLP.AmendThemeForm', 'Normal')) self.FontMainWeightComboBox.setItemText(1, - translate('AmendThemeForm', 'Bold')) + translate('OpenLP.AmendThemeForm', 'Bold')) self.FontMainWeightComboBox.setItemText(2, - translate('AmendThemeForm', 'Italics')) + translate('OpenLP.AmendThemeForm', 'Italics')) self.FontMainWeightComboBox.setItemText(3, - translate('AmendThemeForm', 'Bold/Italics')) + translate('OpenLP.AmendThemeForm', 'Bold/Italics')) self.FontMainWeightLabel.setText( - translate('AmendThemeForm', 'Style:')) + translate('OpenLP.AmendThemeForm', 'Style:')) self.MainLocationGroupBox.setTitle( - translate('AmendThemeForm', 'Display Location')) + translate('OpenLP.AmendThemeForm', 'Display Location')) self.DefaultLocationLabel.setText( - translate('AmendThemeForm', 'Use default location')) + translate('OpenLP.AmendThemeForm', 'Use default location')) self.FontMainXLabel.setText( - translate('AmendThemeForm', 'X position:')) + translate('OpenLP.AmendThemeForm', 'X position:')) self.FontMainYLabel.setText( - translate('AmendThemeForm', 'Y position:')) + translate('OpenLP.AmendThemeForm', 'Y position:')) self.FontMainWidthLabel.setText( - translate('AmendThemeForm', 'Width:')) + translate('OpenLP.AmendThemeForm', 'Width:')) self.FontMainHeightLabel.setText( - translate('AmendThemeForm', 'Height:')) - self.FontMainXSpinBox.setSuffix(translate('AmendThemeForm', 'px')) - self.FontMainYSpinBox.setSuffix(translate('AmendThemeForm', 'px')) - self.FontMainWidthSpinBox.setSuffix(translate('AmendThemeForm', 'px')) - self.FontMainHeightSpinBox.setSuffix(translate('AmendThemeForm', 'px')) + translate('OpenLP.AmendThemeForm', 'Height:')) + self.FontMainXSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'px')) + self.FontMainYSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'px')) + self.FontMainWidthSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'px')) + self.FontMainHeightSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'px')) self.ThemeTabWidget.setTabText( self.ThemeTabWidget.indexOf(self.FontMainTab), - translate('AmendThemeForm', '&Main Font')) + translate('OpenLP.AmendThemeForm', '&Main Font')) self.FooterFontGroupBox.setTitle( - translate('AmendThemeForm', 'Footer Font')) - self.FontFooterLabel.setText(translate('AmendThemeForm', 'Font:')) + translate('OpenLP.AmendThemeForm', 'Footer Font')) + self.FontFooterLabel.setText( + translate('OpenLP.AmendThemeForm', 'Font:')) self.FontFooterColorLabel.setText( - translate('AmendThemeForm', 'Color:')) - self.FontFooterSizeLabel.setText(translate('AmendThemeForm', 'Size:')) - self.FontFooterSizeSpinBox.setSuffix(translate('AmendThemeForm', 'pt')) + translate('OpenLP.AmendThemeForm', 'Color:')) + self.FontFooterSizeLabel.setText( + translate('OpenLP.AmendThemeForm', 'Size:')) + self.FontFooterSizeSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'pt')) self.FontFooterWeightComboBox.setItemText(0, - translate('AmendThemeForm', 'Normal')) + translate('OpenLP.AmendThemeForm', 'Normal')) self.FontFooterWeightComboBox.setItemText(1, - translate('AmendThemeForm', 'Bold')) + translate('OpenLP.AmendThemeForm', 'Bold')) self.FontFooterWeightComboBox.setItemText(2, - translate('AmendThemeForm', 'Italics')) + translate('OpenLP.AmendThemeForm', 'Italics')) self.FontFooterWeightComboBox.setItemText(3, - translate('AmendThemeForm', 'Bold/Italics')) + translate('OpenLP.AmendThemeForm', 'Bold/Italics')) self.FontFooterWeightLabel.setText( - translate('AmendThemeForm', 'Style:')) + translate('OpenLP.AmendThemeForm', 'Style:')) self.LocationFooterGroupBox.setTitle( - translate('AmendThemeForm', 'Display Location')) + translate('OpenLP.AmendThemeForm', 'Display Location')) self.FontFooterDefaultLabel.setText( - translate('AmendThemeForm', 'Use default location')) + translate('OpenLP.AmendThemeForm', 'Use default location')) self.FontFooterXLabel.setText( - translate('AmendThemeForm', 'X position:')) + translate('OpenLP.AmendThemeForm', 'X position:')) self.FontFooterYLabel.setText( - translate('AmendThemeForm', 'Y position:')) + translate('OpenLP.AmendThemeForm', 'Y position:')) self.FontFooterWidthLabel.setText( - translate('AmendThemeForm', 'Width:')) + translate('OpenLP.AmendThemeForm', 'Width:')) self.FontFooterHeightLabel.setText( - translate('AmendThemeForm', 'Height:')) - self.FontFooterXSpinBox.setSuffix(translate('AmendThemeForm', 'px')) - self.FontFooterYSpinBox.setSuffix(translate('AmendThemeForm', 'px')) - self.FontFooterWidthSpinBox.setSuffix(translate('AmendThemeForm', 'px')) + translate('OpenLP.AmendThemeForm', 'Height:')) + self.FontFooterXSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'px')) + self.FontFooterYSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'px')) + self.FontFooterWidthSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'px')) self.FontFooterHeightSpinBox.setSuffix( - translate('AmendThemeForm', 'px')) + translate('OpenLP.AmendThemeForm', 'px')) self.ThemeTabWidget.setTabText( self.ThemeTabWidget.indexOf(self.FontFooterTab), - translate('AmendThemeForm', '&Footer Font')) - self.OutlineGroupBox.setTitle(translate('AmendThemeForm', 'Outline')) + translate('OpenLP.AmendThemeForm', '&Footer Font')) + self.OutlineGroupBox.setTitle( + translate('OpenLP.AmendThemeForm', 'Outline')) self.OutlineSpinBoxLabel.setText( - translate('AmendThemeForm', 'Outline size:')) - self.OutlineSpinBox.setSuffix(translate('AmendThemeForm', 'px')) + translate('OpenLP.AmendThemeForm', 'Outline size:')) + self.OutlineSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'px')) self.OutlineColorLabel.setText( - translate('AmendThemeForm', 'Outline color:')) + translate('OpenLP.AmendThemeForm', 'Outline color:')) self.OutlineEnabledLabel.setText( - translate('AmendThemeForm', 'Show outline:')) - self.ShadowGroupBox.setTitle(translate('AmendThemeForm', 'Shadow')) + translate('OpenLP.AmendThemeForm', 'Show outline:')) + self.ShadowGroupBox.setTitle( + translate('OpenLP.AmendThemeForm', 'Shadow')) self.ShadowSpinBoxLabel.setText( - translate('AmendThemeForm', 'Shadow size:')) - self.ShadowSpinBox.setSuffix(translate('AmendThemeForm', 'px')) + translate('OpenLP.AmendThemeForm', 'Shadow size:')) + self.ShadowSpinBox.setSuffix( + translate('OpenLP.AmendThemeForm', 'px')) self.ShadowColorLabel.setText( - translate('AmendThemeForm', 'Shadow color:')) + translate('OpenLP.AmendThemeForm', 'Shadow color:')) self.ShadowEnabledLabel.setText( - translate('AmendThemeForm', 'Show shadow:')) + translate('OpenLP.AmendThemeForm', 'Show shadow:')) self.AlignmentGroupBox.setTitle( - translate('AmendThemeForm', 'Alignment')) + translate('OpenLP.AmendThemeForm', 'Alignment')) self.HorizontalLabel.setText( - translate('AmendThemeForm', 'Horizontal align:')) + translate('OpenLP.AmendThemeForm', 'Horizontal align:')) self.HorizontalComboBox.setItemText(0, - translate('AmendThemeForm', 'Left')) + translate('OpenLP.AmendThemeForm', 'Left')) self.HorizontalComboBox.setItemText(1, - translate('AmendThemeForm', 'Right')) + translate('OpenLP.AmendThemeForm', 'Right')) self.HorizontalComboBox.setItemText(2, - translate('AmendThemeForm', 'Center')) + translate('OpenLP.AmendThemeForm', 'Center')) self.VerticalLabel.setText( - translate('AmendThemeForm', 'Vertical align:')) + translate('OpenLP.AmendThemeForm', 'Vertical align:')) self.VerticalComboBox.setItemText(0, - translate('AmendThemeForm', 'Top')) + translate('OpenLP.AmendThemeForm', 'Top')) self.VerticalComboBox.setItemText(1, - translate('AmendThemeForm', 'Middle')) + translate('OpenLP.AmendThemeForm', 'Middle')) self.VerticalComboBox.setItemText(2, - translate('AmendThemeForm', 'Bottom')) + translate('OpenLP.AmendThemeForm', 'Bottom')) self.TransitionGroupBox.setTitle( - translate('AmendThemeForm', 'Slide Transition')) + translate('OpenLP.AmendThemeForm', 'Slide Transition')) self.SlideTransitionCheckBoxLabel.setText( - translate('AmendThemeForm', 'Transition active')) + translate('OpenLP.AmendThemeForm', 'Transition active')) self.ThemeTabWidget.setTabText( self.ThemeTabWidget.indexOf(self.OtherOptionsTab), - translate('AmendThemeForm', '&Other Options')) - self.PreviewGroupBox.setTitle(translate('AmendThemeForm', 'Preview')) + translate('OpenLP.AmendThemeForm', '&Other Options')) + self.PreviewGroupBox.setTitle( + translate('OpenLP.AmendThemeForm', 'Preview')) diff --git a/openlp/core/ui/amendthemeform.py b/openlp/core/ui/amendthemeform.py index 10198bc7a..7676e9c25 100644 --- a/openlp/core/ui/amendthemeform.py +++ b/openlp/core/ui/amendthemeform.py @@ -219,9 +219,9 @@ class AmendThemeForm(QtGui.QDialog, Ui_AmendThemeDialog): def onImageToolButtonClicked(self): images_filter = get_images_filter() images_filter = '%s;;%s (*.*) (*)' % (images_filter, - translate('AmendThemeForm', 'All Files')) + translate('OpenLP.AmendThemeForm', 'All Files')) filename = QtGui.QFileDialog.getOpenFileName(self, - translate('AmendThemeForm', 'Select Image'), u'', images_filter) + translate('OpenLP.AmendThemeForm', 'Select Image'), u'', images_filter) if filename: self.ImageLineEdit.setText(filename) self.theme.background_filename = filename @@ -658,7 +658,7 @@ class AmendThemeForm(QtGui.QDialog, Ui_AmendThemeDialog): self.Color1PushButton.setStyleSheet( u'background-color: %s' % unicode(theme.background_color)) self.Color1Label.setText( - translate('AmendThemeForm', 'Color:')) + translate('OpenLP.AmendThemeForm', 'Color:')) self.Color1Label.setVisible(True) self.Color1PushButton.setVisible(True) self.Color2Label.setVisible(False) @@ -674,9 +674,9 @@ class AmendThemeForm(QtGui.QDialog, Ui_AmendThemeDialog): self.Color2PushButton.setStyleSheet(u'background-color: %s' \ % unicode(theme.background_endColor)) self.Color1Label.setText( - translate('AmendThemeForm', 'First color:')) + translate('OpenLP.AmendThemeForm', 'First color:')) self.Color2Label.setText( - translate('AmendThemeForm', 'Second color:')) + translate('OpenLP.AmendThemeForm', 'Second color:')) self.Color1Label.setVisible(True) self.Color1PushButton.setVisible(True) self.Color2Label.setVisible(True) @@ -745,7 +745,7 @@ class AmendThemeForm(QtGui.QDialog, Ui_AmendThemeDialog): (self.FontMainHeightSpinBox.value(), metrics.height(), page_length)) page_length_text = unicode( - translate('AmendThemeForm', 'Slide height is %s rows.')) + translate('OpenLP.AmendThemeForm', 'Slide height is %s rows.')) self.FontMainLinesPageLabel.setText(page_length_text % page_length) frame = self.thememanager.generateImage(self.theme) self.ThemePreview.setPixmap(QtGui.QPixmap.fromImage(frame)) diff --git a/openlp/core/ui/generaltab.py b/openlp/core/ui/generaltab.py index 72718bb2c..408509605 100644 --- a/openlp/core/ui/generaltab.py +++ b/openlp/core/ui/generaltab.py @@ -59,7 +59,7 @@ class GeneralTab(SettingsTab): Create the user interface for the general settings tab """ self.setObjectName(u'GeneralTab') - self.tabTitleVisible = translate('GeneralTab', 'General') + self.tabTitleVisible = translate('OpenLP.GeneralTab', 'General') self.GeneralLayout = QtGui.QHBoxLayout(self) self.GeneralLayout.setSpacing(8) self.GeneralLayout.setMargin(8) @@ -286,7 +286,7 @@ class GeneralTab(SettingsTab): """ Translate the general settings tab to the currently selected language """ - self.MonitorGroupBox.setTitle(translate('GeneralTab', 'Monitors')) + self.MonitorGroupBox.setTitle(translate('OpenLP.GeneralTab', 'Monitors')) self.MonitorLabel.setText( translate('OpenLP.GeneralTab', 'Select monitor for output display:')) self.DisplayOnMonitorCheck.setText( @@ -299,16 +299,18 @@ class GeneralTab(SettingsTab): translate('OpenLP.GeneralTab', 'Automatically open the last service')) self.ShowSplashCheckBox.setText( translate('OpenLP.GeneralTab', 'Show the splash screen')) - self.SettingsGroupBox.setTitle(translate('OpenLP.GeneralTab', - 'Application Settings')) + self.SettingsGroupBox.setTitle( + translate('OpenLP.GeneralTab', 'Application Settings')) self.SaveCheckServiceCheckBox.setText(translate('OpenLP.GeneralTab', 'Prompt to save Service before starting New')) self.AutoPreviewCheckBox.setText(translate('OpenLP.GeneralTab', 'Preview Next Song from Service Manager')) - self.CCLIGroupBox.setTitle(translate('GeneralTab', 'CCLI Details')) - self.NumberLabel.setText(translate('GeneralTab', 'CCLI Number:')) - self.UsernameLabel.setText(translate('OpenLP.GeneralTab', - 'SongSelect Username:')) + self.CCLIGroupBox.setTitle( + translate('OpenLP.GeneralTab', 'CCLI Details')) + self.NumberLabel.setText( + translate('OpenLP.GeneralTab', 'CCLI Number:')) + self.UsernameLabel.setText( + translate('OpenLP.GeneralTab', 'SongSelect Username:')) self.PasswordLabel.setText( translate('OpenLP.GeneralTab', 'SongSelect Password:')) # Moved from display tab @@ -318,16 +320,18 @@ class GeneralTab(SettingsTab): self.currentXValueLabel.setText(u'0') self.currentYLabel.setText(translate('OpenLP.GeneralTab', 'Y')) self.currentYValueLabel.setText(u'0') - self.currentHeightLabel.setText(translate('OpenLP.GeneralTab', 'Height')) + self.currentHeightLabel.setText( + translate('OpenLP.GeneralTab', 'Height')) self.currentHeightValueLabel.setText(u'0') - self.currentWidthLabel.setText(translate('OpenLP.GeneralTab', 'Width')) + self.currentWidthLabel.setText( + translate('OpenLP.GeneralTab', 'Width')) self.currentWidthValueLabel.setText(u'0') self.overrideCheckBox.setText(translate('OpenLP.GeneralTab', 'Override display position')) - self.customXLabel.setText(translate('DisplayTab', 'X')) - self.customYLabel.setText(translate('DisplayTab', 'Y')) - self.customHeightLabel.setText(translate('DisplayTab', 'Height')) - self.customWidthLabel.setText(translate('DisplayTab', 'Width')) + self.customXLabel.setText(translate('OpenLP.GeneralTab', 'X')) + self.customYLabel.setText(translate('OpenLP.GeneralTab', 'Y')) + self.customHeightLabel.setText(translate('OpenLP.GeneralTab', 'Height')) + self.customWidthLabel.setText(translate('OpenLP.GeneralTab', 'Width')) def load(self): """ @@ -336,11 +340,11 @@ class GeneralTab(SettingsTab): settings = QtCore.QSettings() settings.beginGroup(self.settingsSection) for screen in self.screens.screen_list: - screen_name = u'%s %d' % (translate('GeneralTab', 'Screen'), + screen_name = u'%s %d' % (translate('OpenLP.GeneralTab', 'Screen'), screen[u'number'] + 1) if screen[u'primary']: screen_name = u'%s (%s)' % (screen_name, - translate('GeneralTab', 'primary')) + translate('OpenLP.GeneralTab', 'primary')) self.MonitorComboBox.addItem(screen_name) self.NumberEdit.setText(unicode(settings.value( u'ccli number', QtCore.QVariant(u'')).toString())) @@ -458,3 +462,4 @@ class GeneralTab(SettingsTab): self.customHeightValueEdit.setEnabled(checked) self.customWidthValueEdit.setEnabled(checked) self.override_changed = True + diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index ec34a483b..f399ccc72 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -381,127 +381,149 @@ class Ui_MainWindow(object): """ Set up the translation system """ - MainWindow.mainTitle = translate('MainWindow', 'OpenLP 2.0') - MainWindow.language = translate('MainWindow', 'English') + MainWindow.mainTitle = translate('OpenLP.MainWindow', 'OpenLP 2.0') + MainWindow.language = translate('OpenLP.MainWindow', 'English') MainWindow.setWindowTitle(MainWindow.mainTitle) - self.FileMenu.setTitle(translate('MainWindow', '&File')) - self.FileImportMenu.setTitle(translate('MainWindow', '&Import')) - self.FileExportMenu.setTitle(translate('MainWindow', '&Export')) - self.ViewMenu.setTitle(translate('MainWindow', '&View')) - self.ViewModeMenu.setTitle(translate('MainWindow', 'M&ode')) - self.ToolsMenu.setTitle(translate('MainWindow', '&Tools')) - self.SettingsMenu.setTitle(translate('MainWindow', '&Settings')) - self.SettingsLanguageMenu.setTitle(translate('MainWindow', + self.FileMenu.setTitle(translate('OpenLP.MainWindow', '&File')) + self.FileImportMenu.setTitle(translate('OpenLP.MainWindow', '&Import')) + self.FileExportMenu.setTitle(translate('OpenLP.MainWindow', '&Export')) + self.ViewMenu.setTitle(translate('OpenLP.MainWindow', '&View')) + self.ViewModeMenu.setTitle(translate('OpenLP.MainWindow', 'M&ode')) + self.ToolsMenu.setTitle(translate('OpenLP.MainWindow', '&Tools')) + self.SettingsMenu.setTitle(translate('OpenLP.MainWindow', '&Settings')) + self.SettingsLanguageMenu.setTitle(translate('OpenLP.MainWindow', '&Language')) - self.HelpMenu.setTitle(translate('MainWindow', '&Help')) + self.HelpMenu.setTitle(translate('OpenLP.MainWindow', '&Help')) self.MediaManagerDock.setWindowTitle( - translate('MainWindow', 'Media Manager')) + translate('OpenLP.MainWindow', 'Media Manager')) self.ServiceManagerDock.setWindowTitle( - translate('MainWindow', 'Service Manager')) + translate('OpenLP.MainWindow', 'Service Manager')) self.ThemeManagerDock.setWindowTitle( - translate('MainWindow', 'Theme Manager')) - self.FileNewItem.setText(translate('MainWindow', '&New')) - self.FileNewItem.setToolTip(translate('MainWindow', 'New Service')) + translate('OpenLP.MainWindow', 'Theme Manager')) + self.FileNewItem.setText(translate('OpenLP.MainWindow', '&New')) + self.FileNewItem.setToolTip( + translate('OpenLP.MainWindow', 'New Service')) self.FileNewItem.setStatusTip( - translate('MainWindow', 'Create a new service.')) - self.FileNewItem.setShortcut(translate('MainWindow', 'Ctrl+N')) - self.FileOpenItem.setText(translate('MainWindow', '&Open')) - self.FileOpenItem.setToolTip(translate('MainWindow', 'Open Service')) + translate('OpenLP.MainWindow', 'Create a new service.')) + self.FileNewItem.setShortcut(translate('OpenLP.MainWindow', 'Ctrl+N')) + self.FileOpenItem.setText(translate('OpenLP.MainWindow', '&Open')) + self.FileOpenItem.setToolTip( + translate('OpenLP.MainWindow', 'Open Service')) self.FileOpenItem.setStatusTip( - translate('MainWindow', 'Open an existing service.')) - self.FileOpenItem.setShortcut(translate('MainWindow', 'Ctrl+O')) - self.FileSaveItem.setText(translate('MainWindow', '&Save')) - self.FileSaveItem.setToolTip(translate('MainWindow', 'Save Service')) + translate('OpenLP.MainWindow', 'Open an existing service.')) + self.FileOpenItem.setShortcut(translate('OpenLP.MainWindow', 'Ctrl+O')) + self.FileSaveItem.setText(translate('OpenLP.MainWindow', '&Save')) + self.FileSaveItem.setToolTip( + translate('OpenLP.MainWindow', 'Save Service')) self.FileSaveItem.setStatusTip( - translate('MainWindow', 'Save the current service to disk.')) - self.FileSaveItem.setShortcut(translate('MainWindow', 'Ctrl+S')) - self.FileSaveAsItem.setText(translate('MainWindow', 'Save &As...')) + translate('OpenLP.MainWindow', 'Save the current service to disk.')) + self.FileSaveItem.setShortcut(translate('OpenLP.MainWindow', 'Ctrl+S')) + self.FileSaveAsItem.setText( + translate('OpenLP.MainWindow', 'Save &As...')) self.FileSaveAsItem.setToolTip( - translate('MainWindow', 'Save Service As')) - self.FileSaveAsItem.setStatusTip(translate('MainWindow', + translate('OpenLP.MainWindow', 'Save Service As')) + self.FileSaveAsItem.setStatusTip(translate('OpenLP.MainWindow', 'Save the current service under a new name.')) - self.FileSaveAsItem.setShortcut(translate('MainWindow', 'Ctrl+Shift+S')) - self.FileExitItem.setText(translate('MainWindow', 'E&xit')) - self.FileExitItem.setStatusTip(translate('MainWindow', 'Quit OpenLP')) - self.FileExitItem.setShortcut(translate('MainWindow', 'Alt+F4')) - self.ImportThemeItem.setText(translate('MainWindow', '&Theme')) - self.ImportLanguageItem.setText(translate('MainWindow', '&Language')) - self.ExportThemeItem.setText(translate('MainWindow', '&Theme')) - self.ExportLanguageItem.setText(translate('MainWindow', '&Language')) - self.SettingsConfigureItem.setText(translate('MainWindow', - '&Configure OpenLP...')) + self.FileSaveAsItem.setShortcut( + translate('OpenLP.MainWindow', 'Ctrl+Shift+S')) + self.FileExitItem.setText( + translate('OpenLP.MainWindow', 'E&xit')) + self.FileExitItem.setStatusTip( + translate('OpenLP.MainWindow', 'Quit OpenLP')) + self.FileExitItem.setShortcut( + translate('OpenLP.MainWindow', 'Alt+F4')) + self.ImportThemeItem.setText( + translate('OpenLP.MainWindow', '&Theme')) + self.ImportLanguageItem.setText( + translate('OpenLP.MainWindow', '&Language')) + self.ExportThemeItem.setText( + translate('OpenLP.MainWindow', '&Theme')) + self.ExportLanguageItem.setText( + translate('OpenLP.MainWindow', '&Language')) + self.SettingsConfigureItem.setText( + translate('OpenLP.MainWindow', '&Configure OpenLP...')) self.ViewMediaManagerItem.setText( - translate('MainWindow', '&Media Manager')) + translate('OpenLP.MainWindow', '&Media Manager')) self.ViewMediaManagerItem.setToolTip( - translate('MainWindow', 'Toggle Media Manager')) - self.ViewMediaManagerItem.setStatusTip(translate('MainWindow', + translate('OpenLP.MainWindow', 'Toggle Media Manager')) + self.ViewMediaManagerItem.setStatusTip(translate('OpenLP.MainWindow', 'Toggle the visibility of the media manager.')) - self.ViewMediaManagerItem.setShortcut(translate('MainWindow', 'F8')) + self.ViewMediaManagerItem.setShortcut( + translate('OpenLP.MainWindow', 'F8')) self.ViewThemeManagerItem.setText( - translate('MainWindow', '&Theme Manager')) + translate('OpenLP.MainWindow', '&Theme Manager')) self.ViewThemeManagerItem.setToolTip( - translate('MainWindow', 'Toggle Theme Manager')) - self.ViewThemeManagerItem.setStatusTip(translate('MainWindow', + translate('OpenLP.MainWindow', 'Toggle Theme Manager')) + self.ViewThemeManagerItem.setStatusTip(translate('OpenLP.MainWindow', 'Toggle the visibility of the theme manager.')) - self.ViewThemeManagerItem.setShortcut(translate('MainWindow', 'F10')) + self.ViewThemeManagerItem.setShortcut( + translate('OpenLP.MainWindow', 'F10')) self.ViewServiceManagerItem.setText( - translate('MainWindow', '&Service Manager')) + translate('OpenLP.MainWindow', '&Service Manager')) self.ViewServiceManagerItem.setToolTip( - translate('MainWindow', 'Toggle Service Manager')) - self.ViewServiceManagerItem.setStatusTip(translate('MainWindow', + translate('OpenLP.MainWindow', 'Toggle Service Manager')) + self.ViewServiceManagerItem.setStatusTip(translate('OpenLP.MainWindow', 'Toggle the visibility of the service manager.')) - self.ViewServiceManagerItem.setShortcut(translate('MainWindow', 'F9')) + self.ViewServiceManagerItem.setShortcut( + translate('OpenLP.MainWindow', 'F9')) self.ViewPreviewPanel.setText( - translate('MainWindow', '&Preview Panel')) + translate('OpenLP.MainWindow', '&Preview Panel')) self.ViewPreviewPanel.setToolTip( - translate('MainWindow', 'Toggle Preview Panel')) - self.ViewPreviewPanel.setStatusTip(translate('MainWindow', + translate('OpenLP.MainWindow', 'Toggle Preview Panel')) + self.ViewPreviewPanel.setStatusTip(translate('OpenLP.MainWindow', 'Toggle the visibility of the preview panel.')) - self.ViewPreviewPanel.setShortcut(translate('MainWindow', 'F11')) + self.ViewPreviewPanel.setShortcut( + translate('OpenLP.MainWindow', 'F11')) self.ViewLivePanel.setText( - translate('MainWindow', '&Live Panel')) + translate('OpenLP.MainWindow', '&Live Panel')) self.ViewLivePanel.setToolTip( - translate('MainWindow', 'Toggle Live Panel')) - self.ViewLivePanel.setStatusTip(translate('MainWindow', + translate('OpenLP.MainWindow', 'Toggle Live Panel')) + self.ViewLivePanel.setStatusTip(translate('OpenLP.MainWindow', 'Toggle the visibility of the live panel.')) - self.ViewLivePanel.setShortcut(translate('MainWindow', 'F12')) - self.SettingsPluginListItem.setText(translate('MainWindow', + self.ViewLivePanel.setShortcut( + translate('OpenLP.MainWindow', 'F12')) + self.SettingsPluginListItem.setText(translate('OpenLP.MainWindow', '&Plugin List')) self.SettingsPluginListItem.setStatusTip( - translate('MainWindow', 'List the Plugins')) + translate('OpenLP.MainWindow', 'List the Plugins')) self.SettingsPluginListItem.setShortcut( - translate('MainWindow', 'Alt+F7')) + translate('OpenLP.MainWindow', 'Alt+F7')) self.HelpDocumentationItem.setText( - translate('MainWindow', '&User Guide')) - self.HelpAboutItem.setText(translate('MainWindow', '&About')) + translate('OpenLP.MainWindow', '&User Guide')) + self.HelpAboutItem.setText(translate('OpenLP.MainWindow', '&About')) self.HelpAboutItem.setStatusTip( - translate('MainWindow', 'More information about OpenLP')) - self.HelpAboutItem.setShortcut(translate('MainWindow', 'Ctrl+F1')) + translate('OpenLP.MainWindow', 'More information about OpenLP')) + self.HelpAboutItem.setShortcut(translate('OpenLP.MainWindow', 'Ctrl+F1')) self.HelpOnlineHelpItem.setText( - translate('MainWindow', '&Online Help')) - self.HelpWebSiteItem.setText(translate('MainWindow', '&Web Site')) - self.AutoLanguageItem.setText(translate('MainWindow', '&Auto Detect')) + translate('OpenLP.MainWindow', '&Online Help')) + self.HelpWebSiteItem.setText( + translate('OpenLP.MainWindow', '&Web Site')) + self.AutoLanguageItem.setText( + translate('OpenLP.MainWindow', '&Auto Detect')) self.AutoLanguageItem.setStatusTip( - translate('MainWindow', 'Use the system language, if available.')) + translate('OpenLP.MainWindow', + 'Use the system language, if available.')) for item in self.LanguageGroup.actions(): item.setText(item.objectName()) - item.setStatusTip(unicode(translate('MainWindow', + item.setStatusTip(unicode(translate('OpenLP.MainWindow', 'Set the interface language to %s')) % item.objectName()) - self.ToolsAddToolItem.setText(translate('MainWindow', 'Add &Tool...')) + self.ToolsAddToolItem.setText( + translate('OpenLP.MainWindow', 'Add &Tool...')) self.ToolsAddToolItem.setStatusTip( - translate('MainWindow', + translate('OpenLP.MainWindow', 'Add an application to the list of tools.')) - self.ModeDefaultItem.setText(translate('MainWindow', '&Default')) + self.ModeDefaultItem.setText( + translate('OpenLP.MainWindow', '&Default')) self.ModeDefaultItem.setStatusTip( - translate('MainWindow', + translate('OpenLP.MainWindow', 'Set the view mode back to the default.')) - self.ModeSetupItem.setText(translate('MainWindow', '&Setup')) + self.ModeSetupItem.setText(translate('OpenLP.MainWindow', '&Setup')) self.ModeSetupItem.setStatusTip( - translate('MainWindow', + translate('OpenLP.MainWindow', 'Set the view mode to Setup.')) - self.ModeLiveItem.setText(translate('MainWindow', '&Live')) + self.ModeLiveItem.setText(translate('OpenLP.MainWindow', '&Live')) self.ModeLiveItem.setStatusTip( - translate('MainWindow', + translate('OpenLP.MainWindow', 'Set the view mode to Live.')) @@ -677,12 +699,12 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): Triggered by delay thread. """ app_version = self.applicationVersion[u'full'] - version_text = unicode(translate('MainWindow', 'Version %s of OpenLP ' - 'is now available for download (you are currently running version ' - ' %s). \n\nYou can download the latest version from ' - 'http://openlp.org')) + version_text = unicode(translate('OpenLP.MainWindow', + 'Version %s of OpenLP is now available for download (you are ' + 'currently running version %s). \n\nYou can download the latest ' + 'version from http://openlp.org/.')) QtGui.QMessageBox.question(self, - translate('MainWindow', 'OpenLP Version Updated'), + translate('OpenLP.MainWindow', 'OpenLP Version Updated'), version_text % (version, app_version), QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Ok), QtGui.QMessageBox.Ok) @@ -714,8 +736,9 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): if settings.value(u'blank warning', QtCore.QVariant(False)).toBool(): QtGui.QMessageBox.question(self, - translate('MainWindow', 'OpenLP Main Display Blanked'), - translate('MainWindow', + translate('OpenLP.MainWindow', + 'OpenLP Main Display Blanked'), + translate('OpenLP.MainWindow', 'The Main Display has been blanked out')) settings.endGroup() @@ -799,8 +822,8 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): """ if self.serviceNotSaved: ret = QtGui.QMessageBox.question(self, - translate('MainWindow', 'Save Changes to Service?'), - translate('MainWindow', 'Your service has changed. ' + translate('OpenLP.MainWindow', 'Save Changes to Service?'), + translate('OpenLP.MainWindow', 'Your service has changed. ' 'Do you want to save those changes?'), QtGui.QMessageBox.StandardButtons( QtGui.QMessageBox.Cancel | @@ -865,7 +888,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): def defaultThemeChanged(self, theme): self.DefaultThemeLabel.setText( - unicode(translate('MainWindow', 'Default Theme: %s')) % theme) + unicode(translate('OpenLP.MainWindow', 'Default Theme: %s')) % theme) def toggleMediaManager(self, visible): if self.MediaManagerDock.isVisible() != visible: diff --git a/openlp/core/ui/plugindialog.py b/openlp/core/ui/plugindialog.py index 2a4ed3da9..cef5fca56 100644 --- a/openlp/core/ui/plugindialog.py +++ b/openlp/core/ui/plugindialog.py @@ -100,14 +100,19 @@ class Ui_PluginViewDialog(object): def retranslateUi(self, PluginViewDialog): PluginViewDialog.setWindowTitle( - translate('PluginForm', 'Plugin List')) + translate('OpenLP.PluginForm', 'Plugin List')) self.PluginInfoGroupBox.setTitle( - translate('PluginForm', 'Plugin Details')) + translate('OpenLP.PluginForm', 'Plugin Details')) self.VersionLabel.setText( - translate('PluginForm', 'Version:')) - self.VersionNumberLabel.setText(translate('PluginForm', 'TextLabel')) - self.AboutLabel.setText(translate('PluginForm', 'About:')) - self.StatusLabel.setText(translate('PluginForm', 'Status:')) - self.StatusComboBox.setItemText(0, translate('PluginForm', 'Active')) + translate('OpenLP.PluginForm', 'Version:')) + self.VersionNumberLabel.setText( + translate('OpenLP.PluginForm', 'TextLabel')) + self.AboutLabel.setText( + translate('OpenLP.PluginForm', 'About:')) + self.StatusLabel.setText( + translate('OpenLP.PluginForm', 'Status:')) + self.StatusComboBox.setItemText(0, + translate('OpenLP.PluginForm', 'Active')) self.StatusComboBox.setItemText(1, - translate('PluginForm', 'Inactive')) + translate('OpenLP.PluginForm', 'Inactive')) + diff --git a/openlp/core/utils/languagemanager.py b/openlp/core/utils/languagemanager.py index c0315559f..6a72f088a 100644 --- a/openlp/core/utils/languagemanager.py +++ b/openlp/core/utils/languagemanager.py @@ -82,7 +82,7 @@ class LanguageManager(object): """ translator = QtCore.QTranslator() translator.load(qm_file) - return translator.translate('MainWindow', 'English') + return translator.translate('OpenLP.MainWindow', 'English') @staticmethod def get_language(): @@ -117,9 +117,9 @@ class LanguageManager(object): u'general/language', QtCore.QVariant(language)) log.info(u'Language file: \'%s\' written to conf file' % language) QtGui.QMessageBox.information(None, - translate('LanguageManager', 'Language'), - translate('LanguageManager', - 'After restart new Language settings will be used.')) + translate('OpenLP.LanguageManager', 'Language'), + translate('OpenLP.LanguageManager', + 'Please restart OpenLP to use your new language setting.')) @staticmethod def init_qm_list(): diff --git a/openlp/plugins/alerts/lib/alertstab.py b/openlp/plugins/alerts/lib/alertstab.py index a024d4e49..07c39939d 100644 --- a/openlp/plugins/alerts/lib/alertstab.py +++ b/openlp/plugins/alerts/lib/alertstab.py @@ -190,13 +190,13 @@ class AlertsTab(SettingsTab): self.FontGroupBox.setTitle( translate('AlertsPlugin.AlertsTab', 'Font')) self.FontLabel.setText( - translate('AlertsPlugin.AlertsTab', 'Font Name:')) + translate('AlertsPlugin.AlertsTab', 'Font name:')) self.FontColorLabel.setText( - translate('AlertsPlugin.AlertsTab', 'Font Color:')) + translate('AlertsPlugin.AlertsTab', 'Font color:')) self.BackgroundColorLabel.setText( - translate('AlertsPlugin.AlertsTab', 'Background Color:')) + translate('AlertsPlugin.AlertsTab', 'Background color:')) self.FontSizeLabel.setText( - translate('AlertsPlugin.AlertsTab', 'Font Size:')) + translate('AlertsPlugin.AlertsTab', 'Font size:')) self.FontSizeSpinBox.setSuffix( translate('AlertsPlugin.AlertsTab', 'pt')) self.TimeoutLabel.setText( @@ -208,7 +208,7 @@ class AlertsTab(SettingsTab): self.PreviewGroupBox.setTitle( translate('AlertsPlugin.AlertsTab', 'Preview')) self.FontPreview.setText( - translate('AlertsPlugin.AlertsTab', 'openlp.org')) + translate('AlertsPlugin.AlertsTab', 'OpenLP 2.0')) self.LocationComboBox.setItemText(0, translate('AlertsPlugin.AlertsTab', 'Top')) self.LocationComboBox.setItemText(1, diff --git a/openlp/plugins/bibles/bibleplugin.py b/openlp/plugins/bibles/bibleplugin.py index 5ea870da6..65bf815f0 100644 --- a/openlp/plugins/bibles/bibleplugin.py +++ b/openlp/plugins/bibles/bibleplugin.py @@ -70,7 +70,7 @@ class BiblePlugin(Plugin): self.ImportBibleItem.setObjectName(u'ImportBibleItem') import_menu.addAction(self.ImportBibleItem) self.ImportBibleItem.setText( - translate('BiblePlugin', '&Bible')) + translate('BiblesPlugin', '&Bible')) # signals and slots QtCore.QObject.connect(self.ImportBibleItem, QtCore.SIGNAL(u'triggered()'), self.onBibleImportClick) @@ -81,7 +81,7 @@ class BiblePlugin(Plugin): self.ExportBibleItem.setObjectName(u'ExportBibleItem') export_menu.addAction(self.ExportBibleItem) self.ExportBibleItem.setText(translate( - 'BiblePlugin', '&Bible')) + 'BiblesPlugin', '&Bible')) self.ExportBibleItem.setVisible(False) def onBibleImportClick(self): @@ -89,7 +89,7 @@ class BiblePlugin(Plugin): self.mediaItem.onImportClick() def about(self): - about_text = translate('BiblePlugin', + about_text = translate('BiblesPlugin', 'Bible Plugin
This ' 'plugin allows bible verses from different sources to be ' 'displayed on the screen during the service.') diff --git a/openlp/plugins/bibles/lib/db.py b/openlp/plugins/bibles/lib/db.py index 81255458f..cb6646a12 100644 --- a/openlp/plugins/bibles/lib/db.py +++ b/openlp/plugins/bibles/lib/db.py @@ -343,11 +343,11 @@ class BibleDB(QtCore.QObject, Manager): else: log.debug(u'OpenLP failed to find book %s', book) QtGui.QMessageBox.information(self.bible_plugin.mediaItem, - translate('BibleDB', 'Book not found'), - translate('BibleDB', u'The book you requested could not ' - 'be found in this bible. Please check your spelling ' - 'and that this is a complete bible not just one ' - 'testament.')) + translate('BiblesPlugin.BibleDB', 'Book not found'), + translate('BiblesPlugin.BibleDB', 'The book you requested ' + 'could not be found in this bible. Please check your ' + 'spelling and that this is a complete bible not just ' + 'one testament.')) return verse_list def verse_search(self, text): diff --git a/openlp/plugins/images/lib/imagetab.py b/openlp/plugins/images/lib/imagetab.py index 06b300b98..319ec7ac4 100644 --- a/openlp/plugins/images/lib/imagetab.py +++ b/openlp/plugins/images/lib/imagetab.py @@ -66,7 +66,7 @@ class ImageTab(SettingsTab): self.ImageSettingsGroupBox.setTitle( translate('ImagePlugin.ImageTab', 'Image Settings')) self.TimeoutLabel.setText( - translate('ImagePlugin.ImageTab', 'Slide Loop Delay:')) + translate('ImagePlugin.ImageTab', 'Slide loop delay:')) self.TimeoutSpinBox.setSuffix( translate('ImagePlugin.ImageTab', 'sec')) @@ -88,3 +88,4 @@ class ImageTab(SettingsTab): def postSetUp(self): Receiver.send_message(u'slidecontroller_live_spin_delay', self.loop_delay) + diff --git a/resources/i18n/openlp_af.ts b/resources/i18n/openlp_af.ts index 16d9d91bb..e7e879480 100644 --- a/resources/i18n/openlp_af.ts +++ b/resources/i18n/openlp_af.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - + + &Alert + W&aarskuwing + + + + Show an alert message. + + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <b>Waarskuwing Inprop</b><br/>Hierdie inprop beheer die vertoning van waarskuwings op die aanbieding skerm + + + + AlertsPlugin.AlertForm + + + Alert Message + Waarskuwing Boodskap + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + &Nuwe + + + + &Save + &Stoor + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + Waarskuwings + + + + Font + Skrif + + + + pt + pt + + + + Alert timeout: + Waarskuwing tydgrens: + + + + s + s + + + + Location: + Ligging: + + + + Preview + Voorskou + + + + Top + + + + + Middle + Middel + + + + Bottom + Onder + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + OpenLP 2.0 + + + + BiblesPlugin + + + &Bible + &Bybel + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bybel Miniprogram</strong><br/>Dié miniprogram laat toe dat Bybel verse van verskillende bronne op die skerm vertoon kan word gedurende die diens. + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + Bybels + + + + Verse Display + Vers Vertoning + + + + Only show new chapter numbers + Vertoon net nuwe hoofstuk nommers + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + Bybel Invoer Gids + + + + Welcome to the Bible Import Wizard + Welkom by die Bybel Invoer Gids + + + + 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. + 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. + + + + Select Import Source + Selekteer Invoer Bron + + + + Select the import format, and where to import from. + Selekteer die invoer formaat en van waar af om in te voer. + + + + Format: + Formaat: + + + + OSIS + OSIS + + + + CSV + KGW + + + + OpenSong + OpenSong + + + + Web Download + Web Aflaai + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Location: + Ligging: + + + + Crosswalk + Cosswalk + + + + BibleGateway + BibleGateway + + + + Bible: + Bybel: + + + + Download Options + Aflaai Opsies + + + + Server: + Bediener: + + + + Username: + Gebruikersnaam: + + + + Password: + Wagwoord: + + + + Proxy Server (Optional) + Tussenganger Bediener (Opsioneel) + + + + License Details + Lisensie Besonderhede + + + + Set up the Bible's license details. + Stel hierdie Bybel se lisensie besonderhede op. + + + + Version name: + + + + + Copyright: + Kopiereg: + + + + Permission: + Toestemming: + + + + Importing + Invoer + + + + Please wait while your Bible is imported. + Wag asseblief terwyl u Bybel ingevoer word. + + + + Ready. + Gereed. + + + + Invalid Bible Location + Ongeldige Bybel Ligging + + + + You need to specify a file to import your Bible from. + + + + + Invalid Books File + Ongeldige Boeke Lêer + + + + You need to specify a file with books of the Bible to use in the import. + + + + + Invalid Verse File + Ongeldige Vers Lêer + + + + You need to specify a file of Bible verses to import. + + + + + Invalid OpenSong Bible + Ongeldige OpenSong Bybel + + + + You need to specify an OpenSong Bible file to import. + + + + + Empty Version Name + Weergawe Naam is Leeg + + + + You need to specify a version name for your Bible. + + + + + Empty Copyright + Leë Kopiereg + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + Stel Kopiereg op vir die spesifieke Bybel! Bybels in die Publieke Omgewing moet so gemerk word. + + + + Bible Exists + Bybel Bestaan + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + Dié Bybel bestaan reeds! Voer asseblief 'n ander Bybel in of wis die eerste een uit. + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open Verses CSV File + + + + + Open OpenSong Bible + Maak OpenSong Bybel Oop + + + + Starting import... + Invoer begin... + + + + Finished import. + Invoer voltooi. + + + + Your Bible import failed. + U Bybel invoer het misluk. + + + + BiblesPlugin.MediaItem + + + Bible + Bybel + + + + Quick + Vinnig + + + + Advanced + Gevorderd + + + + Version: + Weergawe: + + + + Dual: + Dubbel: + + + + Search type: + + + + + Find: + Vind: + + + + Search + Soek + + + + Results: + &Resultate: + + + + Book: + Boek: + + + + Chapter: + Hoofstuk: + + + + Verse: + Vers: + + + + From: + Vanaf: + + + + To: + Aan: + + + + Verse Search + Soek Vers + + + + Text Search + Teks Soektog + + + + Clear + + + + + Keep + Behou + + + + No Book Found + Geeb Boek Gevind nie + + + + No matching book could be found in this Bible. + Geen bypassende boek kon in dié Bybel gevind word nie. + + + + etc + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + Invoer + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + + + + + CustomPlugin.CustomTab + + + Custom + + + + + Custom Display + Aangepasde Vertoning + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + Redigeer Aangepaste Skyfies + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add New + Voeg Nuwe By + + + + Add a new slide at bottom. + + + + + Edit + Redigeer + + + + Edit the selected slide. + + + + + Edit All + Redigeer Alles + + + + Edit all the slides at once. + + + + + Save + Stoor + + + + Save the slide currently being edited. + + + + + Delete + + + + + Delete the selected slide. + + + + + Clear + + + + + Clear edit area + Maak skoon die redigeer area + + + + Split Slide + + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + Stoor && Voorskou + + + + Error + Fout + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + Beelde + + + + Image Settings + Beeld Verstellings + + + + sec + sec + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + Beeld + + + + Select Image(s) + Selekteer beeld(e) + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + Beeld(e) + + + + You must select an item to process. + + + + + MediaManagerItem + + + You must select one or more items + P moet meer as een item selekteer + + + + Delete the selected item + Wis geselekteerde item uit + + + + &Add to Service + &Voeg by Diens + + + + Send the selected item live + Stuur die geselekteerde item na regstreekse vertoning + + + + Add the selected item(s) to the service + Voeg die geselekteerde item(s) by die diens + + + + &Show Live + &Vertoon Regstreeks + + + + Preview the selected item + Voorskou die geselekteerde item + + + + No Items Selected + + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Add to selected Service Item + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <b>Media Inprop</b><br/>Hierdie inprop verskaf die vermoë om audio of video media te speel + + + + MediaPlugin.MediaItem + + + Media + Media + + + + Select Media + Selekteer Media + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + About OpenLP Aangaande OpenLP - + OpenLP <version><revision> - 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. @@ -19,12 +1108,12 @@ OpenLP is written and maintained by volunteers. If you would like to see more fr - + About Aangaande - + Project Lead Raoul "superfly" Snyman @@ -57,12 +1146,12 @@ Packagers - + Credits Krediete - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -197,17 +1286,17 @@ This General Public License does not permit incorporating your program into prop - + License Lisensie - + Contribute Dra By - + Close Maak toe @@ -218,1348 +1307,471 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - W&aarskuwing - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Waarskuwing Inprop</b><br/>Hierdie inprop beheer die vertoning van waarskuwings op die aanbieding skerm - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - Waarskuwing Boodskap - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - &Nuwe - - - - &Save - &Stoor - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - Waarskuwings - - - - Font - Skrif - - - - Font Name: - Skrif Naam: - - - - Font Color: - - - - - Background Color: - Agtergrond Kleur: - - - - Font Size: - Skrif Grootte: - - - - pt - pt - - - - Alert timeout: - Waarskuwing tydgrens: - - - - s - s - - - - Location: - Ligging: - - - - Preview - Voorskou - - - - openlp.org - openlp.org - - - - Top - - - - - Middle - Middel - - - - Bottom - Onder - - - - AmendThemeForm - - - Theme Maintenance - Tema Onderhoud - - - - &Visibility: - - - - - Opaque - Deursigtigheid - - - - Transparent - Deursigtig - - - - Type: - Tipe: - - - - Solid Color - Soliede Kleur - - - - Gradient - Gradiënt - - - - Image - Beeld - - - - Image: - Beeld: - - - - Gradient: - - - - - Horizontal - Horisontaal - - - - Vertical - Vertikaal - - - - Circular - Sirkelvormig - - - - &Background - - - - - Main Font - Hoof Skrif - - - - Font: - Skrif: - - - - Color: - - - - - Size: - Grootte: - - - - pt - pt - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Normal - Normaal - - - - Bold - Vetgedruk - - - - Italics - Kursief - - - - Bold/Italics - Bold/Italics - - - - Style: - - - - - Display Location - Vertoon Ligging - - - - X position: - - - - - Y position: - - - - - Width: - Wydte: - - - - Height: - Hoogte: - - - - px - px - - - - &Main Font - - - - - Footer Font - Voetnota Skriftipe - - - - &Footer Font - - - - - Outline - Buitelyn - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow - Skaduwee - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Alignment - Belyning - - - - Horizontal align: - - - - - Left - Links - - - - Right - Regs - - - - Center - Middel - - - - Vertical align: - - - - - Top - - - - - Middle - Middel - - - - Bottom - Onder - - - - Slide Transition - Skyfie Verandering - - - - &Other Options - - - - - Preview - Voorskou - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bybel Miniprogram</strong><br/>Dié miniprogram laat toe dat Bybel verse van verskillende bronne op die skerm vertoon kan word gedurende die diens. - - - - &Bible - &Bybel - - - - BiblesPlugin.BiblesTab - - - Verse Display - Vers Vertoning - - - - Only show new chapter numbers - Vertoon net nuwe hoofstuk nommers - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - Bybels - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - Bybel Invoer Gids - - - - Welcome to the Bible Import Wizard - Welkom by die Bybel Invoer Gids - - - - 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. - 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. - - - - Select Import Source - Selekteer Invoer Bron - - - - Select the import format, and where to import from. - Selekteer die invoer formaat en van waar af om in te voer. - - - - Format: - Formaat: - - - - OSIS - OSIS - - - - CSV - KGW - - - - OpenSong - OpenSong - - - - Web Download - Web Aflaai - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - Ligging: - - - - Crosswalk - Cosswalk - - - - BibleGateway - BibleGateway - - - - Bible: - Bybel: - - - - Download Options - Aflaai Opsies - - - - Server: - Bediener: - - - - Username: - Gebruikersnaam: - - - - Password: - Wagwoord: - - - - Proxy Server (Optional) - Tussenganger Bediener (Opsioneel) - - - - License Details - Lisensie Besonderhede - - - - Set up the Bible's license details. - Stel hierdie Bybel se lisensie besonderhede op. - - - - Version name: - - - - - Copyright: - Kopiereg: - - - - Permission: - Toestemming: - - - - Importing - Invoer - - - - Please wait while your Bible is imported. - Wag asseblief terwyl u Bybel ingevoer word. - - - - Ready. - Gereed. - - - - Invalid Bible Location - Ongeldige Bybel Ligging - - - - You need to specify a file to import your Bible from. - - - - - Invalid Books File - Ongeldige Boeke Lêer - - - - You need to specify a file with books of the Bible to use in the import. - - - - - Invalid Verse File - Ongeldige Vers Lêer - - - - You need to specify a file of Bible verses to import. - - - - - Invalid OpenSong Bible - Ongeldige OpenSong Bybel - - - - You need to specify an OpenSong Bible file to import. - - - - - Empty Version Name - Weergawe Naam is Leeg - - - - You need to specify a version name for your Bible. - - - - - Empty Copyright - Leë Kopiereg - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - Stel Kopiereg op vir die spesifieke Bybel! Bybels in die Publieke Omgewing moet so gemerk word. - - - - Bible Exists - Bybel Bestaan - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - Dié Bybel bestaan reeds! Voer asseblief 'n ander Bybel in of wis die eerste een uit. - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open Verses CSV File - - - - - Open OpenSong Bible - Maak OpenSong Bybel Oop - - - - Starting import... - Invoer begin... - - - - Finished import. - Invoer voltooi. - - - - Your Bible import failed. - U Bybel invoer het misluk. - - - - BiblesPlugin.MediaItem - - - Bible - Bybel - - - - Quick - Vinnig - - - + Advanced Gevorderd - - Version: - Weergawe: - - - - Dual: - Dubbel: - - - - Search type: + + UI Settings - - Find: - Vind: - - - - Search - Soek - - - - Results: - &Resultate: - - - - Book: - Boek: - - - - Chapter: - Hoofstuk: - - - - Verse: - Vers: - - - - From: - Vanaf: - - - - To: - Aan: - - - - Verse Search - Soek Vers - - - - Text Search - Teks Soektog - - - - Clear + + Number of recent files to display: - - Keep - Behou - - - - No Book Found - Geeb Boek Gevind nie - - - - No matching book could be found in this Bible. - Geen bypassende boek kon in dié Bybel gevind word nie. - - - - etc + + Save currently selected media manager plugin - - Bible not fully loaded. + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - Invoer + + Theme Maintenance + Tema Onderhoud - - - CustomPlugin - - <b>Custom Plugin</b><br>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.<br> - - - - - CustomPlugin.CustomTab - - - Custom + + Theme &name: - - Custom Display - Aangepasde Vertoning - - - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides - Redigeer Aangepaste Skyfies - - - - Move slide up once position. + + &Visibility: - - Move slide down one position. - + + Opaque + Deursigtigheid - - &Title: - + + Transparent + Deursigtig - - Add New - Voeg Nuwe By + + Type: + Tipe: - - Add a new slide at bottom. - + + Solid Color + Soliede Kleur - - Edit - Redigeer + + Gradient + Gradiënt - - Edit the selected slide. - - - - - Edit All - Redigeer Alles - - - - Edit all the slides at once. - - - - - Save - Stoor - - - - Save the slide currently being edited. - - - - - Delete - - - - - Delete the selected slide. - - - - - Clear - - - - - Clear edit area - Maak skoon die redigeer area - - - - Split Slide - - - - - Split a slide into two by inserting a slide splitter. - - - - - The&me: - - - - - &Credits: - - - - - Save && Preview - Stoor && Voorskou - - - - Error - Fout - - - - You need to type in a title. - - - - - You need to add at least one slide - - - - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom - - - - - You haven't selected an item to edit. - - - - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays - - - - - Default Settings - - - - - X: - - - - - Y: - - - - - Height: - Hoogte: - - - - Width: - Wydte: - - - - Custom Settings - - - - - Width - - - - - Override display settings - - - - - GeneralTab - - - CCLI Details - CCLI Inligting - - - - primary - primêre - - - - Show blank screen warning - Vertoon leë skerm waarskuwing - - - - Application Startup - Program Aanskakel - - - - Select monitor for output display: - Selekteer monitor vir uitgaande vertoning: - - - - Application Settings - Program Verstellings - - - - SongSelect Username: - SongSelect Gebruikers naam: - - - - CCLI Number: - CCLI Nommer: - - - - Automatically open the last service - Maak vanself die laaste diens oop - - - - Preview Next Song from Service Manager - Sien Voorskou van Volgende Lied vanaf Diens Bestuurder - - - - Prompt to save Service before starting New - Bevestig om Diens te stoor voor 'n Nuwe een begin word - - - - General - Algemeen - - - - Show the splash screen - Wys die spatsel skerm - - - - Screen - Skerm - - - - Monitors - Monitors - - - - SongSelect Password: - SongSelect Wagwoord: - - - - Display if a single screen - - - - - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - Beelde - - - - Image Settings - Beeld Verstellings - - - - Slide Loop Delay: - Skyfie Lus Vertraging: - - - - sec - sec - - - - ImagePlugin.MediaItem - - + Image Beeld - - Select Image(s) - Selekteer beeld(e) + + Image: + Beeld: - + + Gradient: + + + + + Horizontal + Horisontaal + + + + Vertical + Vertikaal + + + + Circular + Sirkelvormig + + + + &Background + + + + + Main Font + Hoof Skrif + + + + Font: + Skrif: + + + + Color: + + + + + Size: + Grootte: + + + + pt + pt + + + + Wrap indentation: + + + + + Adjust line spacing: + + + + + Normal + Normaal + + + + Bold + Vetgedruk + + + + Italics + Kursief + + + + Bold/Italics + Bold/Italics + + + + Style: + + + + + Display Location + Vertoon Ligging + + + + Use default location + + + + + X position: + + + + + Y position: + + + + + Width: + Wydte: + + + + Height: + Hoogte: + + + + px + px + + + + &Main Font + + + + + Footer Font + Voetnota Skriftipe + + + + &Footer Font + + + + + Outline + Buitelyn + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + Skaduwee + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + Belyning + + + + Horizontal align: + + + + + Left + Links + + + + Right + Regs + + + + Center + Middel + + + + Vertical align: + + + + + Top + + + + + Middle + Middel + + + + Bottom + Onder + + + + Slide Transition + Skyfie Verandering + + + + Transition active + + + + + &Other Options + + + + + Preview + Voorskou + + + All Files - - Replace Live Background + + Select Image - - You must select an item to delete. + + First color: - - Image(s) - Beeld(e) + + Second color: + - - You must select an item to process. + + Slide height is %s rows. - LanguageManager + OpenLP.GeneralTab + + + Select monitor for output display: + Selekteer monitor vir uitgaande vertoning: + + + + Display if a single screen + + + + + Application Startup + Program Aanskakel + + + + Show blank screen warning + Vertoon leë skerm waarskuwing + + + + Automatically open the last service + Maak vanself die laaste diens oop + + + + Show the splash screen + Wys die spatsel skerm + + + + Application Settings + Program Verstellings + + + + Prompt to save Service before starting New + Bevestig om Diens te stoor voor 'n Nuwe een begin word + + + + Preview Next Song from Service Manager + Sien Voorskou van Volgende Lied vanaf Diens Bestuurder + + + + SongSelect Username: + SongSelect Gebruikers naam: + + + + SongSelect Password: + SongSelect Wagwoord: + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + + + + General + Algemeen + + + + Monitors + Monitors + + + + Screen + Skerm + + + + primary + primêre + + + + CCLI Details + CCLI Inligting + + + + CCLI Number: + CCLI Nommer: + + + + OpenLP.LanguageManager Language @@ -1567,42 +1779,22 @@ Changes do not affect verses already in the service. - After restart new Language settings will be used. + Please restart OpenLP to use your new language setting. - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - Die Hoof Skerm is blanko - - - - OpenLP Version Updated - OpenLP Weergawe is Opdateer - - - - Save Changes to Service? - Stoor Veranderinge na die Diens? - - - - OpenLP Main Display Blanked - OpenLP Hoof Vertoning Blanko + + English + Engels OpenLP 2.0 OpenLP 2.0 - - - English - Engels - &File @@ -1639,7 +1831,7 @@ Changes do not affect verses already in the service. Ver&stellings - + &Language Taa&l @@ -1674,515 +1866,338 @@ Changes do not affect verses already in the service. Nuwe Diens - + Create a new service. - + Ctrl+N Ctrl+N - + &Open Maak &Oop - + Open Service Maak Diens Oop - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Stoor - + Save Service Stoor Diens - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... Stoor &As... - + Save Service As Stoor Diens As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Uitgang - + Quit OpenLP Sluit OpenLP Af - + Alt+F4 Alt+F4 - + &Theme &Tema - + &Configure OpenLP... - + &Media Manager &Media Bestuurder - + Toggle Media Manager Wissel Media Bestuurder - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Tema Bestuurder - + Toggle Theme Manager Wissel Tema Bestuurder - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager &Diens Bestuurder - + Toggle Service Manager Wissel Diens Bestuurder - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Voorskou Paneel - + Toggle Preview Panel Wissel Voorskou Paneel - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List In&prop Lys - + List the Plugins Lys die Inproppe - + Alt+F7 Alt+F7 - + &User Guide &Gebruikers Gids - + &About &Aangaande - + More information about OpenLP Meer inligting aangaande OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help &Aanlyn Hulp - + &Web Site &Web Tuiste - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Regstreeks - + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + OpenLP Weergawe is Opdateer + + + + OpenLP Main Display Blanked + OpenLP Hoof Vertoning Blanko + + + + The Main Display has been blanked out + Die Hoof Skerm is blanko + + + + Save Changes to Service? + + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - You must select one or more items - P moet meer as een item selekteer - - - - Delete the selected item - Wis geselekteerde item uit - - - - &Add to Service - &Voeg by Diens - - - - Send the selected item live - Stuur die geselekteerde item na regstreekse vertoning - - - - Add the selected item(s) to the service - Voeg die geselekteerde item(s) by die diens - - - - &Show Live - &Vertoon Regstreeks - - - - Preview the selected item - Voorskou die geselekteerde item - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Media Inprop</b><br/>Hierdie inprop verskaf die vermoë om audio of video media te speel - - - - MediaPlugin.MediaItem - - - Media - Media - - - - Select Media - Selekteer Media - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2244,7 +2259,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. @@ -2252,37 +2267,47 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation Aanbieding - + Select Presentation(s) Selekteer Aanbieding(e) - + Automatic - + Present using: Bied aan met: - + File exists Lêer bestaan - + A presentation with that filename already exists. 'n Voorstelling met daardie lêernaam bestaan reeds. - + + Unsupported file + + + + + This type of presentation is not supported + + + + You must select an item to delete. @@ -2290,17 +2315,17 @@ You can download the latest version from http://openlp.org PresentationPlugin.PresentationTab - + Presentations Aanbiedinge - + Available Controllers Beskikbare Beheerders - + available beskikbaar @@ -2352,178 +2377,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Changes to Service? Stoor Veranderinge aan Diens? - + Open Service Maak Diens Oop - + Move to top Skuif na bo - + Create a new service Skep 'n nuwe diens - + Save this service Stoor hierdie diens - + Theme: Tema: - + Delete From Service Verwyder Van Diens - + &Change Item Theme &Verander Item Tema - + Save Service Stoor Diens - + &Live Verse &Lewendige Vers - + New Service Nuwe Diens - + &Notes &Notas - + Move to end Verskuif na einde - + Select a theme for the service Selekteer 'n tema vir die diens - + Move up order Verskuif orde op - + Move down order Verskuif orde af - + Load an existing service Laai 'n bestaande diens - + &Preview Verse Vers V&oorsig - + &Edit Item R&edigeer Item - + Move to &top - + Move &up - + Move &down - + Move to &bottom - + &Delete From Service - + &Add New Item - + &Add to Selected Item - + &Maintain Item - + Your service is unsaved, do you want to save those changes before creating a new one? - + OpenLP Service Files (*.osz) - + Your current service is unsaved, do you want to save the changes before opening a new one? - + Error Fout - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it @@ -2539,9 +2564,9 @@ The content encoding is not UTF-8. SettingsForm - - Settings - Verstellings + + Configure OpenLP + @@ -2552,12 +2577,12 @@ The content encoding is not UTF-8. Beweeg na vorige - + Go to Verse Gaan na Vers - + Start continuous loop Begin aaneenlopende lus @@ -2567,12 +2592,12 @@ The content encoding is not UTF-8. Regstreeks - + Start playing media Begin media speel - + Move to live Verskuif na regstreekse skerm @@ -2587,12 +2612,12 @@ The content encoding is not UTF-8. Verskuif na laaste posisie - + Edit and re-preview Song Redigeer en sien weer 'n voorskou van die Lied - + Delay between slides in seconds Vertraging in sekondes tussen skyfies @@ -2607,12 +2632,12 @@ The content encoding is not UTF-8. Verskuif na eerste - + Stop continuous loop Stop deurlopende lus - + s s @@ -2668,58 +2693,78 @@ The content encoding is not UTF-8. SongsPlugin - + &Song &Lied - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + + Open OpenSong file + + + + + Error importing OpenSong file + + + + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2735,22 +2780,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction - + Select Date Range - + to aan - + Report Location Rapporteer Ligging @@ -2794,139 +2839,139 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? - U het nie 'n vertoon naam vir die skrywer gegee nie, moet ek die voornaam en van kombineer? + You have not set a display name for the author, would you like me to combine the first and last names for you? + SongsPlugin.EditSongForm - + Song Editor Lied Redigeerder - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit R&edigeer - + Ed&it All - + &Delete - + Title && Lyrics Titel && Lirieke - + Authors Skrywers - + &Add to Song &Voeg by Lied - + &Remove &Verwyder - - &Manage Authors, Topics, Books - &Bestuur Skrywers, Onderwerpe en Boeke + + &Manage Authors, Topics, Song Books + - + Topic Onderwerp - + A&dd to Song Voeg by Lie&d - + R&emove V&erwyder - + Song Book Lied Boek - - Authors, Topics && Book - Skrywer, Onderwerpe && Boek + + Authors, Topics && Song Book + - + Theme Tema - + New &Theme - + Copyright Information Kopiereg Informasie - + © - + CCLI Number: CCLI Nommer: - + Comments Kommentaar - + Theme, Copyright Info && Comments Tema, Kopiereg Informasie && Kommentaar @@ -3024,17 +3069,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.EditVerseForm - + Edit Verse Redigeer Vers - + &Verse type: - + &Insert @@ -3082,97 +3127,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Starting import... Invoer begin... - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source Selekteer Invoer Bron - + Select the import format, and where to import from. Selekteer die invoer formaat en van waar af om in te voer. - + Format: Formaat: - + OpenLyrics - + OpenSong OpenSong - + CCLI - + CSV KGW - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing Invoer - + Please wait while your songs are imported. - + Ready. Gereed. - + %p% @@ -3180,87 +3225,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song Lied - + Song Maintenance Lied Onderhoud - + Maintain the lists of authors, topics and books Handhaaf die lys van skrywers, onderwerpe en boeke - + Search: Soek: - + Type: Tipe: - + Clear - + Search Soek - + Titles Titels - + Lyrics - + Authors Skrywers - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? - + Delete Confirmation - + CCLI Licence: CCLI Lisensie: @@ -3269,8 +3314,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - Edit Book - Redigeer Boek + Song Book Maintenance + @@ -3325,8 +3370,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Books/Hymnals - Boeke/Liedboeke + Song Books + @@ -3344,95 +3389,115 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Fout - - Couldn't add your author. + + Could not add your author. - - Couldn't add your topic. + + This author already exists. - - Couldn't add your book. + + Could not add your topic. - - Couldn't save your author. + + This topic already exists. - - Couldn't save your topic. + + Could not add your book. - - Couldn't save your book. + + This book already exists. - + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + Delete Author Wis Skrywer Uit - + Are you sure you want to delete the selected author? Is u seker u wil die geselekteerde skrywer uitwis? - - This author can't be deleted, they are currently assigned to at least one song. + + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Geen skrywer geselekteer nie! - + Delete Topic Wis Onderwerp Uit - + Are you sure you want to delete the selected topic? Is u seker u wil die geselekteerde onderwerp uitwis? - - This topic can't be deleted, it is currently assigned to at least one song. + + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! Geen onderwerp geselekteer nie! - + Delete Book Wis Boek Uit - + Are you sure you want to delete the selected book? Is jy seker jy wil die geselekteerde boek uitwis? - - This book can't be deleted, it is currently assigned to at least one song. + + This book cannot be deleted, it is currently assigned to at least one song. + + + No book selected! + Geen boek geselekteer nie! + SongsPlugin.SongUsageDeleteForm @@ -3517,169 +3582,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme Tema Invoer - + Delete Theme Wis Tema Uit - + Error Fout - + Edit Theme Wysig Tema - + Export Theme Voer Tema Uit - + Theme Exists Tema Bestaan - + Save Theme - (%s) Stoor Tema - (%s) - + Select Theme Import File Kies Tema Invoer Lêer - + New Theme Nuwe Tema - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - - You are unable to delete the default theme. + + Delete Confirmation - - Theme %s is use in %s plugin. + + Delete theme? + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + Theme %s is use by the service manager. - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - - A theme with this name already exists. Would you like to overwrite it? + + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_de.ts b/resources/i18n/openlp_de.ts index 9fd349bf8..60aff291d 100644 --- a/resources/i18n/openlp_de.ts +++ b/resources/i18n/openlp_de.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - + + &Alert + &Hinweis + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <b>Hinweis-Plugin</b><br>Dieses Plugin ermöglicht Hinweise auf dem Projektionsbildschirm anzuzeigen + + + + Show an alert message. + + + + + AlertsPlugin.AlertForm + + + Alert Message + Hinweis + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + &Neu + + + + &Save + &Speichern + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + Hinweise + + + + Font + Schrift + + + + pt + pt + + + + Alert timeout: + Anzeigedauer: + + + + s + s + + + + Location: + + + + + Preview + Vorschau + + + + Top + Oben + + + + Bottom + Unten + + + + Middle + Mittig + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + OpenLP 2.0 + + + + BiblesPlugin + + + &Bible + &Bibel + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bibel-Plugin</strong><br />Mit diesem Plugin können Sie Bibeltexte aus verschiedenen Quellen während des Gottesdienstes anzeigen lassen. + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + Bibeln + + + + Verse Display + Bibelstellenanzeige + + + + Only show new chapter numbers + Zeige nur neue Kapitelnummern + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + Bibel Import Assistent + + + + Welcome to the Bible Import Wizard + Willkommen beim Bibel Import Assistenten + + + + 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. + Dieser Assistent hilft ihnen beim Importieren von Bibeln aus verschiedenen Formaten. Klicken Sie auf Weiter, um den Assistenten zu starten. + + + + Select Import Source + Importquelle auswählen + + + + Select the import format, and where to import from. + Wähle das Import Format und woher der Import erfolgen soll. + + + + Format: + Format: + + + + OSIS + OSIS + + + + CSV + CSV + + + + OpenSong + OpenSong + + + + Web Download + Internetdownload + + + + Location: + + + + + Crosswalk + Crosswalk + + + + BibleGateway + BibleGateway + + + + Bible: + Bibel: + + + + Download Options + Download Optionen + + + + Server: + Server: + + + + Username: + Benutzername: + + + + Password: + Passwort: + + + + Proxy Server (Optional) + Proxy-Server (optional) + + + + License Details + Lizenz-Details + + + + Set up the Bible's license details. + Die Lizenzinformationen der Bibelübersetzung angeben. + + + + Copyright: + Copyright: + + + + Permission: + Berechtigung: + + + + Importing + + + + + Please wait while your Bible is imported. + Bitte warten Sie während Ihre Bibel importiert wird. + + + + Ready. + Fertig. + + + + Invalid Bible Location + Ungültige Bibelstelle + + + + You need to specify a file to import your Bible from. + + + + + Invalid Books File + Ungültige Bücherdatei + + + + You need to specify a file with books of the Bible to use in the import. + + + + + Invalid Verse File + Ungültige Liedtext Datei + + + + You need to specify a file of Bible verses to import. + + + + + Invalid OpenSong Bible + Ungültige OpenSong-Bibel + + + + You need to specify an OpenSong Bible file to import. + + + + + Empty Version Name + Leerer Übersetzungsname + + + + You need to specify a version name for your Bible. + + + + + Empty Copyright + Das Copyright wurde nicht angegeben + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + Sie müssen das Copyright der Bibel angeben. Bei Bibeln, die keinem Copyright mehr unterlegen, geben Sie bitte "Public Domain" ein. + + + + Bible Exists + Diese Bibelübersetzung ist bereits vorhanden + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + Diese Bibel ist bereits vorhanden! Bitte importieren Sie eine andere Bibel oder löschen Sie die bereits vorhandene. + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open Verses CSV File + + + + + Open OpenSong Bible + Öffne OpenSong-Bibel + + + + Starting import... + Starte import ... + + + + Finished import. + Importvorgang abgeschlossen. + + + + Your Bible import failed. + Der Bibelimportvorgang ist fehlgeschlagen. + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Version name: + + + + + BiblesPlugin.MediaItem + + + Bible + Bibel + + + + Quick + Schnellsuche + + + + Advanced + Erweitert + + + + Version: + Version: + + + + Dual: + Parallel: + + + + Find: + Suchen: + + + + Search + Suche + + + + Results: + Ergebnisse: + + + + Book: + Buch: + + + + Chapter: + Kapitel: + + + + Verse: + Vers: + + + + From: + Von: + + + + To: + Bis: + + + + Verse Search + Stelle suchen + + + + Text Search + Textsuche + + + + Clear + + + + + Keep + Behalten + + + + No Book Found + Kein Buch gefunden + + + + No matching book could be found in this Bible. + Das Buch wurde in dieser Bibelausgabe nicht gefunden. + + + + etc + + + + + Search type: + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + + + + + CustomPlugin.CustomTab + + + Custom + Sonderfolien + + + + Custom Display + Sonderfolie Anzeige + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + Sonderfolien bearbeiten + + + + &Title: + + + + + Add New + Neues anfügen + + + + Edit + Bearbeiten + + + + Edit All + + + + + Save + Speichern + + + + Delete + Löschen + + + + Clear + + + + + Clear edit area + Aufräumen des Bearbeiten Bereiches + + + + Split Slide + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + Speichern && Vorschau + + + + Error + Fehler + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + Add a new slide at bottom. + + + + + Edit the selected slide. + + + + + Edit all the slides at once. + + + + + Save the slide currently being edited. + + + + + Delete the selected slide. + + + + + Split a slide into two by inserting a slide splitter. + + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + Sonderfolien + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + Bilder + + + + Image Settings + Bildeinstellungen + + + + sec + sek + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + Bild + + + + Select Image(s) + Bild(er) auswählen + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + Bild(er) + + + + You must select an item to process. + + + + + MediaManagerItem + + + You must select one or more items + Sie müssen mindestens ein Element markieren + + + + Delete the selected item + Markiertes Element löschen + + + + &Add to Service + &Zum Ablauf hinzufügen + + + + Send the selected item live + Ausgewähltes Element Live anzeigen + + + + Add the selected item(s) to the service + Füge Element(e) zum Ablauf hinzu + + + + &Show Live + &Zeige Live + + + + Preview the selected item + Zeige das auswählte Element in der Vorschau an + + + + No Items Selected + + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Add to selected Service Item + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <b>Medien Plugin</b><br>Dieses Plugin ermöglicht das Abspielen von Audio und Video Material + + + + MediaPlugin.MediaItem + + + Media + Medien + + + + Select Media + Medien auswählen + + + + You must select an item to delete. + + + + + Replace Live Background + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + About OpenLP Über OpenLP - + OpenLP <version><revision> - 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. @@ -19,12 +1108,12 @@ OpenLP is written and maintained by volunteers. If you would like to see more fr - + About Über - + Project Lead Raoul "superfly" Snyman @@ -57,12 +1146,12 @@ Packagers - + Credits Credits - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -197,17 +1286,17 @@ This General Public License does not permit incorporating your program into prop - + License Lizenz - + Contribute Mitwirken - + Close Schließen @@ -218,1348 +1307,471 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - &Hinweis + + Advanced + - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Hinweis-Plugin</b><br>Dieses Plugin ermöglicht Hinweise auf dem Projektionsbildschirm anzuzeigen + + UI Settings + - - Show an alert message. + + Number of recent files to display: + + + + + Save currently selected media manager plugin + + + + + Double-click to send items straight to live (requires restart) - AlertsPlugin.AlertForm + OpenLP.AmendThemeForm - - Alert Message - Hinweis - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - &Neu - - - - &Save - &Speichern - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - Hinweise - - - - Font - Schrift - - - - Font Name: - Schriftart: - - - - Font Color: - Schriftfarbe: - - - - Background Color: - Hintergrundfarbe: - - - - Font Size: - Schriftgröße: - - - - pt - pt - - - - Alert timeout: - Anzeigedauer: - - - - s - s - - - - Location: - - - - - Preview - Vorschau - - - - openlp.org - openlp.org - - - - Top - Oben - - - - Middle - Mittig - - - - Bottom - Unten - - - - AmendThemeForm - - + Theme Maintenance Designverwaltung - - &Visibility: - - - - - Opaque - Fest - - - - Transparent - Durchsichtig - - - - Type: - Art: - - - - Solid Color - Füllfarbe - - - - Gradient - Farbverlauf - - - - Image - Bild - - - - Image: - Bild: - - - - Gradient: - - - - - Horizontal - Horizontal - - - - Vertical - Vertikal - - - - Circular - Radial - - - - &Background - - - - - Main Font - Hauptschriftart - - - - Font: - Schriftart: - - - - Color: - - - - - Size: - Größe: - - - - pt - pt - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Normal - Normal - - - - Bold - Fett - - - - Italics - Kursiv - - - - Bold/Italics - Fett/Kursiv - - - - Style: - - - - - Display Location - Anzeige Ort - - - - X position: - - - - - Y position: - - - - - Width: - Breite: - - - - Height: - Höhe: - - - - px - px - - - - &Main Font - - - - - Footer Font - Schriftart der Fußzeile - - - - &Footer Font - - - - - Outline - Rand - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow - Schatten - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Alignment - Ausrichtung - - - - Horizontal align: - - - - - Left - Links - - - - Right - Rechts - - - - Center - Mitte - - - - Vertical align: - - - - - Top - Oben - - - - Middle - Mittig - - - - Bottom - Unten - - - - Slide Transition - Folienübergang - - - - &Other Options - - - - - Preview - Vorschau - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - + Theme &name: - - Use default location + + &Visibility: - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bibel-Plugin</strong><br />Mit diesem Plugin können Sie Bibeltexte aus verschiedenen Quellen während des Gottesdienstes anzeigen lassen. - - - - &Bible - &Bibel - - - - BiblesPlugin.BiblesTab - - - Verse Display - Bibelstellenanzeige - - - - Only show new chapter numbers - Zeige nur neue Kapitelnummern - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - Bibeln - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - Bibel Import Assistent - - - - Welcome to the Bible Import Wizard - Willkommen beim Bibel Import Assistenten - - - - 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. - Dieser Assistent hilft ihnen beim Importieren von Bibeln aus verschiedenen Formaten. Klicken Sie auf Weiter, um den Assistenten zu starten. - - - - Select Import Source - Importquelle auswählen - - - - Select the import format, and where to import from. - Wähle das Import Format und woher der Import erfolgen soll. - - - - Format: - Format: - - - - OSIS - OSIS - - - - CSV - CSV - - - - OpenSong - OpenSong - - - - Web Download - Internetdownload - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - - - - - Crosswalk - Crosswalk - - - - BibleGateway - BibleGateway - - - - Bible: - Bibel: - - - - Download Options - Download Optionen - - - - Server: - Server: - - - - Username: - Benutzername: - - - - Password: - Passwort: - - - - Proxy Server (Optional) - Proxy-Server (optional) - - - - License Details - Lizenz-Details - - - - Set up the Bible's license details. - Die Lizenzinformationen der Bibelübersetzung angeben. - - - - Version name: - - - - - Copyright: - Copyright: - - - - Permission: - Berechtigung: - - - - Importing - - - - - Please wait while your Bible is imported. - Bitte warten Sie während Ihre Bibel importiert wird. - - - - Ready. - Fertig. - - - - Invalid Bible Location - Ungültige Bibelstelle - - - - You need to specify a file to import your Bible from. - - - - - Invalid Books File - Ungültige Bücherdatei - - - - You need to specify a file with books of the Bible to use in the import. - - - - - Invalid Verse File - Ungültige Liedtext Datei - - - - You need to specify a file of Bible verses to import. - - - - - Invalid OpenSong Bible - Ungültige OpenSong-Bibel - - - - You need to specify an OpenSong Bible file to import. - - - - - Empty Version Name - Leerer Übersetzungsname - - - - You need to specify a version name for your Bible. - - - - - Empty Copyright - Das Copyright wurde nicht angegeben - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - Sie müssen das Copyright der Bibel angeben. Bei Bibeln, die keinem Copyright mehr unterlegen, geben Sie bitte "Public Domain" ein. - - - - Bible Exists - Diese Bibelübersetzung ist bereits vorhanden - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - Diese Bibel ist bereits vorhanden! Bitte importieren Sie eine andere Bibel oder löschen Sie die bereits vorhandene. - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open Verses CSV File - - - - - Open OpenSong Bible - Öffne OpenSong-Bibel - - - - Starting import... - Starte import ... - - - - Finished import. - Importvorgang abgeschlossen. - - - - Your Bible import failed. - Der Bibelimportvorgang ist fehlgeschlagen. - - - - BiblesPlugin.MediaItem - - - Bible - Bibel - - - - Quick - Schnellsuche - - - - Advanced - Erweitert - - - - Version: - Version: - - - - Dual: - Parallel: - - - - Search type: - - - - - Find: - Suchen: - - - - Search - Suche - - - - Results: - Ergebnisse: - - - - Book: - Buch: - - - - Chapter: - Kapitel: - - - - Verse: - Vers: - - - - From: - Von: - - - - To: - Bis: - - - - Verse Search - Stelle suchen - - - - Text Search - Textsuche - - - - Clear - - - - - Keep - Behalten - - - - No Book Found - Kein Buch gefunden - - - - No matching book could be found in this Bible. - Das Buch wurde in dieser Bibelausgabe nicht gefunden. - - - - etc - - - - - Bible not fully loaded. - - - - - BiblesPlugin.Opensong - - - Importing - - - - - CustomPlugin - - - <b>Custom Plugin</b><br>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.<br> - - - - - CustomPlugin.CustomTab - - - Custom - Sonderfolien - - - - Custom Display - Sonderfolie Anzeige - - - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides - Sonderfolien bearbeiten - - - - Move slide up once position. - - - - - Move slide down one position. - - - - - &Title: - - - - - Add New - Neues anfügen - - - - Add a new slide at bottom. - - - - - Edit - Bearbeiten - - - - Edit the selected slide. - - - - - Edit All - - - - - Edit all the slides at once. - - - - - Save - Speichern - - - - Save the slide currently being edited. - - - - - Delete - Löschen - - - - Delete the selected slide. - - - - - Clear - - - - - Clear edit area - Aufräumen des Bearbeiten Bereiches - - - - Split Slide - - - - - Split a slide into two by inserting a slide splitter. - - - - - The&me: - - - - - &Credits: - - - - - Save && Preview - Speichern && Vorschau - - - - Error - Fehler - - - - You need to type in a title. - - - - - You need to add at least one slide - - - - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom - Sonderfolien - - - - You haven't selected an item to edit. - - - - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays - - - - - Default Settings - - - - - X: - - - - - Y: - - - - - Height: - Höhe: - - - - Width: - Breite: - - - - Custom Settings - - - - - Width - - - - - Override display settings - - - - - GeneralTab - - - CCLI Details - CCLI-Details - - - - primary - Hauptbildschirm - - - - Show blank screen warning - Warnung anzeigen, wenn die Projektion deaktiviert wurde - - - - Application Startup - Programmstart - - - - Select monitor for output display: - Projektionsbildschirm: - - - - Application Settings - Anwendungseinstellungen - - - - SongSelect Username: - SongSelect-Benutzername: - - - - CCLI Number: - CCLI-Nummer: - - - - Automatically open the last service - Zuletzt benutzten Ablauf beim Start laden - - - - Preview Next Song from Service Manager - Vorschau des nächsten Lieds - - - - Prompt to save Service before starting New - Auffordern den Ablauf zu speichern, bevor ein neuer gestartet wird - - - - General - Allgemein - - - - Show the splash screen - Zeige den Startbildschirm - - - - Screen - Bildschirm - - - - Monitors - Monitore - - - - SongSelect Password: - SongSelect-Passwort: - - - - Display if a single screen - - - - - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - + + Opaque + Fest - - - ImagePlugin.ImageTab - - Images - Bilder + + Transparent + Durchsichtig - - Image Settings - Bildeinstellungen + + Type: + Art: - - Slide Loop Delay: - Zeitverzögerung bis zur nächsten Folie: + + Solid Color + Füllfarbe - - sec - sek + + Gradient + Farbverlauf - - - ImagePlugin.MediaItem - + Image Bild - - Select Image(s) - Bild(er) auswählen + + Image: + Bild: - + + Gradient: + + + + + Horizontal + Horizontal + + + + Vertical + Vertikal + + + + Circular + Radial + + + + &Background + + + + + Main Font + Hauptschriftart + + + + Font: + Schriftart: + + + + Color: + Farbe: + + + + Size: + Größe: + + + + pt + pt + + + + Wrap indentation: + + + + + Adjust line spacing: + + + + + Normal + Normal + + + + Bold + Fett + + + + Italics + Kursiv + + + + Bold/Italics + Fett/Kursiv + + + + Style: + + + + + Display Location + Anzeige Ort + + + + Use default location + + + + + X position: + + + + + Y position: + + + + + Width: + Breite: + + + + Height: + Höhe: + + + + px + px + + + + &Main Font + + + + + Footer Font + Schriftart der Fußzeile + + + + &Footer Font + + + + + Outline + Rand + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + Schatten + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + Ausrichtung + + + + Horizontal align: + + + + + Left + Links + + + + Right + Rechts + + + + Center + Mitte + + + + Vertical align: + + + + + Top + Oben + + + + Middle + Mittig + + + + Bottom + Unten + + + + Slide Transition + Folienübergang + + + + Transition active + + + + + &Other Options + + + + + Preview + Vorschau + + + All Files - - Replace Live Background + + Select Image - - You must select an item to delete. + + First color: - - Image(s) - Bild(er) + + Second color: + - - You must select an item to process. + + Slide height is %s rows. - LanguageManager + OpenLP.GeneralTab + + + Select monitor for output display: + Projektionsbildschirm: + + + + Display if a single screen + + + + + Application Startup + Programmstart + + + + Show blank screen warning + Warnung anzeigen, wenn die Projektion deaktiviert wurde + + + + Automatically open the last service + Zuletzt benutzten Ablauf beim Start laden + + + + Show the splash screen + Zeige den Startbildschirm + + + + Application Settings + Anwendungseinstellungen + + + + Prompt to save Service before starting New + Auffordern den Ablauf zu speichern, bevor ein neuer gestartet wird + + + + Preview Next Song from Service Manager + Vorschau des nächsten Lieds + + + + SongSelect Username: + SongSelect-Benutzername: + + + + SongSelect Password: + SongSelect-Passwort: + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + + + + General + Allgemein + + + + Monitors + Monitore + + + + Screen + Bildschirm + + + + primary + Hauptbildschirm + + + + CCLI Details + CCLI-Details + + + + CCLI Number: + CCLI-Nummer: + + + + OpenLP.LanguageManager Language @@ -1567,42 +1779,22 @@ Changes do not affect verses already in the service. - After restart new Language settings will be used. + Please restart OpenLP to use your new language setting. - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - Die Projektion ist momentan nicht aktiv - - - - OpenLP Version Updated - OpenLP-Version aktualisiert - - - - Save Changes to Service? - Änderungen am Ablauf speichern? - - - - OpenLP Main Display Blanked - Hauptbildschirm abgedunkelt + + English + Deutsch OpenLP 2.0 OpenLP 2.0 - - - English - Englisch - &File @@ -1639,7 +1831,7 @@ Changes do not affect verses already in the service. Ein&stellungen - + &Language &Sprache @@ -1674,515 +1866,338 @@ Changes do not affect verses already in the service. Neuer Ablauf - + Create a new service. - + Ctrl+N Strg+N - + &Open &Öffnen - + Open Service Öffnen Ablauf - + Open an existing service. - + Ctrl+O Strg+O - + &Save &Speichern - + Save Service Ablauf speichern - + Save the current service to disk. - + Ctrl+S Strg+S - + Save &As... Speichern &als... - + Save Service As Speicher Gottesdienst unter - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Beenden - + Quit OpenLP OpenLP beenden - + Alt+F4 Alt+F4 - + &Theme &Design - + &Configure OpenLP... - + &Media Manager &Medienmanager - + Toggle Media Manager Medienmanager ein/ausblenden - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Designmanager - + Toggle Theme Manager Designverwaltung ein/ausblenden - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager Ablauf&sverwaltung - + Toggle Service Manager Ablaufmanager ein/ausblenden - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Vorschaubereich - + Toggle Preview Panel Vorschaubereich ein/ausblenden - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Plugin-Liste - + List the Plugins Plugins auflisten - + Alt+F7 Alt+F7 - + &User Guide Ben&utzerhandbuch - + &About &Über - + More information about OpenLP Mehr Informationen über OpenLP - + Ctrl+F1 Strg+F1 - + &Online Help &Online Hilfe - + &Web Site &Webseite - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Live - + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + OpenLP-Version aktualisiert + + + + OpenLP Main Display Blanked + Hauptbildschirm abgedunkelt + + + + The Main Display has been blanked out + Die Projektion ist momentan nicht aktiv + + + + Save Changes to Service? + Änderungen am Ablauf speichern? + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - You must select one or more items - Sie müssen mindestens ein Element markieren - - - - Delete the selected item - Markiertes Element löschen - - - - &Add to Service - &Zum Ablauf hinzufügen - - - - Send the selected item live - Ausgewähltes Element Live anzeigen - - - - Add the selected item(s) to the service - Füge Element(e) zum Ablauf hinzu - - - - &Show Live - &Zeige Live - - - - Preview the selected item - Zeige das auswählte Element in der Vorschau an - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Medien Plugin</b><br>Dieses Plugin ermöglicht das Abspielen von Audio und Video Material - - - - MediaPlugin.MediaItem - - - Media - Medien - - - - Select Media - Medien auswählen - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2244,7 +2259,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. @@ -2252,55 +2267,65 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation Präsentation - + Select Presentation(s) Präsentation(en) auswählen - + Automatic - + Present using: Anzeigen mit: - + File exists Datei existiert bereits - + A presentation with that filename already exists. Eine Präsentation mit diesem Dateinamen existiert bereits. - + You must select an item to delete. + + + Unsupported file + + + + + This type of presentation is not supported + + PresentationPlugin.PresentationTab - + Presentations Präsentationen - + Available Controllers Verfügbare Präsentationsprogramme: - + available verfügbar @@ -2352,178 +2377,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Changes to Service? Änderungen am Ablauf speichern? - + Open Service Öffnen Ablauf - + Move to top Nach oben verschieben - + Create a new service Erstelle neuen Ablauf - + Save this service Ablauf speichern - + Theme: Design: - + Delete From Service Aus dem Ablauf entfernen - + &Change Item Theme &Design des Elements ändern - + Save Service Ablauf speichern - + &Live Verse Vers &Live zeigen - + New Service Neuer Ablauf - + &Notes &Notizen - + Move to end Zum Ende schieben - + Select a theme for the service Design für den Ablauf auswählen - + Move up order Verschiebe Reihenfolge nach oben - + Move down order Verschiebe Reihenfolge nach unten - + Load an existing service Öffne Ablauf - + &Preview Verse Vers in der &Vorschau zeigen - + &Edit Item &Bearbeite Element - + Move to &top - + Move &up - + Move &down - + Move to &bottom - + &Delete From Service - + &Add New Item - + &Add to Selected Item - + &Maintain Item - + Your service is unsaved, do you want to save those changes before creating a new one? - + OpenLP Service Files (*.osz) - + Your current service is unsaved, do you want to save the changes before opening a new one? - + Error Fehler - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it @@ -2539,9 +2564,9 @@ The content encoding is not UTF-8. SettingsForm - - Settings - Einstellungen + + Configure OpenLP + @@ -2552,12 +2577,12 @@ The content encoding is not UTF-8. Vorherige Folie anzeigen - + Go to Verse - Zum Vers springen + Springe zu - + Start continuous loop Endlosschleife starten @@ -2567,12 +2592,12 @@ The content encoding is not UTF-8. Live - + Start playing media Abspielen - + Move to live Verschieben zur Live Ansicht @@ -2587,12 +2612,12 @@ The content encoding is not UTF-8. Zur letzten Folie - + Edit and re-preview Song Lied bearbeiten und wieder anzeigen - + Delay between slides in seconds Pause zwischen den Folien in Sekunden @@ -2607,12 +2632,12 @@ The content encoding is not UTF-8. Ganz nach vorn verschieben - + Stop continuous loop Endlosschleife beenden - + s s @@ -2668,61 +2693,81 @@ The content encoding is not UTF-8. SongsPlugin - + &Song &Lied - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + + Open OpenSong file + + + + + Error importing OpenSong file + + SongsPlugin.AuditDeleteDialog @@ -2735,22 +2780,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction - + Select Date Range - + to zu - + Report Location Speicherort für die Statistiken @@ -2794,139 +2839,129 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? - Sie haben keinen Anzeigenamen für den Autor angegeben. Soll der Vor- mit dem Nachnamen kombiniert dafür verwendet werden? + You have not set a display name for the author, would you like me to combine the first and last names for you? + SongsPlugin.EditSongForm - + Song Editor Lied bearbeiten - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit &Bearbeiten - + Ed&it All - + &Delete - + Title && Lyrics Titel && Liedtext - + Authors Autoren - + &Add to Song Zum Lied &hinzufügen - + &Remove Entfe&rnen - - &Manage Authors, Topics, Books - Verwalte Autoren, Themen, Bücher - - - + Topic Thema - + A&dd to Song Zum Lied &hinzufügen - + R&emove &Entfernen - + Song Book Liederbuch - - Authors, Topics && Book - Autoren, Designs && Bücher - - - + Theme Design - + New &Theme - + Copyright Information Copyright Angaben - + © - + CCLI Number: CCLI-Nummer: - + Comments Kommentare - + Theme, Copyright Info && Comments Design, Copyrightinformationen && Kommentare @@ -3020,21 +3055,31 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + &Manage Authors, Topics, Song Books + + + + + Authors, Topics && Song Book + + SongsPlugin.EditVerseForm - + Edit Verse Bearbeite Vers - + &Verse type: - + &Insert @@ -3082,97 +3127,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Starting import... Starte import ... - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source Importquelle auswählen - + Select the import format, and where to import from. Wähle das Import Format und woher der Import erfolgen soll. - + Format: Format: - + OpenLyrics - + OpenSong OpenSong - + CCLI - + CSV CSV - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing - + Please wait while your songs are imported. - + Ready. Fertig. - + %p% @@ -3180,98 +3225,93 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song Lied - + Song Maintenance Liedverwaltung - + Maintain the lists of authors, topics and books Autoren, Designs und Bücher verwalten - + Search: Suche: - + Type: Art: - + Clear - + Search Suche - + Titles Titel - + Lyrics Liedtext - + Authors Autoren - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? - + Delete Confirmation - + CCLI Licence: CCLI-Lizenz: SongsPlugin.SongBookForm - - - Edit Book - Buch bearbeiten - &Name: @@ -3292,6 +3332,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R You need to type in a name for the book. + + + Song Book Maintenance + + SongsPlugin.SongImport @@ -3323,11 +3368,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Topics Themen - - - Books/Hymnals - Bücher/Lieder - &Add @@ -3344,93 +3384,118 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Fehler - - Couldn't add your author. - - - - - Couldn't add your topic. - - - - - Couldn't add your book. - - - - - Couldn't save your author. - - - - - Couldn't save your topic. - - - - - Couldn't save your book. - - - - + Delete Author Lösche Autor - + Are you sure you want to delete the selected author? Sind Sie sicher, dass Sie den ausgewählten Autor löschen wollen? - - This author can't be deleted, they are currently assigned to at least one song. - - - - + No author selected! Sie haben keinen Autor ausgewählt! - + Delete Topic Lösche Thema - + Are you sure you want to delete the selected topic? Soll der gewählte Eintrag wirklich gelöscht werden? - - This topic can't be deleted, it is currently assigned to at least one song. - - - - + No topic selected! Kein Thema ausgewählt! - + Delete Book Buch löschen - + Are you sure you want to delete the selected book? Sind Sie sicher, dass das markierte Buch wirklich gelöscht werden soll? - - This book can't be deleted, it is currently assigned to at least one song. + + No book selected! + Kein Buch ausgewählt! + + + + Song Books + + + + + Could not add your author. + + + + + This author already exists. + + + + + Could not add your topic. + + + + + This topic already exists. + + + + + Could not add your book. + + + + + This book already exists. + + + + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + + This author cannot be deleted, they are currently assigned to at least one song. + + + + + This topic cannot be deleted, it is currently assigned to at least one song. + + + + + This book cannot be deleted, it is currently assigned to at least one song. @@ -3517,169 +3582,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme Design importieren - + Delete Theme Design löschen - + Error Fehler - + Edit Theme Design bearbeiten - + Export Theme Design exportieren - + Theme Exists Design existiert - + Save Theme - (%s) Speichere Design - (%s) - + Select Theme Import File Wähle Datei für Design Import - + New Theme Neues Design - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - + You are unable to delete the default theme. - + Theme %s is use in %s plugin. - + Theme %s is use by the service manager. - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - - A theme with this name already exists. Would you like to overwrite it? + + Delete Confirmation + + + + + Delete theme? + + + + + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_en.ts b/resources/i18n/openlp_en.ts index 312eeedef..13d05084a 100644 --- a/resources/i18n/openlp_en.ts +++ b/resources/i18n/openlp_en.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - + + &Alert + + + + + Show an alert message. + + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + + + + + AlertsPlugin.AlertForm + + + Alert Message + + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + + + + + &Save + + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + + + + + Font + + + + + pt + + + + + Alert timeout: + + + + + s + + + + + Location: + + + + + Preview + + + + + Top + + + + + Middle + + + + + Bottom + + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + + + + + BiblesPlugin + + + &Bible + + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + + + + + Verse Display + + + + + Only show new chapter numbers + + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + + + + + Welcome to the Bible Import Wizard + + + + + 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. + + + + + Select Import Source + + + + + Select the import format, and where to import from. + + + + + Format: + + + + + OSIS + + + + + CSV + + + + + OpenSong + + + + + Web Download + + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Location: + + + + + Crosswalk + + + + + BibleGateway + + + + + Bible: + + + + + Download Options + + + + + Server: + + + + + Username: + + + + + Password: + + + + + Proxy Server (Optional) + + + + + License Details + + + + + Set up the Bible's license details. + + + + + Version name: + + + + + Copyright: + + + + + Permission: + + + + + Importing + + + + + Please wait while your Bible is imported. + + + + + Ready. + + + + + Invalid Bible Location + + + + + You need to specify a file to import your Bible from. + + + + + Invalid Books File + + + + + You need to specify a file with books of the Bible to use in the import. + + + + + Invalid Verse File + + + + + You need to specify a file of Bible verses to import. + + + + + Invalid OpenSong Bible + + + + + You need to specify an OpenSong Bible file to import. + + + + + Empty Version Name + + + + + You need to specify a version name for your Bible. + + + + + Empty Copyright + + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + + + + + Bible Exists + + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open Verses CSV File + + + + + Open OpenSong Bible + + + + + Starting import... + + + + + Finished import. + + + + + Your Bible import failed. + + + + + BiblesPlugin.MediaItem + + + Bible + + + + + Quick + + + + + Advanced + + + + + Version: + + + + + Dual: + + + + + Search type: + + + + + Find: + + + + + Search + + + + + Results: + + + + + Book: + + + + + Chapter: + + + + + Verse: + + + + + From: + + + + + To: + + + + + Verse Search + + + + + Text Search + + + + + Clear + + + + + Keep + + + + + No Book Found + + + + + No matching book could be found in this Bible. + + + + + etc + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + + + + + CustomPlugin.CustomTab + + + Custom + + + + + Custom Display + + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add New + + + + + Add a new slide at bottom. + + + + + Edit + + + + + Edit the selected slide. + + + + + Edit All + + + + + Edit all the slides at once. + + + + + Save + + + + + Save the slide currently being edited. + + + + + Delete + + + + + Delete the selected slide. + + + + + Clear + + + + + Clear edit area + + + + + Split Slide + + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + + + + + Error + + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + + + + + Image Settings + + + + + sec + + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + + + + + Select Image(s) + + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + + + + + You must select an item to process. + + + + + MediaManagerItem + + + You must select one or more items + + + + + &Add to Service + + + + + Send the selected item live + + + + + Add the selected item(s) to the service + + + + + Delete the selected item + + + + + &Show Live + + + + + Preview the selected item + + + + + No Items Selected + + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Add to selected Service Item + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + + + + + MediaPlugin.MediaItem + + + Media + + + + + Select Media + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + About OpenLP - + OpenLP <version><revision> - 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. @@ -19,12 +1108,12 @@ OpenLP is written and maintained by volunteers. If you would like to see more fr - + About - + Project Lead Raoul "superfly" Snyman @@ -57,12 +1146,12 @@ Packagers - + Credits - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -197,17 +1286,17 @@ This General Public License does not permit incorporating your program into prop - + License - + Contribute - + Close @@ -218,1348 +1307,471 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - - - - - &Save - - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - - - - - Font - - - - - Font Name: - - - - - Font Color: - - - - - Background Color: - - - - - Font Size: - - - - - pt - - - - - Alert timeout: - - - - - s - - - - - Location: - - - - - Preview - - - - - openlp.org - - - - - Top - - - - - Middle - - - - - Bottom - - - - - AmendThemeForm - - - Theme Maintenance - - - - - &Visibility: - - - - - Opaque - - - - - Transparent - - - - - Type: - - - - - Solid Color - - - - - Gradient - - - - - Image - - - - - Image: - - - - - Gradient: - - - - - Horizontal - - - - - Vertical - - - - - Circular - - - - - &Background - - - - - Main Font - - - - - Font: - - - - - Color: - - - - - Size: - - - - - pt - - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Normal - - - - - Bold - - - - - Italics - - - - - Bold/Italics - - - - - Style: - - - - - Display Location - - - - - X position: - - - - - Y position: - - - - - Width: - - - - - Height: - - - - - px - - - - - &Main Font - - - - - Footer Font - - - - - &Footer Font - - - - - Outline - - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow - - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Alignment - - - - - Horizontal align: - - - - - Left - - - - - Right - - - - - Center - - - - - Vertical align: - - - - - Top - - - - - Middle - - - - - Bottom - - - - - Slide Transition - - - - - &Other Options - - - - - Preview - - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - - - - - &Bible - - - - - BiblesPlugin.BiblesTab - - - Verse Display - - - - - Only show new chapter numbers - - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - - - - - Welcome to the Bible Import Wizard - - - - - 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. - - - - - Select Import Source - - - - - Select the import format, and where to import from. - - - - - Format: - - - - - OSIS - - - - - CSV - - - - - OpenSong - - - - - Web Download - - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - - - - - Crosswalk - - - - - BibleGateway - - - - - Bible: - - - - - Download Options - - - - - Server: - - - - - Username: - - - - - Password: - - - - - Proxy Server (Optional) - - - - - License Details - - - - - Set up the Bible's license details. - - - - - Version name: - - - - - Copyright: - - - - - Permission: - - - - - Importing - - - - - Please wait while your Bible is imported. - - - - - Ready. - - - - - Invalid Bible Location - - - - - You need to specify a file to import your Bible from. - - - - - Invalid Books File - - - - - You need to specify a file with books of the Bible to use in the import. - - - - - Invalid Verse File - - - - - You need to specify a file of Bible verses to import. - - - - - Invalid OpenSong Bible - - - - - You need to specify an OpenSong Bible file to import. - - - - - Empty Version Name - - - - - You need to specify a version name for your Bible. - - - - - Empty Copyright - - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - - - - - Bible Exists - - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open Verses CSV File - - - - - Open OpenSong Bible - - - - - Starting import... - - - - - Finished import. - - - - - Your Bible import failed. - - - - - BiblesPlugin.MediaItem - - - Bible - - - - - Quick - - - - + Advanced - - Version: + + UI Settings - - Dual: + + Number of recent files to display: - - Search type: + + Save currently selected media manager plugin - - Find: - - - - - Search - - - - - Results: - - - - - Book: - - - - - Chapter: - - - - - Verse: - - - - - From: - - - - - To: - - - - - Verse Search - - - - - Text Search - - - - - Clear - - - - - Keep - - - - - No Book Found - - - - - No matching book could be found in this Bible. - - - - - etc - - - - - Bible not fully loaded. + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - - - - - CustomPlugin - - - <b>Custom Plugin</b><br>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.<br> - - - - - CustomPlugin.CustomTab - - - Custom + + Theme Maintenance - - Custom Display + + Theme &name: - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides + + &Visibility: - - Move slide up once position. + + Opaque - - Move slide down one position. + + Transparent - - &Title: + + Type: - - Add New + + Solid Color - - Add a new slide at bottom. + + Gradient - - Edit + + Image - - Edit the selected slide. + + Image: - - Edit All + + Gradient: - - Edit all the slides at once. + + Horizontal - - Save + + Vertical - - Save the slide currently being edited. + + Circular - - Delete + + &Background - - Delete the selected slide. + + Main Font - - Clear + + Font: - - Clear edit area + + Color: - - Split Slide + + Size: - - Split a slide into two by inserting a slide splitter. + + pt - - The&me: + + Wrap indentation: - - &Credits: + + Adjust line spacing: - - Save && Preview + + Normal - - Error + + Bold - - You need to type in a title. + + Italics - - You need to add at least one slide + + Bold/Italics - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom + + Style: - - You haven't selected an item to edit. + + Display Location - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays + + Use default location - - Default Settings + + X position: - - X: + + Y position: - - Y: - - - - - Height: - - - - + Width: - - Custom Settings + + Height: - - Width + + px - - Override display settings + + &Main Font + + + + + Footer Font + + + + + &Footer Font + + + + + Outline + + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + + + + + Horizontal align: + + + + + Left + + + + + Right + + + + + Center + + + + + Vertical align: + + + + + Top + + + + + Middle + + + + + Bottom + + + + + Slide Transition + + + + + Transition active + + + + + &Other Options + + + + + Preview + + + + + All Files + + + + + Select Image + + + + + First color: + + + + + Second color: + + + + + Slide height is %s rows. - GeneralTab + OpenLP.GeneralTab - - CCLI Details - - - - - SongSelect Password: - - - - - primary - - - - - Application Startup - - - - + Select monitor for output display: - - Application Settings + + Display if a single screen - - SongSelect Username: + + Application Startup - - CCLI Number: - - - - - Automatically open the last service - - - - - Preview Next Song from Service Manager - - - - + Show blank screen warning - + + Automatically open the last service + + + + + Show the splash screen + + + + + Application Settings + + + + Prompt to save Service before starting New + + + Preview Next Song from Service Manager + + + + + SongSelect Username: + + + + + SongSelect Password: + + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + General - - Show the splash screen - - - - - Screen - - - - + Monitors - - Display if a single screen + + Screen + + + + + primary + + + + + CCLI Details + + + + + CCLI Number: - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - - - - - Image Settings - - - - - Slide Loop Delay: - - - - - sec - - - - - ImagePlugin.MediaItem - - - Image - - - - - Select Image(s) - - - - - All Files - - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - Image(s) - - - - - You must select an item to process. - - - - - LanguageManager + OpenLP.LanguageManager Language @@ -1567,30 +1779,15 @@ Changes do not affect verses already in the service. - After restart new Language settings will be used. + Please restart OpenLP to use your new language setting. - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - - - - - OpenLP Version Updated - - - - - Save Changes to Service? - - - - - OpenLP Main Display Blanked + + English @@ -1598,11 +1795,6 @@ Changes do not affect verses already in the service. OpenLP 2.0 - - - English - - &File @@ -1639,7 +1831,7 @@ Changes do not affect verses already in the service. - + &Language @@ -1674,515 +1866,338 @@ Changes do not affect verses already in the service. - + Create a new service. - + Ctrl+N - + &Open - + Open Service - + Open an existing service. - + Ctrl+O - + &Save - + Save Service - + Save the current service to disk. - + Ctrl+S - + Save &As... - + Save Service As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit - + Quit OpenLP - + Alt+F4 - + &Theme - + &Configure OpenLP... - + &Media Manager - + Toggle Media Manager - + Toggle the visibility of the media manager. - + F8 - + &Theme Manager - + Toggle Theme Manager - + Toggle the visibility of the theme manager. - + F10 - + &Service Manager - + Toggle Service Manager - + Toggle the visibility of the service manager. - + F9 - + &Preview Panel - + Toggle Preview Panel - + Toggle the visibility of the preview panel. - + F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 - + &Plugin List - + List the Plugins - + Alt+F7 - + &User Guide - + &About - + More information about OpenLP - + Ctrl+F1 - + &Online Help - + &Web Site - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live - + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + + + + + OpenLP Main Display Blanked + + + + + The Main Display has been blanked out + + + + + Save Changes to Service? + + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - You must select one or more items - - - - - &Add to Service - - - - - Send the selected item live - - - - - Add the selected item(s) to the service - - - - - Delete the selected item - - - - - &Show Live - - - - - Preview the selected item - - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - - - - - MediaPlugin.MediaItem - - - Media - - - - - Select Media - - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2244,7 +2259,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. @@ -2252,37 +2267,47 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation - + Select Presentation(s) - + Automatic - + Present using: - + File exists - + A presentation with that filename already exists. - + + Unsupported file + + + + + This type of presentation is not supported + + + + You must select an item to delete. @@ -2290,17 +2315,17 @@ You can download the latest version from http://openlp.org PresentationPlugin.PresentationTab - + Presentations - + Available Controllers - + available @@ -2352,178 +2377,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Service - + Save Changes to Service? - + Open Service - + Move to top - + Create a new service - + Save this service - + Theme: - + Delete From Service - + &Change Item Theme - + &Preview Verse - + &Live Verse - + New Service - + &Notes - + Select a theme for the service - + Move up order - + Move down order - + Load an existing service - + Move to end - + &Edit Item - + Move to &top - + Move &up - + Move &down - + Move to &bottom - + &Delete From Service - + &Add New Item - + &Add to Selected Item - + &Maintain Item - + Your service is unsaved, do you want to save those changes before creating a new one? - + OpenLP Service Files (*.osz) - + Your current service is unsaved, do you want to save the changes before opening a new one? - + Error - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it @@ -2539,8 +2564,8 @@ The content encoding is not UTF-8. SettingsForm - - Settings + + Configure OpenLP @@ -2552,22 +2577,22 @@ The content encoding is not UTF-8. - + Edit and re-preview Song - + Delay between slides in seconds - + Go to Verse - + Start continuous loop @@ -2577,12 +2602,12 @@ The content encoding is not UTF-8. - + Start playing media - + Move to live @@ -2607,12 +2632,12 @@ The content encoding is not UTF-8. - + Stop continuous loop - + s @@ -2668,58 +2693,78 @@ The content encoding is not UTF-8. SongsPlugin - + &Song - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + + Open OpenSong file + + + + + Error importing OpenSong file + + + + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2735,22 +2780,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction - + Select Date Range - + to - + Report Location @@ -2794,139 +2839,139 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? + You have not set a display name for the author, would you like me to combine the first and last names for you? SongsPlugin.EditSongForm - + Song Editor - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit - + Ed&it All - + &Delete - + Title && Lyrics - + Authors - + &Add to Song - + &Remove - - &Manage Authors, Topics, Books + + &Manage Authors, Topics, Song Books - + Topic - + A&dd to Song - + R&emove - + Song Book - - Authors, Topics && Book + + Authors, Topics && Song Book - + Theme - + New &Theme - + Copyright Information - + © - + CCLI Number: - + Comments - + Theme, Copyright Info && Comments @@ -3024,17 +3069,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.EditVerseForm - + Edit Verse - + &Verse type: - + &Insert @@ -3082,97 +3127,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Starting import... - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source - + Select the import format, and where to import from. - + Format: - + OpenLyrics - + OpenSong - + CCLI - + CSV - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing - + Please wait while your songs are imported. - + Ready. - + %p% @@ -3180,87 +3225,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song - + Song Maintenance - + Maintain the lists of authors, topics and books - + Search: - + Type: - + Clear - + Search - + Titles - + Lyrics - + Authors - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? - + Delete Confirmation - + CCLI Licence: @@ -3269,7 +3314,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - Edit Book + Song Book Maintenance @@ -3325,7 +3370,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Books/Hymnals + Song Books @@ -3344,93 +3389,113 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error - - Couldn't add your author. + + Could not add your author. - - Couldn't add your topic. + + This author already exists. - - Couldn't add your book. + + Could not add your topic. - - Couldn't save your author. + + This topic already exists. - - Couldn't save your topic. + + Could not add your book. - - Couldn't save your book. + + This book already exists. - + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + Delete Author - + Are you sure you want to delete the selected author? - - This author can't be deleted, they are currently assigned to at least one song. + + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! - + Delete Topic - + Are you sure you want to delete the selected topic? - - This topic can't be deleted, it is currently assigned to at least one song. + + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book - + Are you sure you want to delete the selected book? - - This book can't be deleted, it is currently assigned to at least one song. + + This book cannot be deleted, it is currently assigned to at least one song. + + + + + No book selected! @@ -3517,169 +3582,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme - + Delete Theme - + Error - + Edit Theme - + Export Theme - + Theme Exists - + Save Theme - (%s) - + Select Theme Import File - + New Theme - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - - You are unable to delete the default theme. + + Delete Confirmation - - Theme %s is use in %s plugin. + + Delete theme? + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + Theme %s is use by the service manager. - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - - A theme with this name already exists. Would you like to overwrite it? + + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_en_GB.ts b/resources/i18n/openlp_en_GB.ts index d16cacb2d..377e26d3d 100644 --- a/resources/i18n/openlp_en_GB.ts +++ b/resources/i18n/openlp_en_GB.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - + + &Alert + &Alert + + + + Show an alert message. + + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + + + + AlertsPlugin.AlertForm + + + Alert Message + Alert Message + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + &New + + + + &Save + &Save + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + Alerts + + + + Font + Font + + + + pt + pt + + + + Alert timeout: + Alert timeout: + + + + s + s + + + + Location: + Location: + + + + Preview + Preview + + + + Top + Top + + + + Middle + Middle + + + + Bottom + Bottom + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + OpenLP 2.0 + + + + BiblesPlugin + + + &Bible + &Bible + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + Bibles + + + + Verse Display + Verse Display + + + + Only show new chapter numbers + Only show new chapter numbers + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + Bible Import Wizard + + + + Welcome to the Bible Import Wizard + Welcome to the Bible Import Wizard + + + + 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. + 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. + + + + Select Import Source + Select Import Source + + + + Select the import format, and where to import from. + Select the import format, and where to import from. + + + + Format: + Format: + + + + OSIS + OSIS + + + + CSV + CSV + + + + OpenSong + OpenSong + + + + Web Download + Web Download + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Location: + Location: + + + + Crosswalk + Crosswalk + + + + BibleGateway + BibleGateway + + + + Bible: + Bible: + + + + Download Options + Download Options + + + + Server: + Server: + + + + Username: + Username: + + + + Password: + Password: + + + + Proxy Server (Optional) + Proxy Server (Optional) + + + + License Details + License Details + + + + Set up the Bible's license details. + Set up the Bible's license details. + + + + Version name: + + + + + Copyright: + Copyright: + + + + Permission: + Permission: + + + + Importing + Importing + + + + Please wait while your Bible is imported. + Please wait while your Bible is imported. + + + + Ready. + Ready. + + + + Invalid Bible Location + Invalid Bible Location + + + + You need to specify a file to import your Bible from. + + + + + Invalid Books File + Invalid Books File + + + + You need to specify a file with books of the Bible to use in the import. + + + + + Invalid Verse File + Invalid Verse File + + + + You need to specify a file of Bible verses to import. + + + + + Invalid OpenSong Bible + Invalid OpenSong Bible + + + + You need to specify an OpenSong Bible file to import. + + + + + Empty Version Name + Empty Version Name + + + + You need to specify a version name for your Bible. + + + + + Empty Copyright + Empty Copyright + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + + + + Bible Exists + Bible Exists + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open Verses CSV File + + + + + Open OpenSong Bible + Open OpenSong Bible + + + + Starting import... + Starting import... + + + + Finished import. + Finished import. + + + + Your Bible import failed. + Your Bible import failed. + + + + BiblesPlugin.MediaItem + + + Bible + Bible + + + + Quick + Quick + + + + Advanced + Advanced + + + + Version: + Version: + + + + Dual: + Dual: + + + + Search type: + + + + + Find: + Find: + + + + Search + Search + + + + Results: + Results: + + + + Book: + Book: + + + + Chapter: + Chapter: + + + + Verse: + Verse: + + + + From: + From: + + + + To: + To: + + + + Verse Search + Verse Search + + + + Text Search + Text Search + + + + Clear + Clear + + + + Keep + Keep + + + + No Book Found + No Book Found + + + + No matching book could be found in this Bible. + No matching book could be found in this Bible. + + + + etc + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + Importing + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + + + + + CustomPlugin.CustomTab + + + Custom + Custom + + + + Custom Display + Custom Display + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + Edit Custom Slides + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add New + Add New + + + + Add a new slide at bottom. + + + + + Edit + Edit + + + + Edit the selected slide. + + + + + Edit All + Edit All + + + + Edit all the slides at once. + + + + + Save + Save + + + + Save the slide currently being edited. + + + + + Delete + Delete + + + + Delete the selected slide. + + + + + Clear + Clear + + + + Clear edit area + Clear edit area + + + + Split Slide + + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + Save && Preview + + + + Error + Error + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + Custom + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + Images + + + + Image Settings + Image Settings + + + + sec + sec + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + Image + + + + Select Image(s) + Select Image(s) + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + Image(s) + + + + You must select an item to process. + + + + + MediaManagerItem + + + You must select one or more items + You must select one or more items + + + + Delete the selected item + Delete the selected item + + + + &Add to Service + &Add to Service + + + + Send the selected item live + Send the selected item live + + + + Add the selected item(s) to the service + Add the selected item(s) to the service + + + + &Show Live + &Show Live + + + + Preview the selected item + Preview the selected item + + + + No Items Selected + + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Add to selected Service Item + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + + + + MediaPlugin.MediaItem + + + Media + Media + + + + Select Media + Select Media + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + About OpenLP About OpenLP - + OpenLP <version><revision> - 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. @@ -19,12 +1108,12 @@ OpenLP is written and maintained by volunteers. If you would like to see more fr - + About About - + Project Lead Raoul "superfly" Snyman @@ -57,12 +1146,12 @@ Packagers - + Credits Credits - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -197,17 +1286,17 @@ This General Public License does not permit incorporating your program into prop - + License License - + Contribute Contribute - + Close Close @@ -218,1348 +1307,471 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - &Alert - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - Alert Message - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - &New - - - - &Save - &Save - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - Alerts - - - - Font - Font - - - - Font Name: - Font Name: - - - - Font Color: - Font Color: - - - - Background Color: - Background Color: - - - - Font Size: - Font Size: - - - - pt - pt - - - - Alert timeout: - Alert timeout: - - - - s - s - - - - Location: - Location: - - - - Preview - Preview - - - - openlp.org - openlp.org - - - - Top - Top - - - - Middle - Middle - - - - Bottom - Bottom - - - - AmendThemeForm - - - Theme Maintenance - Theme Maintenance - - - - &Visibility: - - - - - Opaque - Opaque - - - - Transparent - Transparent - - - - Type: - Type: - - - - Solid Color - Solid Color - - - - Gradient - Gradient - - - - Image - Image - - - - Image: - Image: - - - - Gradient: - - - - - Horizontal - Horizontal - - - - Vertical - Vertical - - - - Circular - - - - - &Background - - - - - Main Font - Main Font - - - - Font: - Font: - - - - Color: - - - - - Size: - Size: - - - - pt - pt - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Normal - Normal - - - - Bold - Bold - - - - Italics - Italics - - - - Bold/Italics - Bold/Italics - - - - Style: - - - - - Display Location - Display Location - - - - X position: - - - - - Y position: - - - - - Width: - Width: - - - - Height: - Height: - - - - px - px - - - - &Main Font - - - - - Footer Font - Footer Font - - - - &Footer Font - - - - - Outline - Outline - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow - Shadow - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Alignment - Alignment - - - - Horizontal align: - - - - - Left - Left - - - - Right - Right - - - - Center - Center - - - - Vertical align: - - - - - Top - Top - - - - Middle - Middle - - - - Bottom - Bottom - - - - Slide Transition - Slide Transition - - - - &Other Options - - - - - Preview - Preview - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - - - - &Bible - &Bible - - - - BiblesPlugin.BiblesTab - - - Verse Display - Verse Display - - - - Only show new chapter numbers - Only show new chapter numbers - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - Bibles - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - Bible Import Wizard - - - - Welcome to the Bible Import Wizard - Welcome to the Bible Import Wizard - - - - 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. - 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. - - - - Select Import Source - Select Import Source - - - - Select the import format, and where to import from. - Select the import format, and where to import from. - - - - Format: - Format: - - - - OSIS - OSIS - - - - CSV - CSV - - - - OpenSong - OpenSong - - - - Web Download - Web Download - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - Location: - - - - Crosswalk - Crosswalk - - - - BibleGateway - BibleGateway - - - - Bible: - Bible: - - - - Download Options - Download Options - - - - Server: - Server: - - - - Username: - Username: - - - - Password: - Password: - - - - Proxy Server (Optional) - Proxy Server (Optional) - - - - License Details - License Details - - - - Set up the Bible's license details. - Set up the Bible's license details. - - - - Version name: - - - - - Copyright: - Copyright: - - - - Permission: - Permission: - - - - Importing - Importing - - - - Please wait while your Bible is imported. - Please wait while your Bible is imported. - - - - Ready. - Ready. - - - - Invalid Bible Location - Invalid Bible Location - - - - You need to specify a file to import your Bible from. - - - - - Invalid Books File - Invalid Books File - - - - You need to specify a file with books of the Bible to use in the import. - - - - - Invalid Verse File - Invalid Verse File - - - - You need to specify a file of Bible verses to import. - - - - - Invalid OpenSong Bible - Invalid OpenSong Bible - - - - You need to specify an OpenSong Bible file to import. - - - - - Empty Version Name - Empty Version Name - - - - You need to specify a version name for your Bible. - - - - - Empty Copyright - Empty Copyright - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - - - - Bible Exists - Bible Exists - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open Verses CSV File - - - - - Open OpenSong Bible - Open OpenSong Bible - - - - Starting import... - Starting import... - - - - Finished import. - Finished import. - - - - Your Bible import failed. - Your Bible import failed. - - - - BiblesPlugin.MediaItem - - - Bible - Bible - - - - Quick - Quick - - - + Advanced Advanced - - Version: - Version: - - - - Dual: - Dual: - - - - Search type: + + UI Settings - - Find: - Find: - - - - Search - Search - - - - Results: - Results: - - - - Book: - Book: - - - - Chapter: - Chapter: - - - - Verse: - Verse: - - - - From: - From: - - - - To: - To: - - - - Verse Search - Verse Search - - - - Text Search - Text Search - - - - Clear - Clear - - - - Keep - Keep - - - - No Book Found - No Book Found - - - - No matching book could be found in this Bible. - No matching book could be found in this Bible. - - - - etc + + Number of recent files to display: - - Bible not fully loaded. + + Save currently selected media manager plugin + + + + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - Importing - - - - CustomPlugin - - - <b>Custom Plugin</b><br>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.<br> - - - - - CustomPlugin.CustomTab - - - Custom - Custom + + Theme Maintenance + Theme Maintenance - - Custom Display - Custom Display - - - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides - Edit Custom Slides - - - - Move slide up once position. + + Theme &name: - - Move slide down one position. + + &Visibility: - - &Title: - + + Opaque + Opaque - - Add New - Add New + + Transparent + Transparent - - Add a new slide at bottom. - + + Type: + Type: - - Edit - Edit + + Solid Color + Solid Color - - Edit the selected slide. - + + Gradient + Gradient - - Edit All - Edit All - - - - Edit all the slides at once. - - - - - Save - Save - - - - Save the slide currently being edited. - - - - - Delete - Delete - - - - Delete the selected slide. - - - - - Clear - Clear - - - - Clear edit area - Clear edit area - - - - Split Slide - - - - - Split a slide into two by inserting a slide splitter. - - - - - The&me: - - - - - &Credits: - - - - - Save && Preview - Save && Preview - - - - Error - Error - - - - You need to type in a title. - - - - - You need to add at least one slide - - - - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom - Custom - - - - You haven't selected an item to edit. - - - - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays - - - - - Default Settings - - - - - X: - - - - - Y: - - - - - Height: - Height: - - - - Width: - Width: - - - - Custom Settings - - - - - Width - - - - - Override display settings - - - - - GeneralTab - - - CCLI Details - CCLI Details - - - - primary - primary - - - - Show blank screen warning - Show blank screen warning - - - - Application Startup - Application Startup - - - - Select monitor for output display: - Select monitor for output display: - - - - Application Settings - Application Settings - - - - SongSelect Username: - SongSelect Username: - - - - CCLI Number: - CCLI Number: - - - - Automatically open the last service - Automatically open the last service - - - - Preview Next Song from Service Manager - Preview Next Song from Service Manager - - - - Prompt to save Service before starting New - Prompt to save Service before starting New - - - - General - General - - - - Show the splash screen - Show the splash screen - - - - Screen - Screen - - - - Monitors - Monitors - - - - SongSelect Password: - SongSelect Password: - - - - Display if a single screen - - - - - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - Images - - - - Image Settings - Image Settings - - - - Slide Loop Delay: - Slide Loop Delay: - - - - sec - sec - - - - ImagePlugin.MediaItem - - + Image Image - - Select Image(s) - Select Image(s) + + Image: + Image: - + + Gradient: + + + + + Horizontal + Horizontal + + + + Vertical + Vertical + + + + Circular + + + + + &Background + + + + + Main Font + Main Font + + + + Font: + Font: + + + + Color: + + + + + Size: + Size: + + + + pt + pt + + + + Wrap indentation: + + + + + Adjust line spacing: + + + + + Normal + Normal + + + + Bold + Bold + + + + Italics + Italics + + + + Bold/Italics + Bold/Italics + + + + Style: + + + + + Display Location + Display Location + + + + Use default location + + + + + X position: + + + + + Y position: + + + + + Width: + Width: + + + + Height: + Height: + + + + px + px + + + + &Main Font + + + + + Footer Font + Footer Font + + + + &Footer Font + + + + + Outline + Outline + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + Shadow + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + Alignment + + + + Horizontal align: + + + + + Left + Left + + + + Right + Right + + + + Center + Center + + + + Vertical align: + + + + + Top + Top + + + + Middle + Middle + + + + Bottom + Bottom + + + + Slide Transition + Slide Transition + + + + Transition active + + + + + &Other Options + + + + + Preview + Preview + + + All Files - - Replace Live Background + + Select Image - - You must select an item to delete. + + First color: - - Image(s) - Image(s) + + Second color: + - - You must select an item to process. + + Slide height is %s rows. - LanguageManager + OpenLP.GeneralTab + + + Select monitor for output display: + Select monitor for output display: + + + + Display if a single screen + + + + + Application Startup + Application Startup + + + + Show blank screen warning + Show blank screen warning + + + + Automatically open the last service + Automatically open the last service + + + + Show the splash screen + Show the splash screen + + + + Application Settings + Application Settings + + + + Prompt to save Service before starting New + Prompt to save Service before starting New + + + + Preview Next Song from Service Manager + Preview Next Song from Service Manager + + + + SongSelect Username: + SongSelect Username: + + + + SongSelect Password: + SongSelect Password: + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + + + + General + General + + + + Monitors + Monitors + + + + Screen + Screen + + + + primary + primary + + + + CCLI Details + CCLI Details + + + + CCLI Number: + CCLI Number: + + + + OpenLP.LanguageManager Language @@ -1567,42 +1779,22 @@ Changes do not affect verses already in the service. - After restart new Language settings will be used. + Please restart OpenLP to use your new language setting. - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - The Main Display has been blanked out - - - - OpenLP Version Updated - OpenLP Version Updated - - - - Save Changes to Service? - Save Changes to Service? - - - - OpenLP Main Display Blanked - OpenLP Main Display Blanked + + English + English OpenLP 2.0 OpenLP 2.0 - - - English - English - &File @@ -1639,7 +1831,7 @@ Changes do not affect verses already in the service. &Settings - + &Language &Language @@ -1674,515 +1866,338 @@ Changes do not affect verses already in the service. New Service - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Open - + Open Service Open Service - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Save - + Save Service Save Service - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... Save &As... - + Save Service As Save Service As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit E&xit - + Quit OpenLP Quit OpenLP - + Alt+F4 Alt+F4 - + &Theme &Theme - + &Configure OpenLP... - + &Media Manager &Media Manager - + Toggle Media Manager Toggle Media Manager - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Theme Manager - + Toggle Theme Manager Toggle Theme Manager - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager &Service Manager - + Toggle Service Manager Toggle Service Manager - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Preview Panel - + Toggle Preview Panel Toggle Preview Panel - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Plugin List - + List the Plugins List the Plugins - + Alt+F7 Alt+F7 - + &User Guide &User Guide - + &About &About - + More information about OpenLP More information about OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help &Online Help - + &Web Site &Web Site - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Live - + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + OpenLP Version Updated + + + + OpenLP Main Display Blanked + OpenLP Main Display Blanked + + + + The Main Display has been blanked out + The Main Display has been blanked out + + + + Save Changes to Service? + Save Changes to Service? + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - You must select one or more items - You must select one or more items - - - - Delete the selected item - Delete the selected item - - - - &Add to Service - &Add to Service - - - - Send the selected item live - Send the selected item live - - - - Add the selected item(s) to the service - Add the selected item(s) to the service - - - - &Show Live - &Show Live - - - - Preview the selected item - Preview the selected item - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - - - - MediaPlugin.MediaItem - - - Media - Media - - - - Select Media - Select Media - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2244,7 +2259,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. @@ -2252,37 +2267,47 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation Presentation - + Select Presentation(s) Select Presentation(s) - + Automatic - + Present using: Present using: - + File exists File exists - + A presentation with that filename already exists. A presentation with that filename already exists. - + + Unsupported file + + + + + This type of presentation is not supported + + + + You must select an item to delete. @@ -2290,17 +2315,17 @@ You can download the latest version from http://openlp.org PresentationPlugin.PresentationTab - + Presentations Presentations - + Available Controllers Available Controllers - + available available @@ -2352,178 +2377,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Changes to Service? Save Changes to Service? - + Open Service Open Service - + Move to top Move to top - + Create a new service Create a new service - + Save this service Save this service - + Theme: Theme: - + Delete From Service Delete From Service - + &Change Item Theme &Change Item Theme - + Save Service Save Service - + &Live Verse &Live Verse - + New Service New Service - + &Notes &Notes - + Move to end Move to end - + Select a theme for the service Select a theme for the service - + Move up order Move up order - + Move down order Move down order - + Load an existing service Load an existing service - + &Preview Verse &Preview Verse - + &Edit Item &Edit Item - + Move to &top - + Move &up - + Move &down - + Move to &bottom - + &Delete From Service - + &Add New Item - + &Add to Selected Item - + &Maintain Item - + Your service is unsaved, do you want to save those changes before creating a new one? - + OpenLP Service Files (*.osz) - + Your current service is unsaved, do you want to save the changes before opening a new one? - + Error Error - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it @@ -2539,9 +2564,9 @@ The content encoding is not UTF-8. SettingsForm - - Settings - Settings + + Configure OpenLP + @@ -2552,12 +2577,12 @@ The content encoding is not UTF-8. Move to previous - + Go to Verse Go to Verse - + Start continuous loop Start continuous loop @@ -2567,12 +2592,12 @@ The content encoding is not UTF-8. Live - + Start playing media Start playing media - + Move to live Move to live @@ -2587,12 +2612,12 @@ The content encoding is not UTF-8. Move to last - + Edit and re-preview Song Edit and re-preview Song - + Delay between slides in seconds Delay between slides in seconds @@ -2607,12 +2632,12 @@ The content encoding is not UTF-8. Move to first - + Stop continuous loop Stop continuous loop - + s s @@ -2668,58 +2693,78 @@ The content encoding is not UTF-8. SongsPlugin - + &Song &Song - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + + Open OpenSong file + + + + + Error importing OpenSong file + + + + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2735,22 +2780,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction - + Select Date Range - + to to - + Report Location Report Location @@ -2794,139 +2839,139 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? - You haven't set a display name for the author, would you like me to combine the first and last names for you? + You have not set a display name for the author, would you like me to combine the first and last names for you? + SongsPlugin.EditSongForm - + Song Editor Song Editor - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit &Edit - + Ed&it All - + &Delete - + Title && Lyrics Title && Lyrics - + Authors Authors - + &Add to Song &Add to Song - + &Remove &Remove - - &Manage Authors, Topics, Books - &Manage Authors, Topics, Books + + &Manage Authors, Topics, Song Books + - + Topic Topic - + A&dd to Song A&dd to Song - + R&emove R&emove - + Song Book Song Book - - Authors, Topics && Book - Authors, Topics && Book + + Authors, Topics && Song Book + - + Theme Theme - + New &Theme - + Copyright Information Copyright Information - + © - + CCLI Number: CCLI Number: - + Comments Comments - + Theme, Copyright Info && Comments Theme, Copyright Info && Comments @@ -3024,17 +3069,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.EditVerseForm - + Edit Verse Edit Verse - + &Verse type: - + &Insert @@ -3082,97 +3127,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Starting import... Starting import... - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source Select Import Source - + Select the import format, and where to import from. Select the import format, and where to import from. - + Format: Format: - + OpenLyrics - + OpenSong OpenSong - + CCLI - + CSV CSV - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing Importing - + Please wait while your songs are imported. - + Ready. Ready. - + %p% @@ -3180,87 +3225,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song Song - + Song Maintenance Song Maintenance - + Maintain the lists of authors, topics and books Maintain the lists of authors, topics and books - + Search: Search: - + Type: Type: - + Clear Clear - + Search Search - + Titles - + Lyrics Lyrics - + Authors Authors - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? - + Delete Confirmation - + CCLI Licence: CCLI Licence: @@ -3269,8 +3314,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - Edit Book - Edit Book + Song Book Maintenance + @@ -3325,8 +3370,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Books/Hymnals - Books/Hymnals + Song Books + @@ -3344,93 +3389,113 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Error - - Couldn't add your author. + + Could not add your author. - - Couldn't add your topic. + + This author already exists. - - Couldn't add your book. + + Could not add your topic. - - Couldn't save your author. + + This topic already exists. - - Couldn't save your topic. + + Could not add your book. - - Couldn't save your book. + + This book already exists. - + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + Delete Author Delete Author - + Are you sure you want to delete the selected author? - - This author can't be deleted, they are currently assigned to at least one song. + + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! - + Delete Topic Delete Topic - + Are you sure you want to delete the selected topic? Are you sure you want to delete the selected topic? - - This topic can't be deleted, it is currently assigned to at least one song. + + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! No topic selected! - + Delete Book Delete Book - + Are you sure you want to delete the selected book? Are you sure you want to delete the selected book? - - This book can't be deleted, it is currently assigned to at least one song. + + This book cannot be deleted, it is currently assigned to at least one song. + + + + + No book selected! @@ -3517,169 +3582,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme Import Theme - + Delete Theme Delete Theme - + Error Error - + Edit Theme Edit Theme - + Export Theme Export Theme - + Theme Exists Theme Exists - + Save Theme - (%s) Save Theme - (%s) - + Select Theme Import File Select Theme Import File - + New Theme New Theme - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - - You are unable to delete the default theme. + + Delete Confirmation - - Theme %s is use in %s plugin. + + Delete theme? + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + Theme %s is use by the service manager. - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - - A theme with this name already exists. Would you like to overwrite it? + + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_en_ZA.ts b/resources/i18n/openlp_en_ZA.ts index 2e985531e..252ad8ad8 100644 --- a/resources/i18n/openlp_en_ZA.ts +++ b/resources/i18n/openlp_en_ZA.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - + + &Alert + + + + + Show an alert message. + + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + + + + + AlertsPlugin.AlertForm + + + Alert Message + Alert Message + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + &New + + + + &Save + + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + + + + + Font + Font + + + + pt + pt + + + + Alert timeout: + + + + + s + + + + + Location: + Location: + + + + Preview + Preview + + + + Top + + + + + Middle + Middle + + + + Bottom + + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + + + + + BiblesPlugin + + + &Bible + + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + Bibles + + + + Verse Display + Verse Display + + + + Only show new chapter numbers + Only show new chapter numbers + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + Bible Import Wizard + + + + Welcome to the Bible Import Wizard + + + + + 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. + 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. + + + + Select Import Source + Select Import Source + + + + Select the import format, and where to import from. + + + + + Format: + Format: + + + + OSIS + OSIS + + + + CSV + CSV + + + + OpenSong + OpenSong + + + + Web Download + Web Download + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Location: + Location: + + + + Crosswalk + Crosswalk + + + + BibleGateway + BibleGateway + + + + Bible: + Bible: + + + + Download Options + Download Options + + + + Server: + Server: + + + + Username: + Username: + + + + Password: + + + + + Proxy Server (Optional) + + + + + License Details + License Details + + + + Set up the Bible's license details. + Set up the Bible's license details. + + + + Version name: + + + + + Copyright: + Copyright: + + + + Permission: + Permission: + + + + Importing + + + + + Please wait while your Bible is imported. + + + + + Ready. + + + + + Invalid Bible Location + Invalid Bible Location + + + + You need to specify a file to import your Bible from. + + + + + Invalid Books File + + + + + You need to specify a file with books of the Bible to use in the import. + + + + + Invalid Verse File + + + + + You need to specify a file of Bible verses to import. + + + + + Invalid OpenSong Bible + Invalid OpenSong Bible + + + + You need to specify an OpenSong Bible file to import. + + + + + Empty Version Name + Empty Version Name + + + + You need to specify a version name for your Bible. + + + + + Empty Copyright + Empty Copyright + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + + + + Bible Exists + Bible Exists + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + This Bible already exists! Please import a different Bible or first delete the existing one. + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open Verses CSV File + + + + + Open OpenSong Bible + + + + + Starting import... + Starting import... + + + + Finished import. + Finished import. + + + + Your Bible import failed. + Your Bible import failed. + + + + BiblesPlugin.MediaItem + + + Bible + Bible + + + + Quick + Quick + + + + Advanced + + + + + Version: + + + + + Dual: + Dual: + + + + Search type: + + + + + Find: + Find: + + + + Search + Search + + + + Results: + Results: + + + + Book: + Book: + + + + Chapter: + Chapter: + + + + Verse: + + + + + From: + From: + + + + To: + + + + + Verse Search + Verse Search + + + + Text Search + Text Search + + + + Clear + + + + + Keep + Keep + + + + No Book Found + + + + + No matching book could be found in this Bible. + No matching book could be found in this Bible. + + + + etc + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + + + + + CustomPlugin.CustomTab + + + Custom + Custom + + + + Custom Display + Custom Display + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + Edit Custom Slides + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add New + + + + + Add a new slide at bottom. + + + + + Edit + + + + + Edit the selected slide. + + + + + Edit All + + + + + Edit all the slides at once. + + + + + Save + Save + + + + Save the slide currently being edited. + + + + + Delete + + + + + Delete the selected slide. + + + + + Clear + + + + + Clear edit area + + + + + Split Slide + + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + + + + + Error + Error + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + Custom + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + + + + + Image Settings + Image Settings + + + + sec + sec + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + + + + + Select Image(s) + Select Image(s) + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + + + + + You must select an item to process. + + + + + MediaManagerItem + + + You must select one or more items + You must select one or more items + + + + Delete the selected item + Delete the selected item + + + + &Add to Service + + + + + Send the selected item live + Send the selected item live. + + + + Add the selected item(s) to the service + Add the selected item(s) to the service. + + + + &Show Live + + + + + Preview the selected item + + + + + No Items Selected + + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Add to selected Service Item + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + + + + + MediaPlugin.MediaItem + + + Media + + + + + Select Media + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + About OpenLP - + OpenLP <version><revision> - 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. @@ -19,12 +1108,12 @@ OpenLP is written and maintained by volunteers. If you would like to see more fr - + About - + Project Lead Raoul "superfly" Snyman @@ -57,12 +1146,12 @@ Packagers - + Credits - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -197,17 +1286,17 @@ This General Public License does not permit incorporating your program into prop - + License License - + Contribute - + Close Close @@ -218,1245 +1307,437 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - Alert Message - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - &New - - - - &Save - - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - - - - - Font - Font - - - - Font Name: - Font Name: - - - - Font Color: - Font Colour: - - - - Background Color: - - - - - Font Size: - - - - - pt - pt - - - - Alert timeout: - - - - - s - - - - - Location: - Location: - - - - Preview - Preview - - - - openlp.org - - - - - Top - - - - - Middle - Middle - - - - Bottom - - - - - AmendThemeForm - - - Theme Maintenance - Theme Maintenance - - - - &Visibility: - - - - - Opaque - Opaque - - - - Transparent - Transparent - - - - Type: - Type: - - - - Solid Color - Solid Colour - - - - Gradient - - - - - Image - - - - - Image: - - - - - Gradient: - - - - - Horizontal - Horizontal - - - - Vertical - Vertical - - - - Circular - Circular - - - - &Background - - - - - Main Font - Main Font - - - - Font: - - - - - Color: - - - - - Size: - - - - - pt - pt - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Normal - Normal - - - - Bold - Bold - - - - Italics - Italics - - - - Bold/Italics - - - - - Style: - - - - - Display Location - - - - - X position: - - - - - Y position: - - - - - Width: - Width: - - - - Height: - Height: - - - - px - px - - - - &Main Font - - - - - Footer Font - Footer Font - - - - &Footer Font - - - - - Outline - Outline - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow - Shadow - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Alignment - Alignment - - - - Horizontal align: - - - - - Left - - - - - Right - Right - - - - Center - Centre - - - - Vertical align: - - - - - Top - - - - - Middle - Middle - - - - Bottom - - - - - Slide Transition - Slide Transition - - - - &Other Options - - - - - Preview - Preview - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - - - - &Bible - - - - - BiblesPlugin.BiblesTab - - - Verse Display - Verse Display - - - - Only show new chapter numbers - Only show new chapter numbers - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - Bibles - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - Bible Import Wizard - - - - Welcome to the Bible Import Wizard - - - - - 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. - 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. - - - - Select Import Source - Select Import Source - - - - Select the import format, and where to import from. - - - - - Format: - Format: - - - - OSIS - OSIS - - - - CSV - CSV - - - - OpenSong - OpenSong - - - - Web Download - Web Download - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - Location: - - - - Crosswalk - Crosswalk - - - - BibleGateway - BibleGateway - - - - Bible: - Bible: - - - - Download Options - Download Options - - - - Server: - Server: - - - - Username: - Username: - - - - Password: - - - - - Proxy Server (Optional) - - - - - License Details - License Details - - - - Set up the Bible's license details. - Set up the Bible's license details. - - - - Version name: - - - - - Copyright: - Copyright: - - - - Permission: - Permission: - - - - Importing - - - - - Please wait while your Bible is imported. - - - - - Ready. - - - - - Invalid Bible Location - Invalid Bible Location - - - - You need to specify a file to import your Bible from. - - - - - Invalid Books File - - - - - You need to specify a file with books of the Bible to use in the import. - - - - - Invalid Verse File - - - - - You need to specify a file of Bible verses to import. - - - - - Invalid OpenSong Bible - Invalid OpenSong Bible - - - - You need to specify an OpenSong Bible file to import. - - - - - Empty Version Name - Empty Version Name - - - - You need to specify a version name for your Bible. - - - - - Empty Copyright - Empty Copyright - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - - - - Bible Exists - Bible Exists - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - This Bible already exists! Please import a different Bible or first delete the existing one. - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open Verses CSV File - - - - - Open OpenSong Bible - - - - - Starting import... - Starting import... - - - - Finished import. - Finished import. - - - - Your Bible import failed. - Your Bible import failed. - - - - BiblesPlugin.MediaItem - - - Bible - Bible - - - - Quick - Quick - - - + Advanced - - Version: + + UI Settings - - Dual: - Dual: - - - - Search type: + + Number of recent files to display: - - Find: - Find: - - - - Search - Search - - - - Results: - Results: - - - - Book: - Book: - - - - Chapter: - Chapter: - - - - Verse: + + Save currently selected media manager plugin - - From: - From: - - - - To: - - - - - Verse Search - Verse Search - - - - Text Search - Text Search - - - - Clear - - - - - Keep - Keep - - - - No Book Found - - - - - No matching book could be found in this Bible. - No matching book could be found in this Bible. - - - - etc - - - - - Bible not fully loaded. + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - - - - - CustomPlugin - - - <b>Custom Plugin</b><br>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.<br> - - - - - CustomPlugin.CustomTab - - - Custom - Custom + + Theme Maintenance + Theme Maintenance - - Custom Display - Custom Display - - - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides - Edit Custom Slides - - - - Move slide up once position. + + Theme &name: - - Move slide down one position. + + &Visibility: - - &Title: + + Opaque + Opaque + + + + Transparent + Transparent + + + + Type: + Type: + + + + Solid Color + Solid Colour + + + + Gradient - - Add New + + Image - - Add a new slide at bottom. + + Image: - - Edit + + Gradient: - - Edit the selected slide. + + Horizontal + Horizontal + + + + Vertical + Vertical + + + + Circular + Circular + + + + &Background - - Edit All + + Main Font + Main Font + + + + Font: - - Edit all the slides at once. + + Color: - - Save - Save - - - - Save the slide currently being edited. + + Size: - - Delete + + pt + pt + + + + Wrap indentation: - - Delete the selected slide. + + Adjust line spacing: - - Clear + + Normal + Normal + + + + Bold + Bold + + + + Italics + Italics + + + + Bold/Italics - - Clear edit area + + Style: - - Split Slide + + Display Location - - Split a slide into two by inserting a slide splitter. + + Use default location - - The&me: + + X position: - - &Credits: + + Y position: - - Save && Preview - - - - - Error - Error - - - - You need to type in a title. - - - - - You need to add at least one slide - - - - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom - Custom - - - - You haven't selected an item to edit. - - - - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays - - - - - Default Settings - - - - - X: - - - - - Y: - - - - - Height: - Height: - - - + Width: Width: - - Custom Settings + + Height: + Height: + + + + px + px + + + + &Main Font - - Width + + Footer Font + Footer Font + + + + &Footer Font - - Override display settings + + Outline + Outline + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + Shadow + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + Alignment + + + + Horizontal align: + + + + + Left + + + + + Right + Right + + + + Center + Centre + + + + Vertical align: + + + + + Top + + + + + Middle + Middle + + + + Bottom + + + + + Slide Transition + Slide Transition + + + + Transition active + + + + + &Other Options + + + + + Preview + Preview + + + + All Files + + + + + Select Image + + + + + First color: + + + + + Second color: + + + + + Slide height is %s rows. - GeneralTab + OpenLP.GeneralTab - - CCLI Details - CCLI Details - - - - primary - primary - - - - Show blank screen warning - Show blank screen warning - - - - Application Startup - Application Startup - - - + Select monitor for output display: - Select monitor for output display: + Select monitor for output display: - - Application Settings - Application Settings + + Display if a single screen + - - SongSelect Username: - SongSelect Username: + + Application Startup + Application Startup - - CCLI Number: - CCLI Number: + + Show blank screen warning + Show blank screen warning - + Automatically open the last service - Automatically open the last service + Automatically open the last service - - Preview Next Song from Service Manager - Preview Next Song from Service Manager + + Show the splash screen + - + + Application Settings + Application Settings + + + Prompt to save Service before starting New - Prompt to save the service before starting new + Prompt to save the service before starting new + + + + Preview Next Song from Service Manager + Preview Next Song from Service Manager + + + + SongSelect Username: + SongSelect Username: + + + + SongSelect Password: + + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + @@ -1464,102 +1745,33 @@ Changes do not affect verses already in the service. - - Show the splash screen - - - - - Screen - - - - + Monitors - - SongSelect Password: + + Screen - - Display if a single screen - + + primary + primary + + + + CCLI Details + CCLI Details + + + + CCLI Number: + CCLI Number: - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - - - - - Image Settings - Image Settings - - - - Slide Loop Delay: - - - - - sec - sec - - - - ImagePlugin.MediaItem - - - Image - - - - - Select Image(s) - Select Image(s) - - - - All Files - - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - Image(s) - - - - - You must select an item to process. - - - - - LanguageManager + OpenLP.LanguageManager Language @@ -1567,42 +1779,22 @@ Changes do not affect verses already in the service. - After restart new Language settings will be used. + Please restart OpenLP to use your new language setting. - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - The Main Display has been blanked out - - - - OpenLP Version Updated - OpenLP Version Updated - - - - Save Changes to Service? - Save Changes to Service? - - - - OpenLP Main Display Blanked - + + English + English OpenLP 2.0 - - - English - English - &File @@ -1639,7 +1831,7 @@ Changes do not affect verses already in the service. &Settings - + &Language @@ -1674,515 +1866,338 @@ Changes do not affect verses already in the service. New Service - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Open - + Open Service Open Service - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save - + Save Service Save Service - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... - + Save Service As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit - + Quit OpenLP Quit OpenLP - + Alt+F4 Alt+F4 - + &Theme - + &Configure OpenLP... - + &Media Manager - + Toggle Media Manager - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager - + Toggle Theme Manager Toggle Theme Manager - + Toggle the visibility of the theme manager. - + F10 - + &Service Manager &Service Manager - + Toggle Service Manager Toggle Service Manager. - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Preview Panel - + Toggle Preview Panel Toggle Preview Panel - + Toggle the visibility of the preview panel. - + F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 - + &Plugin List - + List the Plugins List the plugins - + Alt+F7 Alt+F7 - + &User Guide &User Guide - + &About - + More information about OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help - + &Web Site - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Live - + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + OpenLP Version Updated + + + + OpenLP Main Display Blanked + + + + + The Main Display has been blanked out + The Main Display has been blanked out + + + + Save Changes to Service? + Save Changes to Service? + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - You must select one or more items - You must select one or more items - - - - Delete the selected item - Delete the selected item - - - - &Add to Service - - - - - Send the selected item live - Send the selected item live. - - - - Add the selected item(s) to the service - Add the selected item(s) to the service. - - - - &Show Live - - - - - Preview the selected item - - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - - - - - MediaPlugin.MediaItem - - - Media - - - - - Select Media - - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2244,7 +2259,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. @@ -2252,37 +2267,47 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation Presentation - + Select Presentation(s) - + Automatic - + Present using: Present using: - + File exists - + A presentation with that filename already exists. - + + Unsupported file + + + + + This type of presentation is not supported + + + + You must select an item to delete. @@ -2290,17 +2315,17 @@ You can download the latest version from http://openlp.org PresentationPlugin.PresentationTab - + Presentations - + Available Controllers Available Controllers - + available available @@ -2352,178 +2377,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Changes to Service? Save Changes to Service? - + Open Service Open Service - + Move to top Move to top - + Create a new service Create a new service - + Save this service Save this service - + Theme: Theme: - + Delete From Service Delete From Service - + &Change Item Theme &Change Item Theme - + Save Service Save Service - + &Live Verse &Live Verse - + New Service New Service - + &Notes - + Move to end Move to the end - + Select a theme for the service Select a theme for the service. - + Move up order Move up order. - + Move down order - + Load an existing service - + &Preview Verse - + &Edit Item - + Move to &top - + Move &up - + Move &down - + Move to &bottom - + &Delete From Service - + &Add New Item - + &Add to Selected Item - + &Maintain Item - + Your service is unsaved, do you want to save those changes before creating a new one? - + OpenLP Service Files (*.osz) - + Your current service is unsaved, do you want to save the changes before opening a new one? - + Error Error - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it @@ -2539,9 +2564,9 @@ The content encoding is not UTF-8. SettingsForm - - Settings - Settings + + Configure OpenLP + @@ -2552,12 +2577,12 @@ The content encoding is not UTF-8. Move to previous - + Go to Verse Go to Verse - + Start continuous loop Start continuous loop @@ -2567,12 +2592,12 @@ The content encoding is not UTF-8. Live - + Start playing media Start playing media - + Move to live Move to live @@ -2587,12 +2612,12 @@ The content encoding is not UTF-8. Move to last - + Edit and re-preview Song Edit and re-preview Song. - + Delay between slides in seconds Delay between slides in seconds. @@ -2607,12 +2632,12 @@ The content encoding is not UTF-8. - + Stop continuous loop - + s @@ -2668,58 +2693,78 @@ The content encoding is not UTF-8. SongsPlugin - + &Song &Song - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + + Open OpenSong file + + + + + Error importing OpenSong file + + + + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2735,22 +2780,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction - + Select Date Range - + to - + Report Location Report Location @@ -2794,139 +2839,139 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? - You haven't set a display name for the author, would you like me to combine the first and last names for you? + You have not set a display name for the author, would you like me to combine the first and last names for you? + SongsPlugin.EditSongForm - + Song Editor Song Editor - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit - + Ed&it All - + &Delete - + Title && Lyrics Title && Lyrics - + Authors Authors - + &Add to Song - + &Remove &Remove - - &Manage Authors, Topics, Books + + &Manage Authors, Topics, Song Books - + Topic Topic - + A&dd to Song - + R&emove - + Song Book - - Authors, Topics && Book - Authors, Topics && Book + + Authors, Topics && Song Book + - + Theme Theme - + New &Theme - + Copyright Information Copyright Information - + © - + CCLI Number: CCLI Number: - + Comments - + Theme, Copyright Info && Comments @@ -3024,17 +3069,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.EditVerseForm - + Edit Verse Edit Verse - + &Verse type: - + &Insert @@ -3082,97 +3127,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Starting import... Starting import... - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source Select Import Source - + Select the import format, and where to import from. - + Format: Format: - + OpenLyrics - + OpenSong OpenSong - + CCLI - + CSV CSV - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing - + Please wait while your songs are imported. - + Ready. - + %p% @@ -3180,87 +3225,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song Song - + Song Maintenance - + Maintain the lists of authors, topics and books Maintain the lists of authors, topics and books - + Search: Search: - + Type: Type: - + Clear - + Search Search - + Titles Titles - + Lyrics Lyrics - + Authors Authors - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? - + Delete Confirmation - + CCLI Licence: CCLI License: @@ -3269,8 +3314,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - Edit Book - Edit Book + Song Book Maintenance + @@ -3325,7 +3370,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Books/Hymnals + Song Books @@ -3344,95 +3389,115 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Error - - Couldn't add your author. + + Could not add your author. - - Couldn't add your topic. + + This author already exists. - - Couldn't add your book. + + Could not add your topic. - - Couldn't save your author. + + This topic already exists. - - Couldn't save your topic. + + Could not add your book. - - Couldn't save your book. + + This book already exists. - + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + Delete Author - + Are you sure you want to delete the selected author? Are you sure you want to delete the selected author? - - This author can't be deleted, they are currently assigned to at least one song. + + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! No author selected! - + Delete Topic Delete Topic - + Are you sure you want to delete the selected topic? - - This topic can't be deleted, it is currently assigned to at least one song. + + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book Delete Book - + Are you sure you want to delete the selected book? Are you sure you want to delete the selected book? - - This book can't be deleted, it is currently assigned to at least one song. + + This book cannot be deleted, it is currently assigned to at least one song. + + + No book selected! + No book selected! + SongsPlugin.SongUsageDeleteForm @@ -3517,169 +3582,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme Import Theme - + Delete Theme Delete Theme - + Error Error - + Edit Theme Edit Theme - + Export Theme Export Theme - + Theme Exists Theme Exists - + Save Theme - (%s) Save Theme - (%s) - + Select Theme Import File - + New Theme - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - - You are unable to delete the default theme. + + Delete Confirmation - - Theme %s is use in %s plugin. + + Delete theme? + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + Theme %s is use by the service manager. - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - - A theme with this name already exists. Would you like to overwrite it? + + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_es.ts b/resources/i18n/openlp_es.ts index af87639a4..0eecae217 100644 --- a/resources/i18n/openlp_es.ts +++ b/resources/i18n/openlp_es.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - + + &Alert + &Alerta + + + + Show an alert message. + + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <b>Alerts Plugin</b><br>Este plugin controla la visualización de alertas en la pantalla de presentaciones + + + + AlertsPlugin.AlertForm + + + Alert Message + Mensaje de Alerta + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + &Nuevo + + + + &Save + &Guardar + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + Alertas + + + + Font + Tipo de Letra + + + + pt + pt + + + + Alert timeout: + Espera: + + + + s + s + + + + Location: + Ubicación: + + + + Preview + Vista Previa + + + + Top + + + + + Middle + Medio + + + + Bottom + + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + OpenLP 2.0 + + + + BiblesPlugin + + + &Bible + &Biblia + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bible Plugin</strong><br />Este plugin permite visualizar versículos de la Biblia en la pantalla desde distintas fuentes durante el servicio. + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + Biblias + + + + Verse Display + Visualización de versículos + + + + Only show new chapter numbers + Solo mostrar los números de capítulos nuevos + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + Asistente de Importación de Biblias + + + + Welcome to the Bible Import Wizard + Bienvenido al Asistente de Importación de Biblias + + + + 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. + Este asistente le ayudará a importar Biblias en una variedad de formatos. Haga clic en el botón siguiente para empezar el proceso seleccionando un formato a importar. + + + + Select Import Source + Seleccione Origen de Importación + + + + Select the import format, and where to import from. + Seleccione el formato y el lugar del cual importar. + + + + Format: + Formato: + + + + OSIS + OSIS + + + + CSV + CSV + + + + OpenSong + OpenSong + + + + Web Download + Descarga Web + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Location: + Ubicación: + + + + Crosswalk + Crosswalk + + + + BibleGateway + BibleGateway + + + + Bible: + Biblia: + + + + Download Options + Opciones de Descarga + + + + Server: + Servidor: + + + + Username: + Usuario: + + + + Password: + Contraseña: + + + + Proxy Server (Optional) + Servidor Proxy (Opcional) + + + + License Details + Detalles de Licencia + + + + Set up the Bible's license details. + Establezca los detalles de licencia de la Biblia. + + + + Version name: + + + + + Copyright: + Derechos de autor: + + + + Permission: + Permisos: + + + + Importing + Importando + + + + Please wait while your Bible is imported. + Por favor, espere mientras que la Biblia es importada. + + + + Ready. + Listo. + + + + Invalid Bible Location + Ubicación de Biblia no válida + + + + You need to specify a file to import your Bible from. + + + + + Invalid Books File + Archivo de Libros No Válido + + + + You need to specify a file with books of the Bible to use in the import. + + + + + Invalid Verse File + Archivo de Versículo No Válido + + + + You need to specify a file of Bible verses to import. + + + + + Invalid OpenSong Bible + Biblia OpenSong No Válida + + + + You need to specify an OpenSong Bible file to import. + + + + + Empty Version Name + Nombre de Versión Vacío + + + + You need to specify a version name for your Bible. + + + + + Empty Copyright + Derechos de autor en blanco + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + ¡Tiene que establecer los derechos de autor de la Biblia! Biblias de Dominio Público deben ser marcados como tales. + + + + Bible Exists + Ya existe la Biblia + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + ¡La Biblia ya existe! Por favor, importe una diferente o borre la anterior. + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open Verses CSV File + + + + + Open OpenSong Bible + Abrir Biblia OpenSong + + + + Starting import... + Iniciando importación... + + + + Finished import. + Importación finalizada. + + + + Your Bible import failed. + La importación de su Biblia falló. + + + + BiblesPlugin.MediaItem + + + Bible + Biblia + + + + Quick + Rápida + + + + Advanced + Avanzado + + + + Version: + Versión: + + + + Dual: + Paralela: + + + + Search type: + + + + + Find: + Encontrar: + + + + Search + Buscar + + + + Results: + Resultados: + + + + Book: + Libro: + + + + Chapter: + Capítulo: + + + + Verse: + Versículo: + + + + From: + Desde: + + + + To: + Hasta: + + + + Verse Search + Búsqueda de versículo + + + + Text Search + Búsqueda de texto + + + + Clear + Limpiar + + + + Keep + Conservar + + + + No Book Found + No se encontró el libro + + + + No matching book could be found in this Bible. + No se encuentra un libro que concuerde, en esta Biblia. + + + + etc + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + Importando + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + + + + + CustomPlugin.CustomTab + + + Custom + + + + + Custom Display + Presentación Personalizada + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + Editar Diapositivas Personalizadas + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add New + Agregar Nueva + + + + Add a new slide at bottom. + + + + + Edit + Editar + + + + Edit the selected slide. + + + + + Edit All + Editar Todo + + + + Edit all the slides at once. + + + + + Save + Guardar + + + + Save the slide currently being edited. + + + + + Delete + Eliminar + + + + Delete the selected slide. + + + + + Clear + Limpiar + + + + Clear edit area + Limpiar el área de edición + + + + Split Slide + + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + Guardar && Vista Previa + + + + Error + Error + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + Imágenes + + + + Image Settings + Preferencias de Imagen + + + + sec + seg + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + Imagen + + + + Select Image(s) + Seleccionar Imagen(es) + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + Imagen(es) + + + + You must select an item to process. + + + + + MediaManagerItem + + + You must select one or more items + Usted debe seleccionar uno o más elementos + + + + &Add to Service + &Agregar al Servicio + + + + Send the selected item live + Enviar en vivo el ítem seleccionado + + + + Add the selected item(s) to the service + Agregar el elemento(s) seleccionado al servicio + + + + Delete the selected item + Borrar el ítem seleccionado + + + + &Show Live + Mo&star En Vivo + + + + Preview the selected item + Vista Previa del ítem seleccionado + + + + No Items Selected + + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Add to selected Service Item + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <b>Media Plugin</b><br>Este plugin permite la reproducción de medios de audio y video + + + + MediaPlugin.MediaItem + + + Media + Medios + + + + Select Media + Seleccionar Medios + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + About OpenLP Acerca de OpenLP - + OpenLP <version><revision> - 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. @@ -19,12 +1108,12 @@ OpenLP is written and maintained by volunteers. If you would like to see more fr - + About Acerca De - + Project Lead Raoul "superfly" Snyman @@ -57,12 +1146,12 @@ Packagers - + Credits Créditos - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -197,17 +1286,17 @@ This General Public License does not permit incorporating your program into prop - + License Licencia - + Contribute Contribuir - + Close Cerrar @@ -218,1348 +1307,471 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - &Alerta - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Alerts Plugin</b><br>Este plugin controla la visualización de alertas en la pantalla de presentaciones - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - Mensaje de Alerta - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - &Nuevo - - - - &Save - &Guardar - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - Alertas - - - - Font - Tipo de Letra - - - - Font Name: - Fuente: - - - - Font Color: - - - - - Background Color: - Color de Fondo: - - - - Font Size: - Tamaño: - - - - pt - pt - - - - Alert timeout: - Espera: - - - - s - s - - - - Location: - Ubicación: - - - - Preview - Vista Previa - - - - openlp.org - openlp.org - - - - Top - - - - - Middle - Medio - - - - Bottom - - - - - AmendThemeForm - - - Theme Maintenance - Mantenimiento de Temas - - - - &Visibility: - - - - - Opaque - Opaco - - - - Transparent - Transparente - - - - Type: - Tipo: - - - - Solid Color - Color Sólido - - - - Gradient - Gradiente - - - - Image - Imagen - - - - Image: - Imagen: - - - - Gradient: - - - - - Horizontal - Horizontal - - - - Vertical - Vertical - - - - Circular - Circular - - - - &Background - - - - - Main Font - Tipo de Letra Principal - - - - Font: - Fuente: - - - - Color: - - - - - Size: - Tamaño: - - - - pt - pt - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Normal - Normal - - - - Bold - Negrita - - - - Italics - Cursiva - - - - Bold/Italics - Negrita/Cursiva - - - - Style: - - - - - Display Location - Ubicación en la pantalla - - - - X position: - - - - - Y position: - - - - - Width: - Ancho: - - - - Height: - Altura: - - - - px - px - - - - &Main Font - - - - - Footer Font - Fuente de Pie de Página - - - - &Footer Font - - - - - Outline - Contorno - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow - Sombra - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Alignment - Alineación - - - - Horizontal align: - - - - - Left - Izquierda - - - - Right - Derecha - - - - Center - Centro - - - - Vertical align: - - - - - Top - - - - - Middle - Medio - - - - Bottom - - - - - Slide Transition - Transición de Diapositiva - - - - &Other Options - - - - - Preview - Vista Previa - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bible Plugin</strong><br />Este plugin permite visualizar versículos de la Biblia en la pantalla desde distintas fuentes durante el servicio. - - - - &Bible - &Biblia - - - - BiblesPlugin.BiblesTab - - - Verse Display - Visualización de versículos - - - - Only show new chapter numbers - Solo mostrar los números de capítulos nuevos - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - Biblias - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - Asistente de Importación de Biblias - - - - Welcome to the Bible Import Wizard - Bienvenido al Asistente de Importación de Biblias - - - - 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. - Este asistente le ayudará a importar Biblias en una variedad de formatos. Haga clic en el botón siguiente para empezar el proceso seleccionando un formato a importar. - - - - Select Import Source - Seleccione Origen de Importación - - - - Select the import format, and where to import from. - Seleccione el formato y el lugar del cual importar. - - - - Format: - Formato: - - - - OSIS - OSIS - - - - CSV - CSV - - - - OpenSong - OpenSong - - - - Web Download - Descarga Web - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - Ubicación: - - - - Crosswalk - Crosswalk - - - - BibleGateway - BibleGateway - - - - Bible: - Biblia: - - - - Download Options - Opciones de Descarga - - - - Server: - Servidor: - - - - Username: - Usuario: - - - - Password: - Contraseña: - - - - Proxy Server (Optional) - Servidor Proxy (Opcional) - - - - License Details - Detalles de Licencia - - - - Set up the Bible's license details. - Establezca los detalles de licencia de la Biblia. - - - - Version name: - - - - - Copyright: - Derechos de autor: - - - - Permission: - Permiso: - - - - Importing - Importando - - - - Please wait while your Bible is imported. - Por favor, espere mientras que la Biblia es importada. - - - - Ready. - Listo. - - - - Invalid Bible Location - Ubicación de Biblia no válida - - - - You need to specify a file to import your Bible from. - - - - - Invalid Books File - Archivo de Libros No Válido - - - - You need to specify a file with books of the Bible to use in the import. - - - - - Invalid Verse File - Archivo de Versículo No Válido - - - - You need to specify a file of Bible verses to import. - - - - - Invalid OpenSong Bible - Biblia OpenSong No Válida - - - - You need to specify an OpenSong Bible file to import. - - - - - Empty Version Name - Nombre de Versión Vacío - - - - You need to specify a version name for your Bible. - - - - - Empty Copyright - Derechos de autor en blanco - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - ¡Tiene que establecer los derechos de autor de la Biblia! Biblias de Dominio Público deben ser marcados como tales. - - - - Bible Exists - Ya existe la Biblia - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - ¡La Biblia ya existe! Por favor, importe una diferente o borre la anterior. - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open Verses CSV File - - - - - Open OpenSong Bible - Abrir Biblia OpenSong - - - - Starting import... - Iniciando importación... - - - - Finished import. - Importación finalizada. - - - - Your Bible import failed. - La importación de su Biblia falló. - - - - BiblesPlugin.MediaItem - - - Bible - Biblia - - - - Quick - Rápida - - - + Advanced Avanzado - - Version: - Versión: - - - - Dual: - Paralela: - - - - Search type: + + UI Settings - - Find: - Encontrar: - - - - Search - Buscar - - - - Results: - Resultados: - - - - Book: - Libro: - - - - Chapter: - Capítulo: - - - - Verse: - Versículo: - - - - From: - Desde: - - - - To: - Hasta: - - - - Verse Search - Búsqueda de versículo - - - - Text Search - Búsqueda de texto - - - - Clear - Limpiar - - - - Keep - Conservar - - - - No Book Found - No se encontró el libro - - - - No matching book could be found in this Bible. - No se encuentra un libro que concuerde, en esta Biblia. - - - - etc + + Number of recent files to display: - - Bible not fully loaded. + + Save currently selected media manager plugin + + + + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - Importando + + Theme Maintenance + Mantenimiento de Temas - - - CustomPlugin - - <b>Custom Plugin</b><br>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.<br> - - - - - CustomPlugin.CustomTab - - - Custom + + Theme &name: - - Custom Display - Presentación Personalizada - - - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides - Editar Diapositivas Personalizadas - - - - Move slide up once position. + + &Visibility: - - Move slide down one position. - + + Opaque + Opaco - - &Title: - + + Transparent + Transparente - - Add New - Agregar Nueva + + Type: + Tipo: - - Add a new slide at bottom. - + + Solid Color + Color Sólido - - Edit - Editar + + Gradient + Gradiente - - Edit the selected slide. - - - - - Edit All - Editar Todo - - - - Edit all the slides at once. - - - - - Save - Guardar - - - - Save the slide currently being edited. - - - - - Delete - Eliminar - - - - Delete the selected slide. - - - - - Clear - Limpiar - - - - Clear edit area - Limpiar el área de edición - - - - Split Slide - - - - - Split a slide into two by inserting a slide splitter. - - - - - The&me: - - - - - &Credits: - - - - - Save && Preview - Guardar && Vista Previa - - - - Error - Error - - - - You need to type in a title. - - - - - You need to add at least one slide - - - - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom - - - - - You haven't selected an item to edit. - - - - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays - - - - - Default Settings - - - - - X: - - - - - Y: - - - - - Height: - Altura: - - - - Width: - Ancho: - - - - Custom Settings - - - - - Width - - - - - Override display settings - - - - - GeneralTab - - - CCLI Details - Detalles de CCLI - - - - SongSelect Password: - Contraseña SongSelect: - - - - primary - primario - - - - Application Startup - Inicio de la Aplicación - - - - Select monitor for output display: - Seleccionar monitor para visualizar la salida: - - - - Application Settings - Configuración del Programa - - - - SongSelect Username: - Usuario SongSelect: - - - - CCLI Number: - Número CCLI: - - - - Automatically open the last service - Abrir automáticamente el último servicio - - - - Preview Next Song from Service Manager - Vista Previa de la Siguiente Canción del Servicio - - - - Show blank screen warning - Mostrar advertencia de pantalla en blanco - - - - Prompt to save Service before starting New - Pedir salvar el Servicio al crear uno Nuevo - - - - General - General - - - - Show the splash screen - Mostrar pantalla de bienvenida - - - - Screen - Pantalla - - - - Monitors - Monitores - - - - Display if a single screen - - - - - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - Imágenes - - - - Image Settings - Preferencias de Imagen - - - - Slide Loop Delay: - Retraso del Bucle: - - - - sec - seg - - - - ImagePlugin.MediaItem - - + Image Imagen - - Select Image(s) - Seleccionar Imagen(es) + + Image: + Imagen: - + + Gradient: + + + + + Horizontal + Horizontal + + + + Vertical + Vertical + + + + Circular + Circular + + + + &Background + + + + + Main Font + Tipo de Letra Principal + + + + Font: + Fuente: + + + + Color: + + + + + Size: + Tamaño: + + + + pt + pt + + + + Wrap indentation: + + + + + Adjust line spacing: + + + + + Normal + Normal + + + + Bold + Negrita + + + + Italics + Cursiva + + + + Bold/Italics + Negrita/Cursiva + + + + Style: + + + + + Display Location + Ubicación en la pantalla + + + + Use default location + + + + + X position: + + + + + Y position: + + + + + Width: + Ancho: + + + + Height: + Altura: + + + + px + px + + + + &Main Font + + + + + Footer Font + Fuente de Pie de Página + + + + &Footer Font + + + + + Outline + Contorno + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + Sombra + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + Alineación + + + + Horizontal align: + + + + + Left + Izquierda + + + + Right + Derecha + + + + Center + Centro + + + + Vertical align: + + + + + Top + + + + + Middle + Medio + + + + Bottom + + + + + Slide Transition + Transición de Diapositiva + + + + Transition active + + + + + &Other Options + + + + + Preview + Vista Previa + + + All Files - - Replace Live Background + + Select Image - - You must select an item to delete. + + First color: - - Image(s) - Imagen(es) + + Second color: + - - You must select an item to process. + + Slide height is %s rows. - LanguageManager + OpenLP.GeneralTab + + + Select monitor for output display: + Seleccionar monitor para visualizar la salida: + + + + Display if a single screen + + + + + Application Startup + Inicio de la Aplicación + + + + Show blank screen warning + Mostrar advertencia de pantalla en blanco + + + + Automatically open the last service + Abrir automáticamente el último servicio + + + + Show the splash screen + Mostrar pantalla de bienvenida + + + + Application Settings + Configuración del Programa + + + + Prompt to save Service before starting New + Pedir salvar el Servicio al crear uno Nuevo + + + + Preview Next Song from Service Manager + Vista Previa de la Siguiente Canción en el Servicio + + + + SongSelect Username: + Usuario SongSelect: + + + + SongSelect Password: + Contraseña SongSelect: + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + + + + General + General + + + + Monitors + Monitores + + + + Screen + Pantalla + + + + primary + primario + + + + CCLI Details + Detalles de CCLI + + + + CCLI Number: + Número CCLI: + + + + OpenLP.LanguageManager Language @@ -1567,42 +1779,22 @@ Changes do not affect verses already in the service. - After restart new Language settings will be used. + Please restart OpenLP to use your new language setting. - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - La Pantalla Principal esta en negro - - - - OpenLP Version Updated - Versión de OpenLP Actualizada - - - - Save Changes to Service? - ¿Guardar los Cambios al Servicio? - - - - OpenLP Main Display Blanked - Pantalla Principal de OpenLP en Blanco + + English + Ingles OpenLP 2.0 OpenLP 2.0 - - - English - Ingles - &File @@ -1639,7 +1831,7 @@ Changes do not affect verses already in the service. &Preferencias - + &Language &Idioma @@ -1674,515 +1866,338 @@ Changes do not affect verses already in the service. Servicio Nuevo - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Abrir - + Open Service Abrir Servicio - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Guardar - + Save Service Guardar Servicio - + Save the current service to disk. - + Ctrl+S Crtl+G - + Save &As... Guardar &Como... - + Save Service As Guardar Servicio Como - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Salir - + Quit OpenLP Salir de OpenLP - + Alt+F4 Alt+F4 - + &Theme &Tema - + &Configure OpenLP... - + &Media Manager Gestor de &Medios - + Toggle Media Manager Alternar Gestor de Medios - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager Gestor de &Temas - + Toggle Theme Manager Alternar Gestor de Temas - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager Gestor de &Servicio - + Toggle Service Manager Alternar Gestor de Servicio - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Panel de Vista Previa - + Toggle Preview Panel Alternar Panel de Vista Previa - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List Lista de &Plugins - + List the Plugins Lista de Plugins - + Alt+F7 Alt+F7 - + &User Guide Guía de &Usuario - + &About &Acerca De - + More information about OpenLP Más información acerca de OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help &Ayuda En Línea - + &Web Site Sitio &Web - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live En &vivo - + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + Versión de OpenLP Actualizada + + + + OpenLP Main Display Blanked + Pantalla Principal de OpenLP en Blanco + + + + The Main Display has been blanked out + La Pantalla Principal esta en negro + + + + Save Changes to Service? + + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - You must select one or more items - Usted debe seleccionar uno o más elementos - - - - &Add to Service - &Agregar al Servicio - - - - Send the selected item live - Enviar en vivo el ítem seleccionado - - - - Add the selected item(s) to the service - Agregar el elemento(s) seleccionado(s) al el servicio - - - - Delete the selected item - Borrar el ítem seleccionado - - - - &Show Live - Mo&star En Vivo - - - - Preview the selected item - Vista Previa del ítem seleccionado - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Media Plugin</b><br>Este plugin permite la reproducción de medios de audio y video - - - - MediaPlugin.MediaItem - - - Media - Medios - - - - Select Media - Seleccionar Medios - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2244,7 +2259,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. @@ -2252,37 +2267,47 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation Presentación - + Select Presentation(s) Seleccionar Presentación(es) - + Automatic - + Present using: Mostrar usando: - + File exists Ya existe el Archivo - + A presentation with that filename already exists. Ya existe una presentación con ese nombre. - + + Unsupported file + + + + + This type of presentation is not supported + + + + You must select an item to delete. @@ -2290,17 +2315,17 @@ You can download the latest version from http://openlp.org PresentationPlugin.PresentationTab - + Presentations Presentaciones - + Available Controllers Controladores Disponibles - + available disponible @@ -2352,178 +2377,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Service Guardar Servicio - + Save Changes to Service? ¿Guardar cambios al Servicio? - + Open Service Abrir Servicio - + Move to top Mover al principio - + Create a new service Crear un servicio nuevo - + Save this service Guardar este servicio - + Theme: Tema: - + Delete From Service Eliminar Del Servicio - + &Change Item Theme &Cambiar Tema de Ítem - + &Preview Verse &Previzualizar Verso - + &Live Verse Verso En &Vivo - + New Service Servicio Nuevo - + &Notes &Notas - + Select a theme for the service Seleccione un tema para el servicio - + Move up order Mover hacia arriba - + Move down order Mover hacia abajo - + Load an existing service Abrir un servicio existente - + Move to end Mover al final - + &Edit Item &Editar Ítem - + Move to &top - + Move &up - + Move &down - + Move to &bottom - + &Delete From Service - + &Add New Item - + &Add to Selected Item - + &Maintain Item - + Your service is unsaved, do you want to save those changes before creating a new one? - + OpenLP Service Files (*.osz) - + Your current service is unsaved, do you want to save the changes before opening a new one? - + Error Error - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it @@ -2539,9 +2564,9 @@ The content encoding is not UTF-8. SettingsForm - - Settings - Preferencias + + Configure OpenLP + @@ -2552,22 +2577,22 @@ The content encoding is not UTF-8. Regresar al anterior - + Edit and re-preview Song Editar y re-visualizar Canción - + Delay between slides in seconds Espera entre diapositivas en segundos - + Go to Verse Ir al Verso - + Start continuous loop Iniciar bucle continuo @@ -2577,12 +2602,12 @@ The content encoding is not UTF-8. En vivo - + Start playing media Iniciar la reproducción de medios - + Move to live Proyectar en vivo @@ -2607,12 +2632,12 @@ The content encoding is not UTF-8. Vista Previa - + Stop continuous loop Detener el bucle - + s s @@ -2632,7 +2657,7 @@ The content encoding is not UTF-8. Start/Stop live song usage recording - Grabar los tiempos de la canción en vivo + Sincronizar la canción en vivo @@ -2668,58 +2693,78 @@ The content encoding is not UTF-8. SongsPlugin - + &Song &Canción - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + + Open OpenSong file + + + + + Error importing OpenSong file + + + + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2735,22 +2780,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction - + Select Date Range - + to hasta - + Report Location Ubicación de Reporte @@ -2794,139 +2839,139 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? - No se ha puesto un nombre para el autor, ¿le gustaría que el nombre y los apellidos se combinen por usted? + You have not set a display name for the author, would you like me to combine the first and last names for you? + SongsPlugin.EditSongForm - + Song Editor Editor de Canción - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit &Editar - + Ed&it All - + &Delete - + Title && Lyrics Título && Letra - + Authors Autores - + &Add to Song &Agregar a Canción - + &Remove &Quitar - - &Manage Authors, Topics, Books - Ad&ministrar Autores, Categorías, Libros + + &Manage Authors, Topics, Song Books + - + Topic Categoría - + A&dd to Song A&gregar a Canción - + R&emove &Quitar - + Song Book Himnario - - Authors, Topics && Book - Autores, Categorías && Libros + + Authors, Topics && Song Book + - + Theme Tema - + New &Theme - + Copyright Information Información de Derechos de Autor - + © - + CCLI Number: Número CCLI: - + Comments Comentarios - + Theme, Copyright Info && Comments Tema, Derechos de Autor && Comentarios @@ -3024,17 +3069,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.EditVerseForm - + Edit Verse Editar Verso - + &Verse type: - + &Insert @@ -3082,97 +3127,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Starting import... Iniciando importación... - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source Seleccione Origen de Importación - + Select the import format, and where to import from. Seleccione el formato y el lugar del cual importar. - + Format: Formato: - + OpenLyrics - + OpenSong OpenSong - + CCLI - + CSV CSV - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing Importando - + Please wait while your songs are imported. - + Ready. Listo. - + %p% @@ -3180,87 +3225,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song Canción - + Song Maintenance - + Maintain the lists of authors, topics and books Administrar la lista de autores, categorías y libros - + Search: Buscar: - + Type: Tipo: - + Clear Limpiar - + Search Buscar - + Titles Títulos - + Lyrics Letra - + Authors Autores - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? - + Delete Confirmation - + CCLI Licence: Licencia CCLI: @@ -3269,8 +3314,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - Edit Book - Editar Himnario + Song Book Maintenance + @@ -3325,8 +3370,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Books/Hymnals - Libros/Himnarios + Song Books + @@ -3344,95 +3389,115 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Error - - Couldn't add your author. + + Could not add your author. - - Couldn't add your topic. + + This author already exists. - - Couldn't add your book. + + Could not add your topic. - - Couldn't save your author. + + This topic already exists. - - Couldn't save your topic. + + Could not add your book. - - Couldn't save your book. + + This book already exists. - + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + Delete Author Borrar Autor - + Are you sure you want to delete the selected author? ¿Está seguro que desea eliminar el autor seleccionado? - - This author can't be deleted, they are currently assigned to at least one song. + + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! ¡Ningún autor seleccionado! - + Delete Topic Borrar Categoría - + Are you sure you want to delete the selected topic? ¿Está seguro que desea eliminar la categoría seleccionada? - - This topic can't be deleted, it is currently assigned to at least one song. + + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! ¡No seleccionó la categoría! - + Delete Book Eliminar Libro - + Are you sure you want to delete the selected book? ¿Está seguro de que quiere eliminar el libro seleccionado? - - This book can't be deleted, it is currently assigned to at least one song. + + This book cannot be deleted, it is currently assigned to at least one song. + + + No book selected! + ¡Ningún libro seleccionado! + SongsPlugin.SongUsageDeleteForm @@ -3517,169 +3582,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme Importar Tema - + Delete Theme Eliminar Tema - + Error Error - + Edit Theme Editar Tema - + Export Theme Exportar Tema - + Theme Exists Ya existe el Tema - + Save Theme - (%s) Guardar Tema - (%s) - + Select Theme Import File Seleccione el Archivo de Tema a Importar - + New Theme Tema Nuevo - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - - You are unable to delete the default theme. + + Delete Confirmation - - Theme %s is use in %s plugin. + + Delete theme? + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + Theme %s is use by the service manager. - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - - A theme with this name already exists. Would you like to overwrite it? + + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_et.ts b/resources/i18n/openlp_et.ts index 4836a79f2..5a41bc289 100644 --- a/resources/i18n/openlp_et.ts +++ b/resources/i18n/openlp_et.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - - About OpenLP - OpenLP-st lähemalt + + &Alert + - + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + + + + + Show an alert message. + + + + + AlertsPlugin.AlertForm + + + Alert Message + + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + &Uus + + + + &Save + &Salvesta + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + + + + + Font + + + + + pt + pt + + + + Alert timeout: + + + + + s + s + + + + Location: + + + + + Preview + Eelvaade + + + + Top + Üleval + + + + Bottom + All + + + + Middle + Keskel + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + OpenLP 2.0 + + + + BiblesPlugin + + + &Bible + + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Verse Display + + + + + Only show new chapter numbers + + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + Bibles + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + + + + + Format: + + + + + OSIS + + + + + CSV + + + + + OpenSong + + + + + Web Download + + + + + Location: + + + + + Crosswalk + + + + + BibleGateway + + + + + Bible: + + + + + Download Options + + + + + Server: + + + + + Username: + + + + + Password: + + + + + License Details + + + + + Copyright: + + + + + Permission: + + + + + Importing + + + + + Ready. + + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open OpenSong Bible + + + + + Starting import... + + + + + Welcome to the Bible Import Wizard + + + + + 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. + + + + + Select Import Source + + + + + Select the import format, and where to import from. + + + + + Proxy Server (Optional) + + + + + Set up the Bible's license details. + + + + + Please wait while your Bible is imported. + + + + + Invalid Bible Location + + + + + You need to specify a file to import your Bible from. + + + + + Invalid Books File + + + + + You need to specify a file with books of the Bible to use in the import. + + + + + Invalid Verse File + + + + + You need to specify a file of Bible verses to import. + + + + + Invalid OpenSong Bible + + + + + You need to specify an OpenSong Bible file to import. + + + + + Empty Version Name + + + + + You need to specify a version name for your Bible. + + + + + Empty Copyright + + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + + + + + Bible Exists + + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + + + + + Open Verses CSV File + + + + + Finished import. + + + + + Your Bible import failed. + + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Version name: + + + + + BiblesPlugin.MediaItem + + + Bible + + + + + Quick + + + + + Advanced + + + + + Version: + Versioon: + + + + Dual: + + + + + Find: + + + + + Search + + + + + Results: + + + + + Book: + + + + + Chapter: + + + + + Verse: + + + + + From: + + + + + To: + + + + + Verse Search + + + + + Text Search + + + + + Clear + + + + + Keep + + + + + No Book Found + + + + + etc + + + + + No matching book could be found in this Bible. + + + + + Search type: + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + + + + + CustomPlugin.CustomTab + + + Custom + + + + + Custom Display + + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + Kohandatud slaidide muutmine + + + + Add New + Uue lisamine + + + + Edit + Muuda + + + + Edit All + Kõigi muutmine + + + + Save + Salvesta + + + + Delete + Kustuta + + + + Clear + Puhasta + + + + Clear edit area + Muutmise ala puhastamine + + + + Split Slide + Tükelda slaid + + + + Save && Preview + Salvesta && eelvaatle + + + + Error + Viga + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add a new slide at bottom. + + + + + Edit the selected slide. + + + + + Edit all the slides at once. + + + + + Save the slide currently being edited. + + + + + Delete the selected slide. + + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + Pildid + + + + Image Settings + Pildi sätted + + + + sec + s + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + Pilt + + + + Select Image(s) + Pildi (piltide) valimine + + + + All Files + + + + + Replace Live Background + Ekraani tausta asendamine + + + + You must select an item to delete. + + + + + Image(s) + Pilt(pildid) + + + + You must select an item to process. + + + + + MediaManagerItem + + + Invalid Service Item + Vigane teenistuse element + + + + No Items Selected + Ühtegi elementi pole valitud + + + + You must select one or more items + Pead valima vähemalt ühe elemendi + + + + &Add to selected Service Item + &Lisa valitud teenistuse elemendile + + + + No items selected + Ühtegi elementi pole valitud + + + + &Add to Service + &Lisa teenistusele + + + + Send the selected item live + Valitud kirje saatmine ekraanile + + + + Add the selected item(s) to the service + Valitud kirje(te) lisamine teenistusse + + + + Delete the selected item + Valitud elemendi kustutamine + + + + No Service Item Selected + Ühtegi teenistuse elementi pole valitud + + + + &Show Live + &Kuva ekraanil + + + + Preview the selected item + Valitud kirje eelvaatlus + + + + You must select one or more items. + Pead valima vähemalt ühe elemendi. + + + + You must select an existing service item to add to. + Pead valima olemasoleva teenistuse, millele lisada. + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <b>Meedia plugin</b><br>See plugin võimaldab audio ja video esitamise + + + + MediaPlugin.MediaItem + + + Media + Meedia + + + + Select Media + Meedia valimine + + + + You must select an item to delete. + + + + + Replace Live Background + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + + About OpenLP + OpenLP-st lähemalt + + + OpenLP <version><revision> - 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. @@ -16,7 +1105,7 @@ OpenLP is free church presentation software, or lyrics projection software, used 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. - OpenLP <version><revision> - avatud lähtekoodiga laulusõnade kuvaja + OpenLP <version><revision> - avatud lähtekoodiga laulusõnade kuvaja OpenLP on vaba esitlustarkvara kirikusse võib öelda ka laulusõnade projitseerimise tarkvara, mida kasutatakse lauluslaidide, piiblisalmide, videote, piltide ja isegi esitluste (kui OpenOffice.org, PowerPoint või PowerPoint Viewer on paigaldatud) kirikus installed) kuvamiseks dataprojektori kaudu kirikus. @@ -25,12 +1114,12 @@ OpenLP kohta võid lähemalt uurida aadressil: http://openlp.org/ OpenLP on kirjutatud vabatahtlike poolt. Kui sulle meeldiks näha rohkem kristlikku tarkvara, siis võid kaaluda annetamist, selleks klõpsa alumisele nupule. - + About - Programmist + Programmist - + Project Lead Raoul "superfly" Snyman @@ -60,7 +1149,7 @@ Packagers Matthias "matthub" Hub (Mac OS X) Raoul "superfly" Snyman (Windows) - Projekti juht + Projekti juht Raoul "superfly" Snyman Arendajad @@ -90,12 +1179,12 @@ Pakendajad Raoul "superfly" Snyman (Windows) - + Credits - Autorid + Autorid - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -230,19 +1319,19 @@ This General Public License does not permit incorporating your program into prop - + License - Litsents + Litsents - + Contribute - Aita kaasa + Aita kaasa - + Close - Sulge + Sulge @@ -251,1968 +1340,894 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - &Uus - - - - &Save - &Salvesta - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - - - - - Font - - - - - Font Name: - - - - - Font Color: - - - - - Background Color: - - - - - Font Size: - - - - - pt - pt - - - - Alert timeout: - - - - - s - s - - - - Location: - - - - - Preview - Eelvaade - - - - openlp.org - - - - - Top - Üleval - - - - Bottom - All - - - - Middle - Keskel - - - - AmendThemeForm - - - Theme Maintenance - Kujunduste haldus - - - - Opaque - Läbipaistmatu - - - - Transparent - Läbipaistev - - - - Solid Color - Ühtlane värv - - - - Gradient - Üleminek - - - - Image - Pilt - - - - Image: - Pilt: - - - - Horizontal - Horisontaalne - - - - Vertical - Vertikaalne - - - - Circular - Ümmargune - - - - Main Font - Peamine kirjastiil - - - - Font: - Kirjastiil: - - - - Size: - Suurus: - - - - pt - pt - - - - Normal - Tavaline - - - - Bold - Rasvane - - - - Italics - Kursiiv - - - - Bold/Italics - Rasvane/kaldkiri - - - - Display Location - Kuva asukoht - - - - Width: - Laius: - - - - Height: - Kõrgus: - - - - px - px - - - - Footer Font - Jaluse kirjatüüp - - - - Outline - Välisjoon - - - - Shadow - Vari - - - - Alignment - Joondus - - - - Left - Vasakul - - - - Right - Paremal - - - - Center - Keskel - - - - Top - Üleval - - - - Middle - Keskel - - - - Bottom - All - - - - Slide Transition - Slaidide üleminek - - - - Preview - Eelvaade - - - - Type: - Liik: - - - - Gradient: - - - - - &Background - - - - - Color: - - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Style: - - - - - X position: - - - - - Y position: - - - - - &Main Font - - - - - &Footer Font - - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Horizontal align: - - - - - Vertical align: - - - - - &Other Options - - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - &Visibility: - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - &Bible - - - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - - - - - BiblesPlugin.BiblesTab - - - Verse Display - - - - - Only show new chapter numbers - - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - - - - - Format: - - - - - OSIS - - - - - CSV - - - - - OpenSong - - - - - Web Download - - - - - Location: - - - - - Crosswalk - - - - - BibleGateway - - - - - Bible: - - - - - Download Options - - - - - Server: - - - - - Username: - - - - - Password: - - - - - License Details - - - - - Copyright: - - - - - Permission: - - - - - Importing - - - - - Ready. - - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open OpenSong Bible - - - - - Starting import... - - - - - Welcome to the Bible Import Wizard - - - - - 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. - - - - - Select Import Source - - - - - Select the import format, and where to import from. - - - - - Proxy Server (Optional) - - - - - Set up the Bible's license details. - - - - - Please wait while your Bible is imported. - - - - - Invalid Bible Location - - - - - You need to specify a file to import your Bible from. - - - - - Invalid Books File - - - - - You need to specify a file with books of the Bible to use in the import. - - - - - Invalid Verse File - - - - - You need to specify a file of Bible verses to import. - - - - - Invalid OpenSong Bible - - - - - You need to specify an OpenSong Bible file to import. - - - - - Empty Version Name - - - - - You need to specify a version name for your Bible. - - - - - Empty Copyright - - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - - - - - Bible Exists - - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - - - - - Open Verses CSV File - - - - - Finished import. - - - - - Your Bible import failed. - - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Version name: - - - - - BiblesPlugin.MediaItem - - - Bible - - - - - Quick - - - - + Advanced - - Version: - Versioon: - - - - Dual: + + UI Settings - - Find: + + Number of recent files to display: - - Search + + Save currently selected media manager plugin - - Results: - - - - - Book: - - - - - Chapter: - - - - - Verse: - - - - - From: - - - - - To: - - - - - Verse Search - - - - - Text Search - - - - - Clear - - - - - Keep - - - - - No Book Found - - - - - etc - - - - - No matching book could be found in this Bible. - - - - - Search type: - - - - - Bible not fully loaded. + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - + + Theme Maintenance + Kujunduste haldus - - - CustomPlugin - - <b>Custom Plugin</b><br>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.<br> - - - - - CustomPlugin.CustomTab - - - Custom + + Theme &name: - - Custom Display + + &Visibility: - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides - Kohandatud slaidide muutmine + + Opaque + Läbipaistmatu - - Add New - Uue lisamine + + Transparent + Läbipaistev - - Edit - Muuda + + Type: + Liik: - - Edit All - Kõigi muutmine + + Solid Color + Ühtlane värv - - Save - Salvesta + + Gradient + Üleminek - - Delete - Kustuta - - - - Clear - Puhasta - - - - Clear edit area - Muutmise ala puhastamine - - - - Split Slide - Tükelda slaid - - - - Save && Preview - Salvesta && eelvaatle - - - - Error - Viga - - - - Move slide up once position. - - - - - Move slide down one position. - - - - - &Title: - - - - - Add a new slide at bottom. - - - - - Edit the selected slide. - - - - - Edit all the slides at once. - - - - - Save the slide currently being edited. - - - - - Delete the selected slide. - - - - - Split a slide into two by inserting a slide splitter. - - - - - The&me: - - - - - &Credits: - - - - - You need to type in a title. - - - - - You need to add at least one slide - - - - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom - - - - - You haven't selected an item to edit. - - - - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays - Kuva - - - - Default Settings - - - - - Width - - - - - X: - - - - - Y: - - - - - Height: - Kõrgus: - - - - Width: - Laius: - - - - Custom Settings - - - - - Override display settings - - - - - GeneralTab - - - CCLI Details - CCLI andmed - - - - SongSelect Password: - SongSelecti parool: - - - - primary - peamine - - - - Application Startup - Rakenduse käivitumine - - - - Select monitor for output display: - Vali väljundkuva monitor: - - - - Application Settings - Rakenduse sätted - - - - SongSelect Username: - SongSelecti kasutajanimi: - - - - CCLI Number: - CCLI number: - - - - Automatically open the last service - Automaatselt avatakse viimane teenistus - - - - Preview Next Song from Service Manager - Teenistuse haldurist kuvatakse järgmise laulu eelvaade - - - - Show blank screen warning - Kuvatakse tühja ekraani hoiatust - - - - Prompt to save Service before starting New - Uue teenistuse loomise pakutakse vana salvestamist - - - - General - Üldine - - - - Show the splash screen - Käivitumisel kuvatakse logo - - - - Screen - Ekraan - - - - Monitors - Monitorid - - - - Display if a single screen - Kuvatakse, kui on ainult üks ekraan - - - - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - Pildid - - - - Image Settings - Pildi sätted - - - - Slide Loop Delay: - Slaidide vahetuse viivitus: - - - - sec - s - - - - ImagePlugin.MediaItem - - + Image Pilt - - Select Image(s) - Pildi (piltide) valimine + + Image: + Pilt: - + + Gradient: + + + + + Horizontal + Horisontaalne + + + + Vertical + Vertikaalne + + + + Circular + Ümmargune + + + + &Background + + + + + Main Font + Peamine kirjastiil + + + + Font: + Kirjastiil: + + + + Color: + + + + + Size: + Suurus: + + + + pt + pt + + + + Wrap indentation: + + + + + Adjust line spacing: + + + + + Normal + Tavaline + + + + Bold + Rasvane + + + + Italics + Kursiiv + + + + Bold/Italics + Rasvane/kaldkiri + + + + Style: + + + + + Display Location + Kuva asukoht + + + + Use default location + + + + + X position: + + + + + Y position: + + + + + Width: + Laius: + + + + Height: + Kõrgus: + + + + px + px + + + + &Main Font + + + + + Footer Font + Jaluse kirjatüüp + + + + &Footer Font + + + + + Outline + Välisjoon + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + Vari + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + Joondus + + + + Horizontal align: + + + + + Left + Vasakul + + + + Right + Paremal + + + + Center + Keskel + + + + Vertical align: + + + + + Top + Üleval + + + + Middle + Keskel + + + + Bottom + All + + + + Slide Transition + Slaidide üleminek + + + + Transition active + + + + + &Other Options + + + + + Preview + Eelvaade + + + All Files - - Replace Live Background - Ekraani tausta asendamine - - - - You must select an item to delete. + + Select Image - - Image(s) - Pilt(pildid) + + First color: + - - You must select an item to process. + + Second color: + + + + + Slide height is %s rows. - LanguageManager + OpenLP.GeneralTab + + + Select monitor for output display: + Vali väljundkuva monitor: + + + + Display if a single screen + Kuvatakse, kui on ainult üks ekraan + + + + Application Startup + Rakenduse käivitumine + + + + Show blank screen warning + Kuvatakse tühja ekraani hoiatust + + + + Automatically open the last service + Automaatselt avatakse viimane teenistus + + + + Show the splash screen + Käivitumisel kuvatakse logo + + + + Application Settings + Rakenduse sätted + + + + Prompt to save Service before starting New + Uue teenistuse loomise pakutakse vana salvestamist + + + + Preview Next Song from Service Manager + Teenistuse haldurist kuvatakse järgmise laulu eelvaade + + + + SongSelect Username: + SongSelecti kasutajanimi: + + + + SongSelect Password: + SongSelecti parool: + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + + + + General + Üldine + + + + Monitors + Monitorid + + + + Screen + Ekraan + + + + primary + peamine + + + + CCLI Details + CCLI andmed + + + + CCLI Number: + CCLI number: + + + + OpenLP.LanguageManager Language - Keel + Keel - After restart new Language settings will be used. - Keele sätteid kasutatakse pärast taaskäivitust. + Please restart OpenLP to use your new language setting. + - MainWindow - - - The Main Display has been blanked out - Peakuva on tühi - - - - OpenLP Version Updated - OpenLP uuendus - - - - Save Changes to Service? - Kas salvestada teenistusse tehtud muudatused? - - - - OpenLP Main Display Blanked - OpenLP peakuva on tühi - - - - List the Plugins - Pluginate loend - - - - &Service Manager - &Teenistuse haldur - - - - Open Service - Teenistuse avamine - - - - Media Manager - Meediahaldur - - - - Alt+F4 - Alt+F4 - - - - &User Guide - &Kasutajajuhend - - - - &Import - &Impordi - - - - Quit OpenLP - Lahku OpenLPst - - - - &Preview Panel - &Eelvaatluspaneel - - - - &New - &Uus - - - - Ctrl+N - Ctrl+N - - - - Toggle Preview Panel - Eelvaatluspaneeli lüliti - - - - &Live - &Otse - - - - F9 - F9 - - - - F8 - F8 - - - - Add &Tool... - Lisa &tööriist... - - - - &View - &Vaade - - - - &Export - &Ekspordi - - - - &Open - &Ava - - - - Toggle Theme Manager - Kujunduse halduri lüliti - - - - &Settings - &Sätted - - - - Ctrl+S - Ctrl+S - - - - Ctrl+O - Ctrl+O - - - - &File - &Fail - - - - E&xit - &Välju - - - - &Help - A&bi - - - - Toggle Service Manager - Teenistuse halduri lüliti - - - - Ctrl+F1 - Ctrl+F1 - - - - &Web Site - &Veebileht - - - - M&ode - &Režiim - - - - Service Manager - Teenistuse haldur - - - - &Theme - &Kujundus - - - - &Language - &Keel - - - - &About - &Lähemalt - - - - &Plugin List - &Pluginate loend - + OpenLP.MainWindow English - Eesti - - - - Save Service As - Salvesta teenistus kui - - - - New Service - Uus teenistus - - - - &Online Help - &Abi veebis - - - - Save Service - Salvesta teenistus - - - - Save &As... - Salvesta &kui... - - - - F11 - F11 - - - - F10 - F10 - - - - F12 - F12 - - - - Alt+F7 - Alt+F7 - - - - Theme Manager - Kujunduse haldur - - - - &Theme Manager - &Kujunduse haldur - - - - More information about OpenLP - Lähem teave OpenLP kohta - - - - &Media Manager - &Meediahaldur - - - - &Tools - &Tööriistad - - - - Toggle Media Manager - Meediahalduri lüliti - - - - &Save - &Salvesta + Eesti OpenLP 2.0 - OpenLP 2.0 + OpenLP 2.0 - - &Auto Detect - &Isetuvastus + + &File + &Fail - - Set the interface language to %s - + + &Import + &Impordi - - Version %s of OpenLP is now available for download (you are currently running version %s). - -You can download the latest version from http://openlp.org - + + &Export + &Ekspordi - - Your service has changed. Do you want to save those changes? - + + &View + &Vaade - - Default Theme: %s - + + M&ode + &Režiim - + + &Tools + &Tööriistad + + + + &Settings + &Sätted + + + + &Language + &Keel + + + + &Help + A&bi + + + + Media Manager + Meediahaldur + + + + Service Manager + Teenistuse haldur + + + + Theme Manager + Kujunduse haldur + + + + &New + &Uus + + + + New Service + Uus teenistus + + + Create a new service. + + + Ctrl+N + Ctrl+N + + + + &Open + &Ava + + Open Service + Teenistuse avamine + + + Open an existing service. + + + Ctrl+O + Ctrl+O + + &Save + &Salvesta + + + + Save Service + Salvesta teenistus + + + Save the current service to disk. + + + Ctrl+S + Ctrl+S + + Save &As... + Salvesta &kui... + + + + Save Service As + Salvesta teenistus kui + + + Save the current service under a new name. - + Ctrl+Shift+S + + + E&xit + &Välju + + Quit OpenLP + Lahku OpenLPst + + + + Alt+F4 + Alt+F4 + + + + &Theme + &Kujundus + + + &Configure OpenLP... - + + &Media Manager + &Meediahaldur + + + + Toggle Media Manager + Meediahalduri lüliti + + + Toggle the visibility of the media manager. - + + F8 + F8 + + + + &Theme Manager + &Kujunduse haldur + + + + Toggle Theme Manager + Kujunduse halduri lüliti + + + Toggle the visibility of the theme manager. - + + F10 + F10 + + + + &Service Manager + &Teenistuse haldur + + + + Toggle Service Manager + Teenistuse halduri lüliti + + + Toggle the visibility of the service manager. - + + F9 + F9 + + + + &Preview Panel + &Eelvaatluspaneel + + + + Toggle Preview Panel + Eelvaatluspaneeli lüliti + + + Toggle the visibility of the preview panel. - + + F11 + F11 + + + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. + F12 + F12 + + + + &Plugin List + &Pluginate loend + + + + List the Plugins + Pluginate loend + + + + Alt+F7 + Alt+F7 + + + + &User Guide + &Kasutajajuhend + + + + &About + &Lähemalt + + + + More information about OpenLP + Lähem teave OpenLP kohta + + + + Ctrl+F1 + Ctrl+F1 + + + + &Online Help + &Abi veebis + + + + &Web Site + &Veebileht + + + + &Auto Detect + &Isetuvastus + + + Use the system language, if available. - + + Set the interface language to %s + + + + + Add &Tool... + Lisa &tööriist... + + + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + + &Live + &Otse + + + Set the view mode to Live. - - - MediaManagerItem - - Invalid Service Item - Vigane teenistuse element - - - - No Items Selected - Ühtegi elementi pole valitud - - - - You must select one or more items - Pead valima vähemalt ühe elemendi - - - - &Add to selected Service Item - &Lisa valitud teenistuse elemendile - - - - No items selected - Ühtegi elementi pole valitud - - - - &Add to Service - &Lisa teenistusele - - - - Send the selected item live - Valitud kirje saatmine ekraanile - - - - Add the selected item(s) to the service - Valitud kirje(te) lisamine teenistusse - - - - Delete the selected item - Valitud elemendi kustutamine - - - - No Service Item Selected - Ühtegi teenistuse elementi pole valitud - - - - &Show Live - &Kuva ekraanil - - - - Preview the selected item - Valitud kirje eelvaatlus - - - - You must select one or more items. - Pead valima vähemalt ühe elemendi. - - - - You must select an existing service item to add to. - Pead valima olemasoleva teenistuse, millele lisada. - - - - Import %s + + Version %s of OpenLP is now available for download (you are currently running version %s). + +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - - Import a %s + + OpenLP Version Updated + OpenLP uuendus + + + + OpenLP Main Display Blanked + OpenLP peakuva on tühi + + + + The Main Display has been blanked out + Peakuva on tühi + + + + Save Changes to Service? + Kas salvestada teenistusse tehtud muudatused? + + + + Your service has changed. Do you want to save those changes? - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Meedia plugin</b><br>See plugin võimaldab audio ja video esitamise - - - - MediaPlugin.MediaItem - - - Media - Meedia - - - - Select Media - Meedia valimine - - - - You must select an item to delete. - - - - - Replace Live Background - - - - - OpenLP - - - Image Files + + Default Theme: %s @@ -2277,7 +2292,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. @@ -2285,55 +2300,65 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Present using: - + Presentation - + Select Presentation(s) - + Automatic - + File exists - + A presentation with that filename already exists. - + You must select an item to delete. + + + Unsupported file + + + + + This type of presentation is not supported + + PresentationPlugin.PresentationTab - + available - + Presentations - + Available Controllers @@ -2385,178 +2410,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Changes to Service? Kas salvestada teenistusse tehtud muudatused? - + Open Service Teenistuse avamine - + Move to top Tõsta üles - + Save Service Salvesta teenistus - + Create a new service Uue teenistuse loomine - + Save this service Selle teenistuse salvestamine - + Theme: Kujundus: - + Delete From Service Teenistusest kustutamine - + &Preview Verse &Salmi eelvaatlus - + &Live Verse &Otsesalm - + Move to &top Liiguta ü&lemiseks - + New Service Uus teenistus - + &Notes &Märkmed - + &Delete From Service &Kustuta teenistusest - + Move up order Järjekorras üles liigutamine - + Move down order Järjekorras alla liigutamine - + Move &down Liiguta &alla - + Load an existing service Välise teenistuse laadimine - + Move to end Viimaseks tõstmine - + &Maintain Item &Halda elementi - + Move &up Liiguta &üles - + &Edit Item &Muuda kirjet - + Move to &bottom Liiguta &alumiseks - + &Add New Item &Lisa uus element - + &Add to Selected Item &Lisa valitud elemendile - + Your service is unsaved, do you want to save those changes before creating a new one? See teenistus pole salvestatud, kas tahad selle uue avamist salvestada? - + Your current service is unsaved, do you want to save the changes before opening a new one? See teenistus pole salvestatud, kas tahad enne uue avamist muudatused salvestada? - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it Seda elementi pole võimalik näidata ekraanil, kuna puudub seda käsitsev programm - + Select a theme for the service - + &Change Item Theme - + OpenLP Service Files (*.osz) - + Error Viga - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. @@ -2572,9 +2597,9 @@ The content encoding is not UTF-8. SettingsForm - - Settings - Sätted + + Configure OpenLP + @@ -2585,12 +2610,12 @@ The content encoding is not UTF-8. Eelmisele liikumine - + Go to Verse Liikumine salmile - + Start continuous loop Katkematu korduse alustamine @@ -2600,12 +2625,12 @@ The content encoding is not UTF-8. Ekraan - + Start playing media Meediaesituse alustamine - + Move to live Tõsta ekraanile @@ -2625,7 +2650,7 @@ The content encoding is not UTF-8. Liikumine esimesele - + Delay between slides in seconds Viivitus slaidide vahel sekundites @@ -2635,17 +2660,17 @@ The content encoding is not UTF-8. Eelvaade - + Stop continuous loop Katkematu korduse lõpetamine - + s s - + Edit and re-preview Song Muuda ja kuva laulu eelvaade uuesti @@ -2701,61 +2726,81 @@ The content encoding is not UTF-8. SongsPlugin - + &Song - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + + Open OpenSong file + + + + + Error importing OpenSong file + + SongsPlugin.AuditDeleteDialog @@ -2768,22 +2813,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Select Date Range - + to - + Report Location - + Song Usage Extraction @@ -2827,124 +2872,114 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? - Sa pole sisestanud autori kuvatavat nime. Kas see tuleks kombineerida ees- ja perekonnanimest? + You have not set a display name for the author, would you like me to combine the first and last names for you? + SongsPlugin.EditSongForm - + Song Editor Lauluredaktor - + &Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit &Muuda - + Ed&it All - + &Delete &Kustuta - + Title && Lyrics Pealkiri && laulusõnad - + Authors Autorid - + &Add to Song &Lisa laulule - + &Remove &Eemalda - - &Manage Authors, Topics, Books - &Autorite, teemade, raamatute haldamine - - - + Topic Teema - + A&dd to Song L&isa laulule - + R&emove &Eemalda - + Song Book Laulik - - Authors, Topics && Book - Autorid, teemad && laulik - - - + Theme Kujundus - + Copyright Information Autoriõiguse andmed - + CCLI Number: CCLI number: - + Comments Kommentaarid - + Theme, Copyright Info && Comments Kujundus, autoriõigus && kommentaarid @@ -3004,17 +3039,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Alt&ernate Title: - + New &Theme - + © @@ -3053,21 +3088,31 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + &Manage Authors, Topics, Song Books + + + + + Authors, Topics && Song Book + + SongsPlugin.EditVerseForm - + Edit Verse - + &Verse type: - + &Insert @@ -3115,97 +3160,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source - + Select the import format, and where to import from. - + Format: - + OpenLyrics - + OpenSong - + CCLI - + CSV - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing - + Please wait while your songs are imported. - + Ready. - + %p% - + Starting import... @@ -3213,98 +3258,93 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song - + Song Maintenance - + Search: - + Type: - + Liik: - + Clear - + Search - + Titles - + Lyrics - + Authors - + %s (%s) - + Delete Confirmation - + CCLI Licence: - + Maintain the lists of authors, topics and books - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? SongsPlugin.SongBookForm - - - Edit Book - - &Name: @@ -3325,6 +3365,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R You need to type in a name for the book. + + + Song Book Maintenance + + SongsPlugin.SongImport @@ -3356,11 +3401,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Topics Teemad - - - Books/Hymnals - Laulikud - &Add @@ -3377,93 +3417,118 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Kustuta - + Delete Author - + Delete Topic - + Delete Book - + Error Viga - - Couldn't add your author. - - - - - Couldn't add your topic. - - - - - Couldn't add your book. - - - - - Couldn't save your author. - - - - - Couldn't save your topic. - - - - - Couldn't save your book. - - - - + Are you sure you want to delete the selected author? - - This author can't be deleted, they are currently assigned to at least one song. - - - - + No author selected! - + Are you sure you want to delete the selected topic? - - This topic can't be deleted, it is currently assigned to at least one song. - - - - + No topic selected! - + Are you sure you want to delete the selected book? - - This book can't be deleted, it is currently assigned to at least one song. + + Song Books + + + + + Could not add your author. + + + + + This author already exists. + + + + + Could not add your topic. + + + + + This topic already exists. + + + + + Could not add your book. + + + + + This book already exists. + + + + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + + This author cannot be deleted, they are currently assigned to at least one song. + + + + + This topic cannot be deleted, it is currently assigned to at least one song. + + + + + This book cannot be deleted, it is currently assigned to at least one song. + + + + + No book selected! @@ -3550,171 +3615,181 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme Teema importimine - + Delete Theme Teema kustutamine - + Error Viga - + Edit Theme Kujunduse muutmine - + Export Theme Kujunduse eksportimine - + You are unable to delete the default theme. Vaikimisi kujundust pole võimalik kustutada. - + File is not a valid theme. See fail ei ole sobilik kujundus. - + Theme Exists Kujundus on juba olemas - + Save Theme - (%s) Salvesta kujundus - (%s) - + Select Theme Import File Importimiseks kujunduse faili valimine - + New Theme Uus kujundus - + You have not selected a theme. Sa ei ole teemat valinud. - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + Theme %s is use in %s plugin. - + Theme %s is use by the service manager. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - - A theme with this name already exists. Would you like to overwrite it? - - - - + You must select a theme to edit. - + You must select a theme to delete. + + + Delete Confirmation + + + + + Delete theme? + + + + + A theme with this name already exists. Would you like to overwrite it? + + ThemesTab diff --git a/resources/i18n/openlp_hu.ts b/resources/i18n/openlp_hu.ts index d3500704f..499fdff57 100644 --- a/resources/i18n/openlp_hu.ts +++ b/resources/i18n/openlp_hu.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - - About OpenLP - Az OpenLP névjegye + + &Alert + &Figyelmeztetés - + + Show an alert message. + + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <b>Figyelmeztető bővítmény</b><br/>Ez a bővítmény kezeli a vetítőn megjelenő figyelmeztetéseket + + + + AlertsPlugin.AlertForm + + + Alert Message + Figyelmeztetés + + + + Alert &text: + Figyelmeztető &szöveg: + + + + &Parameter(s): + &Paraméterek: + + + + &New + &Új + + + + &Save + M&entés + + + + &Delete + &Törlés + + + + Displ&ay + &Megjelenítés + + + + Display && Cl&ose + M&egjelenítés és bezárás + + + + &Close + &Bezárás + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + Figyelmeztetések + + + + Font + Betűkészlet + + + + pt + + + + + Alert timeout: + Figyelmeztetés késleltetése: + + + + s + mp + + + + Location: + Hely: + + + + Preview + Előnézet + + + + Top + Felülre + + + + Middle + Középre + + + + Bottom + Alulra + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + + + + + BiblesPlugin + + + &Bible + &Biblia + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Biblia bővítmény</strong><br />Ez a bővítmény különféle igehelyek vetítését teszi lehetővé a szolgálat alatt. + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + Bibliák + + + + Verse Display + Vers megjelenítés + + + + Only show new chapter numbers + Csak az új fejezetszámok megjelenítése + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + Bibliaimportáló tündér + + + + Welcome to the Bible Import Wizard + Üdvözlet a Bibliaimportáló tündérben + + + + 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. + A tündérrel különféle formátumú Bibliákat lehet importálni. Az alább található Tovább gombra való kattintással indítható a folyamat első lépése a formátum kiválasztásával. + + + + Select Import Source + Válassza ki az importálandó forrást + + + + Select the import format, and where to import from. + Válassza ki a importálandó forrást és a helyet, ahonnan importálja. + + + + Format: + Formátum: + + + + OSIS + OSIS + + + + CSV + + + + + OpenSong + + + + + Web Download + Web letöltés + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Location: + Hely: + + + + Crosswalk + + + + + BibleGateway + + + + + Bible: + Biblia: + + + + Download Options + Letöltési beállítások + + + + Server: + Szerver: + + + + Username: + Felhasználói név: + + + + Password: + Jelszó: + + + + Proxy Server (Optional) + Proxy szerver (választható) + + + + License Details + Licenc részletek + + + + Set up the Bible's license details. + Állítsa be a Biblia licenc részleteit. + + + + Version name: + + + + + Copyright: + Copyright: + + + + Permission: + Engedély: + + + + Importing + Importálás + + + + Please wait while your Bible is imported. + Kérem, várjon, míg a Biblia importálás alatt áll. + + + + Ready. + Kész. + + + + Invalid Bible Location + Érvénytelen a Biblia elérési útvonala + + + + You need to specify a file to import your Bible from. + Meg kell adni egy fájlt, amelyből a Bibliát importálni lehet. + + + + Invalid Books File + Érvénytelen könyv fájl + + + + You need to specify a file with books of the Bible to use in the import. + Meg kell adni egy fájlt a bibliai könyvekről az importáláshoz. + + + + Invalid Verse File + Érvénytelen versszak fájl + + + + You need to specify a file of Bible verses to import. + Meg kell adni egy fájlt a bibliai versekről az importáláshoz. + + + + Invalid OpenSong Bible + Érvénytelen OpenSong Biblia + + + + You need to specify an OpenSong Bible file to import. + Meg kell adni egy OpenSong Biblia fájlt az importáláshoz. + + + + Empty Version Name + Üres verziónév + + + + You need to specify a version name for your Bible. + Meg kell adni a Biblia verziószámát. + + + + Empty Copyright + Üres a szerzői jog + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + Meg kell adni a szerzői jogokat! A közkincs Bibliákat meg kell jelölni ilyennek. + + + + Bible Exists + Biblia létezik + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + Ez a Biblia már létezik! Kérem, importáljon egy másik Bibliát vagy előbb törölje a meglévőt. + + + + Open OSIS File + OSIS fájl megnyitása + + + + Open Books CSV File + Könyv CSV fájl megnyitása + + + + Open Verses CSV File + Versszak CSV fájl megnyitása + + + + Open OpenSong Bible + OpenSong Biblia megnyitása + + + + Starting import... + Importálás indítása... + + + + Finished import. + Az importálás befejeződött. + + + + Your Bible import failed. + A Biblia importálása nem sikerült. + + + + BiblesPlugin.MediaItem + + + Bible + Biblia + + + + Quick + Gyors + + + + Advanced + Haladó + + + + Version: + Verzió: + + + + Dual: + Második: + + + + Search type: + + + + + Find: + Keresés: + + + + Search + Keresés + + + + Results: + Eredmények: + + + + Book: + Könyv: + + + + Chapter: + Fejezet: + + + + Verse: + Vers: + + + + From: + Innentől: + + + + To: + Idáig: + + + + Verse Search + Vers keresése + + + + Text Search + Szöveg keresése + + + + Clear + + + + + Keep + Megtartása + + + + No Book Found + Nincs ilyen könyv + + + + No matching book could be found in this Bible. + Nem található ilyen könyv ebben a Bibliában. + + + + etc + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + Importálás + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + <b>Egyedi bővítmény</b><br/>Ez a bővítmény dalokhoz hasonló diák vetítését teszi lehetővé. Ugyanakkor több szabadságot enged meg, mint a dalok bővítmény + + + + CustomPlugin.CustomTab + + + Custom + Egyedi + + + + Custom Display + Egyedi megjelenés + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + Egyedi diák szerkesztése + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add New + Új hozzáadása + + + + Add a new slide at bottom. + + + + + Edit + Szerkesztés + + + + Edit the selected slide. + + + + + Edit All + Összes szerkesztése + + + + Edit all the slides at once. + + + + + Save + Mentés + + + + Save the slide currently being edited. + + + + + Delete + Törlés + + + + Delete the selected slide. + + + + + Clear + + + + + Clear edit area + Szerkesztő terület törlése + + + + Split Slide + Dia kettéválasztása + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + Mentés és előnézet + + + + Error + Hiba + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + Egyedi + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + Képek + + + + Image Settings + Kép beállítások + + + + sec + mp + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + Kép + + + + Select Image(s) + Kép(ek) kiválasztása + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + Kép(ek) + + + + You must select an item to process. + + + + + MediaManagerItem + + + You must select one or more items + Ki kell választani egy vagy több elemet + + + + Delete the selected item + Kiválasztott elem törlése + + + + &Add to Service + &Hozzáadás a szolgálathoz + + + + Send the selected item live + A kiválasztott elem egyenes adásba küldése + + + + Add the selected item(s) to the service + A kiválasztott elem(ek) hozzáadása a szolgálathoz + + + + &Show Live + Egyenes &adásba + + + + Preview the selected item + A kiválasztott elem előnézete + + + + &Add to selected Service Item + &Hozzáadás a kiválasztott szolgálat elemhez + + + + No Items Selected + Nincs kiválasztott elem + + + + You must select one or more items. + Ki kell választani egy vagy több elemet. + + + + No items selected + Nincs kiválasztott elem + + + + No Service Item Selected + Nincs kiválasztott szolgálat elem + + + + You must select an existing service item to add to. + Ki kell választani egy szolgálati elemet, amihez hozzá szeretné adni. + + + + Invalid Service Item + Érvénytelen szolgálat elem + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <b>Média bővítmény</b><br />Ez a bővítmény hangok és videók lejátszását teszi lehetővé + + + + MediaPlugin.MediaItem + + + Media + Média + + + + Select Media + Média kiválasztása + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + + About OpenLP + Az OpenLP névjegye + + + OpenLP <version><revision> - 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. @@ -16,7 +1105,7 @@ OpenLP is free church presentation software, or lyrics projection software, used 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. - OpenLP <version> összeállítás <revision> – Nyílt forrású dalszöveg vetítő + OpenLP <version> összeállítás <revision> – Nyílt forrású dalszöveg vetítő Az OpenLP egy templomi/gyülekezeti, ill. dalszöveg vetítő szabad szoftver, mely használható daldiák, bibliai versek, videók, képek és bemutatók (ha az OpenOffice.org, PowerPoint vagy a PowerPoint Viewer telepítve van) vetítésére a gyülekezeti dicsőítés alatt egy számítógép és egy projektor segítségével. @@ -25,12 +1114,12 @@ Többet az OpenLP-ről: http://openlp.org/ Az OpenLP-t önkéntesek készítették és tartják karban. Ha szeretne több keresztény számítógépes programot, fontolja meg a részvételt az alábbi gombbal. - + About - Névjegy + Névjegy - + Project Lead Raoul "superfly" Snyman @@ -60,7 +1149,7 @@ Packagers Matthias "matthub" Hub (Mac OS X) Raoul "superfly" Snyman (Windows) - Projektvezetés + Projektvezetés Raoul „superfly” Snyman Fejlesztők @@ -90,12 +1179,12 @@ Csomagolók Raoul „superfly” Snyman (Windows) - + Credits - Közreműködők + Közreműködők - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -227,7 +1316,7 @@ Yoyodyne, Inc., hereby disclaims all copyright interest in the program "Gno 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. - Copyright © 2004-2010 Raoul Snyman + Copyright © 2004-2010 Raoul Snyman Részleges copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard Ez a program szabad szoftver; terjeszthető illetve módosítható a Free Software Foundation által kiadott GNU General Public License dokumentumában leírtak; akár a licenc 2-es, akár (tetszőleges) későbbi változata szerint. @@ -357,19 +1446,19 @@ Aláírás: Tira Mihály, 1989. április 1. Tira Mihály ügyvezető A GNU General Public License nem engedi meg, hogy a program része legyen szellemi tulajdont képező programoknak. Ha a program egy szubrutinkönyvtár, akkor megfontolhatja, hogy nem célszerűbb-e megengedni, hogy szellemi tulajdont képező alkalmazásokkal is összefűzhető legyen a programkönyvtár. Ha ezt szeretné, akkor a GPL helyett a GNU LGPL-t kell használni. - + License - Licenc + Licenc - + Contribute - Részvétel + Részvétel - + Close - Bezárás + Bezárás @@ -378,1971 +1467,897 @@ A GNU General Public License nem engedi meg, hogy a program része legyen szelle - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - &Figyelmeztetés - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Figyelmeztető bővítmény</b><br/>Ez a bővítmény kezeli a vetítőn megjelenő figyelmeztetéseket - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - Figyelmeztetés - - - - Alert &text: - Figyelmeztető &szöveg: - - - - &Parameter(s): - &Paraméterek: - - - - &New - &Új - - - - &Save - M&entés - - - - &Delete - &Törlés - - - - Displ&ay - &Megjelenítés - - - - Display && Cl&ose - M&egjelenítés és bezárás - - - - &Close - &Bezárás - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - Figyelmeztetések - - - - Font - Betűkészlet - - - - Font Name: - Betűkészlet neve: - - - - Font Color: - Betűszín: - - - - Background Color: - Háttérszín: - - - - Font Size: - Betűméret: - - - - pt - - - - - Alert timeout: - Figyelmeztetés késleltetése: - - - - s - mp - - - - Location: - Hely: - - - - Preview - Előnézet - - - - openlp.org - openlp.org - - - - Top - Felülre - - - - Middle - Középre - - - - Bottom - Alulra - - - - AmendThemeForm - - - Theme Maintenance - Témák kezelése - - - - Opaque - Átlátszatlan - - - - Transparent - Átlátszó - - - - Solid Color - Homogén szín - - - - Gradient - Színátmenet - - - - Image - Kép - - - - Image: - Kép: - - - - Horizontal - Vízszintes - - - - Vertical - Függőleges - - - - Circular - Körkörös - - - - Main Font - Alap betűkészlet - - - - Font: - Betűkészlet: - - - - Size: - Méret: - - - - pt - - - - - Normal - Normál - - - - Bold - Félkövér - - - - Italics - Dőlt - - - - Bold/Italics - Félkövér dőlt - - - - Display Location - Hely megjelenítése - - - - Width: - Szélesség: - - - - Height: - Magasság: - - - - px - - - - - Footer Font - Lábjegyzet betűkészlete - - - - Outline - Körvonal - - - - Shadow - Árnyék - - - - Alignment - Igazítás - - - - Left - Balra zárt - - - - Right - Jobbra zárt - - - - Center - Középre igazított - - - - Top - Felülre - - - - Middle - Középre - - - - Bottom - Alulra - - - - Slide Transition - Diaátmenet - - - - Preview - Előnézet - - - - &Visibility: - - - - - Type: - Típus: - - - - Gradient: - - - - - &Background - - - - - Color: - - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Style: - - - - - X position: - - - - - Y position: - - - - - &Main Font - - - - - &Footer Font - - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Horizontal align: - - - - - Vertical align: - - - - - &Other Options - - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Biblia bővítmény</strong><br />Ez a bővítmény különféle igehelyek vetítését teszi lehetővé a szolgálat alatt. - - - - &Bible - &Biblia - - - - BiblesPlugin.BiblesTab - - - Verse Display - Vers megjelenítés - - - - Only show new chapter numbers - Csak az új fejezetszámok megjelenítése - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - Bibliák - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - Bibliaimportáló tündér - - - - Welcome to the Bible Import Wizard - Üdvözlet a Bibliaimportáló tündérben - - - - 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. - A tündérrel különféle formátumú Bibliákat lehet importálni. Az alább található Tovább gombra való kattintással indítható a folyamat első lépése a formátum kiválasztásával. - - - - Select Import Source - Válassza ki az importálandó forrást - - - - Select the import format, and where to import from. - Válassza ki a importálandó forrást és a helyet, ahonnan importálja. - - - - Format: - Formátum: - - - - OSIS - OSIS - - - - CSV - - - - - OpenSong - - - - - Web Download - Web letöltés - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - Hely: - - - - Crosswalk - - - - - BibleGateway - - - - - Bible: - Biblia: - - - - Download Options - Letöltési beállítások - - - - Server: - Szerver: - - - - Username: - Felhasználói név: - - - - Password: - Jelszó: - - - - Proxy Server (Optional) - Proxy szerver (választható) - - - - License Details - Licenc részletek - - - - Set up the Bible's license details. - Állítsa be a Biblia licenc részleteit. - - - - Version name: - - - - - Copyright: - Copyright: - - - - Permission: - Engedély: - - - - Importing - Importálás - - - - Please wait while your Bible is imported. - Kérem, várjon, míg a Biblia importálás alatt áll. - - - - Ready. - Kész. - - - - Invalid Bible Location - Érvénytelen a Biblia elérési útvonala - - - - You need to specify a file to import your Bible from. - Meg kell adni egy fájlt, amelyből a Bibliát importálni lehet. - - - - Invalid Books File - Érvénytelen könyv fájl - - - - You need to specify a file with books of the Bible to use in the import. - Meg kell adni egy fájlt a bibliai könyvekről az importáláshoz. - - - - Invalid Verse File - Érvénytelen versszak fájl - - - - You need to specify a file of Bible verses to import. - Meg kell adni egy fájlt a bibliai versekről az importáláshoz. - - - - Invalid OpenSong Bible - Érvénytelen OpenSong Biblia - - - - You need to specify an OpenSong Bible file to import. - Meg kell adni egy OpenSong Biblia fájlt az importáláshoz. - - - - Empty Version Name - Üres verziónév - - - - You need to specify a version name for your Bible. - Meg kell adni a Biblia verziószámát. - - - - Empty Copyright - Üres a szerzői jog - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - Meg kell adni a szerzői jogokat! A közkincs Bibliákat meg kell jelölni ilyennek. - - - - Bible Exists - Biblia létezik - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - Ez a Biblia már létezik! Kérem, importáljon egy másik Bibliát vagy előbb törölje a meglévőt. - - - - Open OSIS File - OSIS fájl megnyitása - - - - Open Books CSV File - Könyv CSV fájl megnyitása - - - - Open Verses CSV File - Versszak CSV fájl megnyitása - - - - Open OpenSong Bible - OpenSong Biblia megnyitása - - - - Starting import... - Importálás indítása... - - - - Finished import. - Az importálás befejeződött. - - - - Your Bible import failed. - A Biblia importálása nem sikerült. - - - - BiblesPlugin.MediaItem - - - Bible - Biblia - - - - Quick - Gyors - - - + Advanced Haladó - - Version: - Verzió: - - - - Dual: - Második: - - - - Search type: + + UI Settings - - Find: - Keresés: - - - - Search - Keresés - - - - Results: - Eredmények: - - - - Book: - Könyv: - - - - Chapter: - Fejezet: - - - - Verse: - Vers: - - - - From: - Innentől: - - - - To: - Idáig: - - - - Verse Search - Vers keresése - - - - Text Search - Szöveg keresése - - - - Clear + + Number of recent files to display: - - Keep - Megtartása - - - - No Book Found - Nincs ilyen könyv - - - - No matching book could be found in this Bible. - Nem található ilyen könyv ebben a Bibliában. - - - - etc + + Save currently selected media manager plugin - - Bible not fully loaded. + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - Importálás - - - - CustomPlugin - - - <b>Custom Plugin</b><br>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.<br> - <b>Egyedi bővítmény</b><br/>Ez a bővítmény dalokhoz hasonló diák vetítését teszi lehetővé. Ugyanakkor több szabadságot enged meg, mint a dalok bővítmény - - - - CustomPlugin.CustomTab - - - Custom - Egyedi + + Theme Maintenance + Témák kezelése - - Custom Display - Egyedi megjelenés - - - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides - Egyedi diák szerkesztése - - - - Move slide up once position. + + Theme &name: - - Move slide down one position. + + &Visibility: - - &Title: - + + Opaque + Átlátszatlan - - Add New - Új hozzáadása + + Transparent + Átlátszó - - Add a new slide at bottom. - + + Type: + Típus: - - Edit - Szerkesztés + + Solid Color + Homogén szín - - Edit the selected slide. - + + Gradient + Színátmenet - - Edit All - Összes szerkesztése - - - - Edit all the slides at once. - - - - - Save - Mentés - - - - Save the slide currently being edited. - - - - - Delete - Törlés - - - - Delete the selected slide. - - - - - Clear - - - - - Clear edit area - Szerkesztő terület törlése - - - - Split Slide - Dia kettéválasztása - - - - Split a slide into two by inserting a slide splitter. - - - - - The&me: - - - - - &Credits: - - - - - Save && Preview - Mentés és előnézet - - - - Error - Hiba - - - - You need to type in a title. - - - - - You need to add at least one slide - - - - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom - Egyedi - - - - You haven't selected an item to edit. - - - - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays - Megjelenítők - - - - Default Settings - - - - - X: - - - - - Y: - - - - - Height: - Magasság: - - - - Width: - Szélesség: - - - - Custom Settings - - - - - Width - - - - - Override display settings - - - - - GeneralTab - - - CCLI Details - CCLI részletek - - - - primary - elsődleges - - - - Show blank screen warning - Figyelmeztetés megjelenítése a fekete képernyőről - - - - Application Startup - Alkalmazás indítása - - - - Select monitor for output display: - Válassza ki a vetítési képernyőt: - - - - Application Settings - Alkalmazás beállítások - - - - SongSelect Username: - SongSelect felhasználói név: - - - - CCLI Number: - CCLI szám: - - - - Automatically open the last service - Utolsó szolgálat automatikus megnyitása - - - - Preview Next Song from Service Manager - Következő dal előnézete a szolgálatkezelőből - - - - Prompt to save Service before starting New - Rákérdezés a szolgálat mentésére új kezdése előtt - - - - General - Általános - - - - Show the splash screen - Indító képernyő megjelenítése - - - - Screen - Képernyő - - - - Monitors - Monitorok - - - - SongSelect Password: - SongSelect jelszó: - - - - Display if a single screen - Megjelenítés egy képernyő esetén - - - - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - Képek - - - - Image Settings - Kép beállítások - - - - Slide Loop Delay: - Időzített diák késleltetése: - - - - sec - mp - - - - ImagePlugin.MediaItem - - + Image Kép - - Select Image(s) - Kép(ek) kiválasztása + + Image: + Kép: - + + Gradient: + + + + + Horizontal + Vízszintes + + + + Vertical + Függőleges + + + + Circular + Körkörös + + + + &Background + + + + + Main Font + Alap betűkészlet + + + + Font: + Betűkészlet: + + + + Color: + + + + + Size: + Méret: + + + + pt + + + + + Wrap indentation: + + + + + Adjust line spacing: + + + + + Normal + Normál + + + + Bold + Félkövér + + + + Italics + Dőlt + + + + Bold/Italics + Félkövér dőlt + + + + Style: + + + + + Display Location + Hely megjelenítése + + + + Use default location + + + + + X position: + + + + + Y position: + + + + + Width: + Szélesség: + + + + Height: + Magasság: + + + + px + + + + + &Main Font + + + + + Footer Font + Lábjegyzet betűkészlete + + + + &Footer Font + + + + + Outline + Körvonal + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + Árnyék + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + Igazítás + + + + Horizontal align: + + + + + Left + Balra zárt + + + + Right + Jobbra zárt + + + + Center + Középre igazított + + + + Vertical align: + + + + + Top + Felülre + + + + Middle + Középre + + + + Bottom + Alulra + + + + Slide Transition + Diaátmenet + + + + Transition active + + + + + &Other Options + + + + + Preview + Előnézet + + + All Files - - Replace Live Background + + Select Image - - You must select an item to delete. + + First color: - - Image(s) - Kép(ek) + + Second color: + - - You must select an item to process. + + Slide height is %s rows. - LanguageManager + OpenLP.GeneralTab + + + Select monitor for output display: + Válassza ki a vetítési képernyőt: + + + + Display if a single screen + Megjelenítés egy képernyő esetén + + + + Application Startup + Alkalmazás indítása + + + + Show blank screen warning + Figyelmeztetés megjelenítése a fekete képernyőről + + + + Automatically open the last service + Utolsó szolgálat automatikus megnyitása + + + + Show the splash screen + Indító képernyő megjelenítése + + + + Application Settings + Alkalmazás beállítások + + + + Prompt to save Service before starting New + Rákérdezés a szolgálat mentésére új kezdése előtt + + + + Preview Next Song from Service Manager + Következő dal előnézete a szolgálatkezelőből + + + + SongSelect Username: + SongSelect felhasználói név: + + + + SongSelect Password: + SongSelect jelszó: + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + + + + General + Általános + + + + Monitors + Monitorok + + + + Screen + Képernyő + + + + primary + elsődleges + + + + CCLI Details + CCLI részletek + + + + CCLI Number: + CCLI szám: + + + + OpenLP.LanguageManager Language - Nyelv + Nyelv - After restart new Language settings will be used. - Újraindítás után lépnek érvénybe a nyelvi beállítások. + Please restart OpenLP to use your new language setting. + - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - A fő képernyő el lett sötétítve - - - - OpenLP Version Updated - OpenLP verziófrissítés - - - - Save Changes to Service? - Mentsük a változásokat a szolgálatban? - - - - OpenLP Main Display Blanked - Sötét OpenLP fő képernyő + + English + Magyar OpenLP 2.0 - - - - - English - Magyar + &File - &Fájl + &Fájl &Import - &Importálás + &Importálás &Export - &Exportálás + &Exportálás &View - &Nézet + &Nézet M&ode - &Mód + &Mód &Tools - &Eszközök - - - - &Help - &Súgó - - - - Media Manager - Médiakezelő - - - - Service Manager - Szolgálatkezelő - - - - Theme Manager - Témakezelő - - - - &New - &Új - - - - New Service - Új szolgálat - - - - Ctrl+N - - - - - &Open - &Megnyitás - - - - Open Service - Szolgálat megnyitása - - - - Ctrl+O - - - - - &Save - M&entés - - - - Save Service - Szolgálat mentése - - - - Ctrl+S - - - - - Save &As... - Mentés má&sként... - - - - Save Service As - Szolgálat mentése másként - - - - F12 - - - - - E&xit - &Kilépés - - - - Quit OpenLP - OpenLP bezárása - - - - Alt+F4 - - - - - &Theme - &Téma - - - - &Language - &Nyelv + &Eszközök &Settings - &Beállítások + &Beállítások - - &Media Manager - &Médiakezelő + + &Language + &Nyelv - - Toggle Media Manager - Médiakezelő átváltása + + &Help + &Súgó - - F8 - + + Media Manager + Médiakezelő - - &Theme Manager - &Témakezelő + + Service Manager + Szolgálatkezelő - - Toggle Theme Manager - Témakezelő átváltása + + Theme Manager + Témakezelő - - F10 - + + &New + &Új - - &Service Manager - &Szolgálatkezelő + + New Service + Új szolgálat - - Toggle Service Manager - Szolgálatkezelő átváltása - - - - F9 - - - - - &Preview Panel - &Előnézet panel - - - - Toggle Preview Panel - Előnézet panel átváltása - - - - F11 - - - - - &Plugin List - &Bővítménylista - - - - List the Plugins - Bővítmények listája - - - - Alt+F7 - - - - - &User Guide - &Felhasználói kézikönyv - - - - &About - &Névjegy - - - - More information about OpenLP - Több információ az OpenLP-ről - - - - Ctrl+F1 - - - - - &Online Help - &Online súgó - - - - &Web Site - &Weboldal - - - - &Auto Detect - &Automatikus felismerés - - - - Add &Tool... - &Eszköz hozzáadása... - - - - &Live - &Egyenes adás - - - + Create a new service. + + + Ctrl+N + + + + + &Open + &Megnyitás + + Open Service + Szolgálat megnyitása + + + Open an existing service. + + + Ctrl+O + + + &Save + M&entés + + + + Save Service + Szolgálat mentése + + + Save the current service to disk. + + + Ctrl+S + + + Save &As... + Mentés má&sként... + + + + Save Service As + Szolgálat mentése másként + + + Save the current service under a new name. - + Ctrl+Shift+S + + + E&xit + &Kilépés + + Quit OpenLP + OpenLP bezárása + + + + Alt+F4 + + + + + &Theme + &Téma + + + &Configure OpenLP... - + + &Media Manager + &Médiakezelő + + + + Toggle Media Manager + Médiakezelő átváltása + + + Toggle the visibility of the media manager. - + + F8 + + + + + &Theme Manager + &Témakezelő + + + + Toggle Theme Manager + Témakezelő átváltása + + + Toggle the visibility of the theme manager. - - Toggle the visibility of the service manager. - - - - - Toggle the visibility of the preview panel. + + F10 + &Service Manager + &Szolgálatkezelő + + + + Toggle Service Manager + Szolgálatkezelő átváltása + + + + Toggle the visibility of the service manager. + + + + + F9 + + + + + &Preview Panel + &Előnézet panel + + + + Toggle Preview Panel + Előnézet panel átváltása + + + + Toggle the visibility of the preview panel. + + + + + F11 + + + + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - Use the system language, if available. + F12 + + + &Plugin List + &Bővítménylista + - Set the interface language to %s + List the Plugins + Bővítmények listája + + + + Alt+F7 - - Add an application to the list of tools. - + + &User Guide + &Felhasználói kézikönyv - &Default - + &About + &Névjegy - Set the view mode back to the default. + More information about OpenLP + Több információ az OpenLP-ről + + + + Ctrl+F1 + &Online Help + &Online súgó + + + + &Web Site + &Weboldal + + + + &Auto Detect + &Automatikus felismerés + + + + Use the system language, if available. + + + + + Set the interface language to %s + + + + + Add &Tool... + &Eszköz hozzáadása... + + + + Add an application to the list of tools. + + + + + &Default + + + + + Set the view mode back to the default. + + + + &Setup - + Set the view mode to Setup. - + + &Live + &Egyenes adás + + + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + OpenLP verziófrissítés + + + + OpenLP Main Display Blanked + Sötét OpenLP fő képernyő + + + + The Main Display has been blanked out + A fő képernyő el lett sötétítve + + + + Save Changes to Service? + + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - You must select one or more items - Ki kell választani egy vagy több elemet - - - - Delete the selected item - Kiválasztott elem törlése - - - - &Add to Service - &Hozzáadás a szolgálathoz - - - - Send the selected item live - A kiválasztott elem egyenes adásba küldése - - - - Add the selected item(s) to the service - A kiválasztott elem(ek) hozzáadása a szolgálathoz - - - - &Show Live - Egyenes &adásba - - - - Preview the selected item - A kiválasztott elem előnézete - - - - &Add to selected Service Item - &Hozzáadás a kiválasztott szolgálat elemhez - - - - No Items Selected - Nincs kiválasztott elem - - - - You must select one or more items. - Ki kell választani egy vagy több elemet. - - - - No items selected - Nincs kiválasztott elem - - - - No Service Item Selected - Nincs kiválasztott szolgálat elem - - - - You must select an existing service item to add to. - Ki kell választani egy szolgálati elemet, amihez hozzá szeretné adni. - - - - Invalid Service Item - Érvénytelen szolgálat elem - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Média bővítmény</b><br />Ez a bővítmény hangok és videók lejátszását teszi lehetővé - - - - MediaPlugin.MediaItem - - - Media - Média - - - - Select Media - Média kiválasztása - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2404,7 +2419,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. <b>Bemutató bővítmény</b><br />Különböző külső programok segítségével bemutatók megjelenítését teszi lehetővé. A prezentációs programok egy listából választhatók ki. @@ -2412,37 +2427,47 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation Bemutató - + Select Presentation(s) Bemutató(k) kiválasztása - + Automatic Automatikus - + Present using: Bemutató ezzel: - + File exists A fájl létezik - + A presentation with that filename already exists. Ilyen fájlnéven már létezik egy bemutató. - + + Unsupported file + + + + + This type of presentation is not supported + + + + You must select an item to delete. @@ -2450,17 +2475,17 @@ You can download the latest version from http://openlp.org PresentationPlugin.PresentationTab - + Presentations Bemutatók - + Available Controllers Elérhető vezérlők - + available elérhető @@ -2512,178 +2537,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Changes to Service? Változások mentése a szolgálatban? - + Open Service Szolgálat megnyitása - + Move to top Mozgatás felülre - + Create a new service Új szolgálat létrehozása - + Save this service Aktuális szolgálat mentése - + Theme: Téma: - + Delete From Service Törlés a szolgálatból - + Save Service Szolgálat mentése - + &Live Verse &Adásban lévő versszak - + New Service Új szolgálat - + &Notes &Jegyzetek - + Move to end Mozgatás a végére - + Move up order Mozgatás feljebb a sorban - + Move down order Mozgatás lejjebb a sorban - + Load an existing service Egy meglévő szolgálat betöltése - + &Preview Verse Versszak &előnézete - + &Edit Item &Elem szerkesztése - + Move to &top Mozgatás &felülre - + Move &up Mozgatás f&eljebb - + Move &down Mozgatás &lejjebb - + Move to &bottom Mozgatás &alulra - + &Delete From Service &Törlés a szolgálatból - + &Add New Item Új elem &hozzáadása - + &Add to Selected Item &Hozzáadás a kiválasztott elemhez - + &Maintain Item Elem &karbantartása - + Your service is unsaved, do you want to save those changes before creating a new one? A szolgálat nincs elmentve, szeretné menteni, mielőtt az újat létrehozná? - + Your current service is unsaved, do you want to save the changes before opening a new one? A szolgálat nincs elmentve, szeretné menteni, mielőtt az újat megnyitná? - + Missing Display Handler Hiányzó képernyő kezelő - + Your item cannot be displayed as there is no handler to display it Az elemet nem lehet megjeleníteni, mert nincs kezelő, amely megjelenítené - + Select a theme for the service - + &Change Item Theme - + OpenLP Service Files (*.osz) - + Error Hiba - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. @@ -2699,9 +2724,9 @@ The content encoding is not UTF-8. SettingsForm - - Settings - Beállítások + + Configure OpenLP + @@ -2712,12 +2737,12 @@ The content encoding is not UTF-8. Mozgatás az előzőre - + Go to Verse Ugrás versszakra - + Start continuous loop Folyamatos vetítés indítása @@ -2727,12 +2752,12 @@ The content encoding is not UTF-8. Egyenes adás - + Start playing media Médialejátszás indítása - + Move to live Mozgatás az egyenes adásban lévőre @@ -2747,12 +2772,12 @@ The content encoding is not UTF-8. Mozgatás az utolsóra - + Edit and re-preview Song Dal szerkesztése, majd újra az előnézet megnyitása - + Delay between slides in seconds Diák közötti késleltetés másodpercben @@ -2767,12 +2792,12 @@ The content encoding is not UTF-8. Mozgatás az elsőre - + Stop continuous loop Folyamatos vetítés leállítása - + s mp @@ -2828,61 +2853,81 @@ The content encoding is not UTF-8. SongsPlugin - + Open Songs of Fellowship file Songs of Fellowship fájl megnyitása - + Open documents or presentations Dokumentum vagy bemutató megnyitása - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. <strong>Dal bővítmény</strong> <br />Ez a a bővítmény dalok kezelését és vetítését teszi lehetővé. - + &Song &Dal - + Import songs using the import wizard. Dalok importálása az importálás tündérrel. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + Import Error Importálás hiba - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions + + + Open OpenSong file + + + + + Error importing OpenSong file + + SongsPlugin.AuditDeleteDialog @@ -2895,22 +2940,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction Dalstatisztika kicsomagolása - + Select Date Range Időintervallum megadása - + to - + Report Location Helyszín jelentése @@ -2954,139 +2999,139 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? - Nem állította be a megjelenített nevet. Szeretné a vezetéknevet és a keresztnevet összeilleszteni? + You have not set a display name for the author, would you like me to combine the first and last names for you? + SongsPlugin.EditSongForm - + Song Editor Dalszerkesztő - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit &Szerkesztés - + Ed&it All - + &Delete &Törlés - + Title && Lyrics Cím és dalszöveg - + Authors Szerzők - + &Add to Song &Hozzáadás dalhoz - + &Remove &Eltávolítás - - &Manage Authors, Topics, Books - &Szerzők, témakörök, könyvek kezelése + + &Manage Authors, Topics, Song Books + - + Topic Témakör - + A&dd to Song &Hozzáadás dalhoz - + R&emove &Eltávolítás - + Song Book Daloskönyv - - Authors, Topics && Book - Szerzők, témakörök és könyv + + Authors, Topics && Song Book + - + Theme Téma - + New &Theme - + Copyright Information Szerzői jogi információ - + © - + CCLI Number: CCLI szám: - + Comments Megjegyzések - + Theme, Copyright Info && Comments Téma, szerzői jogi infók és megjegyzések @@ -3184,17 +3229,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.EditVerseForm - + Edit Verse Versszak szerkesztése - + &Verse type: - + &Insert @@ -3242,97 +3287,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Meg kell adni legalább egy CSV fájlt az importáláshoz. - + Starting import... Importálás indítása... - + Song Import Wizard Dalimportáló tündér - + Welcome to the Song Import Wizard Üdvözlet a dalimportáló tündérben - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. A tündérrel különféle formátumú dalokat lehet importálni. Az alább található Tovább gombra való kattintással indítható a folyamat első lépése a formátum kiválasztásával. - + Select Import Source Válassza ki az importálandó forrást - + Select the import format, and where to import from. Válassza ki a importálandó forrást és a helyet, ahonnan importálja. - + Format: Formátum: - + OpenLyrics - + OpenSong - + CCLI - + CSV - + Add Files... Fájlok hozzáadása... - + Remove File(s) Fájlok törlése - + Filename: Fájlnév: - + Browse... Tallózás... - + Importing Importálás - + Please wait while your songs are imported. Kérem, várjon, míg a dalok importálás alatt állnak. - + Ready. Kész. - + %p% @@ -3340,87 +3385,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song Dal - + Song Maintenance Dalok kezelése - + Maintain the lists of authors, topics and books A szerzők, témakörök, könyvek listájának kezelése - + Search: Keresés: - + Type: Típus: - + Clear - + Search Keresés - + Titles Címek - + Lyrics Dalszöveg - + Authors Szerzők - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? Valóban törölhető a dal? - + Delete %d songs? Valóban törölhetők a dalok: %d? - + Delete Confirmation Törlés megerősítése - + CCLI Licence: CCLI licenc: @@ -3429,8 +3474,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - Edit Book - Könyv szerkesztése + Song Book Maintenance + @@ -3485,8 +3530,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Books/Hymnals - Énekeskönyvek + Song Books + @@ -3504,94 +3549,114 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Törlés - + Error Hiba - - Couldn't add your author. - A szerzőt nem lehet hozzáadni. + + Could not add your author. + - - Couldn't add your topic. - A témakört nem lehet hozzáadni. + + This author already exists. + - - Couldn't add your book. - A könyvet nem lehet hozzáadni. + + Could not add your topic. + - - Couldn't save your author. - A szerzőt nem lehet menteni. + + This topic already exists. + - - Couldn't save your topic. - A témakört nem lehet menteni. + + Could not add your book. + - - Couldn't save your book. - A könyvet nem lehet menteni. + + This book already exists. + - + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + Delete Author Szerző törlése - + Are you sure you want to delete the selected author? A kiválasztott szerző biztosan törölhető? - - This author can't be deleted, they are currently assigned to at least one song. - Ez a szerző nem törölhető, mivel hozzá van rendelve legalább egy dalhoz. + + This author cannot be deleted, they are currently assigned to at least one song. + - + No author selected! Nincs kiválasztott szerző! - + Delete Topic Témakör törlése - + Are you sure you want to delete the selected topic? A kiválasztott témakör biztosan törölhető? - - This topic can't be deleted, it is currently assigned to at least one song. - Ez a témakör nem törölhető, mivel hozzá van rendelve legalább egy dalhoz. + + This topic cannot be deleted, it is currently assigned to at least one song. + - + No topic selected! Nincs kiválasztott témakör! - + Delete Book Könyv törlése - + Are you sure you want to delete the selected book? A kiválasztott könyv biztosan törölhető? - - This book can't be deleted, it is currently assigned to at least one song. - Ez a könyv nem törölhető, mivel hozzá van rendelve legalább egy dalhoz. + + This book cannot be deleted, it is currently assigned to at least one song. + + + + + No book selected! + Nincs kiválasztott könyv! @@ -3677,169 +3742,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme Téma importálása - + Delete Theme Téma törlése - + Error Hiba - + Edit Theme Téma szerkesztése - + Export Theme Téma exportálása - + Theme Exists A téma már létezik - + Save Theme - (%s) Téma mentése – (%s) - + Select Theme Import File Importálandó téma fájl kiválasztása - + New Theme Új téma - + You are unable to delete the default theme. Az alapértelmezett témát nem lehet törölni. - + You have not selected a theme. Nincs kiválasztva egy téma sem. - + File is not a valid theme. Nem érvényes témafájl. - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - + + Delete Confirmation + Törlés megerősítése + + + + Delete theme? + + + + Theme %s is use in %s plugin. - + Theme %s is use by the service manager. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - - A theme with this name already exists. Would you like to overwrite it? + + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_ko.ts b/resources/i18n/openlp_ko.ts index 1299b062a..e91578cde 100644 --- a/resources/i18n/openlp_ko.ts +++ b/resources/i18n/openlp_ko.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - + + &Alert + + + + + Show an alert message. + + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + + + + + AlertsPlugin.AlertForm + + + Alert Message + + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + + + + + &Save + + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + + + + + Font + + + + + pt + + + + + Alert timeout: + + + + + s + + + + + Location: + + + + + Preview + + + + + Top + + + + + Middle + + + + + Bottom + + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + + + + + BiblesPlugin + + + &Bible + + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + + + + + Verse Display + + + + + Only show new chapter numbers + + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + + + + + Welcome to the Bible Import Wizard + + + + + 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. + + + + + Select Import Source + + + + + Select the import format, and where to import from. + + + + + Format: + + + + + OSIS + + + + + CSV + + + + + OpenSong + + + + + Web Download + + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Location: + + + + + Crosswalk + + + + + BibleGateway + + + + + Bible: + + + + + Download Options + + + + + Server: + + + + + Username: + + + + + Password: + + + + + Proxy Server (Optional) + + + + + License Details + + + + + Set up the Bible's license details. + + + + + Version name: + + + + + Copyright: + + + + + Permission: + + + + + Importing + + + + + Please wait while your Bible is imported. + + + + + Ready. + + + + + Invalid Bible Location + + + + + You need to specify a file to import your Bible from. + + + + + Invalid Books File + + + + + You need to specify a file with books of the Bible to use in the import. + + + + + Invalid Verse File + + + + + You need to specify a file of Bible verses to import. + + + + + Invalid OpenSong Bible + + + + + You need to specify an OpenSong Bible file to import. + + + + + Empty Version Name + + + + + You need to specify a version name for your Bible. + + + + + Empty Copyright + + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + + + + + Bible Exists + + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open Verses CSV File + + + + + Open OpenSong Bible + + + + + Starting import... + + + + + Finished import. + + + + + Your Bible import failed. + + + + + BiblesPlugin.MediaItem + + + Bible + 성경 + + + + Quick + 즉시 + + + + Advanced + + + + + Version: + + + + + Dual: + + + + + Search type: + + + + + Find: + + + + + Search + + + + + Results: + + + + + Book: + + + + + Chapter: + + + + + Verse: + + + + + From: + + + + + To: + + + + + Verse Search + + + + + Text Search + + + + + Clear + + + + + Keep + + + + + No Book Found + + + + + No matching book could be found in this Bible. + + + + + etc + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + + + + + CustomPlugin.CustomTab + + + Custom + + + + + Custom Display + + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add New + + + + + Add a new slide at bottom. + + + + + Edit + + + + + Edit the selected slide. + + + + + Edit All + + + + + Edit all the slides at once. + + + + + Save + + + + + Save the slide currently being edited. + + + + + Delete + + + + + Delete the selected slide. + + + + + Clear + + + + + Clear edit area + + + + + Split Slide + + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + + + + + Error + + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + + + + + Image Settings + + + + + sec + + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + + + + + Select Image(s) + + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + + + + + You must select an item to process. + + + + + MediaManagerItem + + + No Items Selected + + + + + Delete the selected item + + + + + You must select one or more items + + + + + &Add to Service + + + + + Send the selected item live + + + + + Add the selected item(s) to the service + + + + + &Show Live + + + + + Preview the selected item + + + + + You must select one or more items. + + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Add to selected Service Item + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + No items selected + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + + + + + MediaPlugin.MediaItem + + + Media + + + + + Select Media + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + About OpenLP - + OpenLP <version><revision> - 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. @@ -19,12 +1108,12 @@ OpenLP is written and maintained by volunteers. If you would like to see more fr - + About - + Project Lead Raoul "superfly" Snyman @@ -57,12 +1146,12 @@ Packagers - + Credits - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -197,17 +1286,17 @@ This General Public License does not permit incorporating your program into prop - + License - + Contribute - + Close @@ -218,1348 +1307,471 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - - - - - &Save - - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - - - - - Font - - - - - Font Name: - - - - - Font Color: - - - - - Background Color: - - - - - Font Size: - - - - - pt - - - - - Alert timeout: - - - - - s - - - - - Location: - - - - - Preview - - - - - openlp.org - - - - - Top - - - - - Middle - - - - - Bottom - - - - - AmendThemeForm - - - Theme Maintenance - - - - - &Visibility: - - - - - Opaque - - - - - Transparent - - - - - Type: - - - - - Solid Color - - - - - Gradient - - - - - Image - - - - - Image: - - - - - Gradient: - - - - - Horizontal - - - - - Vertical - - - - - Circular - - - - - &Background - - - - - Main Font - - - - - Font: - - - - - Color: - - - - - Size: - - - - - pt - - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Normal - - - - - Bold - - - - - Italics - - - - - Bold/Italics - - - - - Style: - - - - - Display Location - - - - - X position: - - - - - Y position: - - - - - Width: - - - - - Height: - - - - - px - - - - - &Main Font - - - - - Footer Font - - - - - &Footer Font - - - - - Outline - - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow - - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Alignment - - - - - Horizontal align: - - - - - Left - - - - - Right - - - - - Center - - - - - Vertical align: - - - - - Top - - - - - Middle - - - - - Bottom - - - - - Slide Transition - - - - - &Other Options - - - - - Preview - - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - - - - - &Bible - - - - - BiblesPlugin.BiblesTab - - - Verse Display - - - - - Only show new chapter numbers - - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - - - - - Welcome to the Bible Import Wizard - - - - - 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. - - - - - Select Import Source - - - - - Select the import format, and where to import from. - - - - - Format: - - - - - OSIS - - - - - CSV - - - - - OpenSong - - - - - Web Download - - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - - - - - Crosswalk - - - - - BibleGateway - - - - - Bible: - - - - - Download Options - - - - - Server: - - - - - Username: - - - - - Password: - - - - - Proxy Server (Optional) - - - - - License Details - - - - - Set up the Bible's license details. - - - - - Version name: - - - - - Copyright: - - - - - Permission: - - - - - Importing - - - - - Please wait while your Bible is imported. - - - - - Ready. - - - - - Invalid Bible Location - - - - - You need to specify a file to import your Bible from. - - - - - Invalid Books File - - - - - You need to specify a file with books of the Bible to use in the import. - - - - - Invalid Verse File - - - - - You need to specify a file of Bible verses to import. - - - - - Invalid OpenSong Bible - - - - - You need to specify an OpenSong Bible file to import. - - - - - Empty Version Name - - - - - You need to specify a version name for your Bible. - - - - - Empty Copyright - - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - - - - - Bible Exists - - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open Verses CSV File - - - - - Open OpenSong Bible - - - - - Starting import... - - - - - Finished import. - - - - - Your Bible import failed. - - - - - BiblesPlugin.MediaItem - - - Bible - 성경 - - - - Quick - 즉시 - - - + Advanced - - Version: + + UI Settings - - Dual: + + Number of recent files to display: - - Search type: + + Save currently selected media manager plugin - - Find: - - - - - Search - - - - - Results: - - - - - Book: - - - - - Chapter: - - - - - Verse: - - - - - From: - - - - - To: - - - - - Verse Search - - - - - Text Search - - - - - Clear - - - - - Keep - - - - - No Book Found - - - - - No matching book could be found in this Bible. - - - - - etc - - - - - Bible not fully loaded. + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - - - - - CustomPlugin - - - <b>Custom Plugin</b><br>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.<br> - - - - - CustomPlugin.CustomTab - - - Custom + + Theme Maintenance - - Custom Display + + Theme &name: - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides + + &Visibility: - - Move slide up once position. + + Opaque - - Move slide down one position. + + Transparent - - &Title: + + Type: - - Add New + + Solid Color - - Add a new slide at bottom. + + Gradient - - Edit + + Image - - Edit the selected slide. + + Image: - - Edit All + + Gradient: - - Edit all the slides at once. + + Horizontal - - Save + + Vertical - - Save the slide currently being edited. + + Circular - - Delete + + &Background - - Delete the selected slide. + + Main Font - - Clear + + Font: - - Clear edit area + + Color: - - Split Slide + + Size: - - Split a slide into two by inserting a slide splitter. + + pt - - The&me: + + Wrap indentation: - - &Credits: + + Adjust line spacing: - - Save && Preview + + Normal - - Error + + Bold - - You need to type in a title. + + Italics - - You need to add at least one slide + + Bold/Italics - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom + + Style: - - You haven't selected an item to edit. + + Display Location - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays + + Use default location - - Default Settings + + X position: - - X: + + Y position: - - Y: - - - - - Height: - - - - + Width: - - Custom Settings + + Height: - - Width + + px - - Override display settings + + &Main Font + + + + + Footer Font + + + + + &Footer Font + + + + + Outline + + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + + + + + Horizontal align: + + + + + Left + + + + + Right + + + + + Center + + + + + Vertical align: + + + + + Top + + + + + Middle + + + + + Bottom + + + + + Slide Transition + + + + + Transition active + + + + + &Other Options + + + + + Preview + + + + + All Files + + + + + Select Image + + + + + First color: + + + + + Second color: + + + + + Slide height is %s rows. - GeneralTab + OpenLP.GeneralTab - - CCLI Details - - - - - primary - - - - - Application Startup - - - - + Select monitor for output display: - - Application Settings + + Display if a single screen - - SongSelect Username: + + Application Startup - - CCLI Number: - - - - - Automatically open the last service - - - - - Preview Next Song from Service Manager - - - - + Show blank screen warning - + + Automatically open the last service + + + + + Show the splash screen + + + + + Application Settings + + + + Prompt to save Service before starting New + + + Preview Next Song from Service Manager + + + + + SongSelect Username: + + + + + SongSelect Password: + + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + General - - Show the splash screen - - - - - Screen - - - - + Monitors - - SongSelect Password: + + Screen - - Display if a single screen + + primary + + + + + CCLI Details + + + + + CCLI Number: - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - - - - - Image Settings - - - - - Slide Loop Delay: - - - - - sec - - - - - ImagePlugin.MediaItem - - - Image - - - - - Select Image(s) - - - - - All Files - - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - Image(s) - - - - - You must select an item to process. - - - - - LanguageManager + OpenLP.LanguageManager Language @@ -1567,30 +1779,15 @@ Changes do not affect verses already in the service. - After restart new Language settings will be used. + Please restart OpenLP to use your new language setting. - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - - - - - OpenLP Version Updated - - - - - Save Changes to Service? - - - - - OpenLP Main Display Blanked + + English @@ -1598,11 +1795,6 @@ Changes do not affect verses already in the service. OpenLP 2.0 - - - English - - &File @@ -1639,7 +1831,7 @@ Changes do not affect verses already in the service. - + &Language @@ -1674,515 +1866,338 @@ Changes do not affect verses already in the service. - + Create a new service. - + Ctrl+N - + &Open - + Open Service - + Open an existing service. - + Ctrl+O - + &Save - + Save Service - + Save the current service to disk. - + Ctrl+S - + Save &As... - + Save Service As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit - + Quit OpenLP - + Alt+F4 - + &Theme - + &Configure OpenLP... - + &Media Manager - + Toggle Media Manager - + Toggle the visibility of the media manager. - + F8 - + &Theme Manager - + Toggle Theme Manager - + Toggle the visibility of the theme manager. - + F10 - + &Service Manager - + Toggle Service Manager - + Toggle the visibility of the service manager. - + F9 - + &Preview Panel - + Toggle Preview Panel - + Toggle the visibility of the preview panel. - + F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 - + &Plugin List - + List the Plugins - + Alt+F7 - + &User Guide - + &About - + More information about OpenLP - + Ctrl+F1 - + &Online Help - + &Web Site - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live - + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + + + + + OpenLP Main Display Blanked + + + + + The Main Display has been blanked out + + + + + Save Changes to Service? + + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - No Items Selected - - - - - Delete the selected item - - - - - You must select one or more items - - - - - &Add to Service - - - - - Send the selected item live - - - - - Add the selected item(s) to the service - - - - - &Show Live - - - - - Preview the selected item - - - - - You must select one or more items. - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - - - - - MediaPlugin.MediaItem - - - Media - - - - - Select Media - - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2244,7 +2259,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. @@ -2252,37 +2267,47 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation - + Select Presentation(s) - + Automatic - + Present using: - + File exists - + A presentation with that filename already exists. - + + Unsupported file + + + + + This type of presentation is not supported + + + + You must select an item to delete. @@ -2290,17 +2315,17 @@ You can download the latest version from http://openlp.org PresentationPlugin.PresentationTab - + Presentations - + Available Controllers - + available @@ -2352,178 +2377,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Changes to Service? - + Open Service - + Move to top - + Create a new service - + Save this service - + Theme: - + Delete From Service - + &Change Item Theme - + Save Service - + OpenLP Service Files (*.osz) - + &Live Verse - + Move to &top - + New Service - + &Notes - + Move to end - + &Delete From Service - + Select a theme for the service - + Move up order - + Move down order - + Move &down - + Load an existing service - + &Preview Verse - + Move &up - + &Edit Item - + Move to &bottom - + &Add New Item - + &Add to Selected Item - + &Maintain Item - + Your service is unsaved, do you want to save those changes before creating a new one? - + Your current service is unsaved, do you want to save the changes before opening a new one? - + Error - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it @@ -2539,8 +2564,8 @@ The content encoding is not UTF-8. SettingsForm - - Settings + + Configure OpenLP @@ -2552,12 +2577,12 @@ The content encoding is not UTF-8. - + Go to Verse - + Start continuous loop @@ -2567,12 +2592,12 @@ The content encoding is not UTF-8. - + Start playing media - + Move to live @@ -2587,12 +2612,12 @@ The content encoding is not UTF-8. - + Edit and re-preview Song - + Delay between slides in seconds @@ -2607,12 +2632,12 @@ The content encoding is not UTF-8. - + Stop continuous loop - + s @@ -2668,58 +2693,78 @@ The content encoding is not UTF-8. SongsPlugin - + &Song - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + + Open OpenSong file + + + + + Error importing OpenSong file + + + + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2735,22 +2780,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction - + Select Date Range - + to - + Report Location @@ -2794,139 +2839,139 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? + You have not set a display name for the author, would you like me to combine the first and last names for you? SongsPlugin.EditSongForm - + Song Editor - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit - + Ed&it All - + &Delete - + Title && Lyrics - + Authors - + &Add to Song - + &Remove - - &Manage Authors, Topics, Books + + &Manage Authors, Topics, Song Books - + Topic - + A&dd to Song - + R&emove - + Song Book - - Authors, Topics && Book + + Authors, Topics && Song Book - + Theme - + New &Theme - + Copyright Information - + © - + CCLI Number: - + Comments - + Theme, Copyright Info && Comments @@ -3024,17 +3069,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.EditVerseForm - + Edit Verse - + &Verse type: - + &Insert @@ -3082,97 +3127,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Starting import... - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source - + Select the import format, and where to import from. - + Format: - + OpenLyrics - + OpenSong - + CCLI - + CSV - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing - + Please wait while your songs are imported. - + Ready. - + %p% @@ -3180,87 +3225,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song - + Song Maintenance - + Maintain the lists of authors, topics and books - + Search: - + Type: - + Clear - + Search - + Titles - + Lyrics - + Authors - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? - + Delete Confirmation - + CCLI Licence: @@ -3269,7 +3314,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - Edit Book + Song Book Maintenance @@ -3325,7 +3370,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Books/Hymnals + Song Books @@ -3344,93 +3389,113 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error - - Couldn't add your author. + + Could not add your author. - - Couldn't add your topic. + + This author already exists. - - Couldn't add your book. + + Could not add your topic. - - Couldn't save your author. + + This topic already exists. - - Couldn't save your topic. + + Could not add your book. - - Couldn't save your book. + + This book already exists. - + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + Delete Author - + Are you sure you want to delete the selected author? - - This author can't be deleted, they are currently assigned to at least one song. + + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! - + Delete Topic - + Are you sure you want to delete the selected topic? - - This topic can't be deleted, it is currently assigned to at least one song. + + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book - + Are you sure you want to delete the selected book? - - This book can't be deleted, it is currently assigned to at least one song. + + This book cannot be deleted, it is currently assigned to at least one song. + + + + + No book selected! @@ -3517,169 +3582,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme - + Delete Theme - + Error - + File is not a valid theme. - + Edit Theme - + Export Theme - + You are unable to delete the default theme. - + Theme Exists - + Save Theme - (%s) - + Select Theme Import File - + New Theme - + You have not selected a theme. - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - + + Delete Confirmation + + + + + Delete theme? + + + + Theme %s is use in %s plugin. - + Theme %s is use by the service manager. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - - A theme with this name already exists. Would you like to overwrite it? + + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_nb.ts b/resources/i18n/openlp_nb.ts index e730187fc..f9a72ab34 100644 --- a/resources/i18n/openlp_nb.ts +++ b/resources/i18n/openlp_nb.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - + + &Alert + + + + + Show an alert message. + + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + + + + + AlertsPlugin.AlertForm + + + Alert Message + Varsel-melding + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + &Ny + + + + &Save + &Lagre + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + + + + + Font + Skrifttype + + + + pt + + + + + Alert timeout: + + + + + s + + + + + Location: + + + + + Preview + + + + + Top + Topp + + + + Middle + Midtstilt + + + + Bottom + + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + OpenLP 2.0 + + + + BiblesPlugin + + + &Bible + + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bibel-tillegg</strong><br /> Dette tillegget gjør det mulig at bibelvers fra ulike kilder vises på skjermen under møtet. + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + Bibler + + + + Verse Display + + + + + Only show new chapter numbers + + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + Bibelimporteringsverktøy + + + + Welcome to the Bible Import Wizard + + + + + 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. + Denne veiviseren vil hjelpe deg å importere Bibler fra en rekke ulike formater. Klikk på neste-knappen under for å starte prosessen ved å velge et format å importere fra. + + + + Select Import Source + Velg importeringskilde + + + + Select the import format, and where to import from. + + + + + Format: + Format: + + + + OSIS + + + + + CSV + + + + + OpenSong + OpenSong + + + + Web Download + + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Location: + + + + + Crosswalk + + + + + BibleGateway + BibleGateway + + + + Bible: + Bibel: + + + + Download Options + Nedlastingsalternativer + + + + Server: + Server: + + + + Username: + Brukernavn: + + + + Password: + + + + + Proxy Server (Optional) + + + + + License Details + Lisensdetaljer + + + + Set up the Bible's license details. + Skriv inn Bibelens lisensdetaljer. + + + + Version name: + + + + + Copyright: + Copyright: + + + + Permission: + Tillatelse: + + + + Importing + + + + + Please wait while your Bible is imported. + + + + + Ready. + Klar. + + + + Invalid Bible Location + Ugyldig Bibelplassering + + + + You need to specify a file to import your Bible from. + + + + + Invalid Books File + + + + + You need to specify a file with books of the Bible to use in the import. + Du må angi en fil som inneholder bøkene i Bibelen. + + + + Invalid Verse File + + + + + You need to specify a file of Bible verses to import. + Du må angi en fil med bibelvers som skal importeres. + + + + Invalid OpenSong Bible + Ugyldig OpenSong Bibel + + + + You need to specify an OpenSong Bible file to import. + + + + + Empty Version Name + Tomt versjonnavn + + + + You need to specify a version name for your Bible. + + + + + Empty Copyright + Tom copyright + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + Du må angi hvem som har opphavsrett til denne bibelutgaven! Bibler som ikke er tilknyttet noen opphavsrett må bli merket med dette. + + + + Bible Exists + Bibelen eksisterer + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open Verses CSV File + + + + + Open OpenSong Bible + + + + + Starting import... + + + + + Finished import. + Import fullført. + + + + Your Bible import failed. + Bibelimporteringen mislyktes. + + + + BiblesPlugin.MediaItem + + + Bible + Bibel + + + + Quick + Rask + + + + Advanced + Avansert + + + + Version: + + + + + Dual: + Dobbel: + + + + Search type: + + + + + Find: + Finn: + + + + Search + Søk + + + + Results: + Resultat: + + + + Book: + Bok: + + + + Chapter: + Kapittel + + + + Verse: + + + + + From: + Fra: + + + + To: + Til: + + + + Verse Search + Søk i vers + + + + Text Search + Tekstsøk + + + + Clear + + + + + Keep + Behold + + + + No Book Found + Ingen bøker funnet + + + + No matching book could be found in this Bible. + Finner ingen matchende bøker i denne Bibelen. + + + + etc + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + + + + + CustomPlugin.CustomTab + + + Custom + + + + + Custom Display + Tilpasset visning + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + Rediger egendefinerte lysbilder + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add New + Legg til Ny + + + + Add a new slide at bottom. + + + + + Edit + + + + + Edit the selected slide. + + + + + Edit All + + + + + Edit all the slides at once. + + + + + Save + Lagre + + + + Save the slide currently being edited. + + + + + Delete + + + + + Delete the selected slide. + + + + + Clear + + + + + Clear edit area + + + + + Split Slide + + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + + + + + Error + Feil + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + + + + + Image Settings + Bildeinnstillinger + + + + sec + sek + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + + + + + Select Image(s) + Velg bilde(r) + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + Bilde(r) + + + + You must select an item to process. + + + + + MediaManagerItem + + + You must select one or more items + Du må velge ett eller flere elementer + + + + &Add to Service + &Legg til i møteplan + + + + Send the selected item live + + + + + Add the selected item(s) to the service + + + + + Delete the selected item + + + + + &Show Live + + + + + Preview the selected item + + + + + No Items Selected + + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Add to selected Service Item + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <b>Media-tillegg</b><br> Dette tillegget spiller av lyd og video. + + + + MediaPlugin.MediaItem + + + Media + + + + + Select Media + Velg media + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + About OpenLP - + OpenLP <version><revision> - 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. @@ -19,12 +1108,12 @@ OpenLP is written and maintained by volunteers. If you would like to see more fr - + About Om - + Project Lead Raoul "superfly" Snyman @@ -57,12 +1146,12 @@ Packagers - + Credits - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -197,17 +1286,17 @@ This General Public License does not permit incorporating your program into prop - + License Lisens - + Contribute - + Close Lukk @@ -218,1348 +1307,471 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - Varsel-melding - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - &Ny - - - - &Save - &Lagre - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - - - - - Font - Skrifttype - - - - Font Name: - - - - - Font Color: - - - - - Background Color: - - - - - Font Size: - - - - - pt - - - - - Alert timeout: - - - - - s - - - - - Location: - - - - - Preview - - - - - openlp.org - - - - - Top - Topp - - - - Middle - Midtstilt - - - - Bottom - - - - - AmendThemeForm - - - Theme Maintenance - Vedlikehold av tema - - - - &Visibility: - - - - - Opaque - Gjennomsiktighet - - - - Transparent - Gjennomsiktig - - - - Type: - Type: - - - - Solid Color - Ensfarget - - - - Gradient - - - - - Image - - - - - Image: - - - - - Gradient: - - - - - Horizontal - - - - - Vertical - Vertikal - - - - Circular - - - - - &Background - - - - - Main Font - Hovedskrifttype - - - - Font: - - - - - Color: - - - - - Size: - Størrelse: - - - - pt - - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Normal - Normal - - - - Bold - Fet - - - - Italics - Kursiv - - - - Bold/Italics - - - - - Style: - - - - - Display Location - - - - - X position: - - - - - Y position: - - - - - Width: - Bredde: - - - - Height: - Høyde: - - - - px - - - - - &Main Font - - - - - Footer Font - Skrifttype bunntekst - - - - &Footer Font - - - - - Outline - Omriss - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow - Skygge - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Alignment - Justering - - - - Horizontal align: - - - - - Left - - - - - Right - - - - - Center - Sentrert - - - - Vertical align: - - - - - Top - Topp - - - - Middle - Midtstilt - - - - Bottom - - - - - Slide Transition - Lysbildeovergang - - - - &Other Options - - - - - Preview - - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bibel-tillegg</strong><br /> Dette tillegget gjør det mulig at bibelvers fra ulike kilder vises på skjermen under møtet. - - - - &Bible - - - - - BiblesPlugin.BiblesTab - - - Verse Display - - - - - Only show new chapter numbers - - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - Bibler - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - Bibelimporteringsverktøy - - - - Welcome to the Bible Import Wizard - - - - - 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. - Denne veiviseren vil hjelpe deg å importere Bibler fra en rekke ulike formater. Klikk på neste-knappen under for å starte prosessen ved å velge et format å importere fra. - - - - Select Import Source - Velg importeringskilde - - - - Select the import format, and where to import from. - - - - - Format: - Format: - - - - OSIS - - - - - CSV - - - - - OpenSong - OpenSong - - - - Web Download - - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - - - - - Crosswalk - - - - - BibleGateway - BibleGateway - - - - Bible: - Bibel: - - - - Download Options - Nedlastingsalternativer - - - - Server: - Server: - - - - Username: - Brukernavn: - - - - Password: - - - - - Proxy Server (Optional) - - - - - License Details - Lisensdetaljer - - - - Set up the Bible's license details. - Skriv inn Bibelens lisensdetaljer. - - - - Version name: - - - - - Copyright: - Copyright: - - - - Permission: - Tillatelse: - - - - Importing - - - - - Please wait while your Bible is imported. - - - - - Ready. - Klar. - - - - Invalid Bible Location - Ugyldig Bibelplassering - - - - You need to specify a file to import your Bible from. - - - - - Invalid Books File - - - - - You need to specify a file with books of the Bible to use in the import. - Du må angi en fil som inneholder bøkene i Bibelen. - - - - Invalid Verse File - - - - - You need to specify a file of Bible verses to import. - Du må angi en fil med bibelvers som skal importeres. - - - - Invalid OpenSong Bible - Ugyldig OpenSong Bibel - - - - You need to specify an OpenSong Bible file to import. - - - - - Empty Version Name - Tomt versjonnavn - - - - You need to specify a version name for your Bible. - - - - - Empty Copyright - Tom copyright - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - Du må angi hvem som har opphavsrett til denne bibelutgaven! Bibler som ikke er tilknyttet noen opphavsrett må bli merket med dette. - - - - Bible Exists - Bibelen eksisterer - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open Verses CSV File - - - - - Open OpenSong Bible - - - - - Starting import... - - - - - Finished import. - Import fullført. - - - - Your Bible import failed. - Bibelimporteringen mislyktes. - - - - BiblesPlugin.MediaItem - - - Bible - Bibel - - - - Quick - Rask - - - + Advanced Avansert - - Version: + + UI Settings - - Dual: - Dobbel: - - - - Search type: + + Number of recent files to display: - - Find: - Finn: - - - - Search - Søk - - - - Results: - Resultat: - - - - Book: - Bok: - - - - Chapter: - Kapittel - - - - Verse: + + Save currently selected media manager plugin - - From: - Fra: - - - - To: - Til: - - - - Verse Search - Søk i vers - - - - Text Search - Tekstsøk - - - - Clear - - - - - Keep - Behold - - - - No Book Found - Ingen bøker funnet - - - - No matching book could be found in this Bible. - Finner ingen matchende bøker i denne Bibelen. - - - - etc - - - - - Bible not fully loaded. + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - + + Theme Maintenance + Vedlikehold av tema - - - CustomPlugin - - <b>Custom Plugin</b><br>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.<br> - - - - - CustomPlugin.CustomTab - - - Custom + + Theme &name: - - Custom Display - Tilpasset visning - - - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides - Rediger egendefinerte lysbilder - - - - Move slide up once position. + + &Visibility: - - Move slide down one position. + + Opaque + Gjennomsiktighet + + + + Transparent + Gjennomsiktig + + + + Type: + Type: + + + + Solid Color + Ensfarget + + + + Gradient - - &Title: + + Image - - Add New - Legg til Ny - - - - Add a new slide at bottom. + + Image: - - Edit + + Gradient: - - Edit the selected slide. + + Horizontal - - Edit All + + Vertical + Vertikal + + + + Circular - - Edit all the slides at once. + + &Background - - Save - Lagre + + Main Font + Hovedskrifttype - - Save the slide currently being edited. + + Font: - - Delete + + Color: - - Delete the selected slide. + + Size: + Størrelse: + + + + pt - - Clear + + Wrap indentation: - - Clear edit area + + Adjust line spacing: - - Split Slide + + Normal + Normal + + + + Bold + Fet + + + + Italics + Kursiv + + + + Bold/Italics - - Split a slide into two by inserting a slide splitter. + + Style: - - The&me: + + Display Location - - &Credits: + + Use default location - - Save && Preview + + X position: - - Error - Feil - - - - You need to type in a title. + + Y position: - - You need to add at least one slide - - - - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom - - - - - You haven't selected an item to edit. - - - - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays - - - - - Default Settings - - - - - X: - - - - - Y: - - - - - Height: - Høyde: - - - + Width: Bredde: - - Custom Settings + + Height: + Høyde: + + + + px - - Width + + &Main Font - - Override display settings + + Footer Font + Skrifttype bunntekst + + + + &Footer Font + + + + + Outline + Omriss + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + Skygge + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + Justering + + + + Horizontal align: + + + + + Left + + + + + Right + + + + + Center + Sentrert + + + + Vertical align: + + + + + Top + Topp + + + + Middle + Midtstilt + + + + Bottom + + + + + Slide Transition + Lysbildeovergang + + + + Transition active + + + + + &Other Options + + + + + Preview + + + + + All Files + + + + + Select Image + + + + + First color: + + + + + Second color: + + + + + Slide height is %s rows. - GeneralTab + OpenLP.GeneralTab - - CCLI Details - CCLI-detaljer - - - - SongSelect Password: - SongSelect-passord: - - - - primary - primær - - - - Application Startup - Programoppstart - - - + Select monitor for output display: Velg hvilken skjerm som skal brukes til fremvisning: - - Application Settings - Programinnstillinger + + Display if a single screen + - - SongSelect Username: - SongSelect-brukernavn: + + Application Startup + Programoppstart - - CCLI Number: - CCLI-nummer: - - - - Automatically open the last service - Åpne forrige møteplan automatisk - - - - Preview Next Song from Service Manager - Forhåndsvis neste sang i møteplanen - - - + Show blank screen warning - + + Automatically open the last service + Åpne forrige møteplan automatisk + + + + Show the splash screen + + + + + Application Settings + Programinnstillinger + + + Prompt to save Service before starting New + + + Preview Next Song from Service Manager + Forhåndsvis neste sang i møteplanen + + + + SongSelect Username: + SongSelect-brukernavn: + + + + SongSelect Password: + SongSelect-passord: + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + General - - Show the splash screen - - - - - Screen - - - - + Monitors - - Display if a single screen + + Screen + + + primary + primær + + + + CCLI Details + CCLI-detaljer + + + + CCLI Number: + CCLI-nummer: + - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - - - - - Image Settings - Bildeinnstillinger - - - - Slide Loop Delay: - - - - - sec - sek - - - - ImagePlugin.MediaItem - - - Image - - - - - Select Image(s) - Velg bilde(r) - - - - All Files - - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - Image(s) - Bilde(r) - - - - You must select an item to process. - - - - - LanguageManager + OpenLP.LanguageManager Language @@ -1567,42 +1779,22 @@ Changes do not affect verses already in the service. - After restart new Language settings will be used. + Please restart OpenLP to use your new language setting. - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - - - - - OpenLP Version Updated - OpenLP versjonen har blitt oppdatert - - - - Save Changes to Service? - Lagre endringer til møteplanen? - - - - OpenLP Main Display Blanked - + + English + Norsk OpenLP 2.0 OpenLP 2.0 - - - English - Norsk - &File @@ -1639,7 +1831,7 @@ Changes do not affect verses already in the service. &Innstillinger - + &Language &Språk @@ -1674,515 +1866,338 @@ Changes do not affect verses already in the service. Ny møteplan - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Åpne - + Open Service Åpne møteplan - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Lagre - + Save Service Lagre møte - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... - + Save Service As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Avslutt - + Quit OpenLP Avslutt OpenLP - + Alt+F4 Alt+F4 - + &Theme &Tema - + &Configure OpenLP... - + &Media Manager - + Toggle Media Manager - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager - + Toggle Theme Manager Åpne tema-behandler - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager - + Toggle Service Manager Vis møteplanlegger - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Forhåndsvisningspanel - + Toggle Preview Panel Vis forhåndsvisningspanel - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Tillegsliste - + List the Plugins Hent liste over tillegg - + Alt+F7 ALT+F7 - + &User Guide &Brukerveiledning - + &About &Om - + More information about OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help - + &Web Site &Internett side - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... Legg til & Verktøy... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Direkte - + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + OpenLP versjonen har blitt oppdatert + + + + OpenLP Main Display Blanked + + + + + The Main Display has been blanked out + + + + + Save Changes to Service? + Lagre endringer til møteplanen? + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - You must select one or more items - Du må velge ett eller flere elementer - - - - &Add to Service - &Legg til i møteplan - - - - Send the selected item live - - - - - Add the selected item(s) to the service - - - - - Delete the selected item - - - - - &Show Live - - - - - Preview the selected item - - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Media-tillegg</b><br> Dette tillegget spiller av lyd og video. - - - - MediaPlugin.MediaItem - - - Media - - - - - Select Media - Velg media - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2244,7 +2259,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. <b>Presentasjonstillegg</b> <br> Gir deg mulighet til å vise presentasjoner ved hjelp av en rekke ulike programmer. Programmene som er tilgjengelige finner du i rullemenyen. @@ -2252,37 +2267,47 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation Presentasjon - + Select Presentation(s) Velg presentasjon(er) - + Automatic Automatisk - + Present using: Presenter ved hjelp av: - + File exists Filen eksisterer - + A presentation with that filename already exists. - + + Unsupported file + + + + + This type of presentation is not supported + + + + You must select an item to delete. @@ -2290,17 +2315,17 @@ You can download the latest version from http://openlp.org PresentationPlugin.PresentationTab - + Presentations - + Available Controllers - + available @@ -2352,178 +2377,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Service Lagre møte - + Save Changes to Service? Lagre endringer til møteplanen? - + Open Service Åpne møteplan - + Move to top Flytt til toppen - + Create a new service Opprett ny møteplan - + Save this service Lagre møteplan - + Theme: Tema: - + Delete From Service Slett fra møteplan - + &Change Item Theme &Bytt objekttema - + &Preview Verse &Forhåndsvis vers - + OpenLP Service Files (*.osz) OpenLP møteplan (*.osz) - + &Live Verse &Direktevers - + Move to &top Flytt til &toppen - + New Service Ny møteplan - + &Notes &Notis - + &Delete From Service - + Select a theme for the service - + Move up order - + Move down order - + Move &down - + Load an existing service - + Move to end - + Move &up - + &Edit Item - + Move to &bottom - + &Add New Item - + &Add to Selected Item - + &Maintain Item - + Your service is unsaved, do you want to save those changes before creating a new one? - + Your current service is unsaved, do you want to save the changes before opening a new one? - + Error Feil - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it @@ -2539,9 +2564,9 @@ The content encoding is not UTF-8. SettingsForm - - Settings - Innstillinger + + Configure OpenLP + @@ -2552,22 +2577,22 @@ The content encoding is not UTF-8. Flytt til forrige - + Edit and re-preview Song Endre og forhåndsvis sang - + Delay between slides in seconds Forsinkelse mellom lysbilder i sekund - + Go to Verse Gå til vers - + Start continuous loop Start kontinuerlig løkke @@ -2577,12 +2602,12 @@ The content encoding is not UTF-8. Direkte - + Start playing media Start avspilling av media - + Move to live @@ -2607,12 +2632,12 @@ The content encoding is not UTF-8. - + Stop continuous loop - + s @@ -2668,58 +2693,78 @@ The content encoding is not UTF-8. SongsPlugin - + &Song &Sang - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + + Open OpenSong file + + + + + Error importing OpenSong file + + + + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2735,22 +2780,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction - + Select Date Range Velg dato-område - + to til - + Report Location @@ -2794,139 +2839,139 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? - Du har ikke angitt et visningsnavn for forfatteren, vil du bruke forfatterens fulle navn som visningsnavn? + You have not set a display name for the author, would you like me to combine the first and last names for you? + SongsPlugin.EditSongForm - + Song Editor Sangredigeringsverktøy - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit &Rediger - + Ed&it All - + &Delete - + Title && Lyrics Tittel && Sangtekst - + Authors - + &Add to Song - + &Remove &Fjern - - &Manage Authors, Topics, Books + + &Manage Authors, Topics, Song Books - + Topic Emne - + A&dd to Song - + R&emove &Fjern - + Song Book - - Authors, Topics && Book - Forfatter, Emne && Bok + + Authors, Topics && Song Book + - + Theme Tema - + New &Theme - + Copyright Information Copyright-informasjon - + © - + CCLI Number: CCLI-nummer: - + Comments - + Theme, Copyright Info && Comments @@ -3024,17 +3069,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.EditVerseForm - + Edit Verse Rediger Vers - + &Verse type: - + &Insert @@ -3082,97 +3127,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Starting import... - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source Velg importeringskilde - + Select the import format, and where to import from. - + Format: Format: - + OpenLyrics - + OpenSong OpenSong - + CCLI - + CSV - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing - + Please wait while your songs are imported. - + Ready. Klar. - + %p% @@ -3180,87 +3225,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song Sang - + Song Maintenance - + Maintain the lists of authors, topics and books Rediger liste over forfattere, emner og bøker. - + Search: Søk: - + Type: Type: - + Clear - + Search Søk - + Titles Titler - + Lyrics - + Authors - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? - + Delete Confirmation - + CCLI Licence: CCLI lisens: @@ -3269,8 +3314,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - Edit Book - Rediger bok + Song Book Maintenance + @@ -3325,7 +3370,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Books/Hymnals + Song Books @@ -3344,94 +3389,114 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Feil - - Couldn't add your author. - Kunne ikke legge til forfatteren. - - - - Couldn't add your topic. - Kunne ikke legge til emnet. - - - - Couldn't add your book. - Kunne ikke legge til boken. - - - - Couldn't save your author. - Kunne ikke lagre forfatteren - - - - Couldn't save your topic. - Kunne ikke lagre emnet. - - - - Couldn't save your book. + + Could not add your author. - + + This author already exists. + + + + + Could not add your topic. + + + + + This topic already exists. + + + + + Could not add your book. + + + + + This book already exists. + + + + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + Delete Author - + Are you sure you want to delete the selected author? Er du sikker på at du vil slette den valgte forfatteren? - - This author can't be deleted, they are currently assigned to at least one song. - Denne forfatteren kan ikke slettes, den er knyttet til minst én sang. + + This author cannot be deleted, they are currently assigned to at least one song. + - + No author selected! Ingen forfatter er valgt! - + Delete Topic Slett emne - + Are you sure you want to delete the selected topic? - - This topic can't be deleted, it is currently assigned to at least one song. + + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book Slett bok - + Are you sure you want to delete the selected book? Er du sikker på at du vil slette den merkede boken? - - This book can't be deleted, it is currently assigned to at least one song. - Denne boken kan ikke slettes, den er tilknyttet minst én sang. + + This book cannot be deleted, it is currently assigned to at least one song. + + + + + No book selected! + Ingen bok er valgt! @@ -3517,169 +3582,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme Importer tema - + Delete Theme Slett tema - + Error Feil - + Edit Theme Endre tema - + Export Theme Eksporter tema - + You are unable to delete the default theme. Du kan ikke slette det globale temaet - + File is not a valid theme. Filen er ikke et gyldig tema. - + Theme Exists Temaet eksisterer - + Save Theme - (%s) - + Select Theme Import File - + New Theme - + You have not selected a theme. - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - + + Delete Confirmation + + + + + Delete theme? + + + + Theme %s is use in %s plugin. - + Theme %s is use by the service manager. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - - A theme with this name already exists. Would you like to overwrite it? + + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_pt_BR.ts b/resources/i18n/openlp_pt_BR.ts index 440c20ff0..06bb39e03 100644 --- a/resources/i18n/openlp_pt_BR.ts +++ b/resources/i18n/openlp_pt_BR.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - + + &Alert + &Alerta + + + + Show an alert message. + + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <b>Plugin de Alertas</b><br>Este plugin controla a exibição de alertas na tela de apresentação + + + + AlertsPlugin.AlertForm + + + Alert Message + Mensagem de Alerta + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + &Novo + + + + &Save + &Salvar + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + Alertas + + + + Font + Fonte + + + + pt + pt + + + + Alert timeout: + Tempo Limite para o Alerta: + + + + s + s + + + + Location: + Localização: + + + + Preview + Pré-Visualizar + + + + Top + Topo + + + + Middle + Meio + + + + Bottom + + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + OpenLP 2.0 + + + + BiblesPlugin + + + &Bible + &Bíblia + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Plugin da Bíblia</strong>Este plugin permite exibir na tela versículos bíblicos de diferentes versões durante o culto. + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + Bíblias + + + + Verse Display + Exibição do Versículo + + + + Only show new chapter numbers + Somente mostre números de capítulos novos + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + Assistente de Importação da Bíblia + + + + Welcome to the Bible Import Wizard + Bem Vindo ao assistente de Importação de Bíblias + + + + 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. + Este assistente irá ajudá-lo a importar Bíblias de uma variedade de formatos. Clique no botão próximo abaixo para comecar o processo selecionando o formato a ser importado. + + + + Select Import Source + Selecionar Origem da Importação + + + + Select the import format, and where to import from. + Selecione o formato e de onde será a importação + + + + Format: + Formato: + + + + OSIS + OSIS + + + + CSV + CSV + + + + OpenSong + OpenSong + + + + Web Download + Download da Internet + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Location: + Localização: + + + + Crosswalk + Crosswalk + + + + BibleGateway + BibleGateway + + + + Bible: + Bíblia: + + + + Download Options + Opções de Download + + + + Server: + Servidor: + + + + Username: + Nome de Usuário: + + + + Password: + Senha: + + + + Proxy Server (Optional) + Servidor Proxy (Opcional) + + + + License Details + Detalhes da Licença + + + + Set up the Bible's license details. + Configurar detalhes de licença da Bíblia. + + + + Version name: + + + + + Copyright: + Direito Autoral: + + + + Permission: + Permissão: + + + + Importing + Importando + + + + Please wait while your Bible is imported. + Por favor aguarde enquanto a sua Bíblia é importada. + + + + Ready. + Pronto. + + + + Invalid Bible Location + Localização da Bíblia Inválida + + + + You need to specify a file to import your Bible from. + + + + + Invalid Books File + Arquivo de Livros Inválido + + + + You need to specify a file with books of the Bible to use in the import. + + + + + Invalid Verse File + Arquivo de Versículo Inválido + + + + You need to specify a file of Bible verses to import. + + + + + Invalid OpenSong Bible + Bíblia do OpenSong Inválida + + + + You need to specify an OpenSong Bible file to import. + + + + + Empty Version Name + Nome da Versão Vazio + + + + You need to specify a version name for your Bible. + + + + + Empty Copyright + Limpar Direito Autoral + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + Você precisa definir um direito autoral para a sua Bíblia! Bíblias em Domínio Público necessitam ser marcadas como tal. + + + + Bible Exists + Bíblia Existe + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + A Bíblia já existe! Por favor importe uma Bíblia diferente ou primeiro delete a existente. + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open Verses CSV File + + + + + Open OpenSong Bible + Abrir Biblia do OpenSong + + + + Starting import... + Iniciando importação... + + + + Finished import. + Importação Finalizada. + + + + Your Bible import failed. + A sua Importação da Bíblia falhou. + + + + BiblesPlugin.MediaItem + + + Bible + Bíblia + + + + Quick + Rápido + + + + Advanced + Avançado + + + + Version: + Versão: + + + + Dual: + Duplo: + + + + Search type: + + + + + Find: + Buscar: + + + + Search + Buscar + + + + Results: + Resultados: + + + + Book: + Livro: + + + + Chapter: + Capítulo: + + + + Verse: + Versículo: + + + + From: + De: + + + + To: + Para: + + + + Verse Search + Busca de Versículos + + + + Text Search + Busca de Texto + + + + Clear + Limpar + + + + Keep + Manter + + + + No Book Found + Nenhum Livro Encontrado + + + + No matching book could be found in this Bible. + Nenhum livro foi encontrado nesta Bíblia + + + + etc + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + Importando + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + + + + + CustomPlugin.CustomTab + + + Custom + Customizado + + + + Custom Display + Exibição Customizada + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + Editar Slides Customizados + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add New + Adicionar Novo + + + + Add a new slide at bottom. + + + + + Edit + Editar + + + + Edit the selected slide. + + + + + Edit All + Editar Todos + + + + Edit all the slides at once. + + + + + Save + Salvar + + + + Save the slide currently being edited. + + + + + Delete + Deletar + + + + Delete the selected slide. + + + + + Clear + Limpar + + + + Clear edit area + Limpar área de edição + + + + Split Slide + + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + Salvar && Pré-Visualizar + + + + Error + Erro + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + Customizado + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + Imagens + + + + Image Settings + Configurações de Imagem + + + + sec + seg + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + Imagem + + + + Select Image(s) + Selecionar Imagem(s) + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + Imagem(s) + + + + You must select an item to process. + + + + + MediaManagerItem + + + You must select one or more items + Você precisa selecionar um ou mais itens + + + + Delete the selected item + Deletar o item selecionado + + + + &Add to Service + &Adicionar ao Culto + + + + Send the selected item live + Enviar o item selecionado para o ao vivo + + + + Add the selected item(s) to the service + Adicionar o item selecionado ao culto + + + + &Show Live + &Mostrar Ao Vivo + + + + Preview the selected item + Pré-Visualizar o item selecionado + + + + No Items Selected + + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Add to selected Service Item + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <br>Plugin de Mídia</b><br>Este plugin permite a execução de audio e vídeo + + + + MediaPlugin.MediaItem + + + Media + Mídia + + + + Select Media + Selecionar Mídia + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + About OpenLP Sobre o OpenLP - + OpenLP <version><revision> - 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. @@ -19,12 +1108,12 @@ OpenLP is written and maintained by volunteers. If you would like to see more fr - + About Sobre - + Project Lead Raoul "superfly" Snyman @@ -57,12 +1146,12 @@ Packagers - + Credits Créditos - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -197,17 +1286,17 @@ This General Public License does not permit incorporating your program into prop - + License Licença - + Contribute Contribuir - + Close Fechar @@ -218,1348 +1307,471 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - &Alerta - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Plugin de Alertas</b><br>Este plugin controla a exibição de alertas na tela de apresentação - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - Mensagem de Alerta - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - &Novo - - - - &Save - &Salvar - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - Alertas - - - - Font - Fonte - - - - Font Name: - Nome da Fonte: - - - - Font Color: - Cor da Fonte: - - - - Background Color: - Cor do Plano de Fundo: - - - - Font Size: - Tamanho da Fonte: - - - - pt - pt - - - - Alert timeout: - Tempo Limite para o Alerta: - - - - s - s - - - - Location: - Localização: - - - - Preview - Pré-Visualizar - - - - openlp.org - openlp.org - - - - Top - Topo - - - - Middle - Meio - - - - Bottom - - - - - AmendThemeForm - - - Theme Maintenance - Manutenção do Tema - - - - &Visibility: - - - - - Opaque - Opaco - - - - Transparent - Transparente - - - - Type: - Tipo: - - - - Solid Color - Cor Sólida - - - - Gradient - Gradiente - - - - Image - Imagem - - - - Image: - Imagem: - - - - Gradient: - - - - - Horizontal - Horizontal - - - - Vertical - Vertical - - - - Circular - Circular - - - - &Background - - - - - Main Font - Fonte Principal - - - - Font: - Fonte: - - - - Color: - - - - - Size: - Tamanho: - - - - pt - pt - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Normal - Normal - - - - Bold - Negrito - - - - Italics - Itálico - - - - Bold/Italics - Negrito/Itálico - - - - Style: - - - - - Display Location - Local de Exibição - - - - X position: - - - - - Y position: - - - - - Width: - Largura: - - - - Height: - Altura: - - - - px - px - - - - &Main Font - - - - - Footer Font - Fonte do Rodapé - - - - &Footer Font - - - - - Outline - Esboço - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow - Sombra - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Alignment - Alinhamento - - - - Horizontal align: - - - - - Left - Esquerda - - - - Right - Direita - - - - Center - Centralizar - - - - Vertical align: - - - - - Top - Topo - - - - Middle - Meio - - - - Bottom - - - - - Slide Transition - Transição do Slide - - - - &Other Options - - - - - Preview - Pré-Visualizar - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Plugin da Bíblia</strong>Este plugin permite exibir na tela versículos bíblicos de diferentes versões durante o culto. - - - - &Bible - &Bíblia - - - - BiblesPlugin.BiblesTab - - - Verse Display - Exibição do Versículo - - - - Only show new chapter numbers - Somente mostre números de capítulos novos - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - Bíblias - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - Assistente de Importação da Bíblia - - - - Welcome to the Bible Import Wizard - Bem Vindo ao assistente de Importação de Bíblias - - - - 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. - Este assistente irá ajudá-lo a importar Bíblias de uma variedade de formatos. Clique no botão próximo abaixo para comecar o processo selecionando o formato a ser importado. - - - - Select Import Source - Selecionar Origem da Importação - - - - Select the import format, and where to import from. - Selecione o formato e de onde será a importação - - - - Format: - Formato: - - - - OSIS - OSIS - - - - CSV - CSV - - - - OpenSong - OpenSong - - - - Web Download - Download da Internet - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - Localização: - - - - Crosswalk - Crosswalk - - - - BibleGateway - BibleGateway - - - - Bible: - Bíblia: - - - - Download Options - Opções de Download - - - - Server: - Servidor: - - - - Username: - Nome de Usuário: - - - - Password: - Senha: - - - - Proxy Server (Optional) - Servidor Proxy (Opcional) - - - - License Details - Detalhes da Licença - - - - Set up the Bible's license details. - Configurar detalhes de licença da Bíblia. - - - - Version name: - - - - - Copyright: - Direito Autoral: - - - - Permission: - Permissão: - - - - Importing - Importando - - - - Please wait while your Bible is imported. - Por favor aguarde enquanto a sua Bíblia é importada. - - - - Ready. - Pronto. - - - - Invalid Bible Location - Localização da Bíblia Inválida - - - - You need to specify a file to import your Bible from. - - - - - Invalid Books File - Arquivo de Livros Inválido - - - - You need to specify a file with books of the Bible to use in the import. - - - - - Invalid Verse File - Arquivo de Versículo Inválido - - - - You need to specify a file of Bible verses to import. - - - - - Invalid OpenSong Bible - Bíblia do OpenSong Inválida - - - - You need to specify an OpenSong Bible file to import. - - - - - Empty Version Name - Nome da Versão Vazio - - - - You need to specify a version name for your Bible. - - - - - Empty Copyright - Limpar Direito Autoral - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - Você precisa definir um direito autoral para a sua Bíblia! Bíblias em Domínio Público necessitam ser marcadas como tal. - - - - Bible Exists - Bíblia Existe - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - A Bíblia já existe! Por favor importe uma Bíblia diferente ou primeiro delete a existente. - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open Verses CSV File - - - - - Open OpenSong Bible - Abrir Biblia do OpenSong - - - - Starting import... - Iniciando importação... - - - - Finished import. - Importação Finalizada. - - - - Your Bible import failed. - A sua Importação da Bíblia falhou. - - - - BiblesPlugin.MediaItem - - - Bible - Bíblia - - - - Quick - Rápido - - - + Advanced Avançado - - Version: - Versão: - - - - Dual: - Duplo: - - - - Search type: + + UI Settings - - Find: - Buscar: - - - - Search - Buscar - - - - Results: - Resultados: - - - - Book: - Livro: - - - - Chapter: - Capítulo: - - - - Verse: - Versículo: - - - - From: - De: - - - - To: - Para: - - - - Verse Search - Busca de Versículos - - - - Text Search - Busca de Texto - - - - Clear - Limpar - - - - Keep - Manter - - - - No Book Found - Nenhum Livro Encontrado - - - - No matching book could be found in this Bible. - Nenhum livro foi encontrado nesta Bíblia - - - - etc + + Number of recent files to display: - - Bible not fully loaded. + + Save currently selected media manager plugin + + + + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - Importando - - - - CustomPlugin - - - <b>Custom Plugin</b><br>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.<br> - - - - - CustomPlugin.CustomTab - - - Custom - Customizado + + Theme Maintenance + Manutenção do Tema - - Custom Display - Exibição Customizada - - - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides - Editar Slides Customizados - - - - Move slide up once position. + + Theme &name: - - Move slide down one position. + + &Visibility: - - &Title: - + + Opaque + Opaco - - Add New - Adicionar Novo + + Transparent + Transparente - - Add a new slide at bottom. - + + Type: + Tipo: - - Edit - Editar + + Solid Color + Cor Sólida - - Edit the selected slide. - + + Gradient + Gradiente - - Edit All - Editar Todos - - - - Edit all the slides at once. - - - - - Save - Salvar - - - - Save the slide currently being edited. - - - - - Delete - Deletar - - - - Delete the selected slide. - - - - - Clear - Limpar - - - - Clear edit area - Limpar área de edição - - - - Split Slide - - - - - Split a slide into two by inserting a slide splitter. - - - - - The&me: - - - - - &Credits: - - - - - Save && Preview - Salvar && Pré-Visualizar - - - - Error - Erro - - - - You need to type in a title. - - - - - You need to add at least one slide - - - - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom - Customizado - - - - You haven't selected an item to edit. - - - - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays - - - - - Default Settings - - - - - X: - - - - - Y: - - - - - Height: - Altura: - - - - Width: - Largura: - - - - Custom Settings - - - - - Width - - - - - Override display settings - - - - - GeneralTab - - - CCLI Details - Detalhes de CCLI - - - - primary - principal - - - - Show blank screen warning - Exibir alerta de tela em branco - - - - Application Startup - Inicialização da Aplicação - - - - Select monitor for output display: - Selecione um monitor para exibição: - - - - Application Settings - Configurações da Aplicação - - - - SongSelect Username: - Usuário do SongSelect: - - - - CCLI Number: - Número CCLI: - - - - Automatically open the last service - Abrir o último culto automaticamente - - - - Preview Next Song from Service Manager - Pré-Visualizar Próxima Música do Gerenciamento de Culto - - - - Prompt to save Service before starting New - Perguntar para salvar o Culto antes de começar um Novo - - - - General - Geral - - - - Show the splash screen - Exibir a tela inicial - - - - Screen - Tela - - - - Monitors - Monitores - - - - SongSelect Password: - Senha do SongSelect: - - - - Display if a single screen - - - - - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - Imagens - - - - Image Settings - Configurações de Imagem - - - - Slide Loop Delay: - Intervalo para Repetição do Slide: - - - - sec - seg - - - - ImagePlugin.MediaItem - - + Image Imagem - - Select Image(s) - Selecionar Imagem(s) + + Image: + Imagem: - + + Gradient: + + + + + Horizontal + Horizontal + + + + Vertical + Vertical + + + + Circular + Circular + + + + &Background + + + + + Main Font + Fonte Principal + + + + Font: + Fonte: + + + + Color: + + + + + Size: + Tamanho: + + + + pt + pt + + + + Wrap indentation: + + + + + Adjust line spacing: + + + + + Normal + Normal + + + + Bold + Negrito + + + + Italics + Itálico + + + + Bold/Italics + Negrito/Itálico + + + + Style: + + + + + Display Location + Local de Exibição + + + + Use default location + + + + + X position: + + + + + Y position: + + + + + Width: + Largura: + + + + Height: + Altura: + + + + px + px + + + + &Main Font + + + + + Footer Font + Fonte do Rodapé + + + + &Footer Font + + + + + Outline + Esboço + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + Sombra + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + Alinhamento + + + + Horizontal align: + + + + + Left + Esquerda + + + + Right + Direita + + + + Center + Centralizar + + + + Vertical align: + + + + + Top + Topo + + + + Middle + Meio + + + + Bottom + + + + + Slide Transition + Transição do Slide + + + + Transition active + + + + + &Other Options + + + + + Preview + Pré-Visualizar + + + All Files - - Replace Live Background + + Select Image - - You must select an item to delete. + + First color: - - Image(s) - Imagem(s) + + Second color: + - - You must select an item to process. + + Slide height is %s rows. - LanguageManager + OpenLP.GeneralTab + + + Select monitor for output display: + Selecione um monitor para exibição: + + + + Display if a single screen + + + + + Application Startup + Inicialização da Aplicação + + + + Show blank screen warning + Exibir alerta de tela em branco + + + + Automatically open the last service + Abrir o último culto automaticamente + + + + Show the splash screen + Exibir a tela inicial + + + + Application Settings + Configurações da Aplicação + + + + Prompt to save Service before starting New + Perguntar para salvar o Culto antes de começar um Novo + + + + Preview Next Song from Service Manager + Pré-Visualizar Próxima Música do Gerenciamento de Culto + + + + SongSelect Username: + Usuário do SongSelect: + + + + SongSelect Password: + Senha do SongSelect: + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + + + + General + Geral + + + + Monitors + Monitores + + + + Screen + Tela + + + + primary + principal + + + + CCLI Details + Detalhes de CCLI + + + + CCLI Number: + Número CCLI: + + + + OpenLP.LanguageManager Language @@ -1567,42 +1779,22 @@ Changes do not affect verses already in the service. - After restart new Language settings will be used. + Please restart OpenLP to use your new language setting. - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - A Tela Principal foi apagada - - - - OpenLP Version Updated - Versão do OpenLP Atualizada - - - - Save Changes to Service? - Salvar Mudanças no Culto? - - - - OpenLP Main Display Blanked - Tela Principal do OpenLP em Branco + + English + Inglês OpenLP 2.0 OpenLP 2.0 - - - English - Inglês - &File @@ -1639,7 +1831,7 @@ Changes do not affect verses already in the service. &Configurações - + &Language &Idioma @@ -1674,515 +1866,338 @@ Changes do not affect verses already in the service. Novo Culto - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Abrir - + Open Service Abrir Culto - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Salvar - + Save Service Salvar Culto - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... Salvar &Como... - + Save Service As Salvar Culto Como - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit S&air - + Quit OpenLP Fechar o OpenLP - + Alt+F4 Alt+F4 - + &Theme &Tema - + &Configure OpenLP... - + &Media Manager &Gerenciador de Mídia - + Toggle Media Manager Alternar Gerenciador de Mídia - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Gerenciador de Temas - + Toggle Theme Manager Alternar para Gerenciamento de Temas - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager &Gerenciador de Culto - + Toggle Service Manager Alternar para o Gerenciador de Cultos - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Painel de Pré-Visualização - + Toggle Preview Panel Alternar para Painel de Pré-Visualização - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Lista de Plugin - + List the Plugins Listar os Plugins - + Alt+F7 Alt+F7 - + &User Guide &Guia do Usuário - + &About &Sobre - + More information about OpenLP Mais informações sobre o OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help &Ajuda Online - + &Web Site &Web Site - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Ao Vivo - + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + Versão do OpenLP Atualizada + + + + OpenLP Main Display Blanked + Tela Principal do OpenLP em Branco + + + + The Main Display has been blanked out + A Tela Principal foi apagada + + + + Save Changes to Service? + Salvar Mudanças no Culto? + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - You must select one or more items - Você precisa selecionar um ou mais itens - - - - Delete the selected item - Deletar o item selecionado - - - - &Add to Service - &Adicionar ao Culto - - - - Send the selected item live - Enviar o item selecionado para o ao vivo - - - - Add the selected item(s) to the service - Adicionar o item selecionado ao culto - - - - &Show Live - &Mostrar Ao Vivo - - - - Preview the selected item - Pré-Visualizar o item selecionado - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <br>Plugin de Mídia</b><br>Este plugin permite a execução de audio e vídeo - - - - MediaPlugin.MediaItem - - - Media - Mídia - - - - Select Media - Selecionar Mídia - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2244,7 +2259,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. @@ -2252,37 +2267,47 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation Apresentação - + Select Presentation(s) Selecionar Apresentação(ões) - + Automatic - + Present using: Apresentar usando: - + File exists Arquivo existe - + A presentation with that filename already exists. Uma apresentação com este nome já existe. - + + Unsupported file + + + + + This type of presentation is not supported + + + + You must select an item to delete. @@ -2290,17 +2315,17 @@ You can download the latest version from http://openlp.org PresentationPlugin.PresentationTab - + Presentations Apresentações - + Available Controllers Controladores Disponíveis - + available disponível @@ -2352,178 +2377,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Changes to Service? Salvar Mudanças no Culto? - + Open Service Abrir Culto - + Move to top Mover para o topo - + Create a new service Criar um novo culto - + Save this service Salvar este culto - + Theme: Tema: - + Delete From Service Deletar do Culto - + &Change Item Theme &Alterar Tema do Item - + Save Service Salvar Culto - + &Live Verse &Versículo Ao Vivo - + New Service Novo Culto - + &Notes &Notas - + Move to end Mover para o fim - + Select a theme for the service Selecione um tema para o culto - + Move up order Mover ordem para cima - + Move down order Mover ordem para baixo - + Load an existing service Carregar um culto existente - + &Preview Verse &Pré-Visualizar Versículo - + &Edit Item &Editar Item - + Move to &top - + Move &up - + Move &down - + Move to &bottom - + &Delete From Service - + &Add New Item - + &Add to Selected Item - + &Maintain Item - + Your service is unsaved, do you want to save those changes before creating a new one? - + OpenLP Service Files (*.osz) - + Your current service is unsaved, do you want to save the changes before opening a new one? - + Error Erro - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it @@ -2539,9 +2564,9 @@ The content encoding is not UTF-8. SettingsForm - - Settings - Configurações + + Configure OpenLP + @@ -2552,12 +2577,12 @@ The content encoding is not UTF-8. Mover para o anterior - + Go to Verse Ir ao Versículo - + Start continuous loop Iniciar repetição contínua @@ -2567,12 +2592,12 @@ The content encoding is not UTF-8. Ao Vivo - + Start playing media Iniciar a reprodução de mídia - + Move to live Mover para ao vivo @@ -2587,12 +2612,12 @@ The content encoding is not UTF-8. Mover para o último - + Edit and re-preview Song Editar e pré-visualizar Música novamente - + Delay between slides in seconds Intervalo entre slides em segundos @@ -2607,12 +2632,12 @@ The content encoding is not UTF-8. Mover para o primeiro - + Stop continuous loop Parar repetição contínua - + s s @@ -2668,58 +2693,78 @@ The content encoding is not UTF-8. SongsPlugin - + &Song &Música - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + + Open OpenSong file + + + + + Error importing OpenSong file + + + + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2735,22 +2780,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction - + Select Date Range - + to para - + Report Location Localização do Relatório @@ -2794,139 +2839,139 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? - Você não configurou um nome de exibição para o autor. Você quer que eu combine o primeiro e ultimo nomes para você? + You have not set a display name for the author, would you like me to combine the first and last names for you? + SongsPlugin.EditSongForm - + Song Editor Editor de Músicas - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit &Editar - + Ed&it All - + &Delete - + Title && Lyrics Título && Letras - + Authors Autores - + &Add to Song &Adicionar à Música - + &Remove &Remover - - &Manage Authors, Topics, Books - &Gerenciar Autores, Tópicos e Livros + + &Manage Authors, Topics, Song Books + - + Topic Tópico - + A&dd to Song A&dicionar uma Música - + R&emove R&emover - + Song Book Livro de Músicas - - Authors, Topics && Book - Autores, Tópicos && Livro + + Authors, Topics && Song Book + - + Theme Tema - + New &Theme - + Copyright Information Informação de Direitos Autorais - + © - + CCLI Number: Número CCLI: - + Comments Comentários - + Theme, Copyright Info && Comments Tema, Direitos Autorais && Comentários @@ -3024,17 +3069,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.EditVerseForm - + Edit Verse Editar Versículo - + &Verse type: - + &Insert @@ -3082,97 +3127,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Starting import... Iniciando importação... - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source Selecionar Origem da Importação - + Select the import format, and where to import from. Selecione o formato e de onde será a importação - + Format: Formato: - + OpenLyrics - + OpenSong OpenSong - + CCLI - + CSV CSV - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing Importando - + Please wait while your songs are imported. - + Ready. Pronto. - + %p% @@ -3180,87 +3225,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song Música - + Song Maintenance Manutenção de Músicas - + Maintain the lists of authors, topics and books Gerenciar as listas de autores, tópicos e livros - + Search: Buscar: - + Type: Tipo: - + Clear Limpar - + Search Buscar - + Titles Títulos - + Lyrics Letras - + Authors Autores - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? - + Delete Confirmation - + CCLI Licence: Licença CCLI: @@ -3269,8 +3314,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - Edit Book - Editar Livro + Song Book Maintenance + @@ -3325,8 +3370,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Books/Hymnals - Livros/Hinários + Song Books + @@ -3344,95 +3389,115 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Erro - - Couldn't add your author. + + Could not add your author. - - Couldn't add your topic. + + This author already exists. - - Couldn't add your book. + + Could not add your topic. - - Couldn't save your author. + + This topic already exists. - - Couldn't save your topic. + + Could not add your book. - - Couldn't save your book. + + This book already exists. - + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + Delete Author Deletar Autor - + Are you sure you want to delete the selected author? Você tem certeza que deseja deletar o autor selecionado? - - This author can't be deleted, they are currently assigned to at least one song. + + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Nenhum autor selecionado! - + Delete Topic Deletar Tópico - + Are you sure you want to delete the selected topic? Você tem certeza que deseja deletar o tópico selecionado? - - This topic can't be deleted, it is currently assigned to at least one song. + + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! Nenhum tópico selecionado! - + Delete Book Deletar Livro - + Are you sure you want to delete the selected book? Você tem certeza que deseja deletar o livro selecionado? - - This book can't be deleted, it is currently assigned to at least one song. + + This book cannot be deleted, it is currently assigned to at least one song. + + + No book selected! + Nenhum livro selecionado! + SongsPlugin.SongUsageDeleteForm @@ -3517,169 +3582,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme Importar Tema - + Delete Theme Deletar Tema - + Error Erro - + Edit Theme Editar Tema - + Export Theme Exportar Tema - + Theme Exists Tema Existe - + Save Theme - (%s) Salvar Tema - (%s) - + Select Theme Import File Selecionar Arquivo de Importação de Tema - + New Theme Novo Tema - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - - You are unable to delete the default theme. + + Delete Confirmation - - Theme %s is use in %s plugin. + + Delete theme? + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + Theme %s is use by the service manager. - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - - A theme with this name already exists. Would you like to overwrite it? + + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_sv.ts b/resources/i18n/openlp_sv.ts index a9c64667d..e70656674 100644 --- a/resources/i18n/openlp_sv.ts +++ b/resources/i18n/openlp_sv.ts @@ -1,14 +1,1103 @@ - AboutForm + AlertsPlugin - + + &Alert + &Alarm + + + + Show an alert message. + + + + + <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <b>Alarm Plugin</b><br>Den här plugin:en kontrollerar visning av alarm på presentationsbilden + + + + AlertsPlugin.AlertForm + + + Alert Message + Larmmeddelande + + + + Alert &text: + + + + + &Parameter(s): + + + + + &New + &Ny + + + + &Save + &Spara + + + + &Delete + + + + + Displ&ay + + + + + Display && Cl&ose + + + + + &Close + + + + + New Alert + + + + + You haven't specified any text for your alert. Please type in some text before clicking New. + + + + + AlertsPlugin.AlertsManager + + + Alert message created and displayed. + + + + + AlertsPlugin.AlertsTab + + + Alerts + Alarm + + + + Font + Font + + + + pt + pt + + + + Alert timeout: + Alarm timeout: + + + + s + s + + + + Location: + + + + + Preview + Förhandsgranska + + + + Top + Topp + + + + Middle + Mitten + + + + Bottom + + + + + Font name: + + + + + Font color: + + + + + Background color: + + + + + Font size: + + + + + OpenLP 2.0 + OpenLP 2.0 + + + + BiblesPlugin + + + &Bible + &Bibel + + + + <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bibel Plugin</strong><br /> Det här pluginprogrammet visar Bibelverser från olika källor på skärmen. + + + + BiblesPlugin.BibleDB + + + Book not found + + + + + The book you requested could not be found in this bible. Please check your spelling and that this is a complete bible not just one testament. + + + + + BiblesPlugin.BiblesTab + + + Bibles + Biblar + + + + Verse Display + Versvisning + + + + Only show new chapter numbers + Visa bara nya kapitelnummer + + + + Layout style: + + + + + Display style: + + + + + Bible theme: + + + + + Verse Per Slide + + + + + Verse Per Line + + + + + Continuous + + + + + No Brackets + + + + + ( And ) + + + + + { And } + + + + + [ And ] + + + + + Note: +Changes do not affect verses already in the service. + + + + + Display dual Bible verses + + + + + BiblesPlugin.ImportWizardForm + + + Bible Import Wizard + Bibelimport-guide + + + + Welcome to the Bible Import Wizard + Välkommen till guiden för Bibelimport + + + + 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. + Den här guiden hjälper dig importera biblar från en mängd olika format. Klicka på nästa-knappen nedan för att börja proceduren genom att välja ett format att importera från. + + + + Select Import Source + Välj importkälla + + + + Select the import format, and where to import from. + Välj format för import, och plats att importera från. + + + + Format: + Format: + + + + OSIS + OSIS + + + + CSV + CSV + + + + OpenSong + OpenSong + + + + Web Download + Webbnedladdning + + + + File location: + + + + + Books location: + + + + + Verse location: + + + + + Bible filename: + + + + + Location: + + + + + Crosswalk + Crosswalk + + + + BibleGateway + BibleGateway + + + + Bible: + Bibel: + + + + Download Options + Alternativ för nedladdning + + + + Server: + Server: + + + + Username: + Användarnamn: + + + + Password: + Lösenord: + + + + Proxy Server (Optional) + Proxyserver (Frivilligt) + + + + License Details + Licensdetaljer + + + + Set up the Bible's license details. + Skriv in Bibelns licensdetaljer. + + + + Version name: + + + + + Copyright: + Copyright: + + + + Permission: + Rättigheter: + + + + Importing + Importerar + + + + Please wait while your Bible is imported. + Vänligen vänta medan din Bibel importeras. + + + + Ready. + Redo. + + + + Invalid Bible Location + Felaktig bibelplacering + + + + You need to specify a file to import your Bible from. + Du måste ange en fil att importera dina Biblar från. + + + + Invalid Books File + Ogiltig bokfil + + + + You need to specify a file with books of the Bible to use in the import. + Du måste välja en fil med Bibelböcker att använda i importen. + + + + Invalid Verse File + Ogiltid versfil + + + + You need to specify a file of Bible verses to import. + Du måste specificera en fil med Bibelverser att importera. + + + + Invalid OpenSong Bible + Ogiltig OpenSong-bibel + + + + You need to specify an OpenSong Bible file to import. + Du måste ange en OpenSong Bibel-fil att importera. + + + + Empty Version Name + Tomt versionsnamn + + + + You need to specify a version name for your Bible. + Du måste ange ett versionsnamn för din Bibel. + + + + Empty Copyright + Tom copyright-information + + + + You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. + Du måste infoga copyright-information för din Bibel! Biblar i den publika domänen måste innehålla det. + + + + Bible Exists + Bibel existerar + + + + This Bible already exists! Please import a different Bible or first delete the existing one. + Bibeln existerar redan! Importera en annan BIbel eller ta bort den som finns. + + + + Open OSIS File + + + + + Open Books CSV File + + + + + Open Verses CSV File + + + + + Open OpenSong Bible + Öppna OpenSong Bibel + + + + Starting import... + Påbörjar import... + + + + Finished import. + Importen är färdig. + + + + Your Bible import failed. + Din Bibelimport misslyckades. + + + + BiblesPlugin.MediaItem + + + Bible + Bibel + + + + Quick + Snabb + + + + Advanced + Avancerat + + + + Version: + Version: + + + + Dual: + Dubbel: + + + + Search type: + + + + + Find: + Hitta: + + + + Search + Sök + + + + Results: + Resultat: + + + + Book: + Bok: + + + + Chapter: + Kapitel: + + + + Verse: + Vers: + + + + From: + Från: + + + + To: + Till: + + + + Verse Search + Sök vers + + + + Text Search + Textsökning + + + + Clear + + + + + Keep + Behåll + + + + No Book Found + Ingen bok hittades + + + + No matching book could be found in this Bible. + Ingen matchande bok kunde hittas i den här Bibeln. + + + + etc + + + + + Bible not fully loaded. + + + + + BiblesPlugin.Opensong + + + Importing + Importerar + + + + CustomPlugin + + + <b>Custom Plugin</b><br>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.<br> + <b>Anpassad Plugin</b><br>Det här pluginprogrammet tillåter visning av bilder på samma sätt som sånger. Den ger större frihet över sångpluginprogrammet.<br> + + + + CustomPlugin.CustomTab + + + Custom + + + + + Custom Display + Anpassad Visning + + + + Display footer + + + + + CustomPlugin.EditCustomForm + + + Edit Custom Slides + Redigera anpassad bild + + + + Move slide up once position. + + + + + Move slide down one position. + + + + + &Title: + + + + + Add New + Lägg till ny + + + + Add a new slide at bottom. + + + + + Edit + Redigera + + + + Edit the selected slide. + + + + + Edit All + Redigera alla + + + + Edit all the slides at once. + + + + + Save + Spara + + + + Save the slide currently being edited. + + + + + Delete + Ta bort + + + + Delete the selected slide. + + + + + Clear + + + + + Clear edit area + Töm redigeringsområde + + + + Split Slide + + + + + Split a slide into two by inserting a slide splitter. + + + + + The&me: + + + + + &Credits: + + + + + Save && Preview + Spara && förhandsgranska + + + + Error + Fel + + + + You need to type in a title. + + + + + You need to add at least one slide + + + + + You have one or more unsaved slides, please either save your slide(s) or clear your changes. + + + + + CustomPlugin.MediaItem + + + Custom + + + + + You haven't selected an item to edit. + + + + + You haven't selected an item to delete. + + + + + ImagePlugin + + + <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + + + + + ImagePlugin.ImageTab + + + Images + Bilder + + + + Image Settings + Bildinställningar + + + + sec + sek + + + + Slide loop delay: + + + + + ImagePlugin.MediaItem + + + Image + Bild + + + + Select Image(s) + Välj bild(er) + + + + All Files + + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + Image(s) + Bilder + + + + You must select an item to process. + + + + + MediaManagerItem + + + You must select one or more items + Du måste välja ett eller flera objekt + + + + Delete the selected item + Ta bort det valda objektet + + + + &Add to Service + &Lägg till i mötesplanering + + + + Send the selected item live + Skicka det valda objektet till live + + + + Add the selected item(s) to the service + Lägg till valda objekt till planeringen + + + + &Show Live + &Visa Live + + + + Preview the selected item + Förhandsgranska det valda objektet + + + + No Items Selected + + + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Preview %s + + + + + Add %s to Service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Add to selected Service Item + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + MediaPlugin + + + <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <b>Media Plugin</b><br>Den här plugin:en tillåter uppspelning av ljud och video + + + + MediaPlugin.MediaItem + + + Media + Media + + + + Select Media + Välj media + + + + Replace Live Background + + + + + You must select an item to delete. + + + + + OpenLP + + + Image Files + + + + + OpenLP.AboutForm + + About OpenLP Om OpenLP - + OpenLP <version><revision> - 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. @@ -19,12 +1108,12 @@ OpenLP is written and maintained by volunteers. If you would like to see more fr - + About Om - + Project Lead Raoul "superfly" Snyman @@ -57,12 +1146,12 @@ Packagers - + Credits Credits - + Copyright © 2004-2010 Raoul Snyman Portions copyright © 2004-2010 Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon Tibble, Carsten Tinggaard @@ -197,17 +1286,17 @@ This General Public License does not permit incorporating your program into prop - + License Licens - + Contribute Bidra - + Close Stäng @@ -218,1348 +1307,471 @@ This General Public License does not permit incorporating your program into prop - AlertsPlugin + OpenLP.AdvancedTab - - &Alert - &Alarm - - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Alarm Plugin</b><br>Den här plugin:en kontrollerar visning av alarm på presentationsbilden - - - - Show an alert message. - - - - - AlertsPlugin.AlertForm - - - Alert Message - Larmmeddelande - - - - Alert &text: - - - - - &Parameter(s): - - - - - &New - &Ny - - - - &Save - &Spara - - - - &Delete - - - - - Displ&ay - - - - - Display && Cl&ose - - - - - &Close - - - - - New Alert - - - - - You haven't specified any text for your alert. Please type in some text before clicking New. - - - - - AlertsPlugin.AlertsManager - - - Alert message created and displayed. - - - - - AlertsPlugin.AlertsTab - - - Alerts - Alarm - - - - Font - Font - - - - Font Name: - Fontnamn: - - - - Font Color: - Fontfärg: - - - - Background Color: - Bakgrundsfärg: - - - - Font Size: - Fontstorlek: - - - - pt - pt - - - - Alert timeout: - Alarm timeout: - - - - s - s - - - - Location: - - - - - Preview - Förhandsgranska - - - - openlp.org - openlp.org - - - - Top - Topp - - - - Middle - Mitten - - - - Bottom - - - - - AmendThemeForm - - - Theme Maintenance - Temaunderhåll - - - - &Visibility: - - - - - Opaque - Ogenomskinlig - - - - Transparent - Genomskinlig - - - - Type: - Typ: - - - - Solid Color - Solid Färg - - - - Gradient - Stegvis - - - - Image - Bild - - - - Image: - Bild: - - - - Gradient: - - - - - Horizontal - Horisontellt - - - - Vertical - Vertikal - - - - Circular - Cirkulär - - - - &Background - - - - - Main Font - Huvudfont - - - - Font: - Font: - - - - Color: - - - - - Size: - Storlek: - - - - pt - pt - - - - Wrap indentation: - - - - - Adjust line spacing: - - - - - Normal - Normal - - - - Bold - Fetstil - - - - Italics - Kursiv - - - - Bold/Italics - Fetstil/kursiv - - - - Style: - - - - - Display Location - Visa plats - - - - X position: - - - - - Y position: - - - - - Width: - Bredd: - - - - Height: - Höjd: - - - - px - px - - - - &Main Font - - - - - Footer Font - Sidfot-font - - - - &Footer Font - - - - - Outline - Kontur - - - - Outline size: - - - - - Outline color: - - - - - Show outline: - - - - - Shadow - Skugga - - - - Shadow size: - - - - - Shadow color: - - - - - Show shadow: - - - - - Alignment - Justering - - - - Horizontal align: - - - - - Left - Vänster - - - - Right - Höger - - - - Center - Centrera - - - - Vertical align: - - - - - Top - Topp - - - - Middle - Mitten - - - - Bottom - - - - - Slide Transition - Bildövergång - - - - &Other Options - - - - - Preview - Förhandsgranska - - - - All Files - - - - - Select Image - - - - - First color: - - - - - Second color: - - - - - Slide height is %s rows. - - - - - Theme &name: - - - - - Use default location - - - - - Transition active - - - - - BibleDB - - - Book not found - - - - - BiblePlugin - - - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bibel Plugin</strong><br /> Det här pluginprogrammet visar Bibelverser från olika källor på skärmen. - - - - &Bible - &Bibel - - - - BiblesPlugin.BiblesTab - - - Verse Display - Versvisning - - - - Only show new chapter numbers - Visa bara nya kapitelnummer - - - - Layout style: - - - - - Display style: - - - - - Bible theme: - - - - - Verse Per Slide - - - - - Verse Per Line - - - - - Continuous - - - - - No Brackets - - - - - ( And ) - - - - - { And } - - - - - [ And ] - - - - - Note: -Changes do not affect verses already in the service. - - - - - Display dual Bible verses - - - - - Bibles - Biblar - - - - BiblesPlugin.ImportWizardForm - - - Bible Import Wizard - Bibelimport-guide - - - - Welcome to the Bible Import Wizard - Välkommen till guiden för Bibelimport - - - - 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. - Den här guiden hjälper dig importera biblar från en mängd olika format. Klicka på nästa-knappen nedan för att börja proceduren genom att välja ett format att importera från. - - - - Select Import Source - Välj importkälla - - - - Select the import format, and where to import from. - Välj format för import, och plats att importera från. - - - - Format: - Format: - - - - OSIS - OSIS - - - - CSV - CSV - - - - OpenSong - OpenSong - - - - Web Download - Webbnedladdning - - - - File location: - - - - - Books location: - - - - - Verse location: - - - - - Bible filename: - - - - - Location: - - - - - Crosswalk - Crosswalk - - - - BibleGateway - BibleGateway - - - - Bible: - Bibel: - - - - Download Options - Alternativ för nedladdning - - - - Server: - Server: - - - - Username: - Användarnamn: - - - - Password: - Lösenord: - - - - Proxy Server (Optional) - Proxyserver (Frivilligt) - - - - License Details - Licensdetaljer - - - - Set up the Bible's license details. - Skriv in Bibelns licensdetaljer. - - - - Version name: - - - - - Copyright: - Copyright: - - - - Permission: - Rättigheter: - - - - Importing - Importerar - - - - Please wait while your Bible is imported. - Vänligen vänta medan din Bibel importeras. - - - - Ready. - Redo. - - - - Invalid Bible Location - Felaktig bibelplacering - - - - You need to specify a file to import your Bible from. - Du måste ange en fil att importera dina Biblar från. - - - - Invalid Books File - Ogiltig bokfil - - - - You need to specify a file with books of the Bible to use in the import. - Du måste välja en fil med Bibelböcker att använda i importen. - - - - Invalid Verse File - Ogiltid versfil - - - - You need to specify a file of Bible verses to import. - Du måste specificera en fil med Bibelverser att importera. - - - - Invalid OpenSong Bible - Ogiltig OpenSong-bibel - - - - You need to specify an OpenSong Bible file to import. - Du måste ange en OpenSong Bibel-fil att importera. - - - - Empty Version Name - Tomt versionsnamn - - - - You need to specify a version name for your Bible. - Du måste ange ett versionsnamn för din Bibel. - - - - Empty Copyright - Tom copyright-information - - - - You need to set a copyright for your Bible! Bibles in the Public Domain need to be marked as such. - Du måste infoga copyright-information för din Bibel! Biblar i den publika domänen måste innehålla det. - - - - Bible Exists - Bibel existerar - - - - This Bible already exists! Please import a different Bible or first delete the existing one. - Bibeln existerar redan! Importera en annan BIbel eller ta bort den som finns. - - - - Open OSIS File - - - - - Open Books CSV File - - - - - Open Verses CSV File - - - - - Open OpenSong Bible - Öppna OpenSong Bibel - - - - Starting import... - Påbörjar import... - - - - Finished import. - Importen är färdig. - - - - Your Bible import failed. - Din Bibelimport misslyckades. - - - - BiblesPlugin.MediaItem - - - Bible - Bibel - - - - Quick - Snabb - - - + Advanced Avancerat - - Version: - Version: - - - - Dual: - Dubbel: - - - - Search type: + + UI Settings - - Find: - Hitta: - - - - Search - Sök - - - - Results: - Resultat: - - - - Book: - Bok: - - - - Chapter: - Kapitel: - - - - Verse: - Vers: - - - - From: - Från: - - - - To: - Till: - - - - Verse Search - Sök vers - - - - Text Search - Textsökning - - - - Clear + + Number of recent files to display: - - Keep - Behåll - - - - No Book Found - Ingen bok hittades - - - - No matching book could be found in this Bible. - Ingen matchande bok kunde hittas i den här Bibeln. - - - - etc + + Save currently selected media manager plugin - - Bible not fully loaded. + + Double-click to send items straight to live (requires restart) - BiblesPlugin.Opensong + OpenLP.AmendThemeForm - - Importing - Importerar + + Theme Maintenance + Temaunderhåll - - - CustomPlugin - - <b>Custom Plugin</b><br>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.<br> - <b>Anpassad Plugin</b><br>Det här pluginprogrammet tillåter visning av bilder på samma sätt som sånger. Den ger större frihet över sångpluginprogrammet.<br> - - - - CustomPlugin.CustomTab - - - Custom + + Theme &name: - - Custom Display - Anpassad Visning - - - - Display footer - - - - - CustomPlugin.EditCustomForm - - - Edit Custom Slides - Redigera anpassad bild - - - - Move slide up once position. + + &Visibility: - - Move slide down one position. - + + Opaque + Ogenomskinlig - - &Title: - + + Transparent + Genomskinlig - - Add New - Lägg till ny + + Type: + Typ: - - Add a new slide at bottom. - + + Solid Color + Solid Färg - - Edit - Redigera + + Gradient + Stegvis - - Edit the selected slide. - - - - - Edit All - Redigera alla - - - - Edit all the slides at once. - - - - - Save - Spara - - - - Save the slide currently being edited. - - - - - Delete - Ta bort - - - - Delete the selected slide. - - - - - Clear - - - - - Clear edit area - Töm redigeringsområde - - - - Split Slide - - - - - Split a slide into two by inserting a slide splitter. - - - - - The&me: - - - - - &Credits: - - - - - Save && Preview - Spara && förhandsgranska - - - - Error - Fel - - - - You need to type in a title. - - - - - You need to add at least one slide - - - - - You have one or more unsaved slides, please either save your slide(s) or clear your changes. - - - - - CustomPlugin.MediaItem - - - Custom - - - - - You haven't selected an item to edit. - - - - - You haven't selected an item to delete. - - - - - DisplayTab - - - Displays - - - - - Default Settings - - - - - X: - - - - - Y: - - - - - Height: - Höjd: - - - - Width: - Bredd: - - - - Custom Settings - - - - - Width - - - - - Override display settings - - - - - GeneralTab - - - CCLI Details - CCLI-detaljer - - - - primary - primär - - - - Application Startup - Programstart - - - - Select monitor for output display: - Välj skärm för utsignal: - - - - Application Settings - Programinställningar - - - - SongSelect Username: - SongSelect Användarnamn: - - - - CCLI Number: - CCLI-nummer: - - - - Automatically open the last service - Öppna automatiskt den senaste planeringen - - - - Preview Next Song from Service Manager - Förhandsgranska nästa sång från mötesplaneringen - - - - Show blank screen warning - Visa varning vid tom skärm - - - - Prompt to save Service before starting New - Fråga om att spara mötesplanering innan en ny skapas - - - - General - Allmänt - - - - Show the splash screen - Visa startbilden - - - - Screen - Skärm - - - - Monitors - Skärmar - - - - SongSelect Password: - SongSelect-lösenord: - - - - Display if a single screen - - - - - ImagePlugin - - - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> - - - - - ImagePlugin.ImageTab - - - Images - Bilder - - - - Image Settings - Bildinställningar - - - - Slide Loop Delay: - Fördröjning av bild-loop: - - - - sec - sek - - - - ImagePlugin.MediaItem - - + Image Bild - - Select Image(s) - Välj bild(er) + + Image: + Bild: - + + Gradient: + + + + + Horizontal + Horisontellt + + + + Vertical + Vertikal + + + + Circular + Cirkulär + + + + &Background + + + + + Main Font + Huvudfont + + + + Font: + Font: + + + + Color: + + + + + Size: + Storlek: + + + + pt + pt + + + + Wrap indentation: + + + + + Adjust line spacing: + + + + + Normal + Normal + + + + Bold + Fetstil + + + + Italics + Kursiv + + + + Bold/Italics + Fetstil/kursiv + + + + Style: + + + + + Display Location + Visa plats + + + + Use default location + + + + + X position: + + + + + Y position: + + + + + Width: + Bredd: + + + + Height: + Höjd: + + + + px + px + + + + &Main Font + + + + + Footer Font + Sidfot-font + + + + &Footer Font + + + + + Outline + Kontur + + + + Outline size: + + + + + Outline color: + + + + + Show outline: + + + + + Shadow + Skugga + + + + Shadow size: + + + + + Shadow color: + + + + + Show shadow: + + + + + Alignment + Justering + + + + Horizontal align: + + + + + Left + Vänster + + + + Right + Höger + + + + Center + Centrera + + + + Vertical align: + + + + + Top + Topp + + + + Middle + Mitten + + + + Bottom + + + + + Slide Transition + Bildövergång + + + + Transition active + + + + + &Other Options + + + + + Preview + Förhandsgranska + + + All Files - - Replace Live Background + + Select Image - - You must select an item to delete. + + First color: - - Image(s) - Bilder + + Second color: + - - You must select an item to process. + + Slide height is %s rows. - LanguageManager + OpenLP.GeneralTab + + + Select monitor for output display: + Välj skärm för utsignal: + + + + Display if a single screen + + + + + Application Startup + Programstart + + + + Show blank screen warning + Visa varning vid tom skärm + + + + Automatically open the last service + Öppna automatiskt den senaste planeringen + + + + Show the splash screen + Visa startbilden + + + + Application Settings + Programinställningar + + + + Prompt to save Service before starting New + Fråga om att spara mötesplanering innan en ny skapas + + + + Preview Next Song from Service Manager + Förhandsgranska nästa sång från mötesplaneringen + + + + SongSelect Username: + SongSelect Användarnamn: + + + + SongSelect Password: + SongSelect-lösenord: + + + + Display Position + + + + + X + + + + + Y + + + + + Height + + + + + Width + + + + + Override display position + + + + + General + Allmänt + + + + Monitors + Skärmar + + + + Screen + Skärm + + + + primary + primär + + + + CCLI Details + CCLI-detaljer + + + + CCLI Number: + CCLI-nummer: + + + + OpenLP.LanguageManager Language @@ -1567,42 +1779,22 @@ Changes do not affect verses already in the service. - After restart new Language settings will be used. + Please restart OpenLP to use your new language setting. - MainWindow + OpenLP.MainWindow - - The Main Display has been blanked out - Huvuddisplayen har rensats - - - - OpenLP Version Updated - OpenLP-version uppdaterad - - - - Save Changes to Service? - Spara ändringar till mötesplanering? - - - - OpenLP Main Display Blanked - OpenLP huvuddisplay tömd + + English + Engelska OpenLP 2.0 OpenLP 2.0 - - - English - Engelska - &File @@ -1639,7 +1831,7 @@ Changes do not affect verses already in the service. &Inställningar - + &Language &Språk @@ -1674,515 +1866,338 @@ Changes do not affect verses already in the service. Ny mötesplanering - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Öppna - + Open Service Öppna Mötesplanering - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Spara - + Save Service Spara Mötesplanering - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... S&para som... - + Save Service As Spara mötesplanering som... - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Avsluta - + Quit OpenLP Stäng OpenLP - + Alt+F4 Alt+F4 - + &Theme &Tema - + &Configure OpenLP... - + &Media Manager &Mediahanterare - + Toggle Media Manager Växla mediahanterare - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Temahanterare - + Toggle Theme Manager Växla temahanteraren - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager &Mötesplaneringshanterare - + Toggle Service Manager Växla mötesplaneringshanterare - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Förhandsgranskning - + Toggle Preview Panel Växla förhandsgranskningspanel - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Pluginlista - + List the Plugins Lista Plugin - + Alt+F7 Alt+F7 - + &User Guide &Användarguide - + &About &Om - + More information about OpenLP Mer information om OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help &Online-hjälp - + &Web Site &Webbsida - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Live - + Set the view mode to Live. - - Version %s of OpenLP is now available for download (you are currently running version %s). + + Version %s of OpenLP is now available for download (you are currently running version %s). -You can download the latest version from http://openlp.org +You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + + OpenLP Version Updated + OpenLP-version uppdaterad + + + + OpenLP Main Display Blanked + OpenLP huvuddisplay tömd + + + + The Main Display has been blanked out + Huvuddisplayen har rensats + + + + Save Changes to Service? + + + + Your service has changed. Do you want to save those changes? - + Default Theme: %s - - MediaManagerItem - - - You must select one or more items - Du måste välja ett eller flera objekt - - - - Delete the selected item - Ta bort det valda objektet - - - - &Add to Service - &Lägg till i mötesplanering - - - - Send the selected item live - Skicka det valda objektet till live - - - - Add the selected item(s) to the service - Lägg till valda objekt till planeringen - - - - &Show Live - &Visa Live - - - - Preview the selected item - Förhandsgranska det valda objektet - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. - - - - - MediaPlugin - - - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Media Plugin</b><br>Den här plugin:en tillåter uppspelning av ljud och video - - - - MediaPlugin.MediaItem - - - Media - Media - - - - Select Media - Välj media - - - - Replace Live Background - - - - - You must select an item to delete. - - - - - OpenLP - - - Image Files - - - PluginForm @@ -2244,7 +2259,7 @@ You can download the latest version from http://openlp.org PresentationPlugin - + <b>Presentation Plugin</b> <br> 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. <b>Presentations Plugin</b> <br> Ger möjlighet att visa presentationer genom olika program. Tillgängliga presentationsprogram finns i en drop-down meny. @@ -2252,37 +2267,47 @@ You can download the latest version from http://openlp.org PresentationPlugin.MediaItem - + Presentation Presentation - + Select Presentation(s) Välj presentation(er) - + Automatic Automatisk - + Present using: Presentera genom: - + File exists Fil finns - + A presentation with that filename already exists. En presentation med det namnet finns redan. - + + Unsupported file + + + + + This type of presentation is not supported + + + + You must select an item to delete. @@ -2290,17 +2315,17 @@ You can download the latest version from http://openlp.org PresentationPlugin.PresentationTab - + Presentations Presentationer - + Available Controllers Tillgängliga Presentationsprogram - + available tillgänglig @@ -2352,178 +2377,178 @@ You can download the latest version from http://openlp.org ServiceManager - + Save Changes to Service? Spara Ändringar till Planering? - + Open Service Öppna Mötesplanering - + Move to top Flytta längst upp - + Create a new service Skapa en ny mötesplanering - + Save this service Spara denna mötesplanering - + Theme: Tema: - + Delete From Service Ta bort från mötesplanering - + &Change Item Theme &Byt objektets tema - + Save Service Spara Mötesplanering - + &Live Verse &Live-vers - + Move to &top Flytta till &toppen - + New Service Ny mötesplanering - + &Notes &Anteckningar - + Move to end Flytta till slutet - + &Delete From Service &Ta bort från mötesplanering - + Select a theme for the service Välj ett tema för planeringen - + Move up order Flytta upp order - + Move down order Flytta ner order - + Move &down Flytta &ner - + Load an existing service Ladda en planering - + &Preview Verse &Förhandsgranska Vers - + Move &up Flytta &upp - + &Edit Item &Redigera objekt - + Move to &bottom Flytta längst &ner - + &Add New Item - + &Add to Selected Item - + &Maintain Item - + Your service is unsaved, do you want to save those changes before creating a new one? - + OpenLP Service Files (*.osz) - + Your current service is unsaved, do you want to save the changes before opening a new one? - + Error Fel - + File is not a valid service. The content encoding is not UTF-8. - + File is not a valid service. - + Missing Display Handler - + Your item cannot be displayed as there is no handler to display it @@ -2539,9 +2564,9 @@ The content encoding is not UTF-8. SettingsForm - - Settings - Alternativ + + Configure OpenLP + @@ -2552,12 +2577,12 @@ The content encoding is not UTF-8. Flytta till föregående - + Go to Verse Hoppa till vers - + Start continuous loop Börja oändlig loop @@ -2567,12 +2592,12 @@ The content encoding is not UTF-8. Live - + Start playing media Börja spela media - + Move to live Flytta till live @@ -2587,12 +2612,12 @@ The content encoding is not UTF-8. Flytta till sist - + Edit and re-preview Song Ändra och åter-förhandsgranska sång - + Delay between slides in seconds Fördröjning mellan bilder, i sekunder @@ -2607,12 +2632,12 @@ The content encoding is not UTF-8. Flytta till första - + Stop continuous loop Stoppa upprepad loop - + s s @@ -2668,58 +2693,78 @@ The content encoding is not UTF-8. SongsPlugin - + &Song &Sång - + Import songs using the import wizard. - + Songs of Fellowship (temp menu item) - + Import songs from the VOLS1_2.RTF, sof3words.rtf and sof4words.rtf supplied with the music books - + Generic Document/Presentation Import (temp menu item) - + Import songs from Word/Writer/Powerpoint/Impress - + + OpenSong (temp menu item) + + + + + Import songs from OpenSong files(either raw text or ZIPfiles) + + + + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + + Open OpenSong file + + + + + Error importing OpenSong file + + + + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2735,22 +2780,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.AuditDetailDialog - + Song Usage Extraction Sånganvändningsutdrag - + Select Date Range Välj datumspann - + to till - + Report Location Rapportera placering @@ -2794,139 +2839,139 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - You haven't set a display name for the author, would you like me to combine the first and last names for you? - Du har inte ställt in ett visningsnamn för låtskrivaren, vill du att programmet kombinerar förnamnet och efternamnet åt dig? + You have not set a display name for the author, would you like me to combine the first and last names for you? + SongsPlugin.EditSongForm - + Song Editor Sångredigerare - + &Title: - + Alt&ernate Title: - + &Lyrics: - + &Verse Order: - + &Add - + &Edit &Redigera - + Ed&it All - + &Delete - + Title && Lyrics Titel && Sångtexter - + Authors - + &Add to Song &Lägg till i sång - + &Remove &Ta bort - - &Manage Authors, Topics, Books - &Hantera författare, ämnen, böcker + + &Manage Authors, Topics, Song Books + - + Topic Ämne - + A&dd to Song Lägg till i sång - + R&emove Ta &bort - + Song Book Sångbok - - Authors, Topics && Book - Författare, ämnen && bok + + Authors, Topics && Song Book + - + Theme Tema - + New &Theme - + Copyright Information Copyright-information - + © - + CCLI Number: CCLI-nummer: - + Comments Kommentarer - + Theme, Copyright Info && Comments Tema, copyright-info && kommentarer @@ -3024,17 +3069,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.EditVerseForm - + Edit Verse Redigera vers - + &Verse type: - + &Insert @@ -3082,97 +3127,97 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Starting import... Påbörjar import... - + Song Import Wizard - + Welcome to the Song Import Wizard - + This wizard will help you to import songs from a variety of formats. Click the next button below to start the process by selecting a format to import from. - + Select Import Source Välj importkälla - + Select the import format, and where to import from. Välj format för import, och plats att importera från. - + Format: Format: - + OpenLyrics - + OpenSong OpenSong - + CCLI - + CSV CSV - + Add Files... - + Remove File(s) - + Filename: - + Browse... - + Importing Importerar - + Please wait while your songs are imported. - + Ready. Redo. - + %p% @@ -3180,87 +3225,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.MediaItem - + Song Sång - + Song Maintenance Sångunderhåll - + Maintain the lists of authors, topics and books Hantera listorna över författare, ämnen och böcker - + Search: Sök: - + Type: Typ: - + Clear - + Search Sök - + Titles Titlar - + Lyrics Sångtexter - + Authors - + %s (%s) - + You must select an item to edit. - + You must select an item to delete. - + Delete song? - + Delete %d songs? - + Delete Confirmation - + CCLI Licence: CCLI-licens: @@ -3269,8 +3314,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - Edit Book - Redigera bok + Song Book Maintenance + @@ -3325,8 +3370,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Books/Hymnals - Böcker/psalmböcker + Song Books + @@ -3344,94 +3389,114 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Fel - - Couldn't add your author. - Kunde inte lägga till din låtskrivare. + + Could not add your author. + - - Couldn't add your topic. - Kunde inte lägga till ditt ämne. + + This author already exists. + - - Couldn't add your book. - Kunde inte lägga till din bok. + + Could not add your topic. + - - Couldn't save your author. - Kunde inte spara din låtskrivare. + + This topic already exists. + - - Couldn't save your topic. - Kunde inte spara ditt ämne. + + Could not add your book. + - - Couldn't save your book. - Kunde inte spara din bok. + + This book already exists. + - + + Could not save your changes. + + + + + Could not save your modified author, because he already exists. + + + + + Could not save your modified topic, because it already exists. + + + + Delete Author Ta bort låtskrivare - + Are you sure you want to delete the selected author? Är du säker på att du vill ta bort den valda låtskrivaren? - - This author can't be deleted, they are currently assigned to at least one song. - Låtskrivaren kan inte tas bort, den är associerad med åtminstone en sång. + + This author cannot be deleted, they are currently assigned to at least one song. + - + No author selected! Ingen författare vald! - + Delete Topic Ta bort ämne - + Are you sure you want to delete the selected topic? Är du säker på att du vill ta bort valt ämne? - - This topic can't be deleted, it is currently assigned to at least one song. - Ämnet kan inte tas bort, den är associerad med åtminstone en sång. + + This topic cannot be deleted, it is currently assigned to at least one song. + - + No topic selected! Inget ämne valt! - + Delete Book Ta bort bok - + Are you sure you want to delete the selected book? Är du säker på att du vill ta bort vald bok? - - This book can't be deleted, it is currently assigned to at least one song. - Boken kan inte tas bort, den är associerad med åtminstone en sång. + + This book cannot be deleted, it is currently assigned to at least one song. + + + + + No book selected! + Ingen bok vald! @@ -3517,169 +3582,179 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R ThemeManager - + Import Theme Importera tema - + Delete Theme Ta bort tema - + Error Fel - + File is not a valid theme. Filen är inte ett giltigt tema. - + Edit Theme Redigera tema - + Export Theme Exportera tema - + You are unable to delete the default theme. Du kan inte ta bort standardtemat. - + Theme Exists Temat finns - + Save Theme - (%s) Spara tema - (%s) - + Select Theme Import File Välj tema importfil - + New Theme Nytt Tema - + You have not selected a theme. Du har inte valt ett tema. - + Create a new theme. - + Edit a theme. - + Delete a theme. - + Import a theme. - + Export a theme. - + &Edit Theme - + &Delete Theme - + Set As &Global Default - + E&xport Theme - + %s (default) - + You must select a theme to edit. - + You must select a theme to delete. - + + Delete Confirmation + + + + + Delete theme? + + + + Theme %s is use in %s plugin. - + Theme %s is use by the service manager. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - - A theme with this name already exists. Would you like to overwrite it? + + A theme with this name already exists. Would you like to overwrite it? From 2efb7cd34a4e4ea3a5af16c433843f4d3c79bcd4 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 21 Jul 2010 08:24:32 +0200 Subject: [PATCH 08/13] Update more strings, and just tweak the display of the remotes plugin settings tab. --- openlp/core/lib/__init__.py | 2 +- openlp/core/lib/mediamanageritem.py | 67 +- openlp/core/ui/advancedtab.py | 2 +- openlp/core/ui/generaltab.py | 6 +- openlp/core/ui/pluginform.py | 25 +- openlp/plugins/images/lib/mediaitem.py | 10 +- openlp/plugins/media/lib/mediaitem.py | 9 +- openlp/plugins/presentations/lib/mediaitem.py | 9 +- .../presentations/lib/presentationtab.py | 4 +- openlp/plugins/remotes/lib/remotetab.py | 53 +- resources/i18n/openlp_af.ts | 584 +++++++++-------- resources/i18n/openlp_de.ts | 580 +++++++++-------- resources/i18n/openlp_en.ts | 578 +++++++++-------- resources/i18n/openlp_en_GB.ts | 582 +++++++++-------- resources/i18n/openlp_en_ZA.ts | 582 +++++++++-------- resources/i18n/openlp_es.ts | 584 +++++++++-------- resources/i18n/openlp_et.ts | 606 +++++++++-------- resources/i18n/openlp_hu.ts | 612 ++++++++++-------- resources/i18n/openlp_ko.ts | 578 +++++++++-------- resources/i18n/openlp_nb.ts | 580 +++++++++-------- resources/i18n/openlp_pt_BR.ts | 582 +++++++++-------- resources/i18n/openlp_sv.ts | 584 +++++++++-------- 22 files changed, 3981 insertions(+), 3238 deletions(-) diff --git a/openlp/core/lib/__init__.py b/openlp/core/lib/__init__.py index f62778820..6eb60b20f 100644 --- a/openlp/core/lib/__init__.py +++ b/openlp/core/lib/__init__.py @@ -200,7 +200,7 @@ def check_item_selected(list_widget, message): """ if not list_widget.selectedIndexes(): QtGui.QMessageBox.information(list_widget.parent(), - translate('MediaManagerItem', 'No Items Selected'), message) + translate('OpenLP.MediaManagerItem', 'No Items Selected'), message) return False return True diff --git a/openlp/core/lib/mediamanageritem.py b/openlp/core/lib/mediamanageritem.py index cad0b35cb..8c7dd52bd 100644 --- a/openlp/core/lib/mediamanageritem.py +++ b/openlp/core/lib/mediamanageritem.py @@ -208,61 +208,61 @@ class MediaManagerItem(QtGui.QWidget): ## Import Button ## if self.hasImportIcon: self.addToolbarButton( - unicode(translate('MediaManagerItem', 'Import %s')) % + unicode(translate('OpenLP.MediaManagerItem', 'Import %s')) % self.PluginNameShort, - unicode(translate('MediaManagerItem', 'Import a %s')) % + unicode(translate('OpenLP.MediaManagerItem', 'Import a %s')) % self.pluginNameVisible, u':/general/general_import.png', self.onImportClick) ## File Button ## if self.hasFileIcon: self.addToolbarButton( - unicode(translate('MediaManagerItem', 'Load %s')) % + unicode(translate('OpenLP.MediaManagerItem', 'Load %s')) % self.PluginNameShort, - unicode(translate('MediaManagerItem', 'Load a new %s')) % + unicode(translate('OpenLP.MediaManagerItem', 'Load a new %s')) % self.pluginNameVisible, u':/general/general_open.png', self.onFileClick) ## New Button ## if self.hasNewIcon: self.addToolbarButton( - unicode(translate('MediaManagerItem', 'New %s')) % + unicode(translate('OpenLP.MediaManagerItem', 'New %s')) % self.PluginNameShort, - unicode(translate('MediaManagerItem', 'Add a new %s')) % + unicode(translate('OpenLP.MediaManagerItem', 'Add a new %s')) % self.pluginNameVisible, u':/general/general_new.png', self.onNewClick) ## Edit Button ## if self.hasEditIcon: self.addToolbarButton( - unicode(translate('MediaManagerItem', 'Edit %s')) % + unicode(translate('OpenLP.MediaManagerItem', 'Edit %s')) % self.PluginNameShort, unicode(translate( - 'MediaManagerItem', 'Edit the selected %s')) % + 'OpenLP.MediaManagerItem', 'Edit the selected %s')) % self.pluginNameVisible, u':/general/general_edit.png', self.onEditClick) ## Delete Button ## if self.hasDeleteIcon: self.addToolbarButton( - unicode(translate('MediaManagerItem', 'Delete %s')) % + unicode(translate('OpenLP.MediaManagerItem', 'Delete %s')) % self.PluginNameShort, - translate('MediaManagerItem', 'Delete the selected item'), + translate('OpenLP.MediaManagerItem', 'Delete the selected item'), u':/general/general_delete.png', self.onDeleteClick) ## Separator Line ## self.addToolbarSeparator() ## Preview ## self.addToolbarButton( - unicode(translate('MediaManagerItem', 'Preview %s')) % + unicode(translate('OpenLP.MediaManagerItem', 'Preview %s')) % self.PluginNameShort, - translate('MediaManagerItem', 'Preview the selected item'), + translate('OpenLP.MediaManagerItem', 'Preview the selected item'), u':/general/general_preview.png', self.onPreviewClick) ## Live Button ## self.addToolbarButton( u'Go Live', - translate('MediaManagerItem', 'Send the selected item live'), + translate('OpenLP.MediaManagerItem', 'Send the selected item live'), u':/general/general_live.png', self.onLiveClick) ## Add to service Button ## self.addToolbarButton( - unicode(translate('MediaManagerItem', 'Add %s to Service')) % + unicode(translate('OpenLP.MediaManagerItem', 'Add %s to Service')) % self.PluginNameShort, - translate('MediaManagerItem', + translate('OpenLP.MediaManagerItem', 'Add the selected item(s) to the service'), u':/general/general_add.png', self.onAddClick) @@ -288,7 +288,7 @@ class MediaManagerItem(QtGui.QWidget): self.listView.addAction( context_menu_action( self.listView, u':/general/general_edit.png', - unicode(translate('MediaManagerItem', '&Edit %s')) % + unicode(translate('OpenLP.MediaManagerItem', '&Edit %s')) % self.pluginNameVisible, self.onEditClick)) self.listView.addAction(context_menu_separator(self.listView)) @@ -296,31 +296,31 @@ class MediaManagerItem(QtGui.QWidget): self.listView.addAction( context_menu_action( self.listView, u':/general/general_delete.png', - unicode(translate('MediaManagerItem', '&Delete %s')) % + unicode(translate('OpenLP.MediaManagerItem', '&Delete %s')) % self.pluginNameVisible, self.onDeleteClick)) self.listView.addAction(context_menu_separator(self.listView)) self.listView.addAction( context_menu_action( self.listView, u':/general/general_preview.png', - unicode(translate('MediaManagerItem', '&Preview %s')) % + unicode(translate('OpenLP.MediaManagerItem', '&Preview %s')) % self.pluginNameVisible, self.onPreviewClick)) self.listView.addAction( context_menu_action( self.listView, u':/general/general_live.png', - translate('MediaManagerItem', '&Show Live'), + translate('OpenLP.MediaManagerItem', '&Show Live'), self.onLiveClick)) self.listView.addAction( context_menu_action( self.listView, u':/general/general_add.png', - translate('MediaManagerItem', '&Add to Service'), + translate('OpenLP.MediaManagerItem', '&Add to Service'), self.onAddClick)) if self.addToServiceItem: self.listView.addAction( context_menu_action( self.listView, u':/general/general_add.png', - translate('MediaManagerItem', + translate('OpenLP.MediaManagerItem', '&Add to selected Service Item'), self.onAddEditClick)) if QtCore.QSettings().value(u'advanced/double click live', @@ -440,8 +440,8 @@ class MediaManagerItem(QtGui.QWidget): """ if not self.listView.selectedIndexes() and not self.remoteTriggered: QtGui.QMessageBox.information(self, - translate('MediaManagerItem', 'No Items Selected'), - translate('MediaManagerItem', + translate('OpenLP.MediaManagerItem', 'No Items Selected'), + translate('OpenLP.MediaManagerItem', 'You must select one or more items to preview.')) else: log.debug(self.PluginNameShort + u' Preview requested') @@ -457,8 +457,8 @@ class MediaManagerItem(QtGui.QWidget): """ if not self.listView.selectedIndexes(): QtGui.QMessageBox.information(self, - translate('MediaManagerItem', 'No Items Selected'), - translate('MediaManagerItem', + translate('OpenLP.MediaManagerItem', 'No Items Selected'), + translate('OpenLP.MediaManagerItem', 'You must select one or more items to send live.')) else: log.debug(self.PluginNameShort + u' Live requested') @@ -473,8 +473,8 @@ class MediaManagerItem(QtGui.QWidget): """ if not self.listView.selectedIndexes() and not self.remoteTriggered: QtGui.QMessageBox.information(self, - translate('MediaManagerItem', 'No Items Selected'), - translate('MediaManagerItem', + translate('OpenLP.MediaManagerItem', 'No Items Selected'), + translate('OpenLP.MediaManagerItem', 'You must select one or more items.')) else: #Is it posssible to process multiple list items to generate multiple @@ -500,16 +500,16 @@ class MediaManagerItem(QtGui.QWidget): """ if not self.listView.selectedIndexes() and not self.remoteTriggered: QtGui.QMessageBox.information(self, - translate('MediaManagerItem', 'No items selected'), - translate('MediaManagerItem', + translate('OpenLP.MediaManagerItem', 'No items selected'), + translate('OpenLP.MediaManagerItem', 'You must select one or more items')) else: log.debug(self.PluginNameShort + u' Add requested') service_item = self.parent.serviceManager.getServiceItem() if not service_item: QtGui.QMessageBox.information(self, - translate('MediaManagerItem', 'No Service Item Selected'), - translate('MediaManagerItem', + translate('OpenLP.MediaManagerItem', 'No Service Item Selected'), + translate('OpenLP.MediaManagerItem', 'You must select an existing service item to add to.')) elif self.title.lower() == service_item.name.lower(): self.generateSlideData(service_item) @@ -518,8 +518,8 @@ class MediaManagerItem(QtGui.QWidget): else: #Turn off the remote edit update message indicator QtGui.QMessageBox.information(self, - translate('MediaManagerItem', 'Invalid Service Item'), - unicode(translate('MediaManagerItem', + translate('OpenLP.MediaManagerItem', 'Invalid Service Item'), + unicode(translate('OpenLP.MediaManagerItem', 'You must select a %s service item.')) % self.title) def buildServiceItem(self, item=None): @@ -535,3 +535,4 @@ class MediaManagerItem(QtGui.QWidget): return service_item else: return None + diff --git a/openlp/core/ui/advancedtab.py b/openlp/core/ui/advancedtab.py index fba71f9d4..a32dee333 100644 --- a/openlp/core/ui/advancedtab.py +++ b/openlp/core/ui/advancedtab.py @@ -135,7 +135,7 @@ class AdvancedTab(SettingsTab): self.recentLabel.setText( translate('OpenLP.AdvancedTab', 'Number of recent files to display:')) self.mediaPluginCheckBox.setText(translate('OpenLP.AdvancedTab', - 'Save currently selected media manager plugin')) + 'Remember active media manager tab on startup')) self.doubleClickLiveCheckBox.setText(translate('OpenLP.AdvancedTab', 'Double-click to send items straight to live (requires restart)')) # self.sharedDirGroupBox.setTitle( diff --git a/openlp/core/ui/generaltab.py b/openlp/core/ui/generaltab.py index 408509605..4aa3e7c0b 100644 --- a/openlp/core/ui/generaltab.py +++ b/openlp/core/ui/generaltab.py @@ -308,11 +308,11 @@ class GeneralTab(SettingsTab): self.CCLIGroupBox.setTitle( translate('OpenLP.GeneralTab', 'CCLI Details')) self.NumberLabel.setText( - translate('OpenLP.GeneralTab', 'CCLI Number:')) + translate('OpenLP.GeneralTab', 'CCLI number:')) self.UsernameLabel.setText( - translate('OpenLP.GeneralTab', 'SongSelect Username:')) + translate('OpenLP.GeneralTab', 'SongSelect username:')) self.PasswordLabel.setText( - translate('OpenLP.GeneralTab', 'SongSelect Password:')) + translate('OpenLP.GeneralTab', 'SongSelect password:')) # Moved from display tab self.displayGroupBox.setTitle( translate('OpenLP.GeneralTab', 'Display Position')) diff --git a/openlp/core/ui/pluginform.py b/openlp/core/ui/pluginform.py index 77ce458f4..f1111ff85 100644 --- a/openlp/core/ui/pluginform.py +++ b/openlp/core/ui/pluginform.py @@ -63,15 +63,17 @@ class PluginForm(QtGui.QDialog, Ui_PluginViewDialog): # sometimes when it's loaded from the config, it isn't cast to int. plugin.status = int(plugin.status) # Set the little status text in brackets next to the plugin name. - status_text = unicode(translate('PluginForm', '%s (Inactive)')) + status_text = unicode( + translate('OpenLP.PluginForm', '%s (Inactive)')) if plugin.status == PluginStatus.Active: - status_text = unicode(translate('PluginForm', '%s (Active)')) + status_text = unicode( + translate('OpenLP.PluginForm', '%s (Active)')) elif plugin.status == PluginStatus.Inactive: status_text = unicode( - translate('PluginForm', '%s (Inactive)')) + translate('OpenLP.PluginForm', '%s (Inactive)')) elif plugin.status == PluginStatus.Disabled: status_text = unicode( - translate('PluginForm', '%s (Disabled)')) + translate('OpenLP.PluginForm', '%s (Disabled)')) item.setText(status_text % plugin.name) # If the plugin has an icon, set it! if plugin.icon: @@ -120,12 +122,17 @@ class PluginForm(QtGui.QDialog, Ui_PluginViewDialog): else: self.activePlugin.toggleStatus(PluginStatus.Inactive) self.activePlugin.finalise() - status_text = 'Inactive' + status_text = unicode( + translate('OpenLP.PluginForm', '%s (Inactive)')) if self.activePlugin.status == PluginStatus.Active: - status_text = 'Active' + status_text = unicode( + translate('OpenLP.PluginForm', '%s (Active)')) elif self.activePlugin.status == PluginStatus.Inactive: - status_text = 'Inactive' + status_text = unicode( + translate('OpenLP.PluginForm', '%s (Inactive)')) elif self.activePlugin.status == PluginStatus.Disabled: - status_text = 'Disabled' + status_text = unicode( + translate('OpenLP.PluginForm', '%s (Disabled)')) self.PluginListWidget.currentItem().setText( - u'%s (%s)' % (self.activePlugin.name, status_text)) \ No newline at end of file + status_text % self.activePlugin.name) + diff --git a/openlp/plugins/images/lib/mediaitem.py b/openlp/plugins/images/lib/mediaitem.py index 802ed8d71..51e06be3f 100644 --- a/openlp/plugins/images/lib/mediaitem.py +++ b/openlp/plugins/images/lib/mediaitem.py @@ -105,9 +105,10 @@ class ImageMediaItem(MediaManagerItem): self.ImageWidget.setSizePolicy(sizePolicy) self.ImageWidget.setObjectName(u'ImageWidget') self.blankButton = self.toolbar.addToolbarButton( - u'Replace Background', u':/slides/slide_blank.png', + translate('ImagePlugin.MediaItem', 'Replace Background'), + u':/slides/slide_blank.png', translate('ImagePlugin.MediaItem', 'Replace Live Background'), - self.onReplaceClick, False) + self.onReplaceClick, False) # Add the song widget to the page layout self.pageLayout.addWidget(self.ImageWidget) @@ -116,7 +117,7 @@ class ImageMediaItem(MediaManagerItem): Remove an image item from the list """ if check_item_selected(self.listView, translate('ImagePlugin.MediaItem', - 'You must select an item to delete.')): + 'You must select an image to delete.')): row_list = [item.row() for item in self.listView.selectedIndexes()] row_list.sort(reverse=True) for row in row_list: @@ -170,7 +171,7 @@ class ImageMediaItem(MediaManagerItem): def onReplaceClick(self): if check_item_selected(self.listView, translate('ImagePlugin.MediaItem', - 'You must select an item to process.')): + 'You must select an image to replace the background with.')): items = self.listView.selectedIndexes() for item in items: bitem = self.listView.item(item.row()) @@ -180,3 +181,4 @@ class ImageMediaItem(MediaManagerItem): def onPreviewClick(self): MediaManagerItem.onPreviewClick(self) + diff --git a/openlp/plugins/media/lib/mediaitem.py b/openlp/plugins/media/lib/mediaitem.py index 082d9b3fd..b295d7b70 100644 --- a/openlp/plugins/media/lib/mediaitem.py +++ b/openlp/plugins/media/lib/mediaitem.py @@ -92,17 +92,17 @@ class MediaMediaItem(MediaManagerItem): self.ImageWidget.setObjectName(u'ImageWidget') #Replace backgrounds do not work at present so remove functionality. self.blankButton = self.toolbar.addToolbarButton( - u'Replace Background', u':/slides/slide_blank.png', + translate('MediaPlugin.MediaItem', 'Replace Background'), + u':/slides/slide_blank.png', translate('MediaPlugin.MediaItem', 'Replace Live Background'), self.onReplaceClick, False) # Add the song widget to the page layout self.pageLayout.addWidget(self.ImageWidget) def onReplaceClick(self): - if check_item_selected(self.listView, translate('ImagePlugin.MediaItem', - 'You must select an item to process.')): + 'You must select a media file to replace the background with.')): item = self.listView.currentItem() filename = unicode(item.data(QtCore.Qt.UserRole).toString()) self.parent.displayManager.displayVideo(filename) @@ -133,7 +133,7 @@ class MediaMediaItem(MediaManagerItem): Remove a media item from the list """ if check_item_selected(self.listView, translate('MediaPlugin.MediaItem', - 'You must select an item to delete.')): + 'You must select a media file to delete.')): row_list = [item.row() for item in self.listView.selectedIndexes()] row_list.sort(reverse=True) for row in row_list: @@ -149,3 +149,4 @@ class MediaMediaItem(MediaManagerItem): item_name.setIcon(build_icon(img)) item_name.setData(QtCore.Qt.UserRole, QtCore.QVariant(file)) self.listView.addItem(item_name) + diff --git a/openlp/plugins/presentations/lib/mediaitem.py b/openlp/plugins/presentations/lib/mediaitem.py index b9ee2b79f..ca103f3d8 100644 --- a/openlp/plugins/presentations/lib/mediaitem.py +++ b/openlp/plugins/presentations/lib/mediaitem.py @@ -155,9 +155,9 @@ class PresentationMediaItem(MediaManagerItem): filename = os.path.split(unicode(file))[1] if titles.count(filename) > 0: if not initialLoad: - QtGui.QMessageBox.critical( - self, translate('PresentationPlugin.MediaItem', - 'File exists'), + QtGui.QMessageBox.critical(self, + translate('PresentationPlugin.MediaItem', + 'File Exists'), translate('PresentationPlugin.MediaItem', 'A presentation with that filename already exists.'), QtGui.QMessageBox.Ok) @@ -182,7 +182,7 @@ class PresentationMediaItem(MediaManagerItem): else: QtGui.QMessageBox.critical( self, translate('PresentationPlugin.MediaItem', - 'Unsupported file'), + 'Unsupported File'), translate('PresentationPlugin.MediaItem', 'This type of presentation is not supported'), QtGui.QMessageBox.Ok) @@ -270,3 +270,4 @@ class PresentationMediaItem(MediaManagerItem): if filetype in self.controllers[controller].alsosupports: return controller return None + diff --git a/openlp/plugins/presentations/lib/presentationtab.py b/openlp/plugins/presentations/lib/presentationtab.py index 980c62f47..0cc8734cc 100644 --- a/openlp/plugins/presentations/lib/presentationtab.py +++ b/openlp/plugins/presentations/lib/presentationtab.py @@ -104,9 +104,7 @@ class PresentationTab(SettingsTab): for key in self.controllers: controller = self.controllers[key] checkbox = self.PresenterCheckboxes[controller.name] - checkbox.setText( - u'%s %s' % (controller.name, - translate('PresentationPlugin.PresentationTab', 'available'))) + checkbox.setText(controller.name) def load(self): """ diff --git a/openlp/plugins/remotes/lib/remotetab.py b/openlp/plugins/remotes/lib/remotetab.py index 83f335382..7400875ee 100644 --- a/openlp/plugins/remotes/lib/remotetab.py +++ b/openlp/plugins/remotes/lib/remotetab.py @@ -37,30 +37,43 @@ class RemoteTab(SettingsTab): def setupUi(self): self.setObjectName(u'RemoteTab') self.tabTitleVisible = translate('RemotePlugin.RemoteTab', 'Remotes') - self.RemoteLayout = QtGui.QFormLayout(self) - self.RemoteLayout.setObjectName(u'RemoteLayout') - self.RemoteModeGroupBox = QtGui.QGroupBox(self) - self.RemoteModeGroupBox.setObjectName(u'RemoteModeGroupBox') - self.RemoteModeLayout = QtGui.QVBoxLayout(self.RemoteModeGroupBox) - self.RemoteModeLayout.setSpacing(8) - self.RemoteModeLayout.setMargin(8) - self.RemoteModeLayout.setObjectName(u'RemoteModeLayout') - self.RemotePortSpinBox = QtGui.QSpinBox(self.RemoteModeGroupBox) - self.RemotePortSpinBox.setObjectName(u'RemotePortSpinBox') - self.RemotePortSpinBox.setMaximum(32767) - self.RemoteModeLayout.addWidget(self.RemotePortSpinBox) - self.RemoteLayout.setWidget( - 0, QtGui.QFormLayout.LabelRole, self.RemoteModeGroupBox) + self.remoteLayout = QtGui.QFormLayout(self) + self.remoteLayout.setObjectName(u'remoteLayout') + self.serverSettingsGroupBox = QtGui.QGroupBox(self) + self.serverSettingsGroupBox.setObjectName(u'serverSettingsGroupBox') + self.serverSettingsLayout = QtGui.QFormLayout(self.serverSettingsGroupBox) + self.serverSettingsLayout.setSpacing(8) + self.serverSettingsLayout.setMargin(8) + self.serverSettingsLayout.setObjectName(u'serverSettingsLayout') + self.addressEdit = QtGui.QLineEdit(self.serverSettingsGroupBox) + self.addressEdit.setObjectName(u'addressEdit') + self.serverSettingsLayout.addRow( + translate('RemotePlugin.RemoteTab', 'Serve on IP address:'), + self.addressEdit) + self.portSpinBox = QtGui.QSpinBox(self.serverSettingsGroupBox) + self.portSpinBox.setObjectName(u'portSpinBox') + self.portSpinBox.setMaximum(32767) + self.serverSettingsLayout.addRow( + translate('RemotePlugin.RemoteTab', 'Port number:'), + self.portSpinBox) + self.remoteLayout.setWidget( + 0, QtGui.QFormLayout.LabelRole, self.serverSettingsGroupBox) def retranslateUi(self): - self.RemoteModeGroupBox.setTitle( - translate('RemotePlugin.RemoteTab', 'Remotes Receiver Port')) + self.serverSettingsGroupBox.setTitle( + translate('RemotePlugin.RemoteTab', 'Server Settings')) def load(self): - self.RemotePortSpinBox.setValue( - QtCore.QSettings().value(self.settingsSection + u'/remote port', + self.portSpinBox.setValue( + QtCore.QSettings().value(self.settingsSection + u'/port', QtCore.QVariant(4316)).toInt()[0]) + self.addressEdit.setText( + QtCore.QSettings().value(self.settingsSection + u'/ip address', + QtCore.QVariant(u'0.0.0.0')).toString()) def save(self): - QtCore.QSettings().setValue(self.settingsSection + u'/remote port', - QtCore.QVariant(self.RemotePortSpinBox.value())) \ No newline at end of file + QtCore.QSettings().setValue(self.settingsSection + u'/port', + QtCore.QVariant(self.portSpinBox.value())) + QtCore.QSettings().setValue(self.settingsSection + u'/ip address', + QtCore.QVariant(self.addressEdit.text())) + diff --git a/resources/i18n/openlp_af.ts b/resources/i18n/openlp_af.ts index e7e879480..79fc66234 100644 --- a/resources/i18n/openlp_af.ts +++ b/resources/i18n/openlp_af.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) Beeld(e) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - You must select one or more items - P moet meer as een item selekteer - - - - Delete the selected item - Wis geselekteerde item uit - - - - &Add to Service - &Voeg by Diens - - - - Send the selected item live - Stuur die geselekteerde item na regstreekse vertoning - - - - Add the selected item(s) to the service - Voeg die geselekteerde item(s) by die diens - - - - &Show Live - &Vertoon Regstreeks - - - - Preview the selected item - Voorskou die geselekteerde item - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1075,9 +927,14 @@ Changes do not affect verses already in the service. Replace Live Background + + + Replace Background + + - You must select an item to delete. + You must select a media file to delete. @@ -1324,13 +1181,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1699,16 +1556,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager Sien Voorskou van Volgende Lied vanaf Diens Bestuurder - - - SongSelect Username: - SongSelect Gebruikers naam: - - - - SongSelect Password: - SongSelect Wagwoord: - Display Position @@ -1766,8 +1613,18 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: - CCLI Nommer: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: + @@ -2185,7 +2042,7 @@ You can download the latest version from <a href="http://openlp.org/&quo Save Changes to Service? - + Stoor Veranderinge aan Diens? @@ -2199,7 +2056,165 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + Wis geselekteerde item uit + + + + Preview %s + + + + + Preview the selected item + Voorskou die geselekteerde item + + + + Send the selected item live + Stuur die geselekteerde item na regstreekse vertoning + + + + Add %s to Service + + + + + Add the selected item(s) to the service + Voeg die geselekteerde item(s) by die diens + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + &Vertoon Regstreeks + + + + &Add to Service + &Voeg by Diens + + + + &Add to selected Service Item + + + + + No Items Selected + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + You must select one or more items + P moet meer as een item selekteer + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List @@ -2221,37 +2236,37 @@ You can download the latest version from <a href="http://openlp.org/&quo TeksEtiket - + About: Aangaande: - + Status: Status: - + Active Aktief - + Inactive Onaktief - + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2286,21 +2301,11 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: Bied aan met: - - - File exists - Lêer bestaan - A presentation with that filename already exists. 'n Voorstelling met daardie lêernaam bestaan reeds. - - - Unsupported file - - This type of presentation is not supported @@ -2311,6 +2316,16 @@ You can download the latest version from <a href="http://openlp.org/&quo You must select an item to delete. + + + File Exists + + + + + Unsupported File + + PresentationPlugin.PresentationTab @@ -2324,11 +2339,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers Beskikbare Beheerders - - - available - beskikbaar - RemotePlugin @@ -2345,10 +2355,20 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes Afstandbehere + + + Serve on IP address: + + - Remotes Receiver Port - Afstandbeheer Ontvanger Poort + Port number: + + + + + Server Settings + @@ -2733,41 +2753,71 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open OpenSong file - + Error importing OpenSong file - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2981,90 +3031,100 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Stoor && Voorskou - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Fout - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3313,17 +3373,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + Song Book Maintenance - + &Name: - + &Publisher: @@ -3389,112 +3449,112 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Fout - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + Delete Author Wis Skrywer Uit - + Are you sure you want to delete the selected author? Is u seker u wil die geselekteerde skrywer uitwis? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Geen skrywer geselekteer nie! - + Delete Topic Wis Onderwerp Uit - + Are you sure you want to delete the selected topic? Is u seker u wil die geselekteerde onderwerp uitwis? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! Geen onderwerp geselekteer nie! - + Delete Book Wis Boek Uit - + Are you sure you want to delete the selected book? Is jy seker jy wil die geselekteerde boek uitwis? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! Geen boek geselekteer nie! @@ -3502,12 +3562,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? - + Are you sure you want to delete selected Song Usage data? @@ -3515,7 +3575,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location Uitvoer Lêer Ligging diff --git a/resources/i18n/openlp_de.ts b/resources/i18n/openlp_de.ts index 60aff291d..a969f6d77 100644 --- a/resources/i18n/openlp_de.ts +++ b/resources/i18n/openlp_de.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) Bild(er) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - You must select one or more items - Sie müssen mindestens ein Element markieren - - - - Delete the selected item - Markiertes Element löschen - - - - &Add to Service - &Zum Ablauf hinzufügen - - - - Send the selected item live - Ausgewähltes Element Live anzeigen - - - - Add the selected item(s) to the service - Füge Element(e) zum Ablauf hinzu - - - - &Show Live - &Zeige Live - - - - Preview the selected item - Zeige das auswählte Element in der Vorschau an - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1071,13 +923,18 @@ Changes do not affect verses already in the service. Medien auswählen - - You must select an item to delete. + + Replace Live Background - Replace Live Background + Replace Background + + + + + You must select a media file to delete. @@ -1324,13 +1181,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1699,16 +1556,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager Vorschau des nächsten Lieds - - - SongSelect Username: - SongSelect-Benutzername: - - - - SongSelect Password: - SongSelect-Passwort: - Display Position @@ -1766,8 +1613,18 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: - CCLI-Nummer: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: + @@ -2199,7 +2056,165 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + Markiertes Element löschen + + + + Preview %s + + + + + Preview the selected item + Zeige das auswählte Element in der Vorschau an + + + + Send the selected item live + Ausgewähltes Element Live anzeigen + + + + Add %s to Service + + + + + Add the selected item(s) to the service + Füge Element(e) zum Ablauf hinzu + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + &Zeige Live + + + + &Add to Service + &Zum Ablauf hinzufügen + + + + &Add to selected Service Item + + + + + No Items Selected + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + You must select one or more items + Sie müssen mindestens ein Element markieren + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List @@ -2221,37 +2236,37 @@ You can download the latest version from <a href="http://openlp.org/&quo Text Beschriftung - + About: Über: - + Status: Status: - + Active Aktiv - + Inactive Inaktiv - + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2286,11 +2301,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: Anzeigen mit: - - - File exists - Datei existiert bereits - A presentation with that filename already exists. @@ -2303,12 +2313,17 @@ You can download the latest version from <a href="http://openlp.org/&quo - Unsupported file + This type of presentation is not supported + + + + + File Exists - This type of presentation is not supported + Unsupported File @@ -2324,11 +2339,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers Verfügbare Präsentationsprogramme: - - - available - verfügbar - RemotePlugin @@ -2345,10 +2355,20 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes Fernprojektion + + + Serve on IP address: + + - Remotes Receiver Port - Fernprojektionsport + Port number: + + + + + Server Settings + @@ -2723,28 +2743,28 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2759,15 +2779,45 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Open OpenSong file - + Error importing OpenSong file + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2971,87 +3021,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Speichern && Vorschau - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Fehler - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? @@ -3065,6 +3115,16 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Authors, Topics && Song Book + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3313,12 +3373,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + &Name: - + &Publisher: @@ -3333,7 +3393,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Song Book Maintenance @@ -3384,52 +3444,52 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Fehler - + Delete Author Lösche Autor - + Are you sure you want to delete the selected author? Sind Sie sicher, dass Sie den ausgewählten Autor löschen wollen? - + No author selected! Sie haben keinen Autor ausgewählt! - + Delete Topic Lösche Thema - + Are you sure you want to delete the selected topic? Soll der gewählte Eintrag wirklich gelöscht werden? - + No topic selected! Kein Thema ausgewählt! - + Delete Book Buch löschen - + Are you sure you want to delete the selected book? Sind Sie sicher, dass das markierte Buch wirklich gelöscht werden soll? - + No book selected! Kein Buch ausgewählt! @@ -3439,62 +3499,62 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + This author cannot be deleted, they are currently assigned to at least one song. - + This topic cannot be deleted, it is currently assigned to at least one song. - + This book cannot be deleted, it is currently assigned to at least one song. @@ -3502,12 +3562,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? - + Are you sure you want to delete selected Song Usage data? @@ -3515,7 +3575,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location Ablageort für Aufnahme wählen diff --git a/resources/i18n/openlp_en.ts b/resources/i18n/openlp_en.ts index 13d05084a..3a8d0f94a 100644 --- a/resources/i18n/openlp_en.ts +++ b/resources/i18n/openlp_en.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - You must select one or more items - - - - - &Add to Service - - - - - Send the selected item live - - - - - Add the selected item(s) to the service - - - - - Delete the selected item - - - - - &Show Live - - - - - Preview the selected item - - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1075,9 +927,14 @@ Changes do not affect verses already in the service. Replace Live Background + + + Replace Background + + - You must select an item to delete. + You must select a media file to delete. @@ -1324,13 +1181,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1699,16 +1556,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager - - - SongSelect Username: - - - - - SongSelect Password: - - Display Position @@ -1766,7 +1613,17 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: @@ -2199,7 +2056,165 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + + + + + Preview %s + + + + + Preview the selected item + + + + + Send the selected item live + + + + + Add %s to Service + + + + + Add the selected item(s) to the service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + + + + + &Add to Service + + + + + &Add to selected Service Item + + + + + No Items Selected + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + You must select one or more items + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List @@ -2221,37 +2236,37 @@ You can download the latest version from <a href="http://openlp.org/&quo - + About: - + Status: - + Active - + Inactive - + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2286,21 +2301,11 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: - - - File exists - - A presentation with that filename already exists. - - - Unsupported file - - This type of presentation is not supported @@ -2311,6 +2316,16 @@ You can download the latest version from <a href="http://openlp.org/&quo You must select an item to delete. + + + File Exists + + + + + Unsupported File + + PresentationPlugin.PresentationTab @@ -2324,11 +2339,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers - - - available - - RemotePlugin @@ -2345,9 +2355,19 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes + + + Serve on IP address: + + - Remotes Receiver Port + Port number: + + + + + Server Settings @@ -2733,41 +2753,71 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open OpenSong file - + Error importing OpenSong file - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2981,90 +3031,100 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3313,17 +3373,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + Song Book Maintenance - + &Name: - + &Publisher: @@ -3389,112 +3449,112 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + Delete Author - + Are you sure you want to delete the selected author? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! - + Delete Topic - + Are you sure you want to delete the selected topic? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book - + Are you sure you want to delete the selected book? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! @@ -3502,12 +3562,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? - + Are you sure you want to delete selected Song Usage data? @@ -3515,7 +3575,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location diff --git a/resources/i18n/openlp_en_GB.ts b/resources/i18n/openlp_en_GB.ts index 377e26d3d..51263dbd2 100644 --- a/resources/i18n/openlp_en_GB.ts +++ b/resources/i18n/openlp_en_GB.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) Image(s) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - You must select one or more items - You must select one or more items - - - - Delete the selected item - Delete the selected item - - - - &Add to Service - &Add to Service - - - - Send the selected item live - Send the selected item live - - - - Add the selected item(s) to the service - Add the selected item(s) to the service - - - - &Show Live - &Show Live - - - - Preview the selected item - Preview the selected item - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1075,9 +927,14 @@ Changes do not affect verses already in the service. Replace Live Background + + + Replace Background + + - You must select an item to delete. + You must select a media file to delete. @@ -1324,13 +1181,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1699,16 +1556,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager Preview Next Song from Service Manager - - - SongSelect Username: - SongSelect Username: - - - - SongSelect Password: - SongSelect Password: - Display Position @@ -1766,8 +1613,18 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: - CCLI Number: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: + @@ -2199,7 +2056,165 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + Delete the selected item + + + + Preview %s + + + + + Preview the selected item + Preview the selected item + + + + Send the selected item live + Send the selected item live + + + + Add %s to Service + + + + + Add the selected item(s) to the service + Add the selected item(s) to the service + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + &Show Live + + + + &Add to Service + &Add to Service + + + + &Add to selected Service Item + + + + + No Items Selected + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + You must select one or more items + You must select one or more items + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List @@ -2221,37 +2236,37 @@ You can download the latest version from <a href="http://openlp.org/&quo TextLabel - + About: About: - + Status: Status: - + Active Active - + Inactive Inactive - + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2286,21 +2301,11 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: Present using: - - - File exists - File exists - A presentation with that filename already exists. A presentation with that filename already exists. - - - Unsupported file - - This type of presentation is not supported @@ -2311,6 +2316,16 @@ You can download the latest version from <a href="http://openlp.org/&quo You must select an item to delete. + + + File Exists + + + + + Unsupported File + + PresentationPlugin.PresentationTab @@ -2324,11 +2339,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers Available Controllers - - - available - available - RemotePlugin @@ -2345,10 +2355,20 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes Remotes + + + Serve on IP address: + + - Remotes Receiver Port - Remotes Receiver Port + Port number: + + + + + Server Settings + @@ -2733,41 +2753,71 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open OpenSong file - + Error importing OpenSong file - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2981,90 +3031,100 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Save && Preview - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Error - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3313,17 +3373,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + Song Book Maintenance - + &Name: - + &Publisher: @@ -3389,112 +3449,112 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Error - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + Delete Author Delete Author - + Are you sure you want to delete the selected author? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! - + Delete Topic Delete Topic - + Are you sure you want to delete the selected topic? Are you sure you want to delete the selected topic? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! No topic selected! - + Delete Book Delete Book - + Are you sure you want to delete the selected book? Are you sure you want to delete the selected book? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! @@ -3502,12 +3562,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? - + Are you sure you want to delete selected Song Usage data? @@ -3515,7 +3575,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location Output File Location diff --git a/resources/i18n/openlp_en_ZA.ts b/resources/i18n/openlp_en_ZA.ts index 252ad8ad8..4e2e6f001 100644 --- a/resources/i18n/openlp_en_ZA.ts +++ b/resources/i18n/openlp_en_ZA.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - You must select one or more items - You must select one or more items - - - - Delete the selected item - Delete the selected item - - - - &Add to Service - - - - - Send the selected item live - Send the selected item live. - - - - Add the selected item(s) to the service - Add the selected item(s) to the service. - - - - &Show Live - - - - - Preview the selected item - - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1075,9 +927,14 @@ Changes do not affect verses already in the service. Replace Live Background + + + Replace Background + + - You must select an item to delete. + You must select a media file to delete. @@ -1324,13 +1181,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1699,16 +1556,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager Preview Next Song from Service Manager - - - SongSelect Username: - SongSelect Username: - - - - SongSelect Password: - - Display Position @@ -1766,8 +1613,18 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: - CCLI Number: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: + @@ -2199,7 +2056,165 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + Delete the selected item + + + + Preview %s + + + + + Preview the selected item + + + + + Send the selected item live + Send the selected item live. + + + + Add %s to Service + + + + + Add the selected item(s) to the service + Add the selected item(s) to the service. + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + + + + + &Add to Service + + + + + &Add to selected Service Item + + + + + No Items Selected + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + You must select one or more items + You must select one or more items + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List @@ -2221,37 +2236,37 @@ You can download the latest version from <a href="http://openlp.org/&quo - + About: - + Status: Status: - + Active Active - + Inactive - + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2286,21 +2301,11 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: Present using: - - - File exists - - A presentation with that filename already exists. - - - Unsupported file - - This type of presentation is not supported @@ -2311,6 +2316,16 @@ You can download the latest version from <a href="http://openlp.org/&quo You must select an item to delete. + + + File Exists + + + + + Unsupported File + + PresentationPlugin.PresentationTab @@ -2324,11 +2339,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers Available Controllers - - - available - available - RemotePlugin @@ -2345,10 +2355,20 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes Remotes + + + Serve on IP address: + + - Remotes Receiver Port - Remotes Receiver Port + Port number: + + + + + Server Settings + @@ -2733,41 +2753,71 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open OpenSong file - + Error importing OpenSong file - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2981,90 +3031,100 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Error - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3313,17 +3373,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + Song Book Maintenance - + &Name: - + &Publisher: @@ -3389,112 +3449,112 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Error - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + Delete Author - + Are you sure you want to delete the selected author? Are you sure you want to delete the selected author? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! No author selected! - + Delete Topic Delete Topic - + Are you sure you want to delete the selected topic? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book Delete Book - + Are you sure you want to delete the selected book? Are you sure you want to delete the selected book? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! No book selected! @@ -3502,12 +3562,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? - + Are you sure you want to delete selected Song Usage data? @@ -3515,7 +3575,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location Output File Location diff --git a/resources/i18n/openlp_es.ts b/resources/i18n/openlp_es.ts index 0eecae217..8f0be7388 100644 --- a/resources/i18n/openlp_es.ts +++ b/resources/i18n/openlp_es.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) Imagen(es) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - You must select one or more items - Usted debe seleccionar uno o más elementos - - - - &Add to Service - &Agregar al Servicio - - - - Send the selected item live - Enviar en vivo el ítem seleccionado - - - - Add the selected item(s) to the service - Agregar el elemento(s) seleccionado al servicio - - - - Delete the selected item - Borrar el ítem seleccionado - - - - &Show Live - Mo&star En Vivo - - - - Preview the selected item - Vista Previa del ítem seleccionado - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1075,9 +927,14 @@ Changes do not affect verses already in the service. Replace Live Background + + + Replace Background + + - You must select an item to delete. + You must select a media file to delete. @@ -1324,13 +1181,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1699,16 +1556,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager Vista Previa de la Siguiente Canción en el Servicio - - - SongSelect Username: - Usuario SongSelect: - - - - SongSelect Password: - Contraseña SongSelect: - Display Position @@ -1766,8 +1613,18 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: - Número CCLI: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: + @@ -2185,7 +2042,7 @@ You can download the latest version from <a href="http://openlp.org/&quo Save Changes to Service? - + ¿Guardar cambios al Servicio? @@ -2199,7 +2056,165 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + Borrar el ítem seleccionado + + + + Preview %s + + + + + Preview the selected item + Vista Previa del ítem seleccionado + + + + Send the selected item live + Enviar en vivo el ítem seleccionado + + + + Add %s to Service + + + + + Add the selected item(s) to the service + Agregar el elemento(s) seleccionado al servicio + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + Mo&star En Vivo + + + + &Add to Service + &Agregar al Servicio + + + + &Add to selected Service Item + + + + + No Items Selected + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + You must select one or more items + Usted debe seleccionar uno o más elementos + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List @@ -2221,37 +2236,37 @@ You can download the latest version from <a href="http://openlp.org/&quo TextLabel - + About: Acerca de: - + Status: Estado: - + Active Activo - + Inactive Inactivo - + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2286,21 +2301,11 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: Mostrar usando: - - - File exists - Ya existe el Archivo - A presentation with that filename already exists. Ya existe una presentación con ese nombre. - - - Unsupported file - - This type of presentation is not supported @@ -2311,6 +2316,16 @@ You can download the latest version from <a href="http://openlp.org/&quo You must select an item to delete. + + + File Exists + + + + + Unsupported File + + PresentationPlugin.PresentationTab @@ -2324,11 +2339,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers Controladores Disponibles - - - available - disponible - RemotePlugin @@ -2345,10 +2355,20 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes Remotas + + + Serve on IP address: + + - Remotes Receiver Port - Puerto de Recepción + Port number: + + + + + Server Settings + @@ -2733,41 +2753,71 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open OpenSong file - + Error importing OpenSong file - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2981,90 +3031,100 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Guardar && Vista Previa - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Error - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3313,17 +3373,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + Song Book Maintenance - + &Name: - + &Publisher: @@ -3389,112 +3449,112 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Error - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + Delete Author Borrar Autor - + Are you sure you want to delete the selected author? ¿Está seguro que desea eliminar el autor seleccionado? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! ¡Ningún autor seleccionado! - + Delete Topic Borrar Categoría - + Are you sure you want to delete the selected topic? ¿Está seguro que desea eliminar la categoría seleccionada? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! ¡No seleccionó la categoría! - + Delete Book Eliminar Libro - + Are you sure you want to delete the selected book? ¿Está seguro de que quiere eliminar el libro seleccionado? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! ¡Ningún libro seleccionado! @@ -3502,12 +3562,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? - + Are you sure you want to delete selected Song Usage data? @@ -3515,7 +3575,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location Archivo de Salida diff --git a/resources/i18n/openlp_et.ts b/resources/i18n/openlp_et.ts index 5a41bc289..70811cb25 100644 --- a/resources/i18n/openlp_et.ts +++ b/resources/i18n/openlp_et.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. Ekraani tausta asendamine - - You must select an item to delete. - - - - + Image(s) Pilt(pildid) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - Invalid Service Item - Vigane teenistuse element - - - - No Items Selected - Ühtegi elementi pole valitud - - - - You must select one or more items - Pead valima vähemalt ühe elemendi - - - - &Add to selected Service Item - &Lisa valitud teenistuse elemendile - - - - No items selected - Ühtegi elementi pole valitud - - - - &Add to Service - &Lisa teenistusele - - - - Send the selected item live - Valitud kirje saatmine ekraanile - - - - Add the selected item(s) to the service - Valitud kirje(te) lisamine teenistusse - - - - Delete the selected item - Valitud elemendi kustutamine - - - - No Service Item Selected - Ühtegi teenistuse elementi pole valitud - - - - &Show Live - &Kuva ekraanil - - - - Preview the selected item - Valitud kirje eelvaatlus - - - - You must select one or more items. - Pead valima vähemalt ühe elemendi. - - - - You must select an existing service item to add to. - Pead valima olemasoleva teenistuse, millele lisada. - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1071,13 +923,18 @@ Changes do not affect verses already in the service. Meedia valimine - - You must select an item to delete. + + Replace Live Background - Replace Live Background + Replace Background + + + + + You must select a media file to delete. @@ -1357,13 +1214,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1732,16 +1589,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager Teenistuse haldurist kuvatakse järgmise laulu eelvaade - - - SongSelect Username: - SongSelecti kasutajanimi: - - - - SongSelect Password: - SongSelecti parool: - Display Position @@ -1799,8 +1646,18 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: - CCLI number: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: + @@ -2232,59 +2089,217 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + Valitud elemendi kustutamine + + + + Preview %s + + + + + Preview the selected item + Valitud kirje eelvaatlus + + + + Send the selected item live + Valitud kirje saatmine ekraanile + + + + Add %s to Service + + + + + Add the selected item(s) to the service + Valitud kirje(te) lisamine teenistusse + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + &Kuva ekraanil + + + + &Add to Service + &Lisa teenistusele + + + + &Add to selected Service Item + &Lisa valitud teenistuse elemendile + + + + No Items Selected + Ühtegi elementi pole valitud + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + Pead valima vähemalt ühe elemendi. + + + + No items selected + Ühtegi elementi pole valitud + + + + You must select one or more items + Pead valima vähemalt ühe elemendi + + + + No Service Item Selected + Ühtegi teenistuse elementi pole valitud + + + + You must select an existing service item to add to. + Pead valima olemasoleva teenistuse, millele lisada. + + + + Invalid Service Item + Vigane teenistuse element + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List - Pluginate loend + Pluginate loend Plugin Details - Plugina andmed + Plugina andmed Version: - Versioon: + Versioon: TextLabel - TekstiPealdis - - - - About: - Kirjeldus: + TekstiPealdis - Status: - Olek: - - - - Active - Aktiivne + About: + Kirjeldus: - Inactive - Pole aktiivne + Status: + Olek: - + + Active + Aktiivne + + + + Inactive + Pole aktiivne + + + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2319,11 +2334,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Automatic - - - File exists - - A presentation with that filename already exists. @@ -2336,22 +2346,22 @@ You can download the latest version from <a href="http://openlp.org/&quo - Unsupported file + This type of presentation is not supported + + + + + File Exists - This type of presentation is not supported + Unsupported File PresentationPlugin.PresentationTab - - - available - - Presentations @@ -2378,9 +2388,19 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes + + + Serve on IP address: + + - Remotes Receiver Port + Port number: + + + + + Server Settings @@ -2756,28 +2776,28 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. @@ -2792,15 +2812,45 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Open OpenSong file - + Error importing OpenSong file + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2984,57 +3034,57 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Kujundus, autoriõigus && kommentaarid - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. @@ -3059,32 +3109,32 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Viga - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? @@ -3098,6 +3148,16 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Authors, Topics && Song Book + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3346,12 +3406,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + &Name: - + &Publisher: @@ -3366,7 +3426,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Song Book Maintenance @@ -3417,47 +3477,47 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Kustuta - + Delete Author - + Delete Topic - + Delete Book - + Error Viga - + Are you sure you want to delete the selected author? - + No author selected! - + Are you sure you want to delete the selected topic? - + No topic selected! - + Are you sure you want to delete the selected book? @@ -3467,67 +3527,67 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + This author cannot be deleted, they are currently assigned to at least one song. - + This topic cannot be deleted, it is currently assigned to at least one song. - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! @@ -3535,12 +3595,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? - + Are you sure you want to delete selected Song Usage data? @@ -3548,7 +3608,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location diff --git a/resources/i18n/openlp_hu.ts b/resources/i18n/openlp_hu.ts index 499fdff57..5f5e01045 100644 --- a/resources/i18n/openlp_hu.ts +++ b/resources/i18n/openlp_hu.ts @@ -66,12 +66,12 @@ &Bezárás - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) Kép(ek) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - You must select one or more items - Ki kell választani egy vagy több elemet - - - - Delete the selected item - Kiválasztott elem törlése - - - - &Add to Service - &Hozzáadás a szolgálathoz - - - - Send the selected item live - A kiválasztott elem egyenes adásba küldése - - - - Add the selected item(s) to the service - A kiválasztott elem(ek) hozzáadása a szolgálathoz - - - - &Show Live - Egyenes &adásba - - - - Preview the selected item - A kiválasztott elem előnézete - - - - &Add to selected Service Item - &Hozzáadás a kiválasztott szolgálat elemhez - - - - No Items Selected - Nincs kiválasztott elem - - - - You must select one or more items. - Ki kell választani egy vagy több elemet. - - - - No items selected - Nincs kiválasztott elem - - - - No Service Item Selected - Nincs kiválasztott szolgálat elem - - - - You must select an existing service item to add to. - Ki kell választani egy szolgálati elemet, amihez hozzá szeretné adni. - - - - Invalid Service Item - Érvénytelen szolgálat elem - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1075,9 +927,14 @@ Changes do not affect verses already in the service. Replace Live Background + + + Replace Background + + - You must select an item to delete. + You must select a media file to delete. @@ -1484,13 +1341,13 @@ A GNU General Public License nem engedi meg, hogy a program része legyen szelle - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1859,16 +1716,6 @@ A GNU General Public License nem engedi meg, hogy a program része legyen szelle Preview Next Song from Service Manager Következő dal előnézete a szolgálatkezelőből - - - SongSelect Username: - SongSelect felhasználói név: - - - - SongSelect Password: - SongSelect jelszó: - Display Position @@ -1926,8 +1773,18 @@ A GNU General Public License nem engedi meg, hogy a program része legyen szelle - CCLI Number: - CCLI szám: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: + @@ -2345,7 +2202,7 @@ You can download the latest version from <a href="http://openlp.org/&quo Save Changes to Service? - + Változások mentése a szolgálatban? @@ -2359,59 +2216,217 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + Kiválasztott elem törlése + + + + Preview %s + + + + + Preview the selected item + A kiválasztott elem előnézete + + + + Send the selected item live + A kiválasztott elem egyenes adásba küldése + + + + Add %s to Service + + + + + Add the selected item(s) to the service + A kiválasztott elem(ek) hozzáadása a szolgálathoz + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + Egyenes &adásba + + + + &Add to Service + &Hozzáadás a szolgálathoz + + + + &Add to selected Service Item + &Hozzáadás a kiválasztott szolgálat elemhez + + + + No Items Selected + Nincs kiválasztott elem + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + Ki kell választani egy vagy több elemet. + + + + No items selected + Nincs kiválasztott elem + + + + You must select one or more items + Ki kell választani egy vagy több elemet + + + + No Service Item Selected + Nincs kiválasztott szolgálat elem + + + + You must select an existing service item to add to. + Ki kell választani egy szolgálati elemet, amihez hozzá szeretné adni. + + + + Invalid Service Item + Érvénytelen szolgálat elem + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List - Bővítménylista + Bővítménylista Plugin Details - Bővítmény részletei + Bővítmény részletei Version: - Verzió: + Verzió: TextLabel - Szövegcímke - - - - About: - Névjegy: + Szövegcímke - Status: - Állapot: - - - - Active - Aktív + About: + Névjegy: - Inactive - Inaktív + Status: + Állapot: - + + Active + Aktív + + + + Inactive + Inaktív + + + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2446,21 +2461,11 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: Bemutató ezzel: - - - File exists - A fájl létezik - A presentation with that filename already exists. Ilyen fájlnéven már létezik egy bemutató. - - - Unsupported file - - This type of presentation is not supported @@ -2471,6 +2476,16 @@ You can download the latest version from <a href="http://openlp.org/&quo You must select an item to delete. + + + File Exists + + + + + Unsupported File + + PresentationPlugin.PresentationTab @@ -2484,11 +2499,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers Elérhető vezérlők - - - available - elérhető - RemotePlugin @@ -2505,10 +2515,20 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes Távvezérlés + + + Serve on IP address: + + - Remotes Receiver Port - Távvezérlést fogadó port + Port number: + + + + + Server Settings + @@ -2853,17 +2873,17 @@ The content encoding is not UTF-8. SongsPlugin - + Open Songs of Fellowship file Songs of Fellowship fájl megnyitása - + Open documents or presentations Dokumentum vagy bemutató megnyitása - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. <strong>Dal bővítmény</strong> <br />Ez a a bővítmény dalok kezelését és vetítését teszi lehetővé. @@ -2908,26 +2928,56 @@ The content encoding is not UTF-8. - + Import Error Importálás hiba - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open OpenSong file - + Error importing OpenSong file + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -3141,90 +3191,100 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Mentés és előnézet - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Hiba - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3473,17 +3533,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + Song Book Maintenance - + &Name: - + &Publisher: @@ -3549,112 +3609,112 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Törlés - + Error Hiba - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + Delete Author Szerző törlése - + Are you sure you want to delete the selected author? A kiválasztott szerző biztosan törölhető? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Nincs kiválasztott szerző! - + Delete Topic Témakör törlése - + Are you sure you want to delete the selected topic? A kiválasztott témakör biztosan törölhető? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! Nincs kiválasztott témakör! - + Delete Book Könyv törlése - + Are you sure you want to delete the selected book? A kiválasztott könyv biztosan törölhető? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! Nincs kiválasztott könyv! @@ -3662,12 +3722,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? Valóban törölhetők a kiválasztott dalstatisztika események? - + Are you sure you want to delete selected Song Usage data? Valóban törölhetők a kiválasztott dalstatisztika adatok? @@ -3675,7 +3735,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location Kimeneti fájl elérési útvonala diff --git a/resources/i18n/openlp_ko.ts b/resources/i18n/openlp_ko.ts index e91578cde..16cb6d358 100644 --- a/resources/i18n/openlp_ko.ts +++ b/resources/i18n/openlp_ko.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - No Items Selected - - - - - Delete the selected item - - - - - You must select one or more items - - - - - &Add to Service - - - - - Send the selected item live - - - - - Add the selected item(s) to the service - - - - - &Show Live - - - - - Preview the selected item - - - - - You must select one or more items. - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1075,9 +927,14 @@ Changes do not affect verses already in the service. Replace Live Background + + + Replace Background + + - You must select an item to delete. + You must select a media file to delete. @@ -1324,13 +1181,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1699,16 +1556,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager - - - SongSelect Username: - - - - - SongSelect Password: - - Display Position @@ -1766,7 +1613,17 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: @@ -2199,7 +2056,165 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + + + + + Preview %s + + + + + Preview the selected item + + + + + Send the selected item live + + + + + Add %s to Service + + + + + Add the selected item(s) to the service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + + + + + &Add to Service + + + + + &Add to selected Service Item + + + + + No Items Selected + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + You must select one or more items + + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List @@ -2221,37 +2236,37 @@ You can download the latest version from <a href="http://openlp.org/&quo - + About: - + Status: - + Active - + Inactive - + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2286,21 +2301,11 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: - - - File exists - - A presentation with that filename already exists. - - - Unsupported file - - This type of presentation is not supported @@ -2311,6 +2316,16 @@ You can download the latest version from <a href="http://openlp.org/&quo You must select an item to delete. + + + File Exists + + + + + Unsupported File + + PresentationPlugin.PresentationTab @@ -2324,11 +2339,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers - - - available - - RemotePlugin @@ -2345,9 +2355,19 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes + + + Serve on IP address: + + - Remotes Receiver Port + Port number: + + + + + Server Settings @@ -2733,41 +2753,71 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open OpenSong file - + Error importing OpenSong file - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2981,90 +3031,100 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3313,17 +3373,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + Song Book Maintenance - + &Name: - + &Publisher: @@ -3389,112 +3449,112 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + Delete Author - + Are you sure you want to delete the selected author? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! - + Delete Topic - + Are you sure you want to delete the selected topic? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book - + Are you sure you want to delete the selected book? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! @@ -3502,12 +3562,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? - + Are you sure you want to delete selected Song Usage data? @@ -3515,7 +3575,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location diff --git a/resources/i18n/openlp_nb.ts b/resources/i18n/openlp_nb.ts index f9a72ab34..da8f4dc89 100644 --- a/resources/i18n/openlp_nb.ts +++ b/resources/i18n/openlp_nb.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) Bilde(r) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - You must select one or more items - Du må velge ett eller flere elementer - - - - &Add to Service - &Legg til i møteplan - - - - Send the selected item live - - - - - Add the selected item(s) to the service - - - - - Delete the selected item - - - - - &Show Live - - - - - Preview the selected item - - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1075,9 +927,14 @@ Changes do not affect verses already in the service. Replace Live Background + + + Replace Background + + - You must select an item to delete. + You must select a media file to delete. @@ -1324,13 +1181,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1699,16 +1556,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager Forhåndsvis neste sang i møteplanen - - - SongSelect Username: - SongSelect-brukernavn: - - - - SongSelect Password: - SongSelect-passord: - Display Position @@ -1766,8 +1613,18 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: - CCLI-nummer: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: + @@ -2199,7 +2056,165 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + + + + + Preview %s + + + + + Preview the selected item + + + + + Send the selected item live + + + + + Add %s to Service + + + + + Add the selected item(s) to the service + + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + + + + + &Add to Service + &Legg til i møteplan + + + + &Add to selected Service Item + + + + + No Items Selected + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + You must select one or more items + Du må velge ett eller flere elementer + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List @@ -2221,37 +2236,37 @@ You can download the latest version from <a href="http://openlp.org/&quo - + About: Om: - + Status: Status: - + Active Aktiv - + Inactive - + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2286,21 +2301,11 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: Presenter ved hjelp av: - - - File exists - Filen eksisterer - A presentation with that filename already exists. - - - Unsupported file - - This type of presentation is not supported @@ -2311,6 +2316,16 @@ You can download the latest version from <a href="http://openlp.org/&quo You must select an item to delete. + + + File Exists + + + + + Unsupported File + + PresentationPlugin.PresentationTab @@ -2324,11 +2339,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers - - - available - - RemotePlugin @@ -2345,9 +2355,19 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes Fjernmeldinger + + + Serve on IP address: + + - Remotes Receiver Port + Port number: + + + + + Server Settings @@ -2733,41 +2753,71 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open OpenSong file - + Error importing OpenSong file - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2981,90 +3031,100 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Feil - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3313,17 +3373,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + Song Book Maintenance - + &Name: - + &Publisher: @@ -3389,112 +3449,112 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Feil - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + Delete Author - + Are you sure you want to delete the selected author? Er du sikker på at du vil slette den valgte forfatteren? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Ingen forfatter er valgt! - + Delete Topic Slett emne - + Are you sure you want to delete the selected topic? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book Slett bok - + Are you sure you want to delete the selected book? Er du sikker på at du vil slette den merkede boken? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! Ingen bok er valgt! @@ -3502,12 +3562,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? - + Are you sure you want to delete selected Song Usage data? @@ -3515,7 +3575,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location diff --git a/resources/i18n/openlp_pt_BR.ts b/resources/i18n/openlp_pt_BR.ts index 06bb39e03..a09a4f824 100644 --- a/resources/i18n/openlp_pt_BR.ts +++ b/resources/i18n/openlp_pt_BR.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) Imagem(s) + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - You must select one or more items - Você precisa selecionar um ou mais itens - - - - Delete the selected item - Deletar o item selecionado - - - - &Add to Service - &Adicionar ao Culto - - - - Send the selected item live - Enviar o item selecionado para o ao vivo - - - - Add the selected item(s) to the service - Adicionar o item selecionado ao culto - - - - &Show Live - &Mostrar Ao Vivo - - - - Preview the selected item - Pré-Visualizar o item selecionado - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1075,9 +927,14 @@ Changes do not affect verses already in the service. Replace Live Background + + + Replace Background + + - You must select an item to delete. + You must select a media file to delete. @@ -1324,13 +1181,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1699,16 +1556,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager Pré-Visualizar Próxima Música do Gerenciamento de Culto - - - SongSelect Username: - Usuário do SongSelect: - - - - SongSelect Password: - Senha do SongSelect: - Display Position @@ -1766,8 +1613,18 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: - Número CCLI: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: + @@ -2199,7 +2056,165 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + Deletar o item selecionado + + + + Preview %s + + + + + Preview the selected item + Pré-Visualizar o item selecionado + + + + Send the selected item live + Enviar o item selecionado para o ao vivo + + + + Add %s to Service + + + + + Add the selected item(s) to the service + Adicionar o item selecionado ao culto + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + &Mostrar Ao Vivo + + + + &Add to Service + &Adicionar ao Culto + + + + &Add to selected Service Item + + + + + No Items Selected + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + You must select one or more items + Você precisa selecionar um ou mais itens + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List @@ -2221,37 +2236,37 @@ You can download the latest version from <a href="http://openlp.org/&quo TextLabel - + About: Sobre: - + Status: Status: - + Active Ativo - + Inactive Inativo - + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2286,21 +2301,11 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: Apresentar usando: - - - File exists - Arquivo existe - A presentation with that filename already exists. Uma apresentação com este nome já existe. - - - Unsupported file - - This type of presentation is not supported @@ -2311,6 +2316,16 @@ You can download the latest version from <a href="http://openlp.org/&quo You must select an item to delete. + + + File Exists + + + + + Unsupported File + + PresentationPlugin.PresentationTab @@ -2324,11 +2339,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers Controladores Disponíveis - - - available - disponível - RemotePlugin @@ -2345,10 +2355,20 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes Remoto + + + Serve on IP address: + + - Remotes Receiver Port - Porta Recebedora Remota + Port number: + + + + + Server Settings + @@ -2733,41 +2753,71 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open OpenSong file - + Error importing OpenSong file - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2981,90 +3031,100 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Salvar && Pré-Visualizar - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Erro - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3313,17 +3373,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + Song Book Maintenance - + &Name: - + &Publisher: @@ -3389,112 +3449,112 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Erro - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + Delete Author Deletar Autor - + Are you sure you want to delete the selected author? Você tem certeza que deseja deletar o autor selecionado? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Nenhum autor selecionado! - + Delete Topic Deletar Tópico - + Are you sure you want to delete the selected topic? Você tem certeza que deseja deletar o tópico selecionado? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! Nenhum tópico selecionado! - + Delete Book Deletar Livro - + Are you sure you want to delete the selected book? Você tem certeza que deseja deletar o livro selecionado? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! Nenhum livro selecionado! @@ -3502,12 +3562,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? - + Are you sure you want to delete selected Song Usage data? @@ -3515,7 +3575,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location Local do arquivo de saída diff --git a/resources/i18n/openlp_sv.ts b/resources/i18n/openlp_sv.ts index e70656674..2b11c553d 100644 --- a/resources/i18n/openlp_sv.ts +++ b/resources/i18n/openlp_sv.ts @@ -66,12 +66,12 @@ - + New Alert - + You haven't specified any text for your alert. Please type in some text before clicking New. @@ -877,176 +877,28 @@ Changes do not affect verses already in the service. - - You must select an item to delete. - - - - + Image(s) Bilder + + + Replace Background + + + + + You must select an image to delete. + + + + + You must select an image to replace the background with. + + - You must select an item to process. - - - - - MediaManagerItem - - - You must select one or more items - Du måste välja ett eller flera objekt - - - - Delete the selected item - Ta bort det valda objektet - - - - &Add to Service - &Lägg till i mötesplanering - - - - Send the selected item live - Skicka det valda objektet till live - - - - Add the selected item(s) to the service - Lägg till valda objekt till planeringen - - - - &Show Live - &Visa Live - - - - Preview the selected item - Förhandsgranska det valda objektet - - - - No Items Selected - - - - - Import %s - - - - - Import a %s - - - - - Load %s - - - - - Load a new %s - - - - - New %s - - - - - Add a new %s - - - - - Edit %s - - - - - Edit the selected %s - - - - - Delete %s - - - - - Preview %s - - - - - Add %s to Service - - - - - &Edit %s - - - - - &Delete %s - - - - - &Preview %s - - - - - &Add to selected Service Item - - - - - You must select one or more items to preview. - - - - - You must select one or more items to send live. - - - - - You must select one or more items. - - - - - No items selected - - - - - No Service Item Selected - - - - - You must select an existing service item to add to. - - - - - Invalid Service Item - - - - - You must select a %s service item. + You must select a media file to replace the background with. @@ -1075,9 +927,14 @@ Changes do not affect verses already in the service. Replace Live Background + + + Replace Background + + - You must select an item to delete. + You must select a media file to delete. @@ -1324,13 +1181,13 @@ This General Public License does not permit incorporating your program into prop - - Save currently selected media manager plugin + + Double-click to send items straight to live (requires restart) - - Double-click to send items straight to live (requires restart) + + Remember active media manager tab on startup @@ -1699,16 +1556,6 @@ This General Public License does not permit incorporating your program into prop Preview Next Song from Service Manager Förhandsgranska nästa sång från mötesplaneringen - - - SongSelect Username: - SongSelect Användarnamn: - - - - SongSelect Password: - SongSelect-lösenord: - Display Position @@ -1766,8 +1613,18 @@ This General Public License does not permit incorporating your program into prop - CCLI Number: - CCLI-nummer: + CCLI number: + + + + + SongSelect username: + + + + + SongSelect password: + @@ -2185,7 +2042,7 @@ You can download the latest version from <a href="http://openlp.org/&quo Save Changes to Service? - + Spara Ändringar till Planering? @@ -2199,7 +2056,165 @@ You can download the latest version from <a href="http://openlp.org/&quo - PluginForm + OpenLP.MediaManagerItem + + + Import %s + + + + + Import a %s + + + + + Load %s + + + + + Load a new %s + + + + + New %s + + + + + Add a new %s + + + + + Edit %s + + + + + Edit the selected %s + + + + + Delete %s + + + + + Delete the selected item + Ta bort det valda objektet + + + + Preview %s + + + + + Preview the selected item + Förhandsgranska det valda objektet + + + + Send the selected item live + Skicka det valda objektet till live + + + + Add %s to Service + + + + + Add the selected item(s) to the service + Lägg till valda objekt till planeringen + + + + &Edit %s + + + + + &Delete %s + + + + + &Preview %s + + + + + &Show Live + &Visa Live + + + + &Add to Service + &Lägg till i mötesplanering + + + + &Add to selected Service Item + + + + + No Items Selected + + + + + You must select one or more items to preview. + + + + + You must select one or more items to send live. + + + + + You must select one or more items. + + + + + No items selected + + + + + You must select one or more items + Du måste välja ett eller flera objekt + + + + No Service Item Selected + + + + + You must select an existing service item to add to. + + + + + Invalid Service Item + + + + + You must select a %s service item. + + + + + OpenLP.PluginForm Plugin List @@ -2221,37 +2236,37 @@ You can download the latest version from <a href="http://openlp.org/&quo TextLabel - + About: Om: - + Status: Status: - + Active Aktiv - + Inactive Inaktiv - + %s (Inactive) - + %s (Active) - + %s (Disabled) @@ -2286,21 +2301,11 @@ You can download the latest version from <a href="http://openlp.org/&quo Present using: Presentera genom: - - - File exists - Fil finns - A presentation with that filename already exists. En presentation med det namnet finns redan. - - - Unsupported file - - This type of presentation is not supported @@ -2311,6 +2316,16 @@ You can download the latest version from <a href="http://openlp.org/&quo You must select an item to delete. + + + File Exists + + + + + Unsupported File + + PresentationPlugin.PresentationTab @@ -2324,11 +2339,6 @@ You can download the latest version from <a href="http://openlp.org/&quo Available Controllers Tillgängliga Presentationsprogram - - - available - tillgänglig - RemotePlugin @@ -2345,10 +2355,20 @@ You can download the latest version from <a href="http://openlp.org/&quo Remotes Fjärrstyrningar + + + Serve on IP address: + + - Remotes Receiver Port - Mottagarport för fjärrstyrning + Port number: + + + + + Server Settings + @@ -2733,41 +2753,71 @@ The content encoding is not UTF-8. - + Open Songs of Fellowship file - + Import Error - + Error importing Songs of Fellowship file. OpenOffice.org must be installed and you must be using an unedited copy of the RTF included with the Songs of Fellowship Music Editions - + Open OpenSong file - + Error importing OpenSong file - + Open documents or presentations - + <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + + + OpenLP v2 Songs (temporary) + + + + + Import an OpenLP v2 song database + + + + + Select OpenLP database(s) to import... + + + + + Database(s) imported + + + + + Your OpenLP v2 song databases have been successfully imported + + + + + Error importing OpenLP v2 database(s) + + SongsPlugin.AuditDeleteDialog @@ -2981,90 +3031,100 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Spara && förhandsgranska - + Add Author - + This author does not exist, do you want to add them? - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Fel - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? + + + This author is already in the list. + + + + + This topic is already in the list. + + SongsPlugin.EditVerseForm @@ -3313,17 +3373,17 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongBookForm - + Song Book Maintenance - + &Name: - + &Publisher: @@ -3389,112 +3449,112 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Fel - + Could not add your author. - + This author already exists. - + Could not add your topic. - + This topic already exists. - + Could not add your book. - + This book already exists. - + Could not save your changes. - + Could not save your modified author, because he already exists. - + Could not save your modified topic, because it already exists. - + Delete Author Ta bort låtskrivare - + Are you sure you want to delete the selected author? Är du säker på att du vill ta bort den valda låtskrivaren? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Ingen författare vald! - + Delete Topic Ta bort ämne - + Are you sure you want to delete the selected topic? Är du säker på att du vill ta bort valt ämne? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! Inget ämne valt! - + Delete Book Ta bort bok - + Are you sure you want to delete the selected book? Är du säker på att du vill ta bort vald bok? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! Ingen bok vald! @@ -3502,12 +3562,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDeleteForm - + Delete Selected Song Usage Events? Ta bort valda sånganvändningsdata? - + Are you sure you want to delete selected Song Usage data? Vill du verkligen ta bort vald sånganvändningsdata? @@ -3515,7 +3575,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R SongsPlugin.SongUsageDetailForm - + Output File Location Utfil sökväg From 2c7fcef2af64ceee3cc7e32512aa0e438a18592b Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 22 Jul 2010 08:02:31 +0200 Subject: [PATCH 09/13] More string updated. --- openlp/core/ui/serviceitemeditdialog.py | 8 +- openlp/core/ui/servicemanager.py | 91 +- openlp/core/ui/servicenotedialog.py | 2 +- openlp/core/ui/settingsdialog.py | 2 +- openlp/core/ui/slidecontroller.py | 38 +- .../songusage/forms/songusagedeletedialog.py | 2 +- .../songusage/forms/songusagedeleteform.py | 5 +- .../songusage/forms/songusagedetaildialog.py | 8 +- .../songusage/forms/songusagedetailform.py | 2 +- resources/i18n/openlp_af.ts | 800 +++++++++--------- resources/i18n/openlp_de.ts | 800 +++++++++--------- resources/i18n/openlp_en.ts | 800 +++++++++--------- resources/i18n/openlp_en_GB.ts | 800 +++++++++--------- resources/i18n/openlp_en_ZA.ts | 800 +++++++++--------- resources/i18n/openlp_es.ts | 800 +++++++++--------- resources/i18n/openlp_et.ts | 800 +++++++++--------- resources/i18n/openlp_hu.ts | 800 +++++++++--------- resources/i18n/openlp_ko.ts | 800 +++++++++--------- resources/i18n/openlp_nb.ts | 800 +++++++++--------- resources/i18n/openlp_pt_BR.ts | 800 +++++++++--------- resources/i18n/openlp_sv.ts | 800 +++++++++--------- 21 files changed, 4883 insertions(+), 4875 deletions(-) diff --git a/openlp/core/ui/serviceitemeditdialog.py b/openlp/core/ui/serviceitemeditdialog.py index ef041972b..a32abce37 100644 --- a/openlp/core/ui/serviceitemeditdialog.py +++ b/openlp/core/ui/serviceitemeditdialog.py @@ -68,9 +68,9 @@ class Ui_ServiceItemEditDialog(object): def retranslateUi(self, ServiceItemEditDialog): ServiceItemEditDialog.setWindowTitle( - translate('ServiceItemEditForm', 'Service Item Maintenance')) - self.upButton.setText(translate('ServiceItemEditForm', 'Up')) - self.deleteButton.setText(translate('ServiceItemEditForm', 'Delete')) - self.downButton.setText(translate('ServiceItemEditForm', 'Down')) + translate('OpenLP.ServiceItemEditForm', 'Reorder Service Item')) + self.upButton.setText(translate('OpenLP.ServiceItemEditForm', 'Up')) + self.deleteButton.setText(translate('OpenLP.ServiceItemEditForm', 'Delete')) + self.downButton.setText(translate('OpenLP.ServiceItemEditForm', 'Down')) diff --git a/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index 19811b979..85193d82d 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -117,27 +117,27 @@ class ServiceManager(QtGui.QWidget): # Create the top toolbar self.Toolbar = OpenLPToolbar(self) self.Toolbar.addToolbarButton( - translate('ServiceManager', 'New Service'), + translate('OpenLP.ServiceManager', 'New Service'), u':/general/general_new.png', - translate('ServiceManager', 'Create a new service'), + translate('OpenLP.ServiceManager', 'Create a new service'), self.onNewService) self.Toolbar.addToolbarButton( - translate('ServiceManager', 'Open Service'), + translate('OpenLP.ServiceManager', 'Open Service'), u':/general/general_open.png', - translate('ServiceManager', 'Load an existing service'), + translate('OpenLP.ServiceManager', 'Load an existing service'), self.onLoadService) self.Toolbar.addToolbarButton( - translate('ServiceManager', 'Save Service'), + translate('OpenLP.ServiceManager', 'Save Service'), u':/general/general_save.png', - translate('ServiceManager', 'Save this service'), + translate('OpenLP.ServiceManager', 'Save this service'), self.onQuickSaveService) self.Toolbar.addSeparator() - self.ThemeLabel = QtGui.QLabel(translate('ServiceManager', 'Theme:'), + self.ThemeLabel = QtGui.QLabel(translate('OpenLP.ServiceManager', 'Theme:'), self) self.ThemeLabel.setMargin(3) self.Toolbar.addToolbarWidget(u'ThemeLabel', self.ThemeLabel) self.ThemeComboBox = QtGui.QComboBox(self.Toolbar) - self.ThemeComboBox.setToolTip(translate('ServiceManager', + self.ThemeComboBox.setToolTip(translate('OpenLP.ServiceManager', 'Select a theme for the service')) self.ThemeComboBox.setSizeAdjustPolicy( QtGui.QComboBox.AdjustToContents) @@ -168,28 +168,35 @@ class ServiceManager(QtGui.QWidget): # Add the bottom toolbar self.OrderToolbar = OpenLPToolbar(self) self.OrderToolbar.addToolbarButton( - translate('ServiceManager', 'Move to &top'), + translate('OpenLP.ServiceManager', 'Move to &top'), u':/services/service_top.png', - translate('ServiceManager', 'Move to top'), self.onServiceTop) + translate('OpenLP.ServiceManager', + 'Move item to the top of the service.'), + self.onServiceTop) self.OrderToolbar.addToolbarButton( - translate('ServiceManager', 'Move &up'), + translate('OpenLP.ServiceManager', 'Move &up'), u':/services/service_up.png', - translate('ServiceManager', 'Move up order'), self.onServiceUp) + translate('OpenLP.ServiceManager', + 'Move item up one position in the service.'), + self.onServiceUp) self.OrderToolbar.addToolbarButton( - translate('ServiceManager', 'Move &down'), + translate('OpenLP.ServiceManager', 'Move &down'), u':/services/service_down.png', - translate('ServiceManager', 'Move down order'), + translate('OpenLP.ServiceManager', + 'Move item down one position in the service.'), self.onServiceDown) self.OrderToolbar.addToolbarButton( - translate('ServiceManager', 'Move to &bottom'), + translate('OpenLP.ServiceManager', 'Move to &bottom'), u':/services/service_bottom.png', - translate('ServiceManager', 'Move to end'), + translate('OpenLP.ServiceManager', + 'Move item to the end of the service.'), self.onServiceEnd) self.OrderToolbar.addSeparator() self.OrderToolbar.addToolbarButton( - translate('ServiceManager', '&Delete From Service'), + translate('OpenLP.ServiceManager', '&Delete From Service'), u':/general/general_delete.png', - translate('ServiceManager', 'Delete From Service'), + translate('OpenLP.ServiceManager', + 'Delete the selected item from the service.'), self.onDeleteFromService) self.Layout.addWidget(self.OrderToolbar) # Connect up our signals and slots @@ -223,37 +230,37 @@ class ServiceManager(QtGui.QWidget): #build the drag and drop context menu self.dndMenu = QtGui.QMenu() self.newAction = self.dndMenu.addAction( - translate('ServiceManager', '&Add New Item')) + translate('OpenLP.ServiceManager', '&Add New Item')) self.newAction.setIcon(build_icon(u':/general/general_edit.png')) self.addToAction = self.dndMenu.addAction( - translate('ServiceManager', '&Add to Selected Item')) + translate('OpenLP.ServiceManager', '&Add to Selected Item')) self.addToAction.setIcon(build_icon(u':/general/general_edit.png')) #build the context menu self.menu = QtGui.QMenu() self.editAction = self.menu.addAction( - translate('ServiceManager', '&Edit Item')) + translate('OpenLP.ServiceManager', '&Edit Item')) self.editAction.setIcon(build_icon(u':/general/general_edit.png')) self.maintainAction = self.menu.addAction( - translate('ServiceManager', '&Maintain Item')) + translate('OpenLP.ServiceManager', '&Reorder Item')) self.maintainAction.setIcon(build_icon(u':/general/general_edit.png')) self.notesAction = self.menu.addAction( - translate('ServiceManager', '&Notes')) + translate('OpenLP.ServiceManager', '&Notes')) self.notesAction.setIcon(build_icon(u':/services/service_notes.png')) self.deleteAction = self.menu.addAction( - translate('ServiceManager', '&Delete From Service')) + translate('OpenLP.ServiceManager', '&Delete From Service')) self.deleteAction.setIcon(build_icon(u':/general/general_delete.png')) self.sep1 = self.menu.addAction(u'') self.sep1.setSeparator(True) self.previewAction = self.menu.addAction( - translate('ServiceManager', '&Preview Verse')) + translate('OpenLP.ServiceManager', '&Preview Verse')) self.previewAction.setIcon(build_icon(u':/general/general_preview.png')) self.liveAction = self.menu.addAction( - translate('ServiceManager', '&Live Verse')) + translate('OpenLP.ServiceManager', '&Live Verse')) self.liveAction.setIcon(build_icon(u':/general/general_live.png')) self.sep2 = self.menu.addAction(u'') self.sep2.setSeparator(True) self.themeMenu = QtGui.QMenu( - translate('ServiceManager', '&Change Item Theme')) + translate('OpenLP.ServiceManager', '&Change Item Theme')) self.menu.addMenu(self.themeMenu) def supportedSuffixes(self, suffix): @@ -485,8 +492,8 @@ class ServiceManager(QtGui.QWidget): self.parent.generalSettingsSection + u'/save prompt', QtCore.QVariant(False)).toBool(): ret = QtGui.QMessageBox.question(self, - translate('ServiceManager', 'Save Changes to Service?'), - translate('ServiceManager', + translate('OpenLP.ServiceManager', 'Save Changes to Service?'), + translate('OpenLP.ServiceManager', 'Your service is unsaved, do you want to save ' 'those changes before creating a new one?'), QtGui.QMessageBox.StandardButtons( @@ -571,9 +578,9 @@ class ServiceManager(QtGui.QWidget): log.debug(u'onSaveService') if not quick or self.isNew: filename = QtGui.QFileDialog.getSaveFileName(self, - translate('ServiceManager', 'Save Service'), + translate('OpenLP.ServiceManager', 'Save Service'), SettingsManager.get_last_dir(self.parent.serviceSettingsSection), - translate('ServiceManager', 'OpenLP Service Files (*.osz)')) + translate('OpenLP.ServiceManager', 'OpenLP Service Files (*.osz)')) else: filename = os.path.join(SettingsManager.get_last_dir( self.parent.serviceSettingsSection), self.serviceName) @@ -629,7 +636,7 @@ class ServiceManager(QtGui.QWidget): filename = self.parent.recentFiles[0] else: filename = QtGui.QFileDialog.getOpenFileName( - self, translate('ServiceManager', 'Open Service'), + self, translate('OpenLP.ServiceManager', 'Open Service'), SettingsManager.get_last_dir( self.parent.serviceSettingsSection), u'Services (*.osz)') filename = QtCore.QDir.toNativeSeparators(filename) @@ -643,8 +650,8 @@ class ServiceManager(QtGui.QWidget): """ if self.parent.serviceNotSaved: ret = QtGui.QMessageBox.question(self, - translate('ServiceManager', 'Save Changes to Service?'), - translate('ServiceManager', + translate('OpenLP.ServiceManager', 'Save Changes to Service?'), + translate('OpenLP.ServiceManager', 'Your current service is unsaved, do you want to ' 'save the changes before opening a new one?'), QtGui.QMessageBox.StandardButtons( @@ -673,8 +680,8 @@ class ServiceManager(QtGui.QWidget): ucsfile = file.decode(u'utf-8') except UnicodeDecodeError: QtGui.QMessageBox.critical( - self, translate('ServiceManager', 'Error'), - translate('ServiceManager', + self, translate('OpenLP.ServiceManager', 'Error'), + translate('OpenLP.ServiceManager', 'File is not a valid service.\n' 'The content encoding is not UTF-8.')) log.exception(u'Filename "%s" is not valid UTF-8' % @@ -708,8 +715,8 @@ class ServiceManager(QtGui.QWidget): log.exception(u'Failed to remove osd file') else: QtGui.QMessageBox.critical( - self, translate('ServiceManager', 'Error'), - translate('ServiceManager', + self, translate('OpenLP.ServiceManager', 'Error'), + translate('OpenLP.ServiceManager', 'File is not a valid service.')) log.exception(u'File contains no service data') except (IOError, NameError): @@ -837,8 +844,8 @@ class ServiceManager(QtGui.QWidget): self.serviceItems[item][u'service_item'], count) else: QtGui.QMessageBox.critical(self, - translate('ServiceManager', 'Missing Display Handler'), - translate('ServiceManager', 'Your item cannot be displayed ' + translate('OpenLP.ServiceManager', 'Missing Display Handler'), + translate('OpenLP.ServiceManager', 'Your item cannot be displayed ' 'as there is no handler to display it'), QtGui.QMessageBox.StandardButtons( QtGui.QMessageBox.Ok), @@ -873,8 +880,8 @@ class ServiceManager(QtGui.QWidget): self.serviceItems[item][u'service_item'], 0) else: QtGui.QMessageBox.critical(self, - translate('ServiceManager', 'Missing Display Handler'), - translate('ServiceManager', 'Your item cannot be displayed ' + translate('OpenLP.ServiceManager', 'Missing Display Handler'), + translate('OpenLP.ServiceManager', 'Your item cannot be displayed ' 'as there is no handler to display it'), QtGui.QMessageBox.StandardButtons( QtGui.QMessageBox.Ok), diff --git a/openlp/core/ui/servicenotedialog.py b/openlp/core/ui/servicenotedialog.py index 740d304f4..a5977a2de 100644 --- a/openlp/core/ui/servicenotedialog.py +++ b/openlp/core/ui/servicenotedialog.py @@ -49,4 +49,4 @@ class Ui_ServiceNoteEdit(object): def retranslateUi(self, ServiceNoteEdit): ServiceNoteEdit.setWindowTitle( - translate('ServiceNoteForm', 'Service Item Notes')) + translate('OpenLP.ServiceNoteForm', 'Service Item Notes')) diff --git a/openlp/core/ui/settingsdialog.py b/openlp/core/ui/settingsdialog.py index c337ccc48..36e6304e5 100644 --- a/openlp/core/ui/settingsdialog.py +++ b/openlp/core/ui/settingsdialog.py @@ -63,5 +63,5 @@ class Ui_SettingsDialog(object): QtCore.QMetaObject.connectSlotsByName(SettingsDialog) def retranslateUi(self, SettingsDialog): - SettingsDialog.setWindowTitle(translate('SettingsForm', + SettingsDialog.setWindowTitle(translate('OpenLP.SettingsForm', 'Configure OpenLP')) diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index 70ec3ac6e..b1539c20c 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -128,11 +128,11 @@ class SlideController(QtGui.QWidget): # Type label for the top of the slide controller self.TypeLabel = QtGui.QLabel(self.Panel) if self.isLive: - self.TypeLabel.setText(translate('SlideController', 'Live')) + self.TypeLabel.setText(translate('OpenLP.SlideController', 'Live')) self.split = 1 self.typePrefix = u'live' else: - self.TypeLabel.setText(translate('SlideController', 'Preview')) + self.TypeLabel.setText(translate('OpenLP.SlideController', 'Preview')) self.split = 0 self.typePrefix = u'preview' self.TypeLabel.setStyleSheet(u'font-weight: bold; font-size: 12pt;') @@ -179,29 +179,29 @@ class SlideController(QtGui.QWidget): if self.isLive: self.Toolbar.addToolbarButton( u'First Slide', u':/slides/slide_first.png', - translate('SlideController', 'Move to first'), + translate('OpenLP.SlideController', 'Move to first'), self.onSlideSelectedFirst) self.Toolbar.addToolbarButton( u'Previous Slide', u':/slides/slide_previous.png', - translate('SlideController', 'Move to previous'), + translate('OpenLP.SlideController', 'Move to previous'), self.onSlideSelectedPrevious) self.Toolbar.addToolbarButton( u'Next Slide', u':/slides/slide_next.png', - translate('SlideController', 'Move to next'), + translate('OpenLP.SlideController', 'Move to next'), self.onSlideSelectedNext) if self.isLive: self.Toolbar.addToolbarButton( u'Last Slide', u':/slides/slide_last.png', - translate('SlideController', 'Move to last'), + translate('OpenLP.SlideController', 'Move to last'), self.onSlideSelectedLast) if self.isLive: self.Toolbar.addToolbarSeparator(u'Close Separator') self.HideMenu = QtGui.QToolButton(self.Toolbar) - self.HideMenu.setText(translate('SlideController', 'Hide')) + self.HideMenu.setText(translate('OpenLP.SlideController', 'Hide')) self.HideMenu.setPopupMode(QtGui.QToolButton.MenuButtonPopup) self.Toolbar.addToolbarWidget(u'Hide Menu', self.HideMenu) self.HideMenu.setMenu(QtGui.QMenu( - translate('SlideController', 'Hide'), self.Toolbar)) + translate('OpenLP.SlideController', 'Hide'), self.Toolbar)) self.BlankScreen = QtGui.QAction(QtGui.QIcon( u':/slides/slide_blank.png'), u'Blank Screen', self.HideMenu) self.BlankScreen.setCheckable(True) @@ -225,44 +225,44 @@ class SlideController(QtGui.QWidget): self.Toolbar.addToolbarSeparator(u'Close Separator') self.Toolbar.addToolbarButton( u'Go Live', u':/general/general_live.png', - translate('SlideController', 'Move to live'), self.onGoLive) + translate('OpenLP.SlideController', 'Move to live'), self.onGoLive) self.Toolbar.addToolbarSeparator(u'Close Separator') self.Toolbar.addToolbarButton( u'Edit Song', u':/general/general_edit.png', - translate('SlideController', 'Edit and re-preview Song'), + translate('OpenLP.SlideController', 'Edit and re-preview Song'), self.onEditSong) if isLive: self.Toolbar.addToolbarSeparator(u'Loop Separator') self.Toolbar.addToolbarButton( u'Start Loop', u':/media/media_time.png', - translate('SlideController', 'Start continuous loop'), + translate('OpenLP.SlideController', 'Start continuous loop'), self.onStartLoop) self.Toolbar.addToolbarButton( u'Stop Loop', u':/media/media_stop.png', - translate('SlideController', 'Stop continuous loop'), + translate('OpenLP.SlideController', 'Stop continuous loop'), self.onStopLoop) self.DelaySpinBox = QtGui.QSpinBox() self.DelaySpinBox.setMinimum(1) self.DelaySpinBox.setMaximum(180) self.Toolbar.addToolbarWidget( u'Image SpinBox', self.DelaySpinBox) - self.DelaySpinBox.setSuffix(translate('SlideController', 's')) - self.DelaySpinBox.setToolTip(translate('SlideController', + self.DelaySpinBox.setSuffix(translate('OpenLP.SlideController', 's')) + self.DelaySpinBox.setToolTip(translate('OpenLP.SlideController', 'Delay between slides in seconds')) self.ControllerLayout.addWidget(self.Toolbar) #Build a Media ToolBar self.Mediabar = OpenLPToolbar(self) self.Mediabar.addToolbarButton( u'Media Start', u':/slides/media_playback_start.png', - translate('SlideController', 'Start playing media'), + translate('OpenLP.SlideController', 'Start playing media'), self.onMediaPlay) self.Mediabar.addToolbarButton( u'Media Pause', u':/slides/media_playback_pause.png', - translate('SlideController', 'Start playing media'), + translate('OpenLP.SlideController', 'Start playing media'), self.onMediaPause) self.Mediabar.addToolbarButton( u'Media Stop', u':/slides/media_playback_stop.png', - translate('SlideController', 'Start playing media'), + translate('OpenLP.SlideController', 'Start playing media'), self.onMediaStop) if not self.isLive: self.seekSlider = Phonon.SeekSlider() @@ -278,11 +278,11 @@ class SlideController(QtGui.QWidget): # Build the Song Toolbar if isLive: self.SongMenu = QtGui.QToolButton(self.Toolbar) - self.SongMenu.setText(translate('SlideController', 'Go to Verse')) + self.SongMenu.setText(translate('OpenLP.SlideController', 'Go to Verse')) self.SongMenu.setPopupMode(QtGui.QToolButton.InstantPopup) self.Toolbar.addToolbarWidget(u'Song Menu', self.SongMenu) self.SongMenu.setMenu(QtGui.QMenu( - translate('SlideController', 'Go to Verse'), self.Toolbar)) + translate('OpenLP.SlideController', 'Go to Verse'), self.Toolbar)) self.Toolbar.makeWidgetsInvisible([u'Song Menu']) # Screen preview area self.PreviewFrame = QtGui.QFrame(self.Splitter) diff --git a/openlp/plugins/songusage/forms/songusagedeletedialog.py b/openlp/plugins/songusage/forms/songusagedeletedialog.py index e7216d479..90fd314ed 100644 --- a/openlp/plugins/songusage/forms/songusagedeletedialog.py +++ b/openlp/plugins/songusage/forms/songusagedeletedialog.py @@ -59,4 +59,4 @@ class Ui_SongUsageDeleteDialog(object): def retranslateUi(self, SongUsageDeleteDialog): SongUsageDeleteDialog.setWindowTitle( - translate('SongsPlugin.AuditDeleteDialog', 'Song Usage Delete')) \ No newline at end of file + translate('SongUsagePlugin.AuditDeleteDialog', 'Delete Song Usage Data')) diff --git a/openlp/plugins/songusage/forms/songusagedeleteform.py b/openlp/plugins/songusage/forms/songusagedeleteform.py index 4ded872f0..e97f58878 100644 --- a/openlp/plugins/songusage/forms/songusagedeleteform.py +++ b/openlp/plugins/songusage/forms/songusagedeleteform.py @@ -43,9 +43,9 @@ class SongUsageDeleteForm(QtGui.QDialog, Ui_SongUsageDeleteDialog): def accept(self): ret = QtGui.QMessageBox.question(self, - translate('SongsPlugin.SongUsageDeleteForm', + translate('SongUsagePlugin.SongUsageDeleteForm', 'Delete Selected Song Usage Events?'), - translate('SongsPlugin.SongUsageDeleteForm', + translate('SongUsagePlugin.SongUsageDeleteForm', 'Are you sure you want to delete selected Song Usage data?'), QtGui.QMessageBox.StandardButtons( QtGui.QMessageBox.Ok | @@ -56,3 +56,4 @@ class SongUsageDeleteForm(QtGui.QDialog, Ui_SongUsageDeleteDialog): self.songusagemanager.delete_all_objects(SongUsageItem, SongUsageItem.usagedate <= deleteDate) self.close() + diff --git a/openlp/plugins/songusage/forms/songusagedetaildialog.py b/openlp/plugins/songusage/forms/songusagedetaildialog.py index fc7f8af7c..41736f763 100644 --- a/openlp/plugins/songusage/forms/songusagedetaildialog.py +++ b/openlp/plugins/songusage/forms/songusagedetaildialog.py @@ -86,11 +86,11 @@ class Ui_SongUsageDetailDialog(object): def retranslateUi(self, SongUsageDetailDialog): SongUsageDetailDialog.setWindowTitle( - translate('SongsPlugin.AuditDetailDialog', + translate('SongUsagePlugin.AuditDetailDialog', 'Song Usage Extraction')) self.DateRangeGroupBox.setTitle( - translate('SongsPlugin.AuditDetailDialog', 'Select Date Range')) + translate('SongUsagePlugin.AuditDetailDialog', 'Select Date Range')) self.ToLabel.setText( - translate('SongsPlugin.AuditDetailDialog', 'to')) + translate('SongUsagePlugin.AuditDetailDialog', 'to')) self.FileGroupBox.setTitle( - translate('SongsPlugin.AuditDetailDialog', 'Report Location')) + translate('SongUsagePlugin.AuditDetailDialog', 'Report Location')) diff --git a/openlp/plugins/songusage/forms/songusagedetailform.py b/openlp/plugins/songusage/forms/songusagedetailform.py index ac65ce857..67c2935eb 100644 --- a/openlp/plugins/songusage/forms/songusagedetailform.py +++ b/openlp/plugins/songusage/forms/songusagedetailform.py @@ -62,7 +62,7 @@ class SongUsageDetailForm(QtGui.QDialog, Ui_SongUsageDetailDialog): def defineOutputLocation(self): path = QtGui.QFileDialog.getExistingDirectory(self, - translate('SongsPlugin.SongUsageDetailForm', + translate('SongUsagePlugin.SongUsageDetailForm', 'Output File Location'), SettingsManager.get_last_dir(self.parent.settingsSection, 1)) path = unicode(path) diff --git a/resources/i18n/openlp_af.ts b/resources/i18n/openlp_af.ts index 79fc66234..67e34785d 100644 --- a/resources/i18n/openlp_af.ts +++ b/resources/i18n/openlp_af.ts @@ -2271,6 +2271,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + + + + + Delete + + + + + Down + + + + + OpenLP.ServiceManager + + + New Service + Nuwe Diens + + + + Create a new service + Skep 'n nuwe diens + + + + Open Service + Maak Diens Oop + + + + Load an existing service + Laai 'n bestaande diens + + + + Save Service + Stoor Diens + + + + Save this service + Stoor hierdie diens + + + + Theme: + Tema: + + + + Select a theme for the service + Selekteer 'n tema vir die diens + + + + Move to &top + + + + + Move &up + + + + + Move &down + + + + + Move to &bottom + + + + + &Delete From Service + + + + + &Add New Item + + + + + &Add to Selected Item + + + + + &Edit Item + R&edigeer Item + + + + &Reorder Item + + + + + &Notes + &Notas + + + + &Preview Verse + Vers V&oorsig + + + + &Live Verse + &Lewendige Vers + + + + &Change Item Theme + &Verander Item Tema + + + + Save Changes to Service? + Stoor Veranderinge aan Diens? + + + + Your service is unsaved, do you want to save those changes before creating a new one? + + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + + + + + Error + Fout + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + Diens Item Notas + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + Regstreeks + + + + Preview + Voorskou + + + + Move to first + Verskuif na eerste + + + + Move to previous + Beweeg na vorige + + + + Move to next + Verskuif na volgende + + + + Move to last + Verskuif na laaste posisie + + + + Hide + + + + + Move to live + Verskuif na regstreekse skerm + + + + Edit and re-preview Song + Redigeer en sien weer 'n voorskou van die Lied + + + + Start continuous loop + Begin aaneenlopende lus + + + + Stop continuous loop + Stop deurlopende lus + + + + s + s + + + + Delay between slides in seconds + Vertraging in sekondes tussen skyfies + + + + Start playing media + Begin media speel + + + + Go to Verse + Gaan na Vers + + PresentationPlugin @@ -2371,302 +2667,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - - - - - Up - - - - - Delete - - - - - Down - - - - - ServiceManager - - - Save Changes to Service? - Stoor Veranderinge aan Diens? - - - - Open Service - Maak Diens Oop - - - - Move to top - Skuif na bo - - - - Create a new service - Skep 'n nuwe diens - - - - Save this service - Stoor hierdie diens - - - - Theme: - Tema: - - - - Delete From Service - Verwyder Van Diens - - - - &Change Item Theme - &Verander Item Tema - - - - Save Service - Stoor Diens - - - - &Live Verse - &Lewendige Vers - - - - New Service - Nuwe Diens - - - - &Notes - &Notas - - - - Move to end - Verskuif na einde - - - - Select a theme for the service - Selekteer 'n tema vir die diens - - - - Move up order - Verskuif orde op - - - - Move down order - Verskuif orde af - - - - Load an existing service - Laai 'n bestaande diens - - - - &Preview Verse - Vers V&oorsig - - - - &Edit Item - R&edigeer Item - - - - Move to &top - - - - - Move &up - - - - - Move &down - - - - - Move to &bottom - - - - - &Delete From Service - - - - - &Add New Item - - - - - &Add to Selected Item - - - - - &Maintain Item - - - - - Your service is unsaved, do you want to save those changes before creating a new one? - - - - - OpenLP Service Files (*.osz) - - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - - - - - Error - Fout - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - - - - - ServiceNoteForm - - - Service Item Notes - Diens Item Notas - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - Beweeg na vorige - - - - Go to Verse - Gaan na Vers - - - - Start continuous loop - Begin aaneenlopende lus - - - - Live - Regstreeks - - - - Start playing media - Begin media speel - - - - Move to live - Verskuif na regstreekse skerm - - - - Preview - Voorskou - - - - Move to last - Verskuif na laaste posisie - - - - Edit and re-preview Song - Redigeer en sien weer 'n voorskou van die Lied - - - - Delay between slides in seconds - Vertraging in sekondes tussen skyfies - - - - Move to next - Verskuif na volgende - - - - Move to first - Verskuif na eerste - - - - Stop continuous loop - Stop deurlopende lus - - - - s - s - - - - Hide - - - SongUsagePlugin @@ -2710,6 +2710,58 @@ The content encoding is not UTF-8. &Lied Gebruik + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + aan + + + + Report Location + Rapporteer Ligging + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + + + + + Are you sure you want to delete selected Song Usage data? + + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + Uitvoer Lêer Ligging + + SongsPlugin @@ -2819,37 +2871,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - aan - - - - Report Location - Rapporteer Ligging - - SongsPlugin.AuthorsForm @@ -2991,37 +3012,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Tema - + New &Theme - + Copyright Information Kopiereg Informasie - + © - + CCLI Number: CCLI Nommer: - + Comments Kommentaar - + Theme, Copyright Info && Comments Tema, Kopiereg Informasie && Kommentaar @@ -3041,87 +3062,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Fout - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? - + This author is already in the list. - + This topic is already in the list. @@ -3449,7 +3470,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Fout @@ -3484,7 +3505,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3499,87 +3520,66 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Delete Author Wis Skrywer Uit - + Are you sure you want to delete the selected author? Is u seker u wil die geselekteerde skrywer uitwis? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Geen skrywer geselekteer nie! - + Delete Topic Wis Onderwerp Uit - + Are you sure you want to delete the selected topic? Is u seker u wil die geselekteerde onderwerp uitwis? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! Geen onderwerp geselekteer nie! - + Delete Book Wis Boek Uit - + Are you sure you want to delete the selected book? Is jy seker jy wil die geselekteerde boek uitwis? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! Geen boek geselekteer nie! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - - - - - Are you sure you want to delete selected Song Usage data? - - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - Uitvoer Lêer Ligging - - SongsPlugin.SongsTab @@ -3652,7 +3652,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Wis Tema Uit - + Error Fout @@ -3667,22 +3667,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Voer Tema Uit - + Theme Exists Tema Bestaan - + Save Theme - (%s) Stoor Tema - (%s) - + Select Theme Import File Kies Tema Invoer Lêer - + New Theme Nuwe Tema @@ -3772,48 +3772,48 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_de.ts b/resources/i18n/openlp_de.ts index a969f6d77..03d274adc 100644 --- a/resources/i18n/openlp_de.ts +++ b/resources/i18n/openlp_de.ts @@ -2271,6 +2271,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + + + + + Delete + Löschen + + + + Down + + + + + OpenLP.ServiceManager + + + New Service + Neuer Ablauf + + + + Create a new service + Erstelle neuen Ablauf + + + + Open Service + Öffnen Ablauf + + + + Load an existing service + Öffne Ablauf + + + + Save Service + Ablauf speichern + + + + Save this service + Ablauf speichern + + + + Theme: + Design: + + + + Select a theme for the service + Design für den Ablauf auswählen + + + + Move to &top + + + + + Move &up + + + + + Move &down + + + + + Move to &bottom + + + + + &Delete From Service + + + + + &Add New Item + + + + + &Add to Selected Item + + + + + &Edit Item + &Bearbeite Element + + + + &Reorder Item + + + + + &Notes + &Notizen + + + + &Preview Verse + Vers in der &Vorschau zeigen + + + + &Live Verse + Vers &Live zeigen + + + + &Change Item Theme + &Design des Elements ändern + + + + Save Changes to Service? + Änderungen am Ablauf speichern? + + + + Your service is unsaved, do you want to save those changes before creating a new one? + + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + + + + + Error + Fehler + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + Elementnotiz + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + Live + + + + Preview + Vorschau + + + + Move to first + Ganz nach vorn verschieben + + + + Move to previous + Vorherige Folie anzeigen + + + + Move to next + Verschiebe zum Nächsten + + + + Move to last + Zur letzten Folie + + + + Hide + + + + + Move to live + Verschieben zur Live Ansicht + + + + Edit and re-preview Song + Lied bearbeiten und wieder anzeigen + + + + Start continuous loop + Endlosschleife starten + + + + Stop continuous loop + Endlosschleife beenden + + + + s + s + + + + Delay between slides in seconds + Pause zwischen den Folien in Sekunden + + + + Start playing media + Abspielen + + + + Go to Verse + Springe zu + + PresentationPlugin @@ -2371,302 +2667,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - - - - - Up - - - - - Delete - Löschen - - - - Down - - - - - ServiceManager - - - Save Changes to Service? - Änderungen am Ablauf speichern? - - - - Open Service - Öffnen Ablauf - - - - Move to top - Nach oben verschieben - - - - Create a new service - Erstelle neuen Ablauf - - - - Save this service - Ablauf speichern - - - - Theme: - Design: - - - - Delete From Service - Aus dem Ablauf entfernen - - - - &Change Item Theme - &Design des Elements ändern - - - - Save Service - Ablauf speichern - - - - &Live Verse - Vers &Live zeigen - - - - New Service - Neuer Ablauf - - - - &Notes - &Notizen - - - - Move to end - Zum Ende schieben - - - - Select a theme for the service - Design für den Ablauf auswählen - - - - Move up order - Verschiebe Reihenfolge nach oben - - - - Move down order - Verschiebe Reihenfolge nach unten - - - - Load an existing service - Öffne Ablauf - - - - &Preview Verse - Vers in der &Vorschau zeigen - - - - &Edit Item - &Bearbeite Element - - - - Move to &top - - - - - Move &up - - - - - Move &down - - - - - Move to &bottom - - - - - &Delete From Service - - - - - &Add New Item - - - - - &Add to Selected Item - - - - - &Maintain Item - - - - - Your service is unsaved, do you want to save those changes before creating a new one? - - - - - OpenLP Service Files (*.osz) - - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - - - - - Error - Fehler - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - - - - - ServiceNoteForm - - - Service Item Notes - Elementnotiz - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - Vorherige Folie anzeigen - - - - Go to Verse - Springe zu - - - - Start continuous loop - Endlosschleife starten - - - - Live - Live - - - - Start playing media - Abspielen - - - - Move to live - Verschieben zur Live Ansicht - - - - Preview - Vorschau - - - - Move to last - Zur letzten Folie - - - - Edit and re-preview Song - Lied bearbeiten und wieder anzeigen - - - - Delay between slides in seconds - Pause zwischen den Folien in Sekunden - - - - Move to next - Verschiebe zum Nächsten - - - - Move to first - Ganz nach vorn verschieben - - - - Stop continuous loop - Endlosschleife beenden - - - - s - s - - - - Hide - - - SongUsagePlugin @@ -2710,6 +2710,58 @@ The content encoding is not UTF-8. Lieder Statistik + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + zu + + + + Report Location + Speicherort für die Statistiken + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + + + + + Are you sure you want to delete selected Song Usage data? + + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + Ablageort für Aufnahme wählen + + SongsPlugin @@ -2819,37 +2871,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - zu - - - - Report Location - Speicherort für die Statistiken - - SongsPlugin.AuthorsForm @@ -2981,37 +3002,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Liederbuch - + Theme Design - + New &Theme - + Copyright Information Copyright Angaben - + © - + CCLI Number: CCLI-Nummer: - + Comments Kommentare - + Theme, Copyright Info && Comments Design, Copyrightinformationen && Kommentare @@ -3031,77 +3052,77 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Fehler - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? @@ -3116,12 +3137,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + This author is already in the list. - + This topic is already in the list. @@ -3444,52 +3465,52 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Fehler - + Delete Author Lösche Autor - + Are you sure you want to delete the selected author? Sind Sie sicher, dass Sie den ausgewählten Autor löschen wollen? - + No author selected! Sie haben keinen Autor ausgewählt! - + Delete Topic Lösche Thema - + Are you sure you want to delete the selected topic? Soll der gewählte Eintrag wirklich gelöscht werden? - + No topic selected! Kein Thema ausgewählt! - + Delete Book Buch löschen - + Are you sure you want to delete the selected book? Sind Sie sicher, dass das markierte Buch wirklich gelöscht werden soll? - + No book selected! Kein Buch ausgewählt! @@ -3529,7 +3550,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3544,42 +3565,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + This author cannot be deleted, they are currently assigned to at least one song. - + This topic cannot be deleted, it is currently assigned to at least one song. - + This book cannot be deleted, it is currently assigned to at least one song. - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - - - - - Are you sure you want to delete selected Song Usage data? - - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - Ablageort für Aufnahme wählen - - SongsPlugin.SongsTab @@ -3652,7 +3652,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Design löschen - + Error Fehler @@ -3667,22 +3667,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Design exportieren - + Theme Exists Design existiert - + Save Theme - (%s) Speichere Design - (%s) - + Select Theme Import File Wähle Datei für Design Import - + New Theme Neues Design @@ -3762,43 +3762,43 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. @@ -3813,7 +3813,7 @@ The content encoding is not UTF-8. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_en.ts b/resources/i18n/openlp_en.ts index 3a8d0f94a..362ee9c05 100644 --- a/resources/i18n/openlp_en.ts +++ b/resources/i18n/openlp_en.ts @@ -2271,6 +2271,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + + + + + Delete + + + + + Down + + + + + OpenLP.ServiceManager + + + New Service + + + + + Create a new service + + + + + Open Service + + + + + Load an existing service + + + + + Save Service + + + + + Save this service + + + + + Theme: + + + + + Select a theme for the service + + + + + Move to &top + + + + + Move &up + + + + + Move &down + + + + + Move to &bottom + + + + + &Delete From Service + + + + + &Add New Item + + + + + &Add to Selected Item + + + + + &Edit Item + + + + + &Reorder Item + + + + + &Notes + + + + + &Preview Verse + + + + + &Live Verse + + + + + &Change Item Theme + + + + + Save Changes to Service? + + + + + Your service is unsaved, do you want to save those changes before creating a new one? + + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + + + + + Error + + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + + + + + Preview + + + + + Move to first + + + + + Move to previous + + + + + Move to next + + + + + Move to last + + + + + Hide + + + + + Move to live + + + + + Edit and re-preview Song + + + + + Start continuous loop + + + + + Stop continuous loop + + + + + s + + + + + Delay between slides in seconds + + + + + Start playing media + + + + + Go to Verse + + + PresentationPlugin @@ -2371,302 +2667,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - - - - - Up - - - - - Delete - - - - - Down - - - - - ServiceManager - - - Save Service - - - - - Save Changes to Service? - - - - - Open Service - - - - - Move to top - - - - - Create a new service - - - - - Save this service - - - - - Theme: - - - - - Delete From Service - - - - - &Change Item Theme - - - - - &Preview Verse - - - - - &Live Verse - - - - - New Service - - - - - &Notes - - - - - Select a theme for the service - - - - - Move up order - - - - - Move down order - - - - - Load an existing service - - - - - Move to end - - - - - &Edit Item - - - - - Move to &top - - - - - Move &up - - - - - Move &down - - - - - Move to &bottom - - - - - &Delete From Service - - - - - &Add New Item - - - - - &Add to Selected Item - - - - - &Maintain Item - - - - - Your service is unsaved, do you want to save those changes before creating a new one? - - - - - OpenLP Service Files (*.osz) - - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - - - - - Error - - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - - - - - ServiceNoteForm - - - Service Item Notes - - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - - - - - Edit and re-preview Song - - - - - Delay between slides in seconds - - - - - Go to Verse - - - - - Start continuous loop - - - - - Live - - - - - Start playing media - - - - - Move to live - - - - - Move to last - - - - - Move to next - - - - - Move to first - - - - - Preview - - - - - Stop continuous loop - - - - - s - - - - - Hide - - - SongUsagePlugin @@ -2710,6 +2710,58 @@ The content encoding is not UTF-8. + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + + + + + Report Location + + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + + + + + Are you sure you want to delete selected Song Usage data? + + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + + + SongsPlugin @@ -2819,37 +2871,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - - - - - Report Location - - - SongsPlugin.AuthorsForm @@ -2991,37 +3012,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme - + New &Theme - + Copyright Information - + © - + CCLI Number: - + Comments - + Theme, Copyright Info && Comments @@ -3041,87 +3062,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? - + This author is already in the list. - + This topic is already in the list. @@ -3449,7 +3470,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error @@ -3484,7 +3505,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3499,87 +3520,66 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Delete Author - + Are you sure you want to delete the selected author? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! - + Delete Topic - + Are you sure you want to delete the selected topic? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book - + Are you sure you want to delete the selected book? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - - - - - Are you sure you want to delete selected Song Usage data? - - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - - - SongsPlugin.SongsTab @@ -3652,7 +3652,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error @@ -3667,22 +3667,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Exists - + Save Theme - (%s) - + Select Theme Import File - + New Theme @@ -3772,48 +3772,48 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_en_GB.ts b/resources/i18n/openlp_en_GB.ts index 51263dbd2..e6cfa79ad 100644 --- a/resources/i18n/openlp_en_GB.ts +++ b/resources/i18n/openlp_en_GB.ts @@ -2271,6 +2271,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + + + + + Delete + Delete + + + + Down + + + + + OpenLP.ServiceManager + + + New Service + New Service + + + + Create a new service + Create a new service + + + + Open Service + Open Service + + + + Load an existing service + Load an existing service + + + + Save Service + Save Service + + + + Save this service + Save this service + + + + Theme: + Theme: + + + + Select a theme for the service + Select a theme for the service + + + + Move to &top + + + + + Move &up + + + + + Move &down + + + + + Move to &bottom + + + + + &Delete From Service + + + + + &Add New Item + + + + + &Add to Selected Item + + + + + &Edit Item + &Edit Item + + + + &Reorder Item + + + + + &Notes + &Notes + + + + &Preview Verse + &Preview Verse + + + + &Live Verse + &Live Verse + + + + &Change Item Theme + &Change Item Theme + + + + Save Changes to Service? + Save Changes to Service? + + + + Your service is unsaved, do you want to save those changes before creating a new one? + + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + + + + + Error + Error + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + Service Item Notes + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + Live + + + + Preview + Preview + + + + Move to first + Move to first + + + + Move to previous + Move to previous + + + + Move to next + Move to next + + + + Move to last + Move to last + + + + Hide + + + + + Move to live + Move to live + + + + Edit and re-preview Song + Edit and re-preview Song + + + + Start continuous loop + Start continuous loop + + + + Stop continuous loop + Stop continuous loop + + + + s + s + + + + Delay between slides in seconds + Delay between slides in seconds + + + + Start playing media + Start playing media + + + + Go to Verse + Go to Verse + + PresentationPlugin @@ -2371,302 +2667,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - - - - - Up - - - - - Delete - Delete - - - - Down - - - - - ServiceManager - - - Save Changes to Service? - Save Changes to Service? - - - - Open Service - Open Service - - - - Move to top - Move to top - - - - Create a new service - Create a new service - - - - Save this service - Save this service - - - - Theme: - Theme: - - - - Delete From Service - Delete From Service - - - - &Change Item Theme - &Change Item Theme - - - - Save Service - Save Service - - - - &Live Verse - &Live Verse - - - - New Service - New Service - - - - &Notes - &Notes - - - - Move to end - Move to end - - - - Select a theme for the service - Select a theme for the service - - - - Move up order - Move up order - - - - Move down order - Move down order - - - - Load an existing service - Load an existing service - - - - &Preview Verse - &Preview Verse - - - - &Edit Item - &Edit Item - - - - Move to &top - - - - - Move &up - - - - - Move &down - - - - - Move to &bottom - - - - - &Delete From Service - - - - - &Add New Item - - - - - &Add to Selected Item - - - - - &Maintain Item - - - - - Your service is unsaved, do you want to save those changes before creating a new one? - - - - - OpenLP Service Files (*.osz) - - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - - - - - Error - Error - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - - - - - ServiceNoteForm - - - Service Item Notes - Service Item Notes - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - Move to previous - - - - Go to Verse - Go to Verse - - - - Start continuous loop - Start continuous loop - - - - Live - Live - - - - Start playing media - Start playing media - - - - Move to live - Move to live - - - - Preview - Preview - - - - Move to last - Move to last - - - - Edit and re-preview Song - Edit and re-preview Song - - - - Delay between slides in seconds - Delay between slides in seconds - - - - Move to next - Move to next - - - - Move to first - Move to first - - - - Stop continuous loop - Stop continuous loop - - - - s - s - - - - Hide - - - SongUsagePlugin @@ -2710,6 +2710,58 @@ The content encoding is not UTF-8. &Song Usage + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + to + + + + Report Location + Report Location + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + + + + + Are you sure you want to delete selected Song Usage data? + + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + Output File Location + + SongsPlugin @@ -2819,37 +2871,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - to - - - - Report Location - Report Location - - SongsPlugin.AuthorsForm @@ -2991,37 +3012,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Theme - + New &Theme - + Copyright Information Copyright Information - + © - + CCLI Number: CCLI Number: - + Comments Comments - + Theme, Copyright Info && Comments Theme, Copyright Info && Comments @@ -3041,87 +3062,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Error - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? - + This author is already in the list. - + This topic is already in the list. @@ -3449,7 +3470,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Error @@ -3484,7 +3505,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3499,87 +3520,66 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Delete Author Delete Author - + Are you sure you want to delete the selected author? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! - + Delete Topic Delete Topic - + Are you sure you want to delete the selected topic? Are you sure you want to delete the selected topic? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! No topic selected! - + Delete Book Delete Book - + Are you sure you want to delete the selected book? Are you sure you want to delete the selected book? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - - - - - Are you sure you want to delete selected Song Usage data? - - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - Output File Location - - SongsPlugin.SongsTab @@ -3652,7 +3652,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Delete Theme - + Error Error @@ -3667,22 +3667,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Export Theme - + Theme Exists Theme Exists - + Save Theme - (%s) Save Theme - (%s) - + Select Theme Import File Select Theme Import File - + New Theme New Theme @@ -3772,48 +3772,48 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_en_ZA.ts b/resources/i18n/openlp_en_ZA.ts index 4e2e6f001..6ac46f2ad 100644 --- a/resources/i18n/openlp_en_ZA.ts +++ b/resources/i18n/openlp_en_ZA.ts @@ -2271,6 +2271,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + + + + + Delete + + + + + Down + + + + + OpenLP.ServiceManager + + + New Service + New Service + + + + Create a new service + Create a new service + + + + Open Service + Open Service + + + + Load an existing service + + + + + Save Service + Save Service + + + + Save this service + Save this service + + + + Theme: + Theme: + + + + Select a theme for the service + Select a theme for the service. + + + + Move to &top + + + + + Move &up + + + + + Move &down + + + + + Move to &bottom + + + + + &Delete From Service + + + + + &Add New Item + + + + + &Add to Selected Item + + + + + &Edit Item + + + + + &Reorder Item + + + + + &Notes + + + + + &Preview Verse + + + + + &Live Verse + &Live Verse + + + + &Change Item Theme + &Change Item Theme + + + + Save Changes to Service? + Save Changes to Service? + + + + Your service is unsaved, do you want to save those changes before creating a new one? + + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + + + + + Error + Error + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + Service Item Notes + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + Live + + + + Preview + Preview + + + + Move to first + + + + + Move to previous + Move to previous + + + + Move to next + Move to next slide. + + + + Move to last + Move to last + + + + Hide + + + + + Move to live + Move to live + + + + Edit and re-preview Song + Edit and re-preview Song. + + + + Start continuous loop + Start continuous loop + + + + Stop continuous loop + + + + + s + + + + + Delay between slides in seconds + Delay between slides in seconds. + + + + Start playing media + Start playing media + + + + Go to Verse + Go to Verse + + PresentationPlugin @@ -2371,302 +2667,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - - - - - Up - - - - - Delete - - - - - Down - - - - - ServiceManager - - - Save Changes to Service? - Save Changes to Service? - - - - Open Service - Open Service - - - - Move to top - Move to top - - - - Create a new service - Create a new service - - - - Save this service - Save this service - - - - Theme: - Theme: - - - - Delete From Service - Delete From Service - - - - &Change Item Theme - &Change Item Theme - - - - Save Service - Save Service - - - - &Live Verse - &Live Verse - - - - New Service - New Service - - - - &Notes - - - - - Move to end - Move to the end - - - - Select a theme for the service - Select a theme for the service. - - - - Move up order - Move up order. - - - - Move down order - - - - - Load an existing service - - - - - &Preview Verse - - - - - &Edit Item - - - - - Move to &top - - - - - Move &up - - - - - Move &down - - - - - Move to &bottom - - - - - &Delete From Service - - - - - &Add New Item - - - - - &Add to Selected Item - - - - - &Maintain Item - - - - - Your service is unsaved, do you want to save those changes before creating a new one? - - - - - OpenLP Service Files (*.osz) - - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - - - - - Error - Error - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - - - - - ServiceNoteForm - - - Service Item Notes - Service Item Notes - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - Move to previous - - - - Go to Verse - Go to Verse - - - - Start continuous loop - Start continuous loop - - - - Live - Live - - - - Start playing media - Start playing media - - - - Move to live - Move to live - - - - Preview - Preview - - - - Move to last - Move to last - - - - Edit and re-preview Song - Edit and re-preview Song. - - - - Delay between slides in seconds - Delay between slides in seconds. - - - - Move to next - Move to next slide. - - - - Move to first - - - - - Stop continuous loop - - - - - s - - - - - Hide - - - SongUsagePlugin @@ -2710,6 +2710,58 @@ The content encoding is not UTF-8. + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + + + + + Report Location + Report Location + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + + + + + Are you sure you want to delete selected Song Usage data? + + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + Output File Location + + SongsPlugin @@ -2819,37 +2871,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - - - - - Report Location - Report Location - - SongsPlugin.AuthorsForm @@ -2991,37 +3012,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Theme - + New &Theme - + Copyright Information Copyright Information - + © - + CCLI Number: CCLI Number: - + Comments - + Theme, Copyright Info && Comments @@ -3041,87 +3062,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Error - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? - + This author is already in the list. - + This topic is already in the list. @@ -3449,7 +3470,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Error @@ -3484,7 +3505,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3499,87 +3520,66 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Delete Author - + Are you sure you want to delete the selected author? Are you sure you want to delete the selected author? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! No author selected! - + Delete Topic Delete Topic - + Are you sure you want to delete the selected topic? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book Delete Book - + Are you sure you want to delete the selected book? Are you sure you want to delete the selected book? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! No book selected! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - - - - - Are you sure you want to delete selected Song Usage data? - - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - Output File Location - - SongsPlugin.SongsTab @@ -3652,7 +3652,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Delete Theme - + Error Error @@ -3667,22 +3667,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Export Theme - + Theme Exists Theme Exists - + Save Theme - (%s) Save Theme - (%s) - + Select Theme Import File - + New Theme @@ -3772,48 +3772,48 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_es.ts b/resources/i18n/openlp_es.ts index 8f0be7388..351e91afe 100644 --- a/resources/i18n/openlp_es.ts +++ b/resources/i18n/openlp_es.ts @@ -2271,6 +2271,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + + + + + Delete + Eliminar + + + + Down + + + + + OpenLP.ServiceManager + + + New Service + Servicio Nuevo + + + + Create a new service + Crear un servicio nuevo + + + + Open Service + Abrir Servicio + + + + Load an existing service + Abrir un servicio existente + + + + Save Service + Guardar Servicio + + + + Save this service + Guardar este servicio + + + + Theme: + Tema: + + + + Select a theme for the service + Seleccione un tema para el servicio + + + + Move to &top + + + + + Move &up + + + + + Move &down + + + + + Move to &bottom + + + + + &Delete From Service + + + + + &Add New Item + + + + + &Add to Selected Item + + + + + &Edit Item + &Editar Ítem + + + + &Reorder Item + + + + + &Notes + &Notas + + + + &Preview Verse + &Previzualizar Verso + + + + &Live Verse + Verso En &Vivo + + + + &Change Item Theme + &Cambiar Tema de Ítem + + + + Save Changes to Service? + ¿Guardar cambios al Servicio? + + + + Your service is unsaved, do you want to save those changes before creating a new one? + + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + + + + + Error + Error + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + Notas de Elemento de Servicio + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + En vivo + + + + Preview + Vista Previa + + + + Move to first + Ir al principio + + + + Move to previous + Regresar al anterior + + + + Move to next + Ir al siguiente + + + + Move to last + Mover al final + + + + Hide + + + + + Move to live + Proyectar en vivo + + + + Edit and re-preview Song + Editar y re-visualizar Canción + + + + Start continuous loop + Iniciar bucle continuo + + + + Stop continuous loop + Detener el bucle + + + + s + s + + + + Delay between slides in seconds + Espera entre diapositivas en segundos + + + + Start playing media + Iniciar la reproducción de medios + + + + Go to Verse + Ir al Verso + + PresentationPlugin @@ -2371,302 +2667,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - - - - - Up - - - - - Delete - Eliminar - - - - Down - - - - - ServiceManager - - - Save Service - Guardar Servicio - - - - Save Changes to Service? - ¿Guardar cambios al Servicio? - - - - Open Service - Abrir Servicio - - - - Move to top - Mover al principio - - - - Create a new service - Crear un servicio nuevo - - - - Save this service - Guardar este servicio - - - - Theme: - Tema: - - - - Delete From Service - Eliminar Del Servicio - - - - &Change Item Theme - &Cambiar Tema de Ítem - - - - &Preview Verse - &Previzualizar Verso - - - - &Live Verse - Verso En &Vivo - - - - New Service - Servicio Nuevo - - - - &Notes - &Notas - - - - Select a theme for the service - Seleccione un tema para el servicio - - - - Move up order - Mover hacia arriba - - - - Move down order - Mover hacia abajo - - - - Load an existing service - Abrir un servicio existente - - - - Move to end - Mover al final - - - - &Edit Item - &Editar Ítem - - - - Move to &top - - - - - Move &up - - - - - Move &down - - - - - Move to &bottom - - - - - &Delete From Service - - - - - &Add New Item - - - - - &Add to Selected Item - - - - - &Maintain Item - - - - - Your service is unsaved, do you want to save those changes before creating a new one? - - - - - OpenLP Service Files (*.osz) - - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - - - - - Error - Error - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - - - - - ServiceNoteForm - - - Service Item Notes - Notas de Elemento de Servicio - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - Regresar al anterior - - - - Edit and re-preview Song - Editar y re-visualizar Canción - - - - Delay between slides in seconds - Espera entre diapositivas en segundos - - - - Go to Verse - Ir al Verso - - - - Start continuous loop - Iniciar bucle continuo - - - - Live - En vivo - - - - Start playing media - Iniciar la reproducción de medios - - - - Move to live - Proyectar en vivo - - - - Move to last - Mover al final - - - - Move to next - Ir al siguiente - - - - Move to first - Ir al principio - - - - Preview - Vista Previa - - - - Stop continuous loop - Detener el bucle - - - - s - s - - - - Hide - - - SongUsagePlugin @@ -2710,6 +2710,58 @@ The content encoding is not UTF-8. &Uso de las Canciones + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + hasta + + + + Report Location + Ubicación de Reporte + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + + + + + Are you sure you want to delete selected Song Usage data? + + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + Archivo de Salida + + SongsPlugin @@ -2819,37 +2871,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - hasta - - - - Report Location - Ubicación de Reporte - - SongsPlugin.AuthorsForm @@ -2991,37 +3012,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Tema - + New &Theme - + Copyright Information Información de Derechos de Autor - + © - + CCLI Number: Número CCLI: - + Comments Comentarios - + Theme, Copyright Info && Comments Tema, Derechos de Autor && Comentarios @@ -3041,87 +3062,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Error - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? - + This author is already in the list. - + This topic is already in the list. @@ -3449,7 +3470,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Error @@ -3484,7 +3505,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3499,87 +3520,66 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Delete Author Borrar Autor - + Are you sure you want to delete the selected author? ¿Está seguro que desea eliminar el autor seleccionado? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! ¡Ningún autor seleccionado! - + Delete Topic Borrar Categoría - + Are you sure you want to delete the selected topic? ¿Está seguro que desea eliminar la categoría seleccionada? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! ¡No seleccionó la categoría! - + Delete Book Eliminar Libro - + Are you sure you want to delete the selected book? ¿Está seguro de que quiere eliminar el libro seleccionado? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! ¡Ningún libro seleccionado! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - - - - - Are you sure you want to delete selected Song Usage data? - - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - Archivo de Salida - - SongsPlugin.SongsTab @@ -3652,7 +3652,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Eliminar Tema - + Error Error @@ -3667,22 +3667,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Exportar Tema - + Theme Exists Ya existe el Tema - + Save Theme - (%s) Guardar Tema - (%s) - + Select Theme Import File Seleccione el Archivo de Tema a Importar - + New Theme Tema Nuevo @@ -3772,48 +3772,48 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_et.ts b/resources/i18n/openlp_et.ts index 70811cb25..e244f8adf 100644 --- a/resources/i18n/openlp_et.ts +++ b/resources/i18n/openlp_et.ts @@ -2304,6 +2304,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + Üles + + + + Delete + Kustuta + + + + Down + Alla + + + + OpenLP.ServiceManager + + + New Service + Uus teenistus + + + + Create a new service + Uue teenistuse loomine + + + + Open Service + Teenistuse avamine + + + + Load an existing service + Välise teenistuse laadimine + + + + Save Service + Salvesta teenistus + + + + Save this service + Selle teenistuse salvestamine + + + + Theme: + Kujundus: + + + + Select a theme for the service + + + + + Move to &top + Liiguta ü&lemiseks + + + + Move &up + Liiguta &üles + + + + Move &down + Liiguta &alla + + + + Move to &bottom + Liiguta &alumiseks + + + + &Delete From Service + &Kustuta teenistusest + + + + &Add New Item + &Lisa uus element + + + + &Add to Selected Item + &Lisa valitud elemendile + + + + &Edit Item + &Muuda kirjet + + + + &Reorder Item + + + + + &Notes + &Märkmed + + + + &Preview Verse + &Salmi eelvaatlus + + + + &Live Verse + &Otsesalm + + + + &Change Item Theme + + + + + Save Changes to Service? + Kas salvestada teenistusse tehtud muudatused? + + + + Your service is unsaved, do you want to save those changes before creating a new one? + See teenistus pole salvestatud, kas tahad selle uue avamist salvestada? + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + See teenistus pole salvestatud, kas tahad enne uue avamist muudatused salvestada? + + + + Error + Viga + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + Seda elementi pole võimalik näidata ekraanil, kuna puudub seda käsitsev programm + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + Teenistuse elemendi märkmed + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + Ekraan + + + + Preview + Eelvaade + + + + Move to first + Liikumine esimesele + + + + Move to previous + Eelmisele liikumine + + + + Move to next + Liikumine järgmisele + + + + Move to last + Liikumine viimasele + + + + Hide + + + + + Move to live + Tõsta ekraanile + + + + Edit and re-preview Song + Muuda ja kuva laulu eelvaade uuesti + + + + Start continuous loop + Katkematu korduse alustamine + + + + Stop continuous loop + Katkematu korduse lõpetamine + + + + s + s + + + + Delay between slides in seconds + Viivitus slaidide vahel sekundites + + + + Start playing media + Meediaesituse alustamine + + + + Go to Verse + Liikumine salmile + + PresentationPlugin @@ -2404,302 +2700,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - Teenistuse elementide haldus - - - - Up - Üles - - - - Delete - Kustuta - - - - Down - Alla - - - - ServiceManager - - - Save Changes to Service? - Kas salvestada teenistusse tehtud muudatused? - - - - Open Service - Teenistuse avamine - - - - Move to top - Tõsta üles - - - - Save Service - Salvesta teenistus - - - - Create a new service - Uue teenistuse loomine - - - - Save this service - Selle teenistuse salvestamine - - - - Theme: - Kujundus: - - - - Delete From Service - Teenistusest kustutamine - - - - &Preview Verse - &Salmi eelvaatlus - - - - &Live Verse - &Otsesalm - - - - Move to &top - Liiguta ü&lemiseks - - - - New Service - Uus teenistus - - - - &Notes - &Märkmed - - - - &Delete From Service - &Kustuta teenistusest - - - - Move up order - Järjekorras üles liigutamine - - - - Move down order - Järjekorras alla liigutamine - - - - Move &down - Liiguta &alla - - - - Load an existing service - Välise teenistuse laadimine - - - - Move to end - Viimaseks tõstmine - - - - &Maintain Item - &Halda elementi - - - - Move &up - Liiguta &üles - - - - &Edit Item - &Muuda kirjet - - - - Move to &bottom - Liiguta &alumiseks - - - - &Add New Item - &Lisa uus element - - - - &Add to Selected Item - &Lisa valitud elemendile - - - - Your service is unsaved, do you want to save those changes before creating a new one? - See teenistus pole salvestatud, kas tahad selle uue avamist salvestada? - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - See teenistus pole salvestatud, kas tahad enne uue avamist muudatused salvestada? - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - Seda elementi pole võimalik näidata ekraanil, kuna puudub seda käsitsev programm - - - - Select a theme for the service - - - - - &Change Item Theme - - - - - OpenLP Service Files (*.osz) - - - - - Error - Viga - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - ServiceNoteForm - - - Service Item Notes - Teenistuse elemendi märkmed - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - Eelmisele liikumine - - - - Go to Verse - Liikumine salmile - - - - Start continuous loop - Katkematu korduse alustamine - - - - Live - Ekraan - - - - Start playing media - Meediaesituse alustamine - - - - Move to live - Tõsta ekraanile - - - - Move to last - Liikumine viimasele - - - - Move to next - Liikumine järgmisele - - - - Move to first - Liikumine esimesele - - - - Delay between slides in seconds - Viivitus slaidide vahel sekundites - - - - Preview - Eelvaade - - - - Stop continuous loop - Katkematu korduse lõpetamine - - - - s - s - - - - Edit and re-preview Song - Muuda ja kuva laulu eelvaade uuesti - - - - Hide - - - SongUsagePlugin @@ -2743,6 +2743,58 @@ The content encoding is not UTF-8. + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + + + + + Report Location + + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + + + + + Are you sure you want to delete selected Song Usage data? + + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + + + SongsPlugin @@ -2852,37 +2904,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - - - - - SongsPlugin.AuditDetailDialog - - - Select Date Range - - - - - to - - - - - Report Location - - - - - Song Usage Extraction - - - SongsPlugin.AuthorsForm @@ -3009,27 +3030,27 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Laulik - + Theme Kujundus - + Copyright Information Autoriõiguse andmed - + CCLI Number: CCLI number: - + Comments Kommentaarid - + Theme, Copyright Info && Comments Kujundus, autoriõigus && kommentaarid @@ -3044,47 +3065,47 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. @@ -3094,12 +3115,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + New &Theme - + © @@ -3109,32 +3130,32 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Viga - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? @@ -3149,12 +3170,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + This author is already in the list. - + This topic is already in the list. @@ -3477,47 +3498,47 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Kustuta - + Delete Author - + Delete Topic - + Delete Book - + Error Viga - + Are you sure you want to delete the selected author? - + No author selected! - + Are you sure you want to delete the selected topic? - + No topic selected! - + Are you sure you want to delete the selected book? @@ -3557,7 +3578,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3572,47 +3593,26 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + This author cannot be deleted, they are currently assigned to at least one song. - + This topic cannot be deleted, it is currently assigned to at least one song. - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - - - - - Are you sure you want to delete selected Song Usage data? - - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - - - SongsPlugin.SongsTab @@ -3685,7 +3685,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Teema kustutamine - + Error Viga @@ -3705,32 +3705,32 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Vaikimisi kujundust pole võimalik kustutada. - + File is not a valid theme. See fail ei ole sobilik kujundus. - + Theme Exists Kujundus on juba olemas - + Save Theme - (%s) Salvesta kujundus - (%s) - + Select Theme Import File Importimiseks kujunduse faili valimine - + New Theme Uus kujundus - + You have not selected a theme. Sa ei ole teemat valinud. @@ -3795,32 +3795,32 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. @@ -3846,7 +3846,7 @@ The content encoding is not UTF-8. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_hu.ts b/resources/i18n/openlp_hu.ts index 5f5e01045..ab4ebfee7 100644 --- a/resources/i18n/openlp_hu.ts +++ b/resources/i18n/openlp_hu.ts @@ -2431,6 +2431,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + Fel + + + + Delete + Törlés + + + + Down + Le + + + + OpenLP.ServiceManager + + + New Service + Új szolgálat + + + + Create a new service + Új szolgálat létrehozása + + + + Open Service + Szolgálat megnyitása + + + + Load an existing service + Egy meglévő szolgálat betöltése + + + + Save Service + Szolgálat mentése + + + + Save this service + Aktuális szolgálat mentése + + + + Theme: + Téma: + + + + Select a theme for the service + + + + + Move to &top + Mozgatás &felülre + + + + Move &up + Mozgatás f&eljebb + + + + Move &down + Mozgatás &lejjebb + + + + Move to &bottom + Mozgatás &alulra + + + + &Delete From Service + &Törlés a szolgálatból + + + + &Add New Item + Új elem &hozzáadása + + + + &Add to Selected Item + &Hozzáadás a kiválasztott elemhez + + + + &Edit Item + &Elem szerkesztése + + + + &Reorder Item + + + + + &Notes + &Jegyzetek + + + + &Preview Verse + Versszak &előnézete + + + + &Live Verse + &Adásban lévő versszak + + + + &Change Item Theme + + + + + Save Changes to Service? + Változások mentése a szolgálatban? + + + + Your service is unsaved, do you want to save those changes before creating a new one? + A szolgálat nincs elmentve, szeretné menteni, mielőtt az újat létrehozná? + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + A szolgálat nincs elmentve, szeretné menteni, mielőtt az újat megnyitná? + + + + Error + Hiba + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + Hiányzó képernyő kezelő + + + + Your item cannot be displayed as there is no handler to display it + Az elemet nem lehet megjeleníteni, mert nincs kezelő, amely megjelenítené + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + Szolgálat elem jegyzetek + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + Egyenes adás + + + + Preview + Előnézet + + + + Move to first + Mozgatás az elsőre + + + + Move to previous + Mozgatás az előzőre + + + + Move to next + Mozgatás a következőre + + + + Move to last + Mozgatás az utolsóra + + + + Hide + + + + + Move to live + Mozgatás az egyenes adásban lévőre + + + + Edit and re-preview Song + Dal szerkesztése, majd újra az előnézet megnyitása + + + + Start continuous loop + Folyamatos vetítés indítása + + + + Stop continuous loop + Folyamatos vetítés leállítása + + + + s + mp + + + + Delay between slides in seconds + Diák közötti késleltetés másodpercben + + + + Start playing media + Médialejátszás indítása + + + + Go to Verse + Ugrás versszakra + + PresentationPlugin @@ -2531,302 +2827,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - Szolgálati elem kezelése - - - - Up - Fel - - - - Delete - Törlés - - - - Down - Le - - - - ServiceManager - - - Save Changes to Service? - Változások mentése a szolgálatban? - - - - Open Service - Szolgálat megnyitása - - - - Move to top - Mozgatás felülre - - - - Create a new service - Új szolgálat létrehozása - - - - Save this service - Aktuális szolgálat mentése - - - - Theme: - Téma: - - - - Delete From Service - Törlés a szolgálatból - - - - Save Service - Szolgálat mentése - - - - &Live Verse - &Adásban lévő versszak - - - - New Service - Új szolgálat - - - - &Notes - &Jegyzetek - - - - Move to end - Mozgatás a végére - - - - Move up order - Mozgatás feljebb a sorban - - - - Move down order - Mozgatás lejjebb a sorban - - - - Load an existing service - Egy meglévő szolgálat betöltése - - - - &Preview Verse - Versszak &előnézete - - - - &Edit Item - &Elem szerkesztése - - - - Move to &top - Mozgatás &felülre - - - - Move &up - Mozgatás f&eljebb - - - - Move &down - Mozgatás &lejjebb - - - - Move to &bottom - Mozgatás &alulra - - - - &Delete From Service - &Törlés a szolgálatból - - - - &Add New Item - Új elem &hozzáadása - - - - &Add to Selected Item - &Hozzáadás a kiválasztott elemhez - - - - &Maintain Item - Elem &karbantartása - - - - Your service is unsaved, do you want to save those changes before creating a new one? - A szolgálat nincs elmentve, szeretné menteni, mielőtt az újat létrehozná? - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - A szolgálat nincs elmentve, szeretné menteni, mielőtt az újat megnyitná? - - - - Missing Display Handler - Hiányzó képernyő kezelő - - - - Your item cannot be displayed as there is no handler to display it - Az elemet nem lehet megjeleníteni, mert nincs kezelő, amely megjelenítené - - - - Select a theme for the service - - - - - &Change Item Theme - - - - - OpenLP Service Files (*.osz) - - - - - Error - Hiba - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - ServiceNoteForm - - - Service Item Notes - Szolgálat elem jegyzetek - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - Mozgatás az előzőre - - - - Go to Verse - Ugrás versszakra - - - - Start continuous loop - Folyamatos vetítés indítása - - - - Live - Egyenes adás - - - - Start playing media - Médialejátszás indítása - - - - Move to live - Mozgatás az egyenes adásban lévőre - - - - Preview - Előnézet - - - - Move to last - Mozgatás az utolsóra - - - - Edit and re-preview Song - Dal szerkesztése, majd újra az előnézet megnyitása - - - - Delay between slides in seconds - Diák közötti késleltetés másodpercben - - - - Move to next - Mozgatás a következőre - - - - Move to first - Mozgatás az elsőre - - - - Stop continuous loop - Folyamatos vetítés leállítása - - - - s - mp - - - - Hide - - - SongUsagePlugin @@ -2870,6 +2870,58 @@ The content encoding is not UTF-8. Élő dalstatisztika rögzítésének indítása/leállítása + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + Dalstatisztika kicsomagolása + + + + Select Date Range + Időintervallum megadása + + + + to + + + + + Report Location + Helyszín jelentése + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + Valóban törölhetők a kiválasztott dalstatisztika események? + + + + Are you sure you want to delete selected Song Usage data? + Valóban törölhetők a kiválasztott dalstatisztika adatok? + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + Kimeneti fájl elérési útvonala + + SongsPlugin @@ -2979,37 +3031,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - Dalstatisztika törlése - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - Dalstatisztika kicsomagolása - - - - Select Date Range - Időintervallum megadása - - - - to - - - - - Report Location - Helyszín jelentése - - SongsPlugin.AuthorsForm @@ -3151,37 +3172,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Téma - + New &Theme - + Copyright Information Szerzői jogi információ - + © - + CCLI Number: CCLI szám: - + Comments Megjegyzések - + Theme, Copyright Info && Comments Téma, szerzői jogi infók és megjegyzések @@ -3201,87 +3222,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Hiba - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? - + This author is already in the list. - + This topic is already in the list. @@ -3609,7 +3630,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Törlés - + Error Hiba @@ -3644,7 +3665,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3659,87 +3680,66 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Delete Author Szerző törlése - + Are you sure you want to delete the selected author? A kiválasztott szerző biztosan törölhető? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Nincs kiválasztott szerző! - + Delete Topic Témakör törlése - + Are you sure you want to delete the selected topic? A kiválasztott témakör biztosan törölhető? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! Nincs kiválasztott témakör! - + Delete Book Könyv törlése - + Are you sure you want to delete the selected book? A kiválasztott könyv biztosan törölhető? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! Nincs kiválasztott könyv! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - Valóban törölhetők a kiválasztott dalstatisztika események? - - - - Are you sure you want to delete selected Song Usage data? - Valóban törölhetők a kiválasztott dalstatisztika adatok? - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - Kimeneti fájl elérési útvonala - - SongsPlugin.SongsTab @@ -3812,7 +3812,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Téma törlése - + Error Hiba @@ -3827,22 +3827,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Téma exportálása - + Theme Exists A téma már létezik - + Save Theme - (%s) Téma mentése – (%s) - + Select Theme Import File Importálandó téma fájl kiválasztása - + New Theme Új téma @@ -3852,12 +3852,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Az alapértelmezett témát nem lehet törölni. - + You have not selected a theme. Nincs kiválasztva egy téma sem. - + File is not a valid theme. Nem érvényes témafájl. @@ -3942,38 +3942,38 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_ko.ts b/resources/i18n/openlp_ko.ts index 16cb6d358..58c2807fd 100644 --- a/resources/i18n/openlp_ko.ts +++ b/resources/i18n/openlp_ko.ts @@ -2271,6 +2271,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + + + + + Delete + + + + + Down + + + + + OpenLP.ServiceManager + + + New Service + + + + + Create a new service + + + + + Open Service + + + + + Load an existing service + + + + + Save Service + + + + + Save this service + + + + + Theme: + + + + + Select a theme for the service + + + + + Move to &top + + + + + Move &up + + + + + Move &down + + + + + Move to &bottom + + + + + &Delete From Service + + + + + &Add New Item + + + + + &Add to Selected Item + + + + + &Edit Item + + + + + &Reorder Item + + + + + &Notes + + + + + &Preview Verse + + + + + &Live Verse + + + + + &Change Item Theme + + + + + Save Changes to Service? + + + + + Your service is unsaved, do you want to save those changes before creating a new one? + + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + + + + + Error + + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + + + + + Preview + + + + + Move to first + + + + + Move to previous + + + + + Move to next + + + + + Move to last + + + + + Hide + + + + + Move to live + + + + + Edit and re-preview Song + + + + + Start continuous loop + + + + + Stop continuous loop + + + + + s + + + + + Delay between slides in seconds + + + + + Start playing media + + + + + Go to Verse + + + PresentationPlugin @@ -2371,302 +2667,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - - - - - Up - - - - - Delete - - - - - Down - - - - - ServiceManager - - - Save Changes to Service? - - - - - Open Service - - - - - Move to top - - - - - Create a new service - - - - - Save this service - - - - - Theme: - - - - - Delete From Service - - - - - &Change Item Theme - - - - - Save Service - - - - - OpenLP Service Files (*.osz) - - - - - &Live Verse - - - - - Move to &top - - - - - New Service - - - - - &Notes - - - - - Move to end - - - - - &Delete From Service - - - - - Select a theme for the service - - - - - Move up order - - - - - Move down order - - - - - Move &down - - - - - Load an existing service - - - - - &Preview Verse - - - - - Move &up - - - - - &Edit Item - - - - - Move to &bottom - - - - - &Add New Item - - - - - &Add to Selected Item - - - - - &Maintain Item - - - - - Your service is unsaved, do you want to save those changes before creating a new one? - - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - - - - - Error - - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - - - - - ServiceNoteForm - - - Service Item Notes - - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - - - - - Go to Verse - - - - - Start continuous loop - - - - - Live - - - - - Start playing media - - - - - Move to live - - - - - Preview - - - - - Move to last - - - - - Edit and re-preview Song - - - - - Delay between slides in seconds - - - - - Move to next - - - - - Move to first - - - - - Stop continuous loop - - - - - s - - - - - Hide - - - SongUsagePlugin @@ -2710,6 +2710,58 @@ The content encoding is not UTF-8. + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + + + + + Report Location + + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + + + + + Are you sure you want to delete selected Song Usage data? + + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + + + SongsPlugin @@ -2819,37 +2871,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - - - - - Report Location - - - SongsPlugin.AuthorsForm @@ -2991,37 +3012,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme - + New &Theme - + Copyright Information - + © - + CCLI Number: - + Comments - + Theme, Copyright Info && Comments @@ -3041,87 +3062,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? - + This author is already in the list. - + This topic is already in the list. @@ -3449,7 +3470,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error @@ -3484,7 +3505,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3499,87 +3520,66 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Delete Author - + Are you sure you want to delete the selected author? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! - + Delete Topic - + Are you sure you want to delete the selected topic? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book - + Are you sure you want to delete the selected book? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - - - - - Are you sure you want to delete selected Song Usage data? - - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - - - SongsPlugin.SongsTab @@ -3652,12 +3652,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error - + File is not a valid theme. @@ -3677,27 +3677,27 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Exists - + Save Theme - (%s) - + Select Theme Import File - + New Theme - + You have not selected a theme. @@ -3782,38 +3782,38 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_nb.ts b/resources/i18n/openlp_nb.ts index da8f4dc89..1099391b9 100644 --- a/resources/i18n/openlp_nb.ts +++ b/resources/i18n/openlp_nb.ts @@ -2271,6 +2271,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + + + + + Delete + + + + + Down + + + + + OpenLP.ServiceManager + + + New Service + Ny møteplan + + + + Create a new service + Opprett ny møteplan + + + + Open Service + Åpne møteplan + + + + Load an existing service + + + + + Save Service + Lagre møte + + + + Save this service + Lagre møteplan + + + + Theme: + Tema: + + + + Select a theme for the service + + + + + Move to &top + Flytt til &toppen + + + + Move &up + + + + + Move &down + + + + + Move to &bottom + + + + + &Delete From Service + + + + + &Add New Item + + + + + &Add to Selected Item + + + + + &Edit Item + + + + + &Reorder Item + + + + + &Notes + &Notis + + + + &Preview Verse + &Forhåndsvis vers + + + + &Live Verse + &Direktevers + + + + &Change Item Theme + &Bytt objekttema + + + + Save Changes to Service? + Lagre endringer til møteplanen? + + + + Your service is unsaved, do you want to save those changes before creating a new one? + + + + + OpenLP Service Files (*.osz) + OpenLP møteplan (*.osz) + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + + + + + Error + Feil + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + Direkte + + + + Preview + + + + + Move to first + + + + + Move to previous + Flytt til forrige + + + + Move to next + + + + + Move to last + Flytt til sist + + + + Hide + + + + + Move to live + + + + + Edit and re-preview Song + Endre og forhåndsvis sang + + + + Start continuous loop + Start kontinuerlig løkke + + + + Stop continuous loop + + + + + s + + + + + Delay between slides in seconds + Forsinkelse mellom lysbilder i sekund + + + + Start playing media + Start avspilling av media + + + + Go to Verse + Gå til vers + + PresentationPlugin @@ -2371,302 +2667,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - - - - - Up - - - - - Delete - - - - - Down - - - - - ServiceManager - - - Save Service - Lagre møte - - - - Save Changes to Service? - Lagre endringer til møteplanen? - - - - Open Service - Åpne møteplan - - - - Move to top - Flytt til toppen - - - - Create a new service - Opprett ny møteplan - - - - Save this service - Lagre møteplan - - - - Theme: - Tema: - - - - Delete From Service - Slett fra møteplan - - - - &Change Item Theme - &Bytt objekttema - - - - &Preview Verse - &Forhåndsvis vers - - - - OpenLP Service Files (*.osz) - OpenLP møteplan (*.osz) - - - - &Live Verse - &Direktevers - - - - Move to &top - Flytt til &toppen - - - - New Service - Ny møteplan - - - - &Notes - &Notis - - - - &Delete From Service - - - - - Select a theme for the service - - - - - Move up order - - - - - Move down order - - - - - Move &down - - - - - Load an existing service - - - - - Move to end - - - - - Move &up - - - - - &Edit Item - - - - - Move to &bottom - - - - - &Add New Item - - - - - &Add to Selected Item - - - - - &Maintain Item - - - - - Your service is unsaved, do you want to save those changes before creating a new one? - - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - - - - - Error - Feil - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - - - - - ServiceNoteForm - - - Service Item Notes - - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - Flytt til forrige - - - - Edit and re-preview Song - Endre og forhåndsvis sang - - - - Delay between slides in seconds - Forsinkelse mellom lysbilder i sekund - - - - Go to Verse - Gå til vers - - - - Start continuous loop - Start kontinuerlig løkke - - - - Live - Direkte - - - - Start playing media - Start avspilling av media - - - - Move to live - - - - - Move to last - Flytt til sist - - - - Move to next - - - - - Move to first - - - - - Preview - - - - - Stop continuous loop - - - - - s - - - - - Hide - - - SongUsagePlugin @@ -2710,6 +2710,58 @@ The content encoding is not UTF-8. + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + + + + + Select Date Range + Velg dato-område + + + + to + til + + + + Report Location + + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + + + + + Are you sure you want to delete selected Song Usage data? + + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + + + SongsPlugin @@ -2819,37 +2871,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - Slett registrert sangbruk - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - Velg dato-område - - - - to - til - - - - Report Location - - - SongsPlugin.AuthorsForm @@ -2991,37 +3012,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Tema - + New &Theme - + Copyright Information Copyright-informasjon - + © - + CCLI Number: CCLI-nummer: - + Comments - + Theme, Copyright Info && Comments @@ -3041,87 +3062,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Feil - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? - + This author is already in the list. - + This topic is already in the list. @@ -3449,7 +3470,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Feil @@ -3484,7 +3505,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3499,87 +3520,66 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Delete Author - + Are you sure you want to delete the selected author? Er du sikker på at du vil slette den valgte forfatteren? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Ingen forfatter er valgt! - + Delete Topic Slett emne - + Are you sure you want to delete the selected topic? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! - + Delete Book Slett bok - + Are you sure you want to delete the selected book? Er du sikker på at du vil slette den merkede boken? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! Ingen bok er valgt! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - - - - - Are you sure you want to delete selected Song Usage data? - - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - - - SongsPlugin.SongsTab @@ -3652,7 +3652,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Slett tema - + Error Feil @@ -3672,32 +3672,32 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Du kan ikke slette det globale temaet - + File is not a valid theme. Filen er ikke et gyldig tema. - + Theme Exists Temaet eksisterer - + Save Theme - (%s) - + Select Theme Import File - + New Theme - + You have not selected a theme. @@ -3782,38 +3782,38 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_pt_BR.ts b/resources/i18n/openlp_pt_BR.ts index a09a4f824..95ab77bc1 100644 --- a/resources/i18n/openlp_pt_BR.ts +++ b/resources/i18n/openlp_pt_BR.ts @@ -2271,6 +2271,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + + + + + Delete + Deletar + + + + Down + + + + + OpenLP.ServiceManager + + + New Service + Novo Culto + + + + Create a new service + Criar um novo culto + + + + Open Service + Abrir Culto + + + + Load an existing service + Carregar um culto existente + + + + Save Service + Salvar Culto + + + + Save this service + Salvar este culto + + + + Theme: + Tema: + + + + Select a theme for the service + Selecione um tema para o culto + + + + Move to &top + + + + + Move &up + + + + + Move &down + + + + + Move to &bottom + + + + + &Delete From Service + + + + + &Add New Item + + + + + &Add to Selected Item + + + + + &Edit Item + &Editar Item + + + + &Reorder Item + + + + + &Notes + &Notas + + + + &Preview Verse + &Pré-Visualizar Versículo + + + + &Live Verse + &Versículo Ao Vivo + + + + &Change Item Theme + &Alterar Tema do Item + + + + Save Changes to Service? + Salvar Mudanças no Culto? + + + + Your service is unsaved, do you want to save those changes before creating a new one? + + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + + + + + Error + Erro + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + Item de Notas de Culto + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + Ao Vivo + + + + Preview + Pré-Visualizar + + + + Move to first + Mover para o primeiro + + + + Move to previous + Mover para o anterior + + + + Move to next + Mover para o próximo + + + + Move to last + Mover para o último + + + + Hide + + + + + Move to live + Mover para ao vivo + + + + Edit and re-preview Song + Editar e pré-visualizar Música novamente + + + + Start continuous loop + Iniciar repetição contínua + + + + Stop continuous loop + Parar repetição contínua + + + + s + s + + + + Delay between slides in seconds + Intervalo entre slides em segundos + + + + Start playing media + Iniciar a reprodução de mídia + + + + Go to Verse + Ir ao Versículo + + PresentationPlugin @@ -2371,302 +2667,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - - - - - Up - - - - - Delete - Deletar - - - - Down - - - - - ServiceManager - - - Save Changes to Service? - Salvar Mudanças no Culto? - - - - Open Service - Abrir Culto - - - - Move to top - Mover para o topo - - - - Create a new service - Criar um novo culto - - - - Save this service - Salvar este culto - - - - Theme: - Tema: - - - - Delete From Service - Deletar do Culto - - - - &Change Item Theme - &Alterar Tema do Item - - - - Save Service - Salvar Culto - - - - &Live Verse - &Versículo Ao Vivo - - - - New Service - Novo Culto - - - - &Notes - &Notas - - - - Move to end - Mover para o fim - - - - Select a theme for the service - Selecione um tema para o culto - - - - Move up order - Mover ordem para cima - - - - Move down order - Mover ordem para baixo - - - - Load an existing service - Carregar um culto existente - - - - &Preview Verse - &Pré-Visualizar Versículo - - - - &Edit Item - &Editar Item - - - - Move to &top - - - - - Move &up - - - - - Move &down - - - - - Move to &bottom - - - - - &Delete From Service - - - - - &Add New Item - - - - - &Add to Selected Item - - - - - &Maintain Item - - - - - Your service is unsaved, do you want to save those changes before creating a new one? - - - - - OpenLP Service Files (*.osz) - - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - - - - - Error - Erro - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - - - - - ServiceNoteForm - - - Service Item Notes - Item de Notas de Culto - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - Mover para o anterior - - - - Go to Verse - Ir ao Versículo - - - - Start continuous loop - Iniciar repetição contínua - - - - Live - Ao Vivo - - - - Start playing media - Iniciar a reprodução de mídia - - - - Move to live - Mover para ao vivo - - - - Preview - Pré-Visualizar - - - - Move to last - Mover para o último - - - - Edit and re-preview Song - Editar e pré-visualizar Música novamente - - - - Delay between slides in seconds - Intervalo entre slides em segundos - - - - Move to next - Mover para o próximo - - - - Move to first - Mover para o primeiro - - - - Stop continuous loop - Parar repetição contínua - - - - s - s - - - - Hide - - - SongUsagePlugin @@ -2710,6 +2710,58 @@ The content encoding is not UTF-8. &Uso das Músicas + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + para + + + + Report Location + Localização do Relatório + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + + + + + Are you sure you want to delete selected Song Usage data? + + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + Local do arquivo de saída + + SongsPlugin @@ -2819,37 +2871,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - para - - - - Report Location - Localização do Relatório - - SongsPlugin.AuthorsForm @@ -2991,37 +3012,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Tema - + New &Theme - + Copyright Information Informação de Direitos Autorais - + © - + CCLI Number: Número CCLI: - + Comments Comentários - + Theme, Copyright Info && Comments Tema, Direitos Autorais && Comentários @@ -3041,87 +3062,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Erro - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? - + This author is already in the list. - + This topic is already in the list. @@ -3449,7 +3470,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Erro @@ -3484,7 +3505,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3499,87 +3520,66 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Delete Author Deletar Autor - + Are you sure you want to delete the selected author? Você tem certeza que deseja deletar o autor selecionado? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Nenhum autor selecionado! - + Delete Topic Deletar Tópico - + Are you sure you want to delete the selected topic? Você tem certeza que deseja deletar o tópico selecionado? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! Nenhum tópico selecionado! - + Delete Book Deletar Livro - + Are you sure you want to delete the selected book? Você tem certeza que deseja deletar o livro selecionado? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! Nenhum livro selecionado! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - - - - - Are you sure you want to delete selected Song Usage data? - - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - Local do arquivo de saída - - SongsPlugin.SongsTab @@ -3652,7 +3652,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Deletar Tema - + Error Erro @@ -3667,22 +3667,22 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Exportar Tema - + Theme Exists Tema Existe - + Save Theme - (%s) Salvar Tema - (%s) - + Select Theme Import File Selecionar Arquivo de Importação de Tema - + New Theme Novo Tema @@ -3772,48 +3772,48 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + You have not selected a theme. - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + File is not a valid theme. - + A theme with this name already exists. Would you like to overwrite it? diff --git a/resources/i18n/openlp_sv.ts b/resources/i18n/openlp_sv.ts index 2b11c553d..11d08139f 100644 --- a/resources/i18n/openlp_sv.ts +++ b/resources/i18n/openlp_sv.ts @@ -2271,6 +2271,302 @@ You can download the latest version from <a href="http://openlp.org/&quo + + OpenLP.ServiceItemEditForm + + + Reorder Service Item + + + + + Up + + + + + Delete + Ta bort + + + + Down + + + + + OpenLP.ServiceManager + + + New Service + Ny mötesplanering + + + + Create a new service + Skapa en ny mötesplanering + + + + Open Service + Öppna Mötesplanering + + + + Load an existing service + Ladda en planering + + + + Save Service + Spara Mötesplanering + + + + Save this service + Spara denna mötesplanering + + + + Theme: + Tema: + + + + Select a theme for the service + Välj ett tema för planeringen + + + + Move to &top + Flytta till &toppen + + + + Move &up + Flytta &upp + + + + Move &down + Flytta &ner + + + + Move to &bottom + Flytta längst &ner + + + + &Delete From Service + &Ta bort från mötesplanering + + + + &Add New Item + + + + + &Add to Selected Item + + + + + &Edit Item + &Redigera objekt + + + + &Reorder Item + + + + + &Notes + &Anteckningar + + + + &Preview Verse + &Förhandsgranska Vers + + + + &Live Verse + &Live-vers + + + + &Change Item Theme + &Byt objektets tema + + + + Save Changes to Service? + Spara Ändringar till Planering? + + + + Your service is unsaved, do you want to save those changes before creating a new one? + + + + + OpenLP Service Files (*.osz) + + + + + Your current service is unsaved, do you want to save the changes before opening a new one? + + + + + Error + Fel + + + + File is not a valid service. +The content encoding is not UTF-8. + + + + + File is not a valid service. + + + + + Missing Display Handler + + + + + Your item cannot be displayed as there is no handler to display it + + + + + Move item to the top of the service. + + + + + Move item up one position in the service. + + + + + Move item down one position in the service. + + + + + Move item to the end of the service. + + + + + Delete the selected item from the service. + + + + + OpenLP.ServiceNoteForm + + + Service Item Notes + Mötesanteckningar + + + + OpenLP.SettingsForm + + + Configure OpenLP + + + + + OpenLP.SlideController + + + Live + Live + + + + Preview + Förhandsgranska + + + + Move to first + Flytta till första + + + + Move to previous + Flytta till föregående + + + + Move to next + Flytta till nästa + + + + Move to last + Flytta till sist + + + + Hide + + + + + Move to live + Flytta till live + + + + Edit and re-preview Song + Ändra och åter-förhandsgranska sång + + + + Start continuous loop + Börja oändlig loop + + + + Stop continuous loop + Stoppa upprepad loop + + + + s + s + + + + Delay between slides in seconds + Fördröjning mellan bilder, i sekunder + + + + Start playing media + Börja spela media + + + + Go to Verse + Hoppa till vers + + PresentationPlugin @@ -2371,302 +2667,6 @@ You can download the latest version from <a href="http://openlp.org/&quo - - ServiceItemEditForm - - - Service Item Maintenance - - - - - Up - - - - - Delete - Ta bort - - - - Down - - - - - ServiceManager - - - Save Changes to Service? - Spara Ändringar till Planering? - - - - Open Service - Öppna Mötesplanering - - - - Move to top - Flytta längst upp - - - - Create a new service - Skapa en ny mötesplanering - - - - Save this service - Spara denna mötesplanering - - - - Theme: - Tema: - - - - Delete From Service - Ta bort från mötesplanering - - - - &Change Item Theme - &Byt objektets tema - - - - Save Service - Spara Mötesplanering - - - - &Live Verse - &Live-vers - - - - Move to &top - Flytta till &toppen - - - - New Service - Ny mötesplanering - - - - &Notes - &Anteckningar - - - - Move to end - Flytta till slutet - - - - &Delete From Service - &Ta bort från mötesplanering - - - - Select a theme for the service - Välj ett tema för planeringen - - - - Move up order - Flytta upp order - - - - Move down order - Flytta ner order - - - - Move &down - Flytta &ner - - - - Load an existing service - Ladda en planering - - - - &Preview Verse - &Förhandsgranska Vers - - - - Move &up - Flytta &upp - - - - &Edit Item - &Redigera objekt - - - - Move to &bottom - Flytta längst &ner - - - - &Add New Item - - - - - &Add to Selected Item - - - - - &Maintain Item - - - - - Your service is unsaved, do you want to save those changes before creating a new one? - - - - - OpenLP Service Files (*.osz) - - - - - Your current service is unsaved, do you want to save the changes before opening a new one? - - - - - Error - Fel - - - - File is not a valid service. -The content encoding is not UTF-8. - - - - - File is not a valid service. - - - - - Missing Display Handler - - - - - Your item cannot be displayed as there is no handler to display it - - - - - ServiceNoteForm - - - Service Item Notes - Mötesanteckningar - - - - SettingsForm - - - Configure OpenLP - - - - - SlideController - - - Move to previous - Flytta till föregående - - - - Go to Verse - Hoppa till vers - - - - Start continuous loop - Börja oändlig loop - - - - Live - Live - - - - Start playing media - Börja spela media - - - - Move to live - Flytta till live - - - - Preview - Förhandsgranska - - - - Move to last - Flytta till sist - - - - Edit and re-preview Song - Ändra och åter-förhandsgranska sång - - - - Delay between slides in seconds - Fördröjning mellan bilder, i sekunder - - - - Move to next - Flytta till nästa - - - - Move to first - Flytta till första - - - - Stop continuous loop - Stoppa upprepad loop - - - - s - s - - - - Hide - - - SongUsagePlugin @@ -2710,6 +2710,58 @@ The content encoding is not UTF-8. &Sånganvändning + + SongUsagePlugin.AuditDeleteDialog + + + Delete Song Usage Data + + + + + SongUsagePlugin.AuditDetailDialog + + + Song Usage Extraction + Sånganvändningsutdrag + + + + Select Date Range + Välj datumspann + + + + to + till + + + + Report Location + Rapportera placering + + + + SongUsagePlugin.SongUsageDeleteForm + + + Delete Selected Song Usage Events? + Ta bort valda sånganvändningsdata? + + + + Are you sure you want to delete selected Song Usage data? + Vill du verkligen ta bort vald sånganvändningsdata? + + + + SongUsagePlugin.SongUsageDetailForm + + + Output File Location + Utfil sökväg + + SongsPlugin @@ -2819,37 +2871,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - SongsPlugin.AuditDeleteDialog - - - Song Usage Delete - Ta bort inspelad sånganvändning - - - - SongsPlugin.AuditDetailDialog - - - Song Usage Extraction - Sånganvändningsutdrag - - - - Select Date Range - Välj datumspann - - - - to - till - - - - Report Location - Rapportera placering - - SongsPlugin.AuthorsForm @@ -2991,37 +3012,37 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Tema - + New &Theme - + Copyright Information Copyright-information - + © - + CCLI Number: CCLI-nummer: - + Comments Kommentarer - + Theme, Copyright Info && Comments Tema, copyright-info && kommentarer @@ -3041,87 +3062,87 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + No Author Selected - + You have not selected a valid author. Either select an author from the list, or type in a new author and click the "Add Author to Song" button to add the new author. - + Add Topic - + This topic does not exist, do you want to add it? - + No Topic Selected - + You have not selected a valid topic. Either select a topic from the list, or type in a new topic and click the "Add Topic to Song" button to add the new topic. - + Add Book - + This song book does not exist, do you want to add it? - + Error Fel - + You need to type in a song title. - + You need to type in at least one verse. - + Warning - + You have not added any authors for this song. Do you want to add an author now? - + The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - + You have not used %s anywhere in the verse order. Are you sure you want to save the song like this? - + This author is already in the list. - + This topic is already in the list. @@ -3449,7 +3470,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Error Fel @@ -3484,7 +3505,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Could not save your changes. @@ -3499,87 +3520,66 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Delete Author Ta bort låtskrivare - + Are you sure you want to delete the selected author? Är du säker på att du vill ta bort den valda låtskrivaren? - + This author cannot be deleted, they are currently assigned to at least one song. - + No author selected! Ingen författare vald! - + Delete Topic Ta bort ämne - + Are you sure you want to delete the selected topic? Är du säker på att du vill ta bort valt ämne? - + This topic cannot be deleted, it is currently assigned to at least one song. - + No topic selected! Inget ämne valt! - + Delete Book Ta bort bok - + Are you sure you want to delete the selected book? Är du säker på att du vill ta bort vald bok? - + This book cannot be deleted, it is currently assigned to at least one song. - + No book selected! Ingen bok vald! - - SongsPlugin.SongUsageDeleteForm - - - Delete Selected Song Usage Events? - Ta bort valda sånganvändningsdata? - - - - Are you sure you want to delete selected Song Usage data? - Vill du verkligen ta bort vald sånganvändningsdata? - - - - SongsPlugin.SongUsageDetailForm - - - Output File Location - Utfil sökväg - - SongsPlugin.SongsTab @@ -3652,12 +3652,12 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Ta bort tema - + Error Fel - + File is not a valid theme. Filen är inte ett giltigt tema. @@ -3677,27 +3677,27 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Du kan inte ta bort standardtemat. - + Theme Exists Temat finns - + Save Theme - (%s) Spara tema - (%s) - + Select Theme Import File Välj tema importfil - + New Theme Nytt Tema - + You have not selected a theme. Du har inte valt ett tema. @@ -3782,38 +3782,38 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + Theme Exported - + Your theme has been successfully exported. - + Theme Export Failed - + Your theme could not be exported due to an error. - + Theme (*.*) - + File is not a valid theme. The content encoding is not UTF-8. - + A theme with this name already exists. Would you like to overwrite it? From 60e1c7002edbc49064db3c0d47e17a4b7a759425 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 23 Jul 2010 11:01:17 +0200 Subject: [PATCH 10/13] More string fixes. --- .../songusage/forms/songusagedeletedialog.py | 3 +- .../songusage/forms/songusagedetaildialog.py | 12 ++-- resources/i18n/openlp_af.ts | 56 +++++++-------- resources/i18n/openlp_de.ts | 56 +++++++-------- resources/i18n/openlp_en.ts | 56 +++++++-------- resources/i18n/openlp_en_GB.ts | 56 +++++++-------- resources/i18n/openlp_en_ZA.ts | 70 +++++++++---------- resources/i18n/openlp_es.ts | 56 +++++++-------- resources/i18n/openlp_et.ts | 56 +++++++-------- resources/i18n/openlp_hu.ts | 56 +++++++-------- resources/i18n/openlp_ko.ts | 56 +++++++-------- resources/i18n/openlp_nb.ts | 70 +++++++++---------- resources/i18n/openlp_pt_BR.ts | 56 +++++++-------- resources/i18n/openlp_sv.ts | 56 +++++++-------- 14 files changed, 323 insertions(+), 392 deletions(-) diff --git a/openlp/plugins/songusage/forms/songusagedeletedialog.py b/openlp/plugins/songusage/forms/songusagedeletedialog.py index 90fd314ed..1b4ac7309 100644 --- a/openlp/plugins/songusage/forms/songusagedeletedialog.py +++ b/openlp/plugins/songusage/forms/songusagedeletedialog.py @@ -59,4 +59,5 @@ class Ui_SongUsageDeleteDialog(object): def retranslateUi(self, SongUsageDeleteDialog): SongUsageDeleteDialog.setWindowTitle( - translate('SongUsagePlugin.AuditDeleteDialog', 'Delete Song Usage Data')) + translate('SongUsagePlugin.SongUsageDeleteForm', + 'Delete Song Usage Data')) diff --git a/openlp/plugins/songusage/forms/songusagedetaildialog.py b/openlp/plugins/songusage/forms/songusagedetaildialog.py index 41736f763..699c0bb6a 100644 --- a/openlp/plugins/songusage/forms/songusagedetaildialog.py +++ b/openlp/plugins/songusage/forms/songusagedetaildialog.py @@ -86,11 +86,13 @@ class Ui_SongUsageDetailDialog(object): def retranslateUi(self, SongUsageDetailDialog): SongUsageDetailDialog.setWindowTitle( - translate('SongUsagePlugin.AuditDetailDialog', - 'Song Usage Extraction')) + translate('SongUsagePlugin.SongUsageDetailForm', + 'Song Usage Extraction')) self.DateRangeGroupBox.setTitle( - translate('SongUsagePlugin.AuditDetailDialog', 'Select Date Range')) + translate('SongUsagePlugin.SongUsageDetailForm', + 'Select Date Range')) self.ToLabel.setText( - translate('SongUsagePlugin.AuditDetailDialog', 'to')) + translate('SongUsagePlugin.SongUsageDetailForm', 'to')) self.FileGroupBox.setTitle( - translate('SongUsagePlugin.AuditDetailDialog', 'Report Location')) + translate('SongUsagePlugin.SongUsageDetailForm', + 'Report Location')) diff --git a/resources/i18n/openlp_af.ts b/resources/i18n/openlp_af.ts index 9d9eb1024..cf3015e39 100644 --- a/resources/i18n/openlp_af.ts +++ b/resources/i18n/openlp_af.ts @@ -2710,37 +2710,6 @@ The content encoding is not UTF-8. &Lied Gebruik - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - aan - - - - Report Location - Rapporteer Ligging - - SongUsagePlugin.SongUsageDeleteForm @@ -2753,6 +2722,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2761,6 +2735,26 @@ The content encoding is not UTF-8. Output File Location Uitvoer Lêer Ligging + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + aan + + + + Report Location + Rapporteer Ligging + SongsPlugin diff --git a/resources/i18n/openlp_de.ts b/resources/i18n/openlp_de.ts index 324a864f2..63449e515 100644 --- a/resources/i18n/openlp_de.ts +++ b/resources/i18n/openlp_de.ts @@ -2710,37 +2710,6 @@ The content encoding is not UTF-8. Lieder Statistik - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - zu - - - - Report Location - Speicherort für die Statistiken - - SongUsagePlugin.SongUsageDeleteForm @@ -2753,6 +2722,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2761,6 +2735,26 @@ The content encoding is not UTF-8. Output File Location Ablageort für Aufnahme wählen + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + zu + + + + Report Location + Speicherort für die Statistiken + SongsPlugin diff --git a/resources/i18n/openlp_en.ts b/resources/i18n/openlp_en.ts index 0851d8650..be71ac581 100644 --- a/resources/i18n/openlp_en.ts +++ b/resources/i18n/openlp_en.ts @@ -2710,37 +2710,6 @@ The content encoding is not UTF-8. - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - - - - - Report Location - - - SongUsagePlugin.SongUsageDeleteForm @@ -2753,6 +2722,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2761,6 +2735,26 @@ The content encoding is not UTF-8. Output File Location + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + + + + + Report Location + + SongsPlugin diff --git a/resources/i18n/openlp_en_GB.ts b/resources/i18n/openlp_en_GB.ts index 33230c59c..27c2863e9 100644 --- a/resources/i18n/openlp_en_GB.ts +++ b/resources/i18n/openlp_en_GB.ts @@ -2710,37 +2710,6 @@ The content encoding is not UTF-8. &Song Usage - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - to - - - - Report Location - Report Location - - SongUsagePlugin.SongUsageDeleteForm @@ -2753,6 +2722,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2761,6 +2735,26 @@ The content encoding is not UTF-8. Output File Location Output File Location + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + to + + + + Report Location + Report Location + SongsPlugin diff --git a/resources/i18n/openlp_en_ZA.ts b/resources/i18n/openlp_en_ZA.ts index 2750e1eee..bb086411f 100644 --- a/resources/i18n/openlp_en_ZA.ts +++ b/resources/i18n/openlp_en_ZA.ts @@ -787,7 +787,7 @@ Changes do not affect verses already in the service. Error - + Error @@ -2449,7 +2449,7 @@ You can download the latest version from <a href="http://openlp.org/&quo Error - + Error @@ -2710,37 +2710,6 @@ The content encoding is not UTF-8. - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - - - - - Report Location - Report Location - - SongUsagePlugin.SongUsageDeleteForm @@ -2753,6 +2722,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2761,6 +2735,26 @@ The content encoding is not UTF-8. Output File Location Output File Location + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + + + + + Report Location + Report Location + SongsPlugin @@ -2896,7 +2890,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error - + Error @@ -3064,7 +3058,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error - + Error @@ -3411,7 +3405,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error - + Error @@ -3472,7 +3466,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error - + Error @@ -3618,7 +3612,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error - + Error diff --git a/resources/i18n/openlp_es.ts b/resources/i18n/openlp_es.ts index 90ed7d5b0..024fef7a3 100644 --- a/resources/i18n/openlp_es.ts +++ b/resources/i18n/openlp_es.ts @@ -2710,37 +2710,6 @@ The content encoding is not UTF-8. &Uso de las Canciones - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - hasta - - - - Report Location - Ubicación de Reporte - - SongUsagePlugin.SongUsageDeleteForm @@ -2753,6 +2722,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2761,6 +2735,26 @@ The content encoding is not UTF-8. Output File Location Archivo de Salida + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + hasta + + + + Report Location + Ubicación de Reporte + SongsPlugin diff --git a/resources/i18n/openlp_et.ts b/resources/i18n/openlp_et.ts index e244f8adf..62e41d62c 100644 --- a/resources/i18n/openlp_et.ts +++ b/resources/i18n/openlp_et.ts @@ -2743,37 +2743,6 @@ The content encoding is not UTF-8. - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - - - - - Report Location - - - SongUsagePlugin.SongUsageDeleteForm @@ -2786,6 +2755,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2794,6 +2768,26 @@ The content encoding is not UTF-8. Output File Location + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + + + + + Report Location + + SongsPlugin diff --git a/resources/i18n/openlp_hu.ts b/resources/i18n/openlp_hu.ts index 2c791832a..20726dd9c 100644 --- a/resources/i18n/openlp_hu.ts +++ b/resources/i18n/openlp_hu.ts @@ -2870,37 +2870,6 @@ The content encoding is not UTF-8. Élő dalstatisztika rögzítésének indítása/leállítása - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - Dalstatisztika kicsomagolása - - - - Select Date Range - Időintervallum megadása - - - - to - - - - - Report Location - Helyszín jelentése - - SongUsagePlugin.SongUsageDeleteForm @@ -2913,6 +2882,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? Valóban törölhetők a kiválasztott dalstatisztika adatok? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2921,6 +2895,26 @@ The content encoding is not UTF-8. Output File Location Kimeneti fájl elérési útvonala + + + Song Usage Extraction + Dalstatisztika kicsomagolása + + + + Select Date Range + Időintervallum megadása + + + + to + + + + + Report Location + Helyszín jelentése + SongsPlugin diff --git a/resources/i18n/openlp_ko.ts b/resources/i18n/openlp_ko.ts index c68939e72..ffc318731 100644 --- a/resources/i18n/openlp_ko.ts +++ b/resources/i18n/openlp_ko.ts @@ -2710,37 +2710,6 @@ The content encoding is not UTF-8. - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - - - - - Report Location - - - SongUsagePlugin.SongUsageDeleteForm @@ -2753,6 +2722,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2761,6 +2735,26 @@ The content encoding is not UTF-8. Output File Location + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + + + + + Report Location + + SongsPlugin diff --git a/resources/i18n/openlp_nb.ts b/resources/i18n/openlp_nb.ts index a0c85fe8c..169ba4a82 100644 --- a/resources/i18n/openlp_nb.ts +++ b/resources/i18n/openlp_nb.ts @@ -787,7 +787,7 @@ Changes do not affect verses already in the service. Error - + Feil @@ -2449,7 +2449,7 @@ You can download the latest version from <a href="http://openlp.org/&quo Error - + Feil @@ -2710,37 +2710,6 @@ The content encoding is not UTF-8. - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - Velg dato-område - - - - to - til - - - - Report Location - - - SongUsagePlugin.SongUsageDeleteForm @@ -2753,6 +2722,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2761,6 +2735,26 @@ The content encoding is not UTF-8. Output File Location + + + Song Usage Extraction + + + + + Select Date Range + Velg dato-område + + + + to + til + + + + Report Location + + SongsPlugin @@ -2896,7 +2890,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error - + Feil @@ -3064,7 +3058,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error - + Feil @@ -3411,7 +3405,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error - + Feil @@ -3472,7 +3466,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error - + Feil @@ -3618,7 +3612,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error - + Feil diff --git a/resources/i18n/openlp_pt_BR.ts b/resources/i18n/openlp_pt_BR.ts index 10604e191..0e86efcac 100644 --- a/resources/i18n/openlp_pt_BR.ts +++ b/resources/i18n/openlp_pt_BR.ts @@ -2710,37 +2710,6 @@ The content encoding is not UTF-8. &Uso das Músicas - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - - - - - Select Date Range - - - - - to - para - - - - Report Location - Localização do Relatório - - SongUsagePlugin.SongUsageDeleteForm @@ -2753,6 +2722,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2761,6 +2735,26 @@ The content encoding is not UTF-8. Output File Location Local do arquivo de saída + + + Song Usage Extraction + + + + + Select Date Range + + + + + to + para + + + + Report Location + Localização do Relatório + SongsPlugin diff --git a/resources/i18n/openlp_sv.ts b/resources/i18n/openlp_sv.ts index e6d2a5d02..6f54febf2 100644 --- a/resources/i18n/openlp_sv.ts +++ b/resources/i18n/openlp_sv.ts @@ -2710,37 +2710,6 @@ The content encoding is not UTF-8. &Sånganvändning - - SongUsagePlugin.AuditDeleteDialog - - - Delete Song Usage Data - - - - - SongUsagePlugin.AuditDetailDialog - - - Song Usage Extraction - Sånganvändningsutdrag - - - - Select Date Range - Välj datumspann - - - - to - till - - - - Report Location - Rapportera placering - - SongUsagePlugin.SongUsageDeleteForm @@ -2753,6 +2722,11 @@ The content encoding is not UTF-8. Are you sure you want to delete selected Song Usage data? Vill du verkligen ta bort vald sånganvändningsdata? + + + Delete Song Usage Data + + SongUsagePlugin.SongUsageDetailForm @@ -2761,6 +2735,26 @@ The content encoding is not UTF-8. Output File Location Utfil sökväg + + + Song Usage Extraction + Sånganvändningsutdrag + + + + Select Date Range + Välj datumspann + + + + to + till + + + + Report Location + Rapportera placering + SongsPlugin From 2b7d7f3ba5787c4373799d7e22d454a7f980905d Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 23 Jul 2010 20:03:19 +0200 Subject: [PATCH 11/13] More string updating. --- openlp/plugins/alerts/alertsplugin.py | 7 +++--- openlp/plugins/bibles/bibleplugin.py | 7 +++--- openlp/plugins/custom/customplugin.py | 10 ++++---- openlp/plugins/images/imageplugin.py | 21 +++++++++------- openlp/plugins/media/mediaplugin.py | 5 ++-- .../presentations/presentationplugin.py | 8 +++---- openlp/plugins/remotes/remoteplugin.py | 11 ++++----- openlp/plugins/songs/songsplugin.py | 6 ++--- openlp/plugins/songusage/songusageplugin.py | 24 +++++++++---------- 9 files changed, 48 insertions(+), 51 deletions(-) diff --git a/openlp/plugins/alerts/alertsplugin.py b/openlp/plugins/alerts/alertsplugin.py index 5b904e385..a9c726024 100644 --- a/openlp/plugins/alerts/alertsplugin.py +++ b/openlp/plugins/alerts/alertsplugin.py @@ -99,8 +99,7 @@ class AlertsPlugin(Plugin): self.alertForm.exec_() def about(self): - about_text = translate('AlertsPlugin', - 'Alerts Plugin
This plugin ' - 'controls the displaying of alerts on the presentations screen') + about_text = translate('AlertsPlugin', 'Alerts Plugin' + '
The alert plugin controls the displaying of nursery alerts ' + 'on the display screen') return about_text - diff --git a/openlp/plugins/bibles/bibleplugin.py b/openlp/plugins/bibles/bibleplugin.py index 65bf815f0..19d6d65cd 100644 --- a/openlp/plugins/bibles/bibleplugin.py +++ b/openlp/plugins/bibles/bibleplugin.py @@ -89,10 +89,9 @@ class BiblePlugin(Plugin): self.mediaItem.onImportClick() def about(self): - about_text = translate('BiblesPlugin', - 'Bible Plugin
This ' - 'plugin allows bible verses from different sources to be ' - 'displayed on the screen during the service.') + about_text = translate('BiblesPlugin', 'Bible Plugin' + '
The Bible plugin provides the ability to display bible ' + 'verses from different sources during the service.') return about_text def usesTheme(self, theme): diff --git a/openlp/plugins/custom/customplugin.py b/openlp/plugins/custom/customplugin.py index 79ccb1f9b..4785ad6b8 100644 --- a/openlp/plugins/custom/customplugin.py +++ b/openlp/plugins/custom/customplugin.py @@ -62,11 +62,11 @@ class CustomPlugin(Plugin): return CustomMediaItem(self, self.icon, self.name) def about(self): - about_text = translate('CustomPlugin', - 'Custom Plugin
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.
') + about_text = translate('CustomPlugin', 'Custom Plugin' + '
The custom plugin provides the ability to set up custom ' + 'text slides that can be displayed on the screen the same way ' + 'songs are. This plugin provides greater freedom over the songs ' + 'plugin.') return about_text def usesTheme(self, theme): diff --git a/openlp/plugins/images/imageplugin.py b/openlp/plugins/images/imageplugin.py index adf8e401b..03c8992f9 100644 --- a/openlp/plugins/images/imageplugin.py +++ b/openlp/plugins/images/imageplugin.py @@ -48,12 +48,15 @@ class ImagePlugin(Plugin): return ImageMediaItem(self, self.icon, self.name) def about(self): - about_text = translate('ImagePlugin', 'Image Plugin' - '
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.' - 'From the plugin if the Override background 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.
') - return about_text \ No newline at end of file + about_text = translate('ImagePlugin', 'Image Plugin' + '
The image plugin provides displaying of images.
One ' + 'of the distinguishing features of this plugin is the ability to ' + 'group a number of images together in the service manager, making ' + 'the displaying of multiple images easier. This plugin can also ' + 'make use of OpenLP\'s "timed looping" feature to create a slide ' + 'show that runs automatically. In addition to this, images from ' + 'the plugin can be used to override the current theme\'s ' + 'background, which renders text-based items like songs with the ' + 'selected image as a background instead of the background ' + 'provided by the theme.') + return about_text diff --git a/openlp/plugins/media/mediaplugin.py b/openlp/plugins/media/mediaplugin.py index 4162c4d31..a2e27bd4d 100644 --- a/openlp/plugins/media/mediaplugin.py +++ b/openlp/plugins/media/mediaplugin.py @@ -73,7 +73,6 @@ class MediaPlugin(Plugin): return MediaMediaItem(self, self.icon, self.name) def about(self): - about_text = translate('MediaPlugin', - 'Media Plugin
This plugin ' - 'allows the playing of audio and video media') + about_text = translate('MediaPlugin', 'Media Plugin' + '
The media plugin provides playback of audio and video.') return about_text diff --git a/openlp/plugins/presentations/presentationplugin.py b/openlp/plugins/presentations/presentationplugin.py index 50784ed51..47234b371 100644 --- a/openlp/plugins/presentations/presentationplugin.py +++ b/openlp/plugins/presentations/presentationplugin.py @@ -42,7 +42,7 @@ class PresentationPlugin(Plugin): def __init__(self, plugin_helpers): """ - PluginPresentation constructor. + PluginPresentation constructor. """ log.debug(u'Initialised') self.controllers = {} @@ -132,9 +132,9 @@ class PresentationPlugin(Plugin): """ Return information about this plugin """ - about_text = translate('PresentationPlugin', - 'Presentation Plugin
Delivers ' - 'the ability to show presentations using a number of different ' + about_text = translate('PresentationPlugin', 'Presentation ' + 'Plugin
The presentation plugin provides 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.') return about_text diff --git a/openlp/plugins/remotes/remoteplugin.py b/openlp/plugins/remotes/remoteplugin.py index a878869d0..6666b5e93 100644 --- a/openlp/plugins/remotes/remoteplugin.py +++ b/openlp/plugins/remotes/remoteplugin.py @@ -70,9 +70,8 @@ class RemotesPlugin(Plugin): """ Information about this plugin """ - about_text = translate('RemotePlugin', - 'Remote Plugin
This plugin ' - 'provides the ability to send messages to a running version of ' - 'openlp on a different computer via a web browser or other app
' - 'The Primary use for this would be to send alerts from a creche') - return about_text \ No newline at end of file + about_text = translate('RemotePlugin', 'Remote Plugin' + '
The remote plugin provides the ability to send messages to ' + 'a running version of OpenLP on a different computer via a web ' + 'browser or through the remote API.') + return about_text diff --git a/openlp/plugins/songs/songsplugin.py b/openlp/plugins/songs/songsplugin.py index bf1c0cb23..c57a175e6 100644 --- a/openlp/plugins/songs/songsplugin.py +++ b/openlp/plugins/songs/songsplugin.py @@ -259,9 +259,9 @@ class SongsPlugin(Plugin): Receiver.send_message(u'songs_load_list') def about(self): - about_text = translate('SongsPlugin', - 'Song Plugin
' - 'This plugin allows songs to be managed and displayed.') + about_text = translate('SongsPlugin', 'Songs Plugin' + '
The songs plugin provides the ability to display and ' + 'manage songs.') return about_text def usesTheme(self, theme): diff --git a/openlp/plugins/songusage/songusageplugin.py b/openlp/plugins/songusage/songusageplugin.py index c7a8a30aa..a11e61605 100644 --- a/openlp/plugins/songusage/songusageplugin.py +++ b/openlp/plugins/songusage/songusageplugin.py @@ -60,31 +60,30 @@ class SongUsagePlugin(Plugin): self.SongUsageMenu = QtGui.QMenu(tools_menu) self.SongUsageMenu.setObjectName(u'SongUsageMenu') self.SongUsageMenu.setTitle(translate( - 'SongUsagePlugin', '&Song Usage')) + 'SongUsagePlugin', '&Song Usage Tracking')) #SongUsage Delete self.SongUsageDelete = QtGui.QAction(tools_menu) self.SongUsageDelete.setText(translate('SongUsagePlugin', - '&Delete recorded data')) + '&Delete Tracking Data')) self.SongUsageDelete.setStatusTip(translate('SongUsagePlugin', - 'Delete song usage to specified date')) + 'Delete song usage data up to a specified date.')) self.SongUsageDelete.setObjectName(u'SongUsageDelete') #SongUsage Report self.SongUsageReport = QtGui.QAction(tools_menu) self.SongUsageReport.setText( - translate('SongUsagePlugin', '&Extract recorded data')) + translate('SongUsagePlugin', '&Extract Tracking Data')) self.SongUsageReport.setStatusTip( - translate('SongUsagePlugin', 'Generate report on Song Usage')) + translate('SongUsagePlugin', 'Generate a report on song usage.')) self.SongUsageReport.setObjectName(u'SongUsageReport') #SongUsage activation SongUsageIcon = build_icon(u':/plugins/plugin_songusage.png') self.SongUsageStatus = QtGui.QAction(tools_menu) - self.SongUsageStatus.setIcon(SongUsageIcon) self.SongUsageStatus.setCheckable(True) self.SongUsageStatus.setChecked(False) self.SongUsageStatus.setText(translate( - 'SongUsagePlugin', 'Song Usage Status')) + 'SongUsagePlugin', 'Toggle Tracking')) self.SongUsageStatus.setStatusTip(translate('SongUsagePlugin', - 'Start/Stop live song usage recording')) + 'Toggle the tracking of song usage.')) self.SongUsageStatus.setShortcut(u'F4') self.SongUsageStatus.setObjectName(u'SongUsageStatus') #Add Menus together @@ -158,8 +157,7 @@ class SongUsagePlugin(Plugin): self.SongUsagedetailform.exec_() def about(self): - about_text = translate('SongUsagePlugin', - 'SongUsage Plugin
This plugin ' - 'records the use of songs and when they have been used during ' - 'a live service') - return about_text \ No newline at end of file + about_text = translate('SongUsagePlugin', 'SongUsage Plugin' + '
This plugin tracks the usage of songs in ' + 'services.') + return about_text From 651ee535f6fa386b5e2112e2264b7553900cb3cb Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 23 Jul 2010 21:17:36 +0200 Subject: [PATCH 12/13] Hopefully the last of the string fixes. --- openlp/core/ui/splashscreen.py | 13 - openlp/core/ui/thememanager.py | 137 +-- openlp/core/ui/themestab.py | 22 +- openlp/plugins/songs/forms/editsongdialog.py | 6 +- openlp/plugins/songs/lib/__init__.py | 14 +- openlp/plugins/songs/lib/mediaitem.py | 20 +- openlp/plugins/songs/lib/songstab.py | 2 +- resources/i18n/openlp_af.ts | 812 +++++++++--------- resources/i18n/openlp_de.ts | 826 +++++++++---------- resources/i18n/openlp_en.ts | 798 +++++++++--------- resources/i18n/openlp_en_GB.ts | 812 +++++++++--------- resources/i18n/openlp_en_ZA.ts | 818 +++++++++--------- resources/i18n/openlp_es.ts | 812 +++++++++--------- resources/i18n/openlp_et.ts | 770 +++++++++-------- resources/i18n/openlp_hu.ts | 812 +++++++++--------- resources/i18n/openlp_ko.ts | 798 +++++++++--------- resources/i18n/openlp_nb.ts | 800 +++++++++--------- resources/i18n/openlp_pt_BR.ts | 812 +++++++++--------- resources/i18n/openlp_sv.ts | 816 +++++++++--------- 19 files changed, 4905 insertions(+), 4995 deletions(-) diff --git a/openlp/core/ui/splashscreen.py b/openlp/core/ui/splashscreen.py index ff2be94df..bd87bcb12 100644 --- a/openlp/core/ui/splashscreen.py +++ b/openlp/core/ui/splashscreen.py @@ -31,9 +31,6 @@ class SplashScreen(object): def __init__(self, version): self.splash_screen = QtGui.QSplashScreen() self.setupUi() - self.message = translate( - 'Splashscreen', 'Starting')\ - + '..... ' + version def setupUi(self): self.splash_screen.setObjectName(u'splash_screen') @@ -48,25 +45,15 @@ class SplashScreen(object): self.splash_screen.sizePolicy().hasHeightForWidth()) self.splash_screen.setSizePolicy(sizePolicy) self.splash_screen.setContextMenuPolicy(QtCore.Qt.PreventContextMenu) - icon = build_icon(u':/icon/openlp-logo-16x16.png') - self.splash_screen.setWindowIcon(icon) splash_image = QtGui.QPixmap(u':/graphics/openlp-splash-screen.png') self.splash_screen.setPixmap(splash_image) self.splash_screen.setMask(splash_image.mask()) self.splash_screen.setWindowFlags( QtCore.Qt.SplashScreen | QtCore.Qt.WindowStaysOnTopHint) - self.retranslateUi() QtCore.QMetaObject.connectSlotsByName(self.splash_screen) - def retranslateUi(self): - self.splash_screen.setWindowTitle( - translate('Splashscreen', 'Splash Screen')) - def show(self): self.splash_screen.show() - self.splash_screen.showMessage(self.message, - QtCore.Qt.AlignLeft | QtCore.Qt.AlignBottom, QtCore.Qt.black) - self.splash_screen.repaint() def finish(self, widget): self.splash_screen.finish(widget) diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 1745e6030..9f1067baa 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -55,25 +55,31 @@ class ThemeManager(QtGui.QWidget): self.amendThemeForm = AmendThemeForm(self) self.Toolbar = OpenLPToolbar(self) self.Toolbar.addToolbarButton( - translate('ThemeManager', 'New Theme'), u':/themes/theme_new.png', - translate('ThemeManager', 'Create a new theme.'), self.onAddTheme) + translate('OpenLP.ThemeManager', 'New Theme'), + u':/themes/theme_new.png', + translate('OpenLP.ThemeManager', 'Create a new theme.'), + self.onAddTheme) self.Toolbar.addToolbarButton( - translate('ThemeManager', 'Edit Theme'), + translate('OpenLP.ThemeManager', 'Edit Theme'), u':/themes/theme_edit.png', - translate('ThemeManager', 'Edit a theme.'), self.onEditTheme) + translate('OpenLP.ThemeManager', 'Edit a theme.'), + self.onEditTheme) self.Toolbar.addToolbarButton( - translate('ThemeManager', 'Delete Theme'), + translate('OpenLP.ThemeManager', 'Delete Theme'), u':/general/general_delete.png', - translate('ThemeManager', 'Delete a theme.'), self.onDeleteTheme) + translate('OpenLP.ThemeManager', 'Delete a theme.'), + self.onDeleteTheme) self.Toolbar.addSeparator() self.Toolbar.addToolbarButton( - translate('ThemeManager', 'Import Theme'), + translate('OpenLP.ThemeManager', 'Import Theme'), u':/general/general_import.png', - translate('ThemeManager', 'Import a theme.'), self.onImportTheme) + translate('OpenLP.ThemeManager', 'Import a theme.'), + self.onImportTheme) self.Toolbar.addToolbarButton( - translate('ThemeManager', 'Export Theme'), + translate('OpenLP.ThemeManager', 'Export Theme'), u':/general/general_export.png', - translate('ThemeManager', 'Export a theme.'), self.onExportTheme) + translate('OpenLP.ThemeManager', 'Export a theme.'), + self.onExportTheme) self.ThemeWidget = QtGui.QWidgetAction(self.Toolbar) self.Layout.addWidget(self.Toolbar) self.ThemeListWidget = QtGui.QListWidget(self) @@ -84,23 +90,24 @@ class ThemeManager(QtGui.QWidget): self.ThemeListWidget.addAction( context_menu_action(self.ThemeListWidget, u':/themes/theme_edit.png', - translate('ThemeManager', '&Edit Theme'), self.onEditTheme)) + translate('OpenLP.ThemeManager', '&Edit Theme'), + self.onEditTheme)) self.ThemeListWidget.addAction( context_menu_separator(self.ThemeListWidget)) self.ThemeListWidget.addAction( context_menu_action(self.ThemeListWidget, u':/general/general_delete.png', - translate('ThemeManager', '&Delete Theme'), + translate('OpenLP.ThemeManager', '&Delete Theme'), self.onDeleteTheme)) self.ThemeListWidget.addAction( context_menu_action(self.ThemeListWidget, u':/general/general_export.png', - translate('ThemeManager', 'Set As &Global Default'), + translate('OpenLP.ThemeManager', 'Set As &Global Default'), self.changeGlobalFromScreen)) self.ThemeListWidget.addAction( context_menu_action(self.ThemeListWidget, u':/general/general_export.png', - translate('ThemeManager', 'E&xport Theme'), + translate('OpenLP.ThemeManager', 'E&xport Theme'), self.onExportTheme)) self.ThemeListWidget.addAction( context_menu_separator(self.ThemeListWidget)) @@ -139,8 +146,8 @@ class ThemeManager(QtGui.QWidget): self.ThemeListWidget.item(count).setText(newName) #Set the new name if themeName == newName: - name = unicode(translate('ThemeManager', '%s (default)')) % \ - newName + name = unicode(translate('OpenLP.ThemeManager', + '%s (default)')) % newName self.ThemeListWidget.item(count).setText(name) def changeGlobalFromScreen(self, index = -1): @@ -161,13 +168,14 @@ class ThemeManager(QtGui.QWidget): if count == selected_row: self.global_theme = unicode( self.ThemeListWidget.item(count).text()) - name = unicode(translate('ThemeManager', '%s (default)')) % \ - self.global_theme + name = unicode(translate('OpenLP.ThemeManager', + '%s (default)')) % self.global_theme self.ThemeListWidget.item(count).setText(name) QtCore.QSettings().setValue( self.settingsSection + u'/global theme', QtCore.QVariant(self.global_theme)) - Receiver.send_message(u'theme_update_global', self.global_theme) + Receiver.send_message(u'theme_update_global', + self.global_theme) self.pushThemes() def onAddTheme(self): @@ -185,7 +193,8 @@ class ThemeManager(QtGui.QWidget): Loads the settings for the theme that is to be edited and launches the theme editing form so the user can make their changes. """ - if check_item_selected(self.ThemeListWidget, translate('ThemeManager', + if check_item_selected(self.ThemeListWidget, + translate('OpenLP.ThemeManager', 'You must select a theme to edit.')): item = self.ThemeListWidget.currentItem() themeName = unicode(item.text()) @@ -207,14 +216,15 @@ class ThemeManager(QtGui.QWidget): self.global_theme = unicode(QtCore.QSettings().value( self.settingsSection + u'/global theme', QtCore.QVariant(u'')).toString()) - if check_item_selected(self.ThemeListWidget, translate('ThemeManager', + if check_item_selected(self.ThemeListWidget, + translate('OpenLP.ThemeManager', 'You must select a theme to delete.')): item = self.ThemeListWidget.currentItem() theme = unicode(item.text()) # confirm deletion answer = QtGui.QMessageBox.question(self, - translate('ThemeManager', 'Delete Confirmation'), - translate('ThemeManager', 'Delete theme?'), + translate('OpenLP.ThemeManager', 'Delete Confirmation'), + translate('OpenLP.ThemeManager', 'Delete theme?'), QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Yes | QtGui.QMessageBox.No), QtGui.QMessageBox.No) if answer == QtGui.QMessageBox.No: @@ -222,24 +232,24 @@ class ThemeManager(QtGui.QWidget): # should be the same unless default if theme != unicode(item.data(QtCore.Qt.UserRole).toString()): QtGui.QMessageBox.critical(self, - translate('ThemeManager', 'Error'), - translate('ThemeManager', + translate('OpenLP.ThemeManager', 'Error'), + translate('OpenLP.ThemeManager', 'You are unable to delete the default theme.'), QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Ok)) else: for plugin in self.parent.plugin_manager.plugins: if plugin.usesTheme(theme): QtGui.QMessageBox.critical(self, - translate('ThemeManager', 'Error'), - unicode(translate('ThemeManager', + translate('OpenLP.ThemeManager', 'Error'), + unicode(translate('OpenLP.ThemeManager', 'Theme %s is use in %s plugin.')) % \ (theme, plugin.name)) return if unicode(self.serviceComboBox.currentText()) == theme: QtGui.QMessageBox.critical(self, - translate('ThemeManager', 'Error'), - unicode(translate('ThemeManager', - 'Theme %s is use by the service manager.')) % theme) + translate('OpenLP.ThemeManager', 'Error'), + unicode(translate('OpenLP.ThemeManager', + 'Theme %s is use by the service manager.')) % theme) return row = self.ThemeListWidget.row(item) self.ThemeListWidget.takeItem(row) @@ -273,12 +283,14 @@ class ThemeManager(QtGui.QWidget): item = self.ThemeListWidget.currentItem() if item is None: QtGui.QMessageBox.critical(self, - translate('ThemeManager', 'Error'), - translate('ThemeManager', 'You have not selected a theme.')) + translate('OpenLP.ThemeManager', 'Error'), + translate('OpenLP.ThemeManager', + 'You have not selected a theme.')) return theme = unicode(item.data(QtCore.Qt.UserRole).toString()) path = QtGui.QFileDialog.getExistingDirectory(self, - unicode(translate('ThemeManager', 'Save Theme - (%s)')) % theme, + unicode(translate('OpenLP.ThemeManager', + 'Save Theme - (%s)')) % theme, SettingsManager.get_last_dir(self.settingsSection, 1)) path = unicode(path) if path: @@ -294,14 +306,14 @@ class ThemeManager(QtGui.QWidget): os.path.join(source, name).encode(u'utf-8'), os.path.join(theme, name).encode(u'utf-8')) QtGui.QMessageBox.information(self, - translate('ThemeManager', 'Theme Exported'), - translate('ThemeManager', + translate('OpenLP.ThemeManager', 'Theme Exported'), + translate('OpenLP.ThemeManager', 'Your theme has been successfully exported.')) except (IOError, OSError): log.exception(u'Export Theme Failed') QtGui.QMessageBox.critical(self, - translate('ThemeManager', 'Theme Export Failed'), - translate('ThemeManager', + translate('OpenLP.ThemeManager', 'Theme Export Failed'), + translate('OpenLP.ThemeManager', 'Your theme could not be exported due to an error.')) finally: if zip: @@ -314,9 +326,9 @@ class ThemeManager(QtGui.QWidget): will load both OpenLP version 1 and version 2 themes. """ files = QtGui.QFileDialog.getOpenFileNames(self, - translate('ThemeManager', 'Select Theme Import File'), + translate('OpenLP.ThemeManager', 'Select Theme Import File'), SettingsManager.get_last_dir(self.settingsSection), - translate('ThemeManager', 'Theme (*.*)')) + translate('OpenLP.ThemeManager', 'Theme (*.*)')) log.info(u'New Themes %s', unicode(files)) if files: for file in files: @@ -343,7 +355,7 @@ class ThemeManager(QtGui.QWidget): if os.path.exists(theme): textName = os.path.splitext(name)[0] if textName == self.global_theme: - name = unicode(translate('ThemeManager', + name = unicode(translate('OpenLP.ThemeManager', '%s (default)')) % textName else: name = textName @@ -419,8 +431,9 @@ class ThemeManager(QtGui.QWidget): ucsfile = file.decode(u'utf-8') except UnicodeDecodeError: QtGui.QMessageBox.critical( - self, translate('ThemeManager', 'Error'), - translate('ThemeManager', 'File is not a valid theme.\n' + self, translate('OpenLP.ThemeManager', 'Error'), + translate('OpenLP.ThemeManager', + 'File is not a valid theme.\n' 'The content encoding is not UTF-8.')) log.exception(u'Filename "%s" is not valid UTF-8' % file.decode(u'utf-8', u'replace')) @@ -464,15 +477,16 @@ class ThemeManager(QtGui.QWidget): self.generateAndSaveImage(dir, themename, filexml) else: QtGui.QMessageBox.critical(self, - translate('ThemeManager', 'Error'), - translate('ThemeManager', 'File is not a valid theme.')) - log.exception(u'Theme file dosen\'t contain XML data %s' % + translate('OpenLP.ThemeManager', 'Error'), + translate('OpenLP.ThemeManager', + 'File is not a valid theme.')) + log.exception(u'Theme file does not contain XML data %s' % filename) except (IOError, NameError): QtGui.QMessageBox.critical(self, - translate('ThemeManager', 'Error'), - translate('ThemeManager', 'File is not a valid theme.')) - log.exception(u'Importing theme from zip file failed %s' % filename) + translate('OpenLP.ThemeManager', 'Error'), + translate('OpenLP.ThemeManager', 'File is not a valid theme.')) + log.exception(u'Importing theme from zip failed %s' % filename) finally: if zip: zip.close() @@ -536,7 +550,8 @@ class ThemeManager(QtGui.QWidget): vAlignCorrection = 1 elif theme.VerticalAlign == 1: vAlignCorrection = 2 - newtheme.add_display(unicode(shadow), unicode(theme.ShadowColor.name()), + newtheme.add_display(unicode(shadow), + unicode(theme.ShadowColor.name()), unicode(outline), unicode(theme.OutlineColor.name()), unicode(theme.HorizontalAlign), unicode(vAlignCorrection), unicode(theme.WrapStyle), unicode(0)) @@ -559,8 +574,9 @@ class ThemeManager(QtGui.QWidget): if self.saveThemeName != name: if os.path.exists(theme_file): result = QtGui.QMessageBox.question(self, - translate('ThemeManager', 'Theme Exists'), - translate('ThemeManager', 'A theme with this name already ' + translate('OpenLP.ThemeManager', 'Theme Exists'), + translate('OpenLP.ThemeManager', + 'A theme with this name already ' 'exists. Would you like to overwrite it?'), (QtGui.QMessageBox.Yes | QtGui.QMessageBox.No), QtGui.QMessageBox.No) @@ -611,7 +627,7 @@ class ThemeManager(QtGui.QWidget): newThemeItem).row() self.global_theme = unicode( self.ThemeListWidget.item(newThemeIndex).text()) - newName = unicode(translate('ThemeManager', + newName = unicode(translate('OpenLP.ThemeManager', '%s (default)')) % self.global_theme self.ThemeListWidget.item(newThemeIndex).setText(newName) QtCore.QSettings().setValue( @@ -665,14 +681,15 @@ class ThemeManager(QtGui.QWidget): """ log.debug(u'base theme created') newtheme = ThemeXML() - newtheme.new_document(unicode(translate('ThemeManager', 'New Theme'))) - newtheme.add_background_solid(unicode(u'#000000')) - newtheme.add_font(unicode(QtGui.QFont().family()), unicode(u'#FFFFFF'), - unicode(30), u'False') - newtheme.add_font(unicode(QtGui.QFont().family()), unicode(u'#FFFFFF'), - unicode(12), u'False', u'footer') - newtheme.add_display(u'False', unicode(u'#FFFFFF'), u'False', - unicode(u'#FFFFFF'), unicode(0), unicode(0), unicode(0), u'False') + newtheme.new_document( + unicode(translate('OpenLP.ThemeManager', 'New Theme'))) + newtheme.add_background_solid(u'#000000') + newtheme.add_font(unicode(QtGui.QFont().family()), u'#FFFFFF', + u'30', u'False') + newtheme.add_font(unicode(QtGui.QFont().family()), u'#FFFFFF', + u'12', u'False', u'footer') + newtheme.add_display(u'False', u'#FFFFFF', u'False', + unicode(u'#FFFFFF'), u'0', u'0', u'0', u'False') return newtheme.extract_xml() def createThemeFromXml(self, theme_xml, path): diff --git a/openlp/core/ui/themestab.py b/openlp/core/ui/themestab.py index 007a51fd6..7643525af 100644 --- a/openlp/core/ui/themestab.py +++ b/openlp/core/ui/themestab.py @@ -37,7 +37,7 @@ class ThemesTab(SettingsTab): def setupUi(self): self.setObjectName(u'ThemesTab') - self.tabTitleVisible = translate('ThemesTab', 'Themes') + self.tabTitleVisible = translate('OpenLP.ThemesTab', 'Themes') self.ThemesTabLayout = QtGui.QHBoxLayout(self) self.ThemesTabLayout.setSpacing(8) self.ThemesTabLayout.setMargin(8) @@ -106,26 +106,28 @@ class ThemesTab(SettingsTab): QtCore.SIGNAL(u'theme_update_list'), self.updateThemeList) def retranslateUi(self): - self.GlobalGroupBox.setTitle(translate('ThemesTab', 'Global Theme')) - self.LevelGroupBox.setTitle(translate('ThemesTab', 'Theme Level')) + self.GlobalGroupBox.setTitle( + translate('OpenLP.ThemesTab', 'Global Theme')) + self.LevelGroupBox.setTitle( + translate('OpenLP.ThemesTab', 'Theme Level')) self.SongLevelRadioButton.setText( - translate('ThemesTab', 'S&ong Level')) + translate('OpenLP.ThemesTab', 'S&ong Level')) self.SongLevelLabel.setText( - translate('ThemesTab', 'Use the theme from each song ' + translate('OpenLP.ThemesTab', '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.')) self.ServiceLevelRadioButton.setText( - translate('ThemesTab', '&Service Level')) + translate('OpenLP.ThemesTab', '&Service Level')) self.ServiceLevelLabel.setText( - translate('ThemesTab', 'Use the theme from the service, ' + translate('OpenLP.ThemesTab', '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.')) self.GlobalLevelRadioButton.setText( - translate('ThemesTab', '&Global Level')) + translate('OpenLP.ThemesTab', '&Global Level')) self.GlobalLevelLabel.setText( - translate('ThemesTab', 'Use the global theme, overriding any ' - 'themes associated with either the service or the songs.')) + translate('OpenLP.ThemesTab', 'Use the global theme, overriding ' + 'any themes associated with either the service or the songs.')) def load(self): settings = QtCore.QSettings() diff --git a/openlp/plugins/songs/forms/editsongdialog.py b/openlp/plugins/songs/forms/editsongdialog.py index dccc6d6ba..e89433fe5 100644 --- a/openlp/plugins/songs/forms/editsongdialog.py +++ b/openlp/plugins/songs/forms/editsongdialog.py @@ -407,11 +407,11 @@ class Ui_EditSongDialog(object): self.TitleLabel.setText( translate('SongsPlugin.EditSongForm', '&Title:')) self.AlternativeTitleLabel.setText( - translate('SongsPlugin.EditSongForm', 'Alt&ernate Title:')) + translate('SongsPlugin.EditSongForm', 'Alt&ernate title:')) self.LyricsLabel.setText( translate('SongsPlugin.EditSongForm', '&Lyrics:')) self.VerseOrderLabel.setText( - translate('SongsPlugin.EditSongForm', '&Verse Order:')) + translate('SongsPlugin.EditSongForm', '&Verse order:')) self.VerseAddButton.setText( translate('SongsPlugin.EditSongForm', '&Add')) self.VerseEditButton.setText( @@ -452,7 +452,7 @@ class Ui_EditSongDialog(object): self.CopyrightInsertButton.setText( translate('SongsPlugin.EditSongForm', '\xa9')) self.CCLILabel.setText( - translate('SongsPlugin.EditSongForm', 'CCLI Number:')) + translate('SongsPlugin.EditSongForm', 'CCLI number:')) self.CommentsGroupBox.setTitle( translate('SongsPlugin.EditSongForm', 'Comments')) self.SongTabWidget.setTabText( diff --git a/openlp/plugins/songs/lib/__init__.py b/openlp/plugins/songs/lib/__init__.py index 0e2b93bd6..9a5e92bcc 100644 --- a/openlp/plugins/songs/lib/__init__.py +++ b/openlp/plugins/songs/lib/__init__.py @@ -93,19 +93,19 @@ class VerseType(object): The type to return a string for """ if verse_type == VerseType.Verse: - return translate('VerseType', 'Verse') + return translate('SongsPlugin.VerseType', 'Verse') elif verse_type == VerseType.Chorus: - return translate('VerseType', 'Chorus') + return translate('SongsPlugin.VerseType', 'Chorus') elif verse_type == VerseType.Bridge: - return translate('VerseType', 'Bridge') + return translate('SongsPlugin.VerseType', 'Bridge') elif verse_type == VerseType.PreChorus: - return translate('VerseType', 'Pre-Chorus') + return translate('SongsPlugin.VerseType', 'Pre-Chorus') elif verse_type == VerseType.Intro: - return translate('VerseType', 'Intro') + return translate('SongsPlugin.VerseType', 'Intro') elif verse_type == VerseType.Ending: - return translate('VerseType', 'Ending') + return translate('SongsPlugin.VerseType', 'Ending') elif verse_type == VerseType.Other: - return translate('VerseType', 'Other') + return translate('SongsPlugin.VerseType', 'Other') @staticmethod def from_string(verse_type): diff --git a/openlp/plugins/songs/lib/mediaitem.py b/openlp/plugins/songs/lib/mediaitem.py index 0b9ef789d..28677e3b6 100644 --- a/openlp/plugins/songs/lib/mediaitem.py +++ b/openlp/plugins/songs/lib/mediaitem.py @@ -209,9 +209,7 @@ class SongMediaItem(MediaManagerItem): self.listView.clear() for author in searchresults: for song in author.songs: - song_detail = unicode( - translate('SongsPlugin.MediaItem', '%s (%s)')) % \ - (author.display_name, song.title) + song_detail = '%s (%s)' % (author.display_name, song.title) song_name = QtGui.QListWidgetItem(song_detail) song_name.setData(QtCore.Qt.UserRole, QtCore.QVariant(song.id)) self.listView.addItem(song_name) @@ -270,7 +268,8 @@ class SongMediaItem(MediaManagerItem): """ Edit a song """ - if check_item_selected(self.listView, translate('SongsPlugin.MediaItem', + if check_item_selected(self.listView, + translate('SongsPlugin.MediaItem', 'You must select an item to edit.')): item = self.listView.currentItem() item_id = (item.data(QtCore.Qt.UserRole)).toInt()[0] @@ -281,18 +280,19 @@ class SongMediaItem(MediaManagerItem): """ Remove a song from the list and database """ - if check_item_selected(self.listView, translate('SongsPlugin.MediaItem', + if check_item_selected(self.listView, + translate('SongsPlugin.MediaItem', 'You must select an item to delete.')): items = self.listView.selectedIndexes() if len(items) == 1: del_message = translate('SongsPlugin.MediaItem', - 'Delete song?') + 'Are you sure you want to delete the selected song?') else: - del_message = unicode( - translate('SongsPlugin.MediaItem', - 'Delete %d songs?')) % len(items) + del_message = unicode(translate('SongsPlugin.MediaItem', + 'Are you sure you want to delete the %d selected ' + 'songs?')) % len(items) ans = QtGui.QMessageBox.question(self, - translate('SongsPlugin.MediaItem', 'Delete Confirmation'), + translate('SongsPlugin.MediaItem', 'Delete Song(s)?'), del_message, QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Ok| QtGui.QMessageBox.Cancel), diff --git a/openlp/plugins/songs/lib/songstab.py b/openlp/plugins/songs/lib/songstab.py index 13e497014..e9579aa7f 100644 --- a/openlp/plugins/songs/lib/songstab.py +++ b/openlp/plugins/songs/lib/songstab.py @@ -66,7 +66,7 @@ class SongsTab(SettingsTab): self.SearchAsTypeCheckBox.setText( translate('SongsPlugin.SongsTab', 'Enable search as you type')) self.SongBarActiveCheckBox.setText(translate('SongsPlugin.SongsTab', - 'Display Verses on Live Tool bar')) + 'Display verses on live tool bar')) def onSearchAsTypeCheckBoxChanged(self, check_state): self.song_search = False diff --git a/resources/i18n/openlp_af.ts b/resources/i18n/openlp_af.ts index cf3015e39..b41fe2f51 100644 --- a/resources/i18n/openlp_af.ts +++ b/resources/i18n/openlp_af.ts @@ -14,8 +14,8 @@ - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Waarskuwing Inprop</b><br/>Hierdie inprop beheer die vertoning van waarskuwings op die aanbieding skerm + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen +
@@ -171,8 +171,8 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bybel Miniprogram</strong><br/>Dié miniprogram laat toe dat Bybel verse van verskillende bronne op die skerm vertoon kan word gedurende die diens. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service. + @@ -655,7 +655,7 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin. @@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme.
@@ -906,8 +906,8 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Media Inprop</b><br/>Hierdie inprop verskaf die vermoë om audio of video media te speel + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video. +
@@ -1643,7 +1643,7 @@ This General Public License does not permit incorporating your program into prop OpenLP.MainWindow - + OpenLP 2.0 OpenLP 2.0 @@ -1653,404 +1653,404 @@ This General Public License does not permit incorporating your program into prop Engels - + &File &Lêer - + &Import &Invoer - + &Export &Uitvoer - + &View &Bekyk - + M&ode M&odus - + &Tools &Gereedskap - + &Settings Ver&stellings - + &Language Taa&l - + &Help &Hulp - + Media Manager Media Bestuurder - + Service Manager Diens Bestuurder - + Theme Manager Tema Bestuurder - + &New &Nuwe - + New Service Nuwe Diens - + Create a new service. - + Ctrl+N Ctrl+N - + &Open Maak &Oop - + Open Service Maak Diens Oop - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Stoor - + Save Service Stoor Diens - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... Stoor &As... - + Save Service As Stoor Diens As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Uitgang - + Quit OpenLP Sluit OpenLP Af - + Alt+F4 Alt+F4 - + &Theme &Tema - + &Configure OpenLP... - + &Media Manager &Media Bestuurder - + Toggle Media Manager Wissel Media Bestuurder - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Tema Bestuurder - + Toggle Theme Manager Wissel Tema Bestuurder - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager &Diens Bestuurder - + Toggle Service Manager Wissel Diens Bestuurder - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Voorskou Paneel - + Toggle Preview Panel Wissel Voorskou Paneel - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List In&prop Lys - + List the Plugins Lys die Inproppe - + Alt+F7 Alt+F7 - + &User Guide &Gebruikers Gids - + &About &Aangaande - + More information about OpenLP Meer inligting aangaande OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help &Aanlyn Hulp - + &Web Site &Web Tuiste - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Regstreeks - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated OpenLP Weergawe is Opdateer - + OpenLP Main Display Blanked OpenLP Hoof Vertoning Blanko - + The Main Display has been blanked out Die Hoof Skerm is blanko - + Save Changes to Service? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2567,11 +2567,238 @@ The content encoding is not UTF-8. Gaan na Vers + + OpenLP.ThemeManager + + + New Theme + Nuwe Tema + + + + Create a new theme. + + + + + Edit Theme + Wysig Tema + + + + Edit a theme. + + + + + Delete Theme + Wis Tema Uit + + + + Delete a theme. + + + + + Import Theme + Tema Invoer + + + + Import a theme. + + + + + Export Theme + Voer Tema Uit + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + Fout + + + + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + + + + + Save Theme - (%s) + Stoor Tema - (%s) + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + Kies Tema Invoer Lêer + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + + + + + Theme Exists + Tema Bestaan + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + Temas + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + 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. + + + + &Service Level + + + + + 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. + 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. + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + Gebruik die globale tema om enige temas wat met die diens of liedere geassosieer is te vervang. + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. @@ -2583,42 +2810,42 @@ The content encoding is not UTF-8. Aanbieding - + Select Presentation(s) Selekteer Aanbieding(e) - + Automatic - + Present using: Bied aan met: - + File Exists - + A presentation with that filename already exists. 'n Voorstelling met daardie lêernaam bestaan reeds. - + Unsupported File - + This type of presentation is not supported - + You must select an item to delete. @@ -2631,16 +2858,26 @@ The content encoding is not UTF-8. Aanbiedinge - + Available Controllers Beskikbare Beheerders + + + Advanced + + + + + Allow presentation application to be overriden + + RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2669,45 +2906,45 @@ The content encoding is not UTF-8.
SongUsagePlugin + + + &Song Usage Tracking + + - &Delete recorded data - &Wis opname data uit - - - - Start/Stop live song usage recording - Begin/Stop regstreekse lied-gebruik opname - - - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service - <b>SongUsage Inprop</b><br>Hierdie inprop stoor die gebruik van liedere en wanneer dit gebruik was gedurende 'n regstreekse diens. + &Delete Tracking Data + - Delete song usage to specified date - Wis lied-gebruik uit tot gespesifiseerde datum - - - - Generate report on Song Usage - Genereer verslag van Lied Gebruik - - - - Song Usage Status - Lied Gebruik Status + Delete song usage data up to a specified date. + - &Extract recorded data - V&erkry aangetekende data + &Extract Tracking Data + - - &Song Usage - &Lied Gebruik + + Generate a report on song usage. + + + + + Toggle Tracking + + + + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. + @@ -2861,7 +3098,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs. @@ -2920,21 +3157,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3025,11 +3252,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - CCLI Nommer: - Comments @@ -3140,6 +3362,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This song book does not exist, do you want to add it? + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + +
SongsPlugin.EditVerseForm @@ -3350,40 +3587,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Skrywers - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - - - - - Delete %d songs? - - - - - Delete Confirmation - - CCLI Licence: CCLI Lisensie: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3593,7 +3825,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar @@ -3621,247 +3853,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R
- Splashscreen - - - Starting - Begin - - - - Splash Screen - Spatsel Skerm - - - - ThemeManager - - - Import Theme - Tema Invoer - - - - Delete Theme - Wis Tema Uit - - - - Error - Fout - - - - Edit Theme - Wysig Tema - - - - Export Theme - Voer Tema Uit - - - - Theme Exists - Tema Bestaan - - - - Save Theme - (%s) - Stoor Tema - (%s) - - - - Select Theme Import File - Kies Tema Invoer Lêer - - - - New Theme - Nuwe Tema - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - You are unable to delete the default theme. - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - You have not selected a theme. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - File is not a valid theme. - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - 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. - 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. - - - - Use the global theme, overriding any themes associated with either the service or the songs. - Gebruik die globale tema om enige temas wat met die diens of liedere geassosieer is te vervang. - - - - 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. - 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. - - - - Themes - Temas - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_de.ts b/resources/i18n/openlp_de.ts index 63449e515..022a1a412 100644 --- a/resources/i18n/openlp_de.ts +++ b/resources/i18n/openlp_de.ts @@ -7,16 +7,16 @@ &Alert &Hinweis - - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Hinweis-Plugin</b><br>Dieses Plugin ermöglicht Hinweise auf dem Projektionsbildschirm anzuzeigen - Show an alert message. + + + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen + + AlertsPlugin.AlertForm @@ -171,8 +171,8 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bibel-Plugin</strong><br />Mit diesem Plugin können Sie Bibeltexte aus verschiedenen Quellen während des Gottesdienstes anzeigen lassen. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service. + @@ -655,7 +655,7 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin. @@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme.
@@ -906,8 +906,8 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Medien Plugin</b><br>Dieses Plugin ermöglicht das Abspielen von Audio und Video Material + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video. +
@@ -1643,7 +1643,7 @@ This General Public License does not permit incorporating your program into prop OpenLP.MainWindow - + OpenLP 2.0 OpenLP 2.0 @@ -1653,404 +1653,404 @@ This General Public License does not permit incorporating your program into prop Deutsch - + &File &Datei - + &Import &Importieren - + &Export &Exportieren - + &View &Ansicht - + M&ode M&odus - + &Tools &Extras - + &Settings Ein&stellungen - + &Language &Sprache - + &Help &Hilfe - + Media Manager Medienmanager - + Service Manager Ablaufverwaltung - + Theme Manager Designmanager - + &New &Neu - + New Service Neuer Ablauf - + Create a new service. - + Ctrl+N Strg+N - + &Open &Öffnen - + Open Service Öffnen Ablauf - + Open an existing service. - + Ctrl+O Strg+O - + &Save &Speichern - + Save Service Ablauf speichern - + Save the current service to disk. - + Ctrl+S Strg+S - + Save &As... Speichern &als... - + Save Service As Speicher Gottesdienst unter - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Beenden - + Quit OpenLP OpenLP beenden - + Alt+F4 Alt+F4 - + &Theme &Design - + &Configure OpenLP... - + &Media Manager &Medienmanager - + Toggle Media Manager Medienmanager ein/ausblenden - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Designmanager - + Toggle Theme Manager Designverwaltung ein/ausblenden - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager Ablauf&sverwaltung - + Toggle Service Manager Ablaufmanager ein/ausblenden - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Vorschaubereich - + Toggle Preview Panel Vorschaubereich ein/ausblenden - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Plugin-Liste - + List the Plugins Plugins auflisten - + Alt+F7 Alt+F7 - + &User Guide Ben&utzerhandbuch - + &About &Über - + More information about OpenLP Mehr Informationen über OpenLP - + Ctrl+F1 Strg+F1 - + &Online Help &Online Hilfe - + &Web Site &Webseite - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Live - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated OpenLP-Version aktualisiert - + OpenLP Main Display Blanked Hauptbildschirm abgedunkelt - + The Main Display has been blanked out Die Projektion ist momentan nicht aktiv - + Save Changes to Service? Änderungen am Ablauf speichern? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2567,11 +2567,238 @@ The content encoding is not UTF-8. Springe zu + + OpenLP.ThemeManager + + + New Theme + Neues Design + + + + Create a new theme. + + + + + Edit Theme + Design bearbeiten + + + + Edit a theme. + + + + + Delete Theme + Design löschen + + + + Delete a theme. + + + + + Import Theme + Design importieren + + + + Import a theme. + + + + + Export Theme + Design exportieren + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + Fehler + + + + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + + + + + Save Theme - (%s) + Speichere Design - (%s) + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + Wähle Datei für Design Import + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + + + + + Theme Exists + Design existiert + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + Designs + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + 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. + + + + &Service Level + + + + + 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. + 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. + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + Das Standarddesign immer verwenden, unabhängig vom Lieddesign oder Ablaufdesign + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. @@ -2583,42 +2810,42 @@ The content encoding is not UTF-8. Präsentation - + Select Presentation(s) Präsentation(en) auswählen - + Automatic - + Present using: Anzeigen mit: - + A presentation with that filename already exists. Eine Präsentation mit diesem Dateinamen existiert bereits. - + You must select an item to delete. - + File Exists - + Unsupported File - + This type of presentation is not supported @@ -2631,16 +2858,26 @@ The content encoding is not UTF-8. Präsentationen - + Available Controllers Verfügbare Präsentationsprogramme: + + + Advanced + + + + + Allow presentation application to be overriden + + RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2669,45 +2906,45 @@ The content encoding is not UTF-8.
SongUsagePlugin + + + &Song Usage Tracking + + - &Delete recorded data - Aufgezeichnete &Daten löschen - - - - Start/Stop live song usage recording - Liederstatistik unterbrechen/weiterführen - - - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service - <b>SongUsage-Plugin</b><br>Dieses Plugin zeichnet auf, welche Lieder Sie wie oft und wann benutzt haben und erstellt daraus eine Statistik + &Delete Tracking Data + - Delete song usage to specified date - Liedstatistik bis zu einem bestimmten Termin löschen - - - - Generate report on Song Usage - Liederstatistik generieren - - - - Song Usage Status - Liedstatistik + Delete song usage data up to a specified date. + - &Extract recorded data - &Entpacke aufgezeichnete Daten + &Extract Tracking Data + - - &Song Usage - Lieder Statistik + + Generate a report on song usage. + + + + + Toggle Tracking + + + + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. + @@ -2809,11 +3046,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Open documents or presentations - - - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. - - OpenSong (temp menu item) @@ -2864,6 +3096,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error importing OpenLP v2 database(s) + + + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs. + + SongsPlugin.AuthorsForm @@ -2920,21 +3157,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3015,11 +3242,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - CCLI-Nummer: - Comments @@ -3140,6 +3362,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This topic is already in the list. + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + + SongsPlugin.EditVerseForm @@ -3350,40 +3587,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Autoren - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - - - - - Delete %d songs? - - - - - Delete Confirmation - - CCLI Licence: CCLI-Lizenz: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3593,7 +3825,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar @@ -3621,247 +3853,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R
- Splashscreen - - - Starting - Starte ... - - - - Splash Screen - Startbildschirm - - - - ThemeManager - - - Import Theme - Design importieren - - - - Delete Theme - Design löschen - - - - Error - Fehler - - - - Edit Theme - Design bearbeiten - - - - Export Theme - Design exportieren - - - - Theme Exists - Design existiert - - - - Save Theme - (%s) - Speichere Design - (%s) - - - - Select Theme Import File - Wähle Datei für Design Import - - - - New Theme - Neues Design - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - You are unable to delete the default theme. - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - You have not selected a theme. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - File is not a valid theme. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - 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. - 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. - - - - Use the global theme, overriding any themes associated with either the service or the songs. - Das Standarddesign immer verwenden, unabhängig vom Lieddesign oder Ablaufdesign - - - - 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. - 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. - - - - Themes - Designs - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_en.ts b/resources/i18n/openlp_en.ts index be71ac581..665eb1e95 100644 --- a/resources/i18n/openlp_en.ts +++ b/resources/i18n/openlp_en.ts @@ -14,7 +14,7 @@ - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen @@ -171,7 +171,7 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service.
@@ -655,7 +655,7 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin.
@@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme.
@@ -906,7 +906,7 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video.
@@ -1643,7 +1643,7 @@ This General Public License does not permit incorporating your program into prop OpenLP.MainWindow - + OpenLP 2.0 @@ -1653,404 +1653,404 @@ This General Public License does not permit incorporating your program into prop - + &File - + &Import - + &Export - + &View - + M&ode - + &Tools - + &Settings - + &Language - + &Help - + Media Manager - + Service Manager - + Theme Manager - + &New - + New Service - + Create a new service. - + Ctrl+N - + &Open - + Open Service - + Open an existing service. - + Ctrl+O - + &Save - + Save Service - + Save the current service to disk. - + Ctrl+S - + Save &As... - + Save Service As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit - + Quit OpenLP - + Alt+F4 - + &Theme - + &Configure OpenLP... - + &Media Manager - + Toggle Media Manager - + Toggle the visibility of the media manager. - + F8 - + &Theme Manager - + Toggle Theme Manager - + Toggle the visibility of the theme manager. - + F10 - + &Service Manager - + Toggle Service Manager - + Toggle the visibility of the service manager. - + F9 - + &Preview Panel - + Toggle Preview Panel - + Toggle the visibility of the preview panel. - + F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 - + &Plugin List - + List the Plugins - + Alt+F7 - + &User Guide - + &About - + More information about OpenLP - + Ctrl+F1 - + &Online Help - + &Web Site - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated - + OpenLP Main Display Blanked - + The Main Display has been blanked out - + Save Changes to Service? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2567,11 +2567,238 @@ The content encoding is not UTF-8. + + OpenLP.ThemeManager + + + New Theme + + + + + Create a new theme. + + + + + Edit Theme + + + + + Edit a theme. + + + + + Delete Theme + + + + + Delete a theme. + + + + + Import Theme + + + + + Import a theme. + + + + + Export Theme + + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + + + + + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + + + + + Save Theme - (%s) + + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + + + + + Theme Exists + + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + + + + + &Service Level + + + + + 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. + + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. @@ -2583,42 +2810,42 @@ The content encoding is not UTF-8. - + Select Presentation(s) - + Automatic - + Present using: - + File Exists - + A presentation with that filename already exists. - + Unsupported File - + This type of presentation is not supported - + You must select an item to delete. @@ -2631,16 +2858,26 @@ The content encoding is not UTF-8. - + Available Controllers + + + Advanced + + + + + Allow presentation application to be overriden + +
RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2669,44 +2906,44 @@ The content encoding is not UTF-8.
SongUsagePlugin + + + &Song Usage Tracking + + - &Delete recorded data - - - - - Start/Stop live song usage recording - - - - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service + &Delete Tracking Data - Delete song usage to specified date - - - - - Generate report on Song Usage - - - - - Song Usage Status + Delete song usage data up to a specified date. - &Extract recorded data + &Extract Tracking Data - - &Song Usage + + Generate a report on song usage. + + + + + Toggle Tracking + + + + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. @@ -2861,7 +3098,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs.
@@ -2920,21 +3157,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3025,11 +3252,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - - Comments @@ -3140,6 +3362,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This song book does not exist, do you want to add it? + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + +
SongsPlugin.EditVerseForm @@ -3350,40 +3587,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - - - - - Delete %d songs? - - - - - Delete Confirmation - - CCLI Licence: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3593,7 +3825,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar @@ -3621,247 +3853,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R
- Splashscreen - - - Starting - - - - - Splash Screen - - - - - ThemeManager - - - Import Theme - - - - - Delete Theme - - - - - Error - - - - - Edit Theme - - - - - Export Theme - - - - - Theme Exists - - - - - Save Theme - (%s) - - - - - Select Theme Import File - - - - - New Theme - - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - You are unable to delete the default theme. - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - You have not selected a theme. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - File is not a valid theme. - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - 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. - - - - - Use the global theme, overriding any themes associated with either the service or the songs. - - - - - Themes - - - - - 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. - - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_en_GB.ts b/resources/i18n/openlp_en_GB.ts index 27c2863e9..fe066d402 100644 --- a/resources/i18n/openlp_en_GB.ts +++ b/resources/i18n/openlp_en_GB.ts @@ -14,8 +14,8 @@ - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen + @@ -171,8 +171,8 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service. + @@ -655,7 +655,7 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin. @@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme.
@@ -906,8 +906,8 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video. +
@@ -1643,7 +1643,7 @@ This General Public License does not permit incorporating your program into prop OpenLP.MainWindow - + OpenLP 2.0 OpenLP 2.0 @@ -1653,404 +1653,404 @@ This General Public License does not permit incorporating your program into prop English - + &File &File - + &Import &Import - + &Export &Export - + &View &View - + M&ode M&ode - + &Tools &Tools - + &Settings &Settings - + &Language &Language - + &Help &Help - + Media Manager Media Manager - + Service Manager Service Manager - + Theme Manager Theme Manager - + &New &New - + New Service New Service - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Open - + Open Service Open Service - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Save - + Save Service Save Service - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... Save &As... - + Save Service As Save Service As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit E&xit - + Quit OpenLP Quit OpenLP - + Alt+F4 Alt+F4 - + &Theme &Theme - + &Configure OpenLP... - + &Media Manager &Media Manager - + Toggle Media Manager Toggle Media Manager - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Theme Manager - + Toggle Theme Manager Toggle Theme Manager - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager &Service Manager - + Toggle Service Manager Toggle Service Manager - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Preview Panel - + Toggle Preview Panel Toggle Preview Panel - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Plugin List - + List the Plugins List the Plugins - + Alt+F7 Alt+F7 - + &User Guide &User Guide - + &About &About - + More information about OpenLP More information about OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help &Online Help - + &Web Site &Web Site - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Live - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated OpenLP Version Updated - + OpenLP Main Display Blanked OpenLP Main Display Blanked - + The Main Display has been blanked out The Main Display has been blanked out - + Save Changes to Service? Save Changes to Service? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2567,11 +2567,238 @@ The content encoding is not UTF-8. Go to Verse + + OpenLP.ThemeManager + + + New Theme + New Theme + + + + Create a new theme. + + + + + Edit Theme + Edit Theme + + + + Edit a theme. + + + + + Delete Theme + Delete Theme + + + + Delete a theme. + + + + + Import Theme + Import Theme + + + + Import a theme. + + + + + Export Theme + Export Theme + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + Error + + + + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + + + + + Save Theme - (%s) + Save Theme - (%s) + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + Select Theme Import File + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + + + + + Theme Exists + Theme Exists + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + Themes + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + 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. + + + + &Service Level + + + + + 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. + 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. + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + Use the global theme, overriding any themes associated with either the service or the songs. + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. @@ -2583,42 +2810,42 @@ The content encoding is not UTF-8. Presentation - + Select Presentation(s) Select Presentation(s) - + Automatic - + Present using: Present using: - + File Exists - + A presentation with that filename already exists. A presentation with that filename already exists. - + Unsupported File - + This type of presentation is not supported - + You must select an item to delete. @@ -2631,16 +2858,26 @@ The content encoding is not UTF-8. Presentations - + Available Controllers Available Controllers + + + Advanced + + + + + Allow presentation application to be overriden + + RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2669,45 +2906,45 @@ The content encoding is not UTF-8.
SongUsagePlugin + + + &Song Usage Tracking + + - &Delete recorded data - &Delete recorded data - - - - Start/Stop live song usage recording - Start/Stop live song usage recording - - - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service + &Delete Tracking Data + - Delete song usage to specified date - Delete song usage to specified date - - - - Generate report on Song Usage - Generate report on Song Usage - - - - Song Usage Status - Song Usage Status + Delete song usage data up to a specified date. + - &Extract recorded data - &Extract recorded data + &Extract Tracking Data + - - &Song Usage - &Song Usage + + Generate a report on song usage. + + + + + Toggle Tracking + + + + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. + @@ -2861,7 +3098,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs. @@ -2920,21 +3157,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3025,11 +3252,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - CCLI Number: - Comments @@ -3140,6 +3362,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This song book does not exist, do you want to add it? + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + +
SongsPlugin.EditVerseForm @@ -3350,40 +3587,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Authors - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - - - - - Delete %d songs? - - - - - Delete Confirmation - - CCLI Licence: CCLI Licence: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3593,7 +3825,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar @@ -3621,247 +3853,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R
- Splashscreen - - - Starting - Starting - - - - Splash Screen - Splash Screen - - - - ThemeManager - - - Import Theme - Import Theme - - - - Delete Theme - Delete Theme - - - - Error - Error - - - - Edit Theme - Edit Theme - - - - Export Theme - Export Theme - - - - Theme Exists - Theme Exists - - - - Save Theme - (%s) - Save Theme - (%s) - - - - Select Theme Import File - Select Theme Import File - - - - New Theme - New Theme - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - You are unable to delete the default theme. - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - You have not selected a theme. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - File is not a valid theme. - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - 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. - 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. - - - - Use the global theme, overriding any themes associated with either the service or the songs. - Use the global theme, overriding any themes associated with either the service or the songs. - - - - 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. - 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. - - - - Themes - Themes - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_en_ZA.ts b/resources/i18n/openlp_en_ZA.ts index bb086411f..158671e38 100644 --- a/resources/i18n/openlp_en_ZA.ts +++ b/resources/i18n/openlp_en_ZA.ts @@ -14,7 +14,7 @@ - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen @@ -171,8 +171,8 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service. +
@@ -655,7 +655,7 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin. @@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme.
@@ -906,7 +906,7 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video.
@@ -1643,7 +1643,7 @@ This General Public License does not permit incorporating your program into prop OpenLP.MainWindow - + OpenLP 2.0 @@ -1653,404 +1653,404 @@ This General Public License does not permit incorporating your program into prop English - + &File &File - + &Import &Import - + &Export &Export - + &View &View - + M&ode - + &Tools - + &Settings &Settings - + &Language - + &Help - + Media Manager Media Manager - + Service Manager Service Manager - + Theme Manager - + &New &New - + New Service - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Open - + Open Service Open Service - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save - + Save Service - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... - + Save Service As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit - + Quit OpenLP Quit OpenLP - + Alt+F4 Alt+F4 - + &Theme - + &Configure OpenLP... - + &Media Manager - + Toggle Media Manager - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager - + Toggle Theme Manager Toggle Theme Manager - + Toggle the visibility of the theme manager. - + F10 - + &Service Manager &Service Manager - + Toggle Service Manager Toggle Service Manager. - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Preview Panel - + Toggle Preview Panel Toggle Preview Panel - + Toggle the visibility of the preview panel. - + F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 - + &Plugin List - + List the Plugins List the plugins - + Alt+F7 Alt+F7 - + &User Guide &User Guide - + &About - + More information about OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help - + &Web Site - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Live - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated OpenLP Version Updated - + OpenLP Main Display Blanked - + The Main Display has been blanked out The Main Display has been blanked out - + Save Changes to Service? Save Changes to Service? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2567,11 +2567,238 @@ The content encoding is not UTF-8. Go to Verse + + OpenLP.ThemeManager + + + New Theme + + + + + Create a new theme. + + + + + Edit Theme + Edit Theme + + + + Edit a theme. + + + + + Delete Theme + Delete Theme + + + + Delete a theme. + + + + + Import Theme + Import Theme + + + + Import a theme. + + + + + Export Theme + Export Theme + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + Error + + + + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + + + + + Save Theme - (%s) + Save Theme - (%s) + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + + + + + Theme Exists + Theme Exists + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + Themes + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + 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. + + + + &Service Level + + + + + 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. + 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. + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + Use the global theme, overriding any themes associated with either the service or the songs. + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. @@ -2583,42 +2810,42 @@ The content encoding is not UTF-8. Presentation - + Select Presentation(s) - + Automatic - + Present using: Present using: - + File Exists - + A presentation with that filename already exists. - + Unsupported File - + This type of presentation is not supported - + You must select an item to delete. @@ -2631,16 +2858,26 @@ The content encoding is not UTF-8. - + Available Controllers Available Controllers + + + Advanced + + + + + Allow presentation application to be overriden + +
RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2670,43 +2907,43 @@ The content encoding is not UTF-8. SongUsagePlugin - - &Delete recorded data - &Delete recorded data - - - - Start/Stop live song usage recording - Start/Stop live song usage recording - - - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service - - - - Delete song usage to specified date - Delete song usage to specified date - - - - Generate report on Song Usage - Generate report on Song Usage - - - - Song Usage Status - Song Usage Status - - - - &Extract recorded data + + &Song Usage Tracking - - &Song Usage + + &Delete Tracking Data + + + + + Delete song usage data up to a specified date. + + + + + &Extract Tracking Data + + + + + Generate a report on song usage. + + + + + Toggle Tracking + + + + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. @@ -2861,7 +3098,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs.
@@ -2920,21 +3157,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3025,11 +3252,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - CCLI Number: - Comments @@ -3140,6 +3362,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This song book does not exist, do you want to add it? + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + +
SongsPlugin.EditVerseForm @@ -3350,40 +3587,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Authors - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - - - - - Delete %d songs? - - - - - Delete Confirmation - - CCLI Licence: CCLI License: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3593,7 +3825,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar @@ -3621,247 +3853,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R
- Splashscreen - - - Starting - - - - - Splash Screen - Splash Screen - - - - ThemeManager - - - Import Theme - Import Theme - - - - Delete Theme - Delete Theme - - - - Error - Error - - - - Edit Theme - Edit Theme - - - - Export Theme - Export Theme - - - - Theme Exists - Theme Exists - - - - Save Theme - (%s) - Save Theme - (%s) - - - - Select Theme Import File - - - - - New Theme - - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - You are unable to delete the default theme. - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - You have not selected a theme. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - File is not a valid theme. - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - 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. - 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. - - - - Use the global theme, overriding any themes associated with either the service or the songs. - Use the global theme, overriding any themes associated with either the service or the songs. - - - - 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. - 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. - - - - Themes - Themes - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_es.ts b/resources/i18n/openlp_es.ts index 024fef7a3..213fd8568 100644 --- a/resources/i18n/openlp_es.ts +++ b/resources/i18n/openlp_es.ts @@ -14,8 +14,8 @@ - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Alerts Plugin</b><br>Este plugin controla la visualización de alertas en la pantalla de presentaciones + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen + @@ -171,8 +171,8 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bible Plugin</strong><br />Este plugin permite visualizar versículos de la Biblia en la pantalla desde distintas fuentes durante el servicio. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service. + @@ -655,7 +655,7 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin. @@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme.
@@ -906,8 +906,8 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Media Plugin</b><br>Este plugin permite la reproducción de medios de audio y video + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video. +
@@ -1643,7 +1643,7 @@ This General Public License does not permit incorporating your program into prop OpenLP.MainWindow - + OpenLP 2.0 OpenLP 2.0 @@ -1653,404 +1653,404 @@ This General Public License does not permit incorporating your program into prop Ingles - + &File &Archivo - + &Import &Importar - + &Export &Exportar - + &View &Ver - + M&ode M&odo - + &Tools &Herramientas - + &Settings &Preferencias - + &Language &Idioma - + &Help &Ayuda - + Media Manager Gestor de Medios - + Service Manager Gestor de Servicio - + Theme Manager Gestor de Temas - + &New &Nuevo - + New Service Servicio Nuevo - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Abrir - + Open Service Abrir Servicio - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Guardar - + Save Service Guardar Servicio - + Save the current service to disk. - + Ctrl+S Crtl+G - + Save &As... Guardar &Como... - + Save Service As Guardar Servicio Como - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Salir - + Quit OpenLP Salir de OpenLP - + Alt+F4 Alt+F4 - + &Theme &Tema - + &Configure OpenLP... - + &Media Manager Gestor de &Medios - + Toggle Media Manager Alternar Gestor de Medios - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager Gestor de &Temas - + Toggle Theme Manager Alternar Gestor de Temas - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager Gestor de &Servicio - + Toggle Service Manager Alternar Gestor de Servicio - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Panel de Vista Previa - + Toggle Preview Panel Alternar Panel de Vista Previa - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List Lista de &Plugins - + List the Plugins Lista de Plugins - + Alt+F7 Alt+F7 - + &User Guide Guía de &Usuario - + &About &Acerca De - + More information about OpenLP Más información acerca de OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help &Ayuda En Línea - + &Web Site Sitio &Web - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live En &vivo - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated Versión de OpenLP Actualizada - + OpenLP Main Display Blanked Pantalla Principal de OpenLP en Blanco - + The Main Display has been blanked out La Pantalla Principal esta en negro - + Save Changes to Service? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2567,11 +2567,238 @@ The content encoding is not UTF-8. Ir al Verso + + OpenLP.ThemeManager + + + New Theme + Tema Nuevo + + + + Create a new theme. + + + + + Edit Theme + Editar Tema + + + + Edit a theme. + + + + + Delete Theme + Eliminar Tema + + + + Delete a theme. + + + + + Import Theme + Importar Tema + + + + Import a theme. + + + + + Export Theme + Exportar Tema + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + Error + + + + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + + + + + Save Theme - (%s) + Guardar Tema - (%s) + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + Seleccione el Archivo de Tema a Importar + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + + + + + Theme Exists + Ya existe el Tema + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + Temas + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + Utilice el tema de cada canción en la base de datos. Si una canción no tiene un tema asociado, utilizar el tema del servicio. Si el servicio no tiene un tema, utilizar el tema global. + + + + &Service Level + + + + + 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. + Utilizar el tema del servicio, ignorando el tema de las canciones individuales. Si el servicio no tiene un tema, utilizar el tema global. + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + Utilice el tema global, ignorado los temas asociados con el servicio o con las canciones. + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. @@ -2583,42 +2810,42 @@ The content encoding is not UTF-8. Presentación - + Select Presentation(s) Seleccionar Presentación(es) - + Automatic - + Present using: Mostrar usando: - + File Exists - + A presentation with that filename already exists. Ya existe una presentación con ese nombre. - + Unsupported File - + This type of presentation is not supported - + You must select an item to delete. @@ -2631,16 +2858,26 @@ The content encoding is not UTF-8. Presentaciones - + Available Controllers Controladores Disponibles + + + Advanced + + + + + Allow presentation application to be overriden + + RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2669,45 +2906,45 @@ The content encoding is not UTF-8.
SongUsagePlugin + + + &Song Usage Tracking + + - &Delete recorded data - &Eliminar los datos guardados - - - - Start/Stop live song usage recording - Sincronizar la canción en vivo - - - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service - <b>SongUsage Plugin</b><br>Este plugin registra el uso de canciones y cuando se han utilizado durante un servicio en vivo + &Delete Tracking Data + - Delete song usage to specified date - Eliminar el historial de uso hasta la fecha especificada - - - - Generate report on Song Usage - Crear un reporte del Uso de las Canciones - - - - Song Usage Status - Estado de Uso de las Canciones + Delete song usage data up to a specified date. + - &Extract recorded data - &Extraer los datos guardados + &Extract Tracking Data + - - &Song Usage - &Uso de las Canciones + + Generate a report on song usage. + + + + + Toggle Tracking + + + + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. + @@ -2861,7 +3098,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs. @@ -2920,21 +3157,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3025,11 +3252,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - - Comments @@ -3140,6 +3362,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This song book does not exist, do you want to add it? + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + +
SongsPlugin.EditVerseForm @@ -3350,40 +3587,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Autores - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - - - - - Delete %d songs? - - - - - Delete Confirmation - - CCLI Licence: Licencia CCLI: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3593,7 +3825,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar @@ -3621,247 +3853,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R
- Splashscreen - - - Starting - Iniciando - - - - Splash Screen - Pantalla de Bienvenida - - - - ThemeManager - - - Import Theme - Importar Tema - - - - Delete Theme - Eliminar Tema - - - - Error - Error - - - - Edit Theme - Editar Tema - - - - Export Theme - Exportar Tema - - - - Theme Exists - Ya existe el Tema - - - - Save Theme - (%s) - Guardar Tema - (%s) - - - - Select Theme Import File - Seleccione el Archivo de Tema a Importar - - - - New Theme - Tema Nuevo - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - You are unable to delete the default theme. - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - You have not selected a theme. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - File is not a valid theme. - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - 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. - Utilice el tema de cada canción en la base de datos. Si una canción no tiene un tema asociado, utilizar el tema del servicio. Si el servicio no tiene un tema, utilizar el tema global. - - - - Use the global theme, overriding any themes associated with either the service or the songs. - Utilice el tema global, ignorado los temas asociados con el servicio o con las canciones. - - - - Themes - Temas - - - - 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. - Utilizar el tema del servicio, ignorando el tema de las canciones individuales. Si el servicio no tiene un tema, utilizar el tema global. - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_et.ts b/resources/i18n/openlp_et.ts index 62e41d62c..8a0658d97 100644 --- a/resources/i18n/openlp_et.ts +++ b/resources/i18n/openlp_et.ts @@ -8,13 +8,13 @@ - - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + + Show an alert message. - - Show an alert message. + + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen @@ -171,7 +171,7 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service.
@@ -655,7 +655,7 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin.
@@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme.
@@ -906,8 +906,8 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Meedia plugin</b><br>See plugin võimaldab audio ja video esitamise + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video. +
@@ -1681,409 +1681,409 @@ This General Public License does not permit incorporating your program into prop Eesti - + OpenLP 2.0 OpenLP 2.0 - + &File &Fail - + &Import &Impordi - + &Export &Ekspordi - + &View &Vaade - + M&ode &Režiim - + &Tools &Tööriistad - + &Settings &Sätted - + &Language &Keel - + &Help A&bi - + Media Manager Meediahaldur - + Service Manager Teenistuse haldur - + Theme Manager Kujunduse haldur - + &New &Uus - + New Service Uus teenistus - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Ava - + Open Service Teenistuse avamine - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Salvesta - + Save Service Salvesta teenistus - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... Salvesta &kui... - + Save Service As Salvesta teenistus kui - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Välju - + Quit OpenLP Lahku OpenLPst - + Alt+F4 Alt+F4 - + &Theme &Kujundus - + &Configure OpenLP... - + &Media Manager &Meediahaldur - + Toggle Media Manager Meediahalduri lüliti - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Kujunduse haldur - + Toggle Theme Manager Kujunduse halduri lüliti - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager &Teenistuse haldur - + Toggle Service Manager Teenistuse halduri lüliti - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Eelvaatluspaneel - + Toggle Preview Panel Eelvaatluspaneeli lüliti - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Pluginate loend - + List the Plugins Pluginate loend - + Alt+F7 Alt+F7 - + &User Guide &Kasutajajuhend - + &About &Lähemalt - + More information about OpenLP Lähem teave OpenLP kohta - + Ctrl+F1 Ctrl+F1 - + &Online Help &Abi veebis - + &Web Site &Veebileht - + &Auto Detect &Isetuvastus - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... Lisa &tööriist... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Otse - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated OpenLP uuendus - + OpenLP Main Display Blanked OpenLP peakuva on tühi - + The Main Display has been blanked out Peakuva on tühi - + Save Changes to Service? Kas salvestada teenistusse tehtud muudatused? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2600,18 +2600,245 @@ The content encoding is not UTF-8. Liikumine salmile + + OpenLP.ThemeManager + + + New Theme + Uus kujundus + + + + Create a new theme. + + + + + Edit Theme + Kujunduse muutmine + + + + Edit a theme. + + + + + Delete Theme + Teema kustutamine + + + + Delete a theme. + + + + + Import Theme + Teema importimine + + + + Import a theme. + + + + + Export Theme + Kujunduse eksportimine + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + Viga + + + + You are unable to delete the default theme. + Vaikimisi kujundust pole võimalik kustutada. + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + Sa ei ole teemat valinud. + + + + Save Theme - (%s) + Salvesta kujundus - (%s) + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + Importimiseks kujunduse faili valimine + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + See fail ei ole sobilik kujundus. + + + + Theme Exists + Kujundus on juba olemas + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + Kujundused + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + Iga laulu jaoks kasutatakse andmebaasis sellele määratud kujundust. Kui laulul kujundus puudub, kasutatakse teenistuse teemat. Kui teenistusel kujundus puudub, siis kasutatakse üleüldist teemat. + + + + &Service Level + + + + + 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. + Kasutatakse teenistuse kujundust, eirates laulude kujundusi. Kui teenistusel kujundust pole, kasutatakse globaalset. + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + Kasutatakse globaalset kujundust, eirates nii teenistuse kui laulu kujundust. + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. PresentationPlugin.MediaItem - + Present using: @@ -2621,37 +2848,37 @@ The content encoding is not UTF-8. - + Select Presentation(s) - + Automatic - + A presentation with that filename already exists. - + You must select an item to delete. - + This type of presentation is not supported - + File Exists - + Unsupported File @@ -2664,16 +2891,26 @@ The content encoding is not UTF-8. - + Available Controllers + + + Advanced + + + + + Allow presentation application to be overriden + + RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2704,42 +2941,42 @@ The content encoding is not UTF-8. SongUsagePlugin - &Song Usage + &Song Usage Tracking - &Delete recorded data + &Delete Tracking Data - Delete song usage to specified date + Delete song usage data up to a specified date. - &Extract recorded data + &Extract Tracking Data - Generate report on Song Usage + Generate a report on song usage. - - Song Usage Status + + Toggle Tracking - - Start/Stop live song usage recording + + Toggle the tracking of song usage. - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services.
@@ -2842,11 +3079,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Open documents or presentations - - - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. - - OpenSong (temp menu item) @@ -2897,6 +3129,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error importing OpenLP v2 database(s) + + + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs. + +
SongsPlugin.AuthorsForm @@ -2958,11 +3195,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Lyrics: - - - &Verse Order: - - &Add @@ -3033,11 +3265,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Copyright Information Autoriõiguse andmed - - - CCLI Number: - CCLI number: - Comments @@ -3103,11 +3330,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R The verse order is invalid. There is no verse corresponding to %s. Valid entries are %s. - - - Alt&ernate Title: - - New &Theme @@ -3173,6 +3395,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This topic is already in the list. + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + + SongsPlugin.EditVerseForm @@ -3377,16 +3614,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Authors - - - %s (%s) - - - - - Delete Confirmation - - CCLI Licence: @@ -3398,23 +3625,28 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - + You must select an item to edit. - + You must select an item to delete. - Delete song? + Are you sure you want to delete the selected song? - Delete %d songs? + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? @@ -3626,7 +3858,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar
@@ -3654,247 +3886,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R
- Splashscreen - - - Starting - Käivitumine - - - - Splash Screen - Käivitusekraan - - - - ThemeManager - - - Import Theme - Teema importimine - - - - Delete Theme - Teema kustutamine - - - - Error - Viga - - - - Edit Theme - Kujunduse muutmine - - - - Export Theme - Kujunduse eksportimine - - - - You are unable to delete the default theme. - Vaikimisi kujundust pole võimalik kustutada. - - - - File is not a valid theme. - See fail ei ole sobilik kujundus. - - - - Theme Exists - Kujundus on juba olemas - - - - Save Theme - (%s) - Salvesta kujundus - (%s) - - - - Select Theme Import File - Importimiseks kujunduse faili valimine - - - - New Theme - Uus kujundus - - - - You have not selected a theme. - Sa ei ole teemat valinud. - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - Use the global theme, overriding any themes associated with either the service or the songs. - Kasutatakse globaalset kujundust, eirates nii teenistuse kui laulu kujundust. - - - - 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. - Iga laulu jaoks kasutatakse andmebaasis sellele määratud kujundust. Kui laulul kujundus puudub, kasutatakse teenistuse teemat. Kui teenistusel kujundus puudub, siis kasutatakse üleüldist teemat. - - - - 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. - Kasutatakse teenistuse kujundust, eirates laulude kujundusi. Kui teenistusel kujundust pole, kasutatakse globaalset. - - - - Themes - Kujundused - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_hu.ts b/resources/i18n/openlp_hu.ts index 20726dd9c..1ed312f74 100644 --- a/resources/i18n/openlp_hu.ts +++ b/resources/i18n/openlp_hu.ts @@ -14,8 +14,8 @@ - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Figyelmeztető bővítmény</b><br/>Ez a bővítmény kezeli a vetítőn megjelenő figyelmeztetéseket + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen + @@ -171,8 +171,8 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Biblia bővítmény</strong><br />Ez a bővítmény különféle igehelyek vetítését teszi lehetővé a szolgálat alatt. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service. + @@ -655,8 +655,8 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> - <b>Egyedi bővítmény</b><br/>Ez a bővítmény dalokhoz hasonló diák vetítését teszi lehetővé. Ugyanakkor több szabadságot enged meg, mint a dalok bővítmény + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin. + @@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme. @@ -906,8 +906,8 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Média bővítmény</b><br />Ez a bővítmény hangok és videók lejátszását teszi lehetővé + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video. +
@@ -1803,7 +1803,7 @@ A GNU General Public License nem engedi meg, hogy a program része legyen szelle OpenLP.MainWindow - + OpenLP 2.0 @@ -1813,404 +1813,404 @@ A GNU General Public License nem engedi meg, hogy a program része legyen szelle Magyar - + &File &Fájl - + &Import &Importálás - + &Export &Exportálás - + &View &Nézet - + M&ode &Mód - + &Tools &Eszközök - + &Settings &Beállítások - + &Language &Nyelv - + &Help &Súgó - + Media Manager Médiakezelő - + Service Manager Szolgálatkezelő - + Theme Manager Témakezelő - + &New &Új - + New Service Új szolgálat - + Create a new service. - + Ctrl+N - + &Open &Megnyitás - + Open Service Szolgálat megnyitása - + Open an existing service. - + Ctrl+O - + &Save - + Save Service Szolgálat mentése - + Save the current service to disk. - + Ctrl+S - + Save &As... Mentés má&sként... - + Save Service As Szolgálat mentése másként - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Kilépés - + Quit OpenLP OpenLP bezárása - + Alt+F4 - + &Theme &Téma - + &Configure OpenLP... - + &Media Manager &Médiakezelő - + Toggle Media Manager Médiakezelő átváltása - + Toggle the visibility of the media manager. - + F8 - + &Theme Manager &Témakezelő - + Toggle Theme Manager Témakezelő átváltása - + Toggle the visibility of the theme manager. - + F10 - + &Service Manager &Szolgálatkezelő - + Toggle Service Manager Szolgálatkezelő átváltása - + Toggle the visibility of the service manager. - + F9 - + &Preview Panel &Előnézet panel - + Toggle Preview Panel Előnézet panel átváltása - + Toggle the visibility of the preview panel. - + F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 - + &Plugin List &Bővítménylista - + List the Plugins Bővítmények listája - + Alt+F7 - + &User Guide &Felhasználói kézikönyv - + &About &Névjegy - + More information about OpenLP Több információ az OpenLP-ről - + Ctrl+F1 - + &Online Help &Online súgó - + &Web Site &Weboldal - + &Auto Detect &Automatikus felismerés - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... &Eszköz hozzáadása... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Egyenes adás - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated OpenLP verziófrissítés - + OpenLP Main Display Blanked Sötét OpenLP fő képernyő - + The Main Display has been blanked out A fő képernyő el lett sötétítve - + Save Changes to Service? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2727,12 +2727,239 @@ The content encoding is not UTF-8. Ugrás versszakra + + OpenLP.ThemeManager + + + New Theme + Új téma + + + + Create a new theme. + + + + + Edit Theme + Téma szerkesztése + + + + Edit a theme. + + + + + Delete Theme + Téma törlése + + + + Delete a theme. + + + + + Import Theme + Téma importálása + + + + Import a theme. + + + + + Export Theme + Téma exportálása + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + Törlés megerősítése + + + + Delete theme? + + + + + Error + Hiba + + + + You are unable to delete the default theme. + Az alapértelmezett témát nem lehet törölni. + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + Nincs kiválasztva egy téma sem. + + + + Save Theme - (%s) + Téma mentése – (%s) + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + Importálandó téma fájl kiválasztása + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + Nem érvényes témafájl. + + + + Theme Exists + A téma már létezik + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + Témák + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + Minden dalra az adatbázisban tárolt téma alkalmazása. Ha egy dalhoz nincs saját téma beállítva, akkor a szolgálathoz beállított használata. Ha a szolgálathoz sincs téma beállítva, akkor a globális téma alkalmazása. + + + + &Service Level + + + + + 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. + A szolgálathoz beállított téma alkalmazása, vagyis az egyes dalokhoz megadott témák felülírása. Ha a szolgálathoz nincs téma beállítva, akkor a globális téma alkalmazása. + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + A globális téma alkalmazása, vagyis a szolgálathoz, ill. a dalokhoz beállított témák felülírása. + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. - <b>Bemutató bővítmény</b><br />Különböző külső programok segítségével bemutatók megjelenítését teszi lehetővé. A prezentációs programok egy listából választhatók ki. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. + @@ -2743,42 +2970,42 @@ The content encoding is not UTF-8. Bemutató - + Select Presentation(s) Bemutató(k) kiválasztása - + Automatic Automatikus - + Present using: Bemutató ezzel: - + File Exists - + A presentation with that filename already exists. Ilyen fájlnéven már létezik egy bemutató. - + Unsupported File - + This type of presentation is not supported - + You must select an item to delete. @@ -2791,17 +3018,27 @@ The content encoding is not UTF-8. Bemutatók - + Available Controllers Elérhető vezérlők + + + Advanced + + + + + Allow presentation application to be overriden + + RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche - <b>Távvezérlő bővítmény</b><br/>Ez a bővítmény egy böngésző vagy más alkalmazás segítségével lehetővé teszi egy másik számítógépen futó OpenLP irányítását.<br/>Az elsődleges felhasználási terület egy programösszeomlás jelentése + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. + @@ -2829,45 +3066,45 @@ The content encoding is not UTF-8. SongUsagePlugin - - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service - <b>Dalstatisztika bővítmény</b><br />Ez a bővítmény rögzíti, hogy a dalok mikor lettek vetítve egy élő szolgálat során - - &Song Usage - Dal&statisztika + &Song Usage Tracking + - &Delete recorded data - Mentett adatok &törlése + &Delete Tracking Data + - Delete song usage to specified date - Dalstatisztika törlése a megadott dátumig + Delete song usage data up to a specified date. + - &Extract recorded data - Mentett adatok &kibontása + &Extract Tracking Data + - Generate report on Song Usage - Jelentés készítése a dalstatisztikából + Generate a report on song usage. + - - Song Usage Status - Dalstatisztika állapota + + Toggle Tracking + - - Start/Stop live song usage recording - Élő dalstatisztika rögzítésének indítása/leállítása + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. + @@ -2928,11 +3165,6 @@ The content encoding is not UTF-8. Open documents or presentations Dokumentum vagy bemutató megnyitása - - - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. - <strong>Dal bővítmény</strong> <br />Ez a a bővítmény dalok kezelését és vetítését teszi lehetővé. - &Song @@ -3024,6 +3256,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Error importing OpenLP v2 database(s) + + + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs. + + SongsPlugin.AuthorsForm @@ -3080,21 +3317,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3185,11 +3412,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - CCLI szám: - Comments @@ -3300,6 +3522,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This song book does not exist, do you want to add it? + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + + SongsPlugin.EditVerseForm @@ -3510,40 +3747,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Szerzők - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - Valóban törölhető a dal? - - - - Delete %d songs? - Valóban törölhetők a dalok: %d? - - - - Delete Confirmation - Törlés megerősítése - CCLI Licence: CCLI licenc: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3753,8 +3985,8 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar - Versszakok megjelenítése az egyenes adás eszközön + Display verses on live tool bar + @@ -3781,247 +4013,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Splashscreen - - - Starting - Indítás - - - - Splash Screen - Indítóképernyő - - - - ThemeManager - - - Import Theme - Téma importálása - - - - Delete Theme - Téma törlése - - - - Error - Hiba - - - - Edit Theme - Téma szerkesztése - - - - Export Theme - Téma exportálása - - - - Theme Exists - A téma már létezik - - - - Save Theme - (%s) - Téma mentése – (%s) - - - - Select Theme Import File - Importálandó téma fájl kiválasztása - - - - New Theme - Új téma - - - - You are unable to delete the default theme. - Az alapértelmezett témát nem lehet törölni. - - - - You have not selected a theme. - Nincs kiválasztva egy téma sem. - - - - File is not a valid theme. - Nem érvényes témafájl. - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - Törlés megerősítése - - - - Delete theme? - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - 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. - Minden dalra az adatbázisban tárolt téma alkalmazása. Ha egy dalhoz nincs saját téma beállítva, akkor a szolgálathoz beállított használata. Ha a szolgálathoz sincs téma beállítva, akkor a globális téma alkalmazása. - - - - Use the global theme, overriding any themes associated with either the service or the songs. - A globális téma alkalmazása, vagyis a szolgálathoz, ill. a dalokhoz beállított témák felülírása. - - - - 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. - A szolgálathoz beállított téma alkalmazása, vagyis az egyes dalokhoz megadott témák felülírása. Ha a szolgálathoz nincs téma beállítva, akkor a globális téma alkalmazása. - - - - Themes - Témák - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_ko.ts b/resources/i18n/openlp_ko.ts index ffc318731..31143d07a 100644 --- a/resources/i18n/openlp_ko.ts +++ b/resources/i18n/openlp_ko.ts @@ -14,7 +14,7 @@ - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen @@ -171,7 +171,7 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service. @@ -655,7 +655,7 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin.
@@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme.
@@ -906,7 +906,7 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video.
@@ -1643,7 +1643,7 @@ This General Public License does not permit incorporating your program into prop OpenLP.MainWindow - + OpenLP 2.0 @@ -1653,404 +1653,404 @@ This General Public License does not permit incorporating your program into prop - + &File - + &Import - + &Export - + &View - + M&ode - + &Tools - + &Settings - + &Language - + &Help - + Media Manager - + Service Manager - + Theme Manager - + &New - + New Service - + Create a new service. - + Ctrl+N - + &Open - + Open Service - + Open an existing service. - + Ctrl+O - + &Save - + Save Service - + Save the current service to disk. - + Ctrl+S - + Save &As... - + Save Service As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit - + Quit OpenLP - + Alt+F4 - + &Theme - + &Configure OpenLP... - + &Media Manager - + Toggle Media Manager - + Toggle the visibility of the media manager. - + F8 - + &Theme Manager - + Toggle Theme Manager - + Toggle the visibility of the theme manager. - + F10 - + &Service Manager - + Toggle Service Manager - + Toggle the visibility of the service manager. - + F9 - + &Preview Panel - + Toggle Preview Panel - + Toggle the visibility of the preview panel. - + F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 - + &Plugin List - + List the Plugins - + Alt+F7 - + &User Guide - + &About - + More information about OpenLP - + Ctrl+F1 - + &Online Help - + &Web Site - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated - + OpenLP Main Display Blanked - + The Main Display has been blanked out - + Save Changes to Service? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2567,11 +2567,238 @@ The content encoding is not UTF-8. + + OpenLP.ThemeManager + + + New Theme + + + + + Create a new theme. + + + + + Edit Theme + + + + + Edit a theme. + + + + + Delete Theme + + + + + Delete a theme. + + + + + Import Theme + + + + + Import a theme. + + + + + Export Theme + + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + + + + + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + + + + + Save Theme - (%s) + + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + + + + + Theme Exists + + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + + + + + &Service Level + + + + + 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. + + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. @@ -2583,42 +2810,42 @@ The content encoding is not UTF-8. - + Select Presentation(s) - + Automatic - + Present using: - + File Exists - + A presentation with that filename already exists. - + Unsupported File - + This type of presentation is not supported - + You must select an item to delete. @@ -2631,16 +2858,26 @@ The content encoding is not UTF-8. - + Available Controllers + + + Advanced + + + + + Allow presentation application to be overriden + +
RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2669,44 +2906,44 @@ The content encoding is not UTF-8.
SongUsagePlugin + + + &Song Usage Tracking + + - &Delete recorded data - - - - - Start/Stop live song usage recording - - - - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service + &Delete Tracking Data - Delete song usage to specified date - - - - - Generate report on Song Usage - - - - - Song Usage Status + Delete song usage data up to a specified date. - &Extract recorded data + &Extract Tracking Data - - &Song Usage + + Generate a report on song usage. + + + + + Toggle Tracking + + + + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. @@ -2861,7 +3098,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs. @@ -2920,21 +3157,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3025,11 +3252,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - - Comments @@ -3140,6 +3362,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This song book does not exist, do you want to add it? + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + + SongsPlugin.EditVerseForm @@ -3350,40 +3587,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - - - - - Delete %d songs? - - - - - Delete Confirmation - - CCLI Licence: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3593,7 +3825,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar @@ -3621,247 +3853,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Splashscreen - - - Starting - - - - - Splash Screen - - - - - ThemeManager - - - Import Theme - - - - - Delete Theme - - - - - Error - - - - - File is not a valid theme. - - - - - Edit Theme - - - - - Export Theme - - - - - You are unable to delete the default theme. - - - - - Theme Exists - - - - - Save Theme - (%s) - - - - - Select Theme Import File - - - - - New Theme - - - - - You have not selected a theme. - - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - Use the global theme, overriding any themes associated with either the service or the songs. - - - - - 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. - - - - - 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. - - - - - Themes - - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_nb.ts b/resources/i18n/openlp_nb.ts index 169ba4a82..d3f213fab 100644 --- a/resources/i18n/openlp_nb.ts +++ b/resources/i18n/openlp_nb.ts @@ -14,7 +14,7 @@ - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen @@ -171,8 +171,8 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bibel-tillegg</strong><br /> Dette tillegget gjør det mulig at bibelvers fra ulike kilder vises på skjermen under møtet. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service. + @@ -655,7 +655,7 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin. @@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme. @@ -906,8 +906,8 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Media-tillegg</b><br> Dette tillegget spiller av lyd og video. + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video. + @@ -1643,7 +1643,7 @@ This General Public License does not permit incorporating your program into prop OpenLP.MainWindow - + OpenLP 2.0 OpenLP 2.0 @@ -1653,404 +1653,404 @@ This General Public License does not permit incorporating your program into prop Norsk - + &File &Fil - + &Import &Import - + &Export &Eksporter - + &View &Vis - + M&ode - + &Tools - + &Settings &Innstillinger - + &Language &Språk - + &Help &Hjelp - + Media Manager Innholdselementer - + Service Manager - + Theme Manager - + &New &Ny - + New Service - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Åpne - + Open Service Åpne møteplan - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Lagre - + Save Service - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... - + Save Service As - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Avslutt - + Quit OpenLP Avslutt OpenLP - + Alt+F4 Alt+F4 - + &Theme &Tema - + &Configure OpenLP... - + &Media Manager - + Toggle Media Manager - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager - + Toggle Theme Manager Åpne tema-behandler - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager - + Toggle Service Manager Vis møteplanlegger - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Forhåndsvisningspanel - + Toggle Preview Panel Vis forhåndsvisningspanel - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Tillegsliste - + List the Plugins Hent liste over tillegg - + Alt+F7 ALT+F7 - + &User Guide &Brukerveiledning - + &About &Om - + More information about OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help - + &Web Site &Internett side - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... Legg til & Verktøy... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Direkte - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated OpenLP versjonen har blitt oppdatert - + OpenLP Main Display Blanked - + The Main Display has been blanked out - + Save Changes to Service? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2567,12 +2567,239 @@ The content encoding is not UTF-8. Gå til vers + + OpenLP.ThemeManager + + + New Theme + + + + + Create a new theme. + + + + + Edit Theme + Endre tema + + + + Edit a theme. + + + + + Delete Theme + Slett tema + + + + Delete a theme. + + + + + Import Theme + Importer tema + + + + Import a theme. + + + + + Export Theme + Eksporter tema + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + Feil + + + + You are unable to delete the default theme. + Du kan ikke slette det globale temaet + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + + + + + Save Theme - (%s) + + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + Filen er ikke et gyldig tema. + + + + Theme Exists + Temaet eksisterer + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + Tema + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + Bruk temaet fra hver sang i databasen. Hvis en sang ikke er tilknyttet et tema, bruk temaet til møteplanen. Hvis møteplanen ikke har et tema, bruk det globale temaet. + + + + &Service Level + + + + + 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. + + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + Bruk det globale temaet, og la det overstyre eventuelle tema som er tilknyttet møteplaner eller sanger. + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. - <b>Presentasjonstillegg</b> <br> Gir deg mulighet til å vise presentasjoner ved hjelp av en rekke ulike programmer. Programmene som er tilgjengelige finner du i rullemenyen. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. + @@ -2583,42 +2810,42 @@ The content encoding is not UTF-8. Presentasjon - + Select Presentation(s) Velg presentasjon(er) - + Automatic Automatisk - + Present using: Presenter ved hjelp av: - + File Exists - + A presentation with that filename already exists. - + Unsupported File - + This type of presentation is not supported - + You must select an item to delete. @@ -2631,16 +2858,26 @@ The content encoding is not UTF-8. - + Available Controllers + + + Advanced + + + + + Allow presentation application to be overriden + + RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2670,43 +2907,43 @@ The content encoding is not UTF-8. SongUsagePlugin - - &Delete recorded data - &Slett lagret data - - - - Start/Stop live song usage recording + + &Song Usage Tracking - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service + + &Delete Tracking Data - Delete song usage to specified date - Slett data angående sangbruk frem til angitt dato - - - - Generate report on Song Usage - Lag rapport angående bruk av sanger - - - - Song Usage Status + Delete song usage data up to a specified date. - &Extract recorded data + &Extract Tracking Data - - &Song Usage + + Generate a report on song usage. + + + + + Toggle Tracking + + + + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. @@ -2861,7 +3098,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs. @@ -2920,21 +3157,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3025,11 +3252,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - - Comments @@ -3140,6 +3362,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This song book does not exist, do you want to add it? + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + + SongsPlugin.EditVerseForm @@ -3350,40 +3587,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - - - - - Delete %d songs? - - - - - Delete Confirmation - - CCLI Licence: CCLI lisens: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3593,7 +3825,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar @@ -3621,247 +3853,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Splashscreen - - - Starting - - - - - Splash Screen - - - - - ThemeManager - - - Import Theme - Importer tema - - - - Delete Theme - Slett tema - - - - Error - Feil - - - - Edit Theme - Endre tema - - - - Export Theme - Eksporter tema - - - - You are unable to delete the default theme. - Du kan ikke slette det globale temaet - - - - File is not a valid theme. - Filen er ikke et gyldig tema. - - - - Theme Exists - Temaet eksisterer - - - - Save Theme - (%s) - - - - - Select Theme Import File - - - - - New Theme - - - - - You have not selected a theme. - - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - Use the global theme, overriding any themes associated with either the service or the songs. - Bruk det globale temaet, og la det overstyre eventuelle tema som er tilknyttet møteplaner eller sanger. - - - - 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. - Bruk temaet fra hver sang i databasen. Hvis en sang ikke er tilknyttet et tema, bruk temaet til møteplanen. Hvis møteplanen ikke har et tema, bruk det globale temaet. - - - - Themes - Tema - - - - 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. - - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_pt_BR.ts b/resources/i18n/openlp_pt_BR.ts index 0e86efcac..3d77dc6e8 100644 --- a/resources/i18n/openlp_pt_BR.ts +++ b/resources/i18n/openlp_pt_BR.ts @@ -14,8 +14,8 @@ - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Plugin de Alertas</b><br>Este plugin controla a exibição de alertas na tela de apresentação + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen + @@ -171,8 +171,8 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Plugin da Bíblia</strong>Este plugin permite exibir na tela versículos bíblicos de diferentes versões durante o culto. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service. + @@ -655,7 +655,7 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin. @@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme. @@ -906,8 +906,8 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <br>Plugin de Mídia</b><br>Este plugin permite a execução de audio e vídeo + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video. + @@ -1643,7 +1643,7 @@ This General Public License does not permit incorporating your program into prop OpenLP.MainWindow - + OpenLP 2.0 OpenLP 2.0 @@ -1653,404 +1653,404 @@ This General Public License does not permit incorporating your program into prop Inglês - + &File &Arquivo - + &Import &Importar - + &Export &Exportar - + &View &Visualizar - + M&ode M&odo - + &Tools &Ferramentas - + &Settings &Configurações - + &Language &Idioma - + &Help &Ajuda - + Media Manager Gerenciador de Mídia - + Service Manager Gerenciador de Culto - + Theme Manager Gerenciador de Temas - + &New &Novo - + New Service Novo Culto - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Abrir - + Open Service - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Salvar - + Save Service Salvar Culto - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... Salvar &Como... - + Save Service As Salvar Culto Como - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit S&air - + Quit OpenLP Fechar o OpenLP - + Alt+F4 Alt+F4 - + &Theme &Tema - + &Configure OpenLP... - + &Media Manager &Gerenciador de Mídia - + Toggle Media Manager Alternar Gerenciador de Mídia - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Gerenciador de Temas - + Toggle Theme Manager Alternar para Gerenciamento de Temas - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager &Gerenciador de Culto - + Toggle Service Manager Alternar para o Gerenciador de Cultos - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Painel de Pré-Visualização - + Toggle Preview Panel Alternar para Painel de Pré-Visualização - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Lista de Plugin - + List the Plugins Listar os Plugins - + Alt+F7 Alt+F7 - + &User Guide &Guia do Usuário - + &About &Sobre - + More information about OpenLP Mais informações sobre o OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help &Ajuda Online - + &Web Site &Web Site - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Ao Vivo - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated Versão do OpenLP Atualizada - + OpenLP Main Display Blanked Tela Principal do OpenLP em Branco - + The Main Display has been blanked out A Tela Principal foi apagada - + Save Changes to Service? Salvar Mudanças no Culto? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2567,11 +2567,238 @@ The content encoding is not UTF-8. Ir ao Versículo + + OpenLP.ThemeManager + + + New Theme + Novo Tema + + + + Create a new theme. + + + + + Edit Theme + Editar Tema + + + + Edit a theme. + + + + + Delete Theme + Deletar Tema + + + + Delete a theme. + + + + + Import Theme + Importar Tema + + + + Import a theme. + + + + + Export Theme + Exportar Tema + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + Erro + + + + You are unable to delete the default theme. + + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + + + + + Save Theme - (%s) + Salvar Tema - (%s) + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + Selecionar Arquivo de Importação de Tema + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + + + + + Theme Exists + Tema Existe + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + Temas + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + Use o tema de cada música na base de dados. Se uma música não tiver um tema associado com ela, então use o tema do culto. Se o culto não tiver um tema, então use o tema global. + + + + &Service Level + + + + + 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. + Usar o tema do culto, sobrescrevendo qualquer um dos temas individuais das músicas. Se o culto não tiver um tema, então use o tema global. + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + Usar o tema global, sobrescrevendo qualquer tema associado com cultos ou músicas. + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. @@ -2583,42 +2810,42 @@ The content encoding is not UTF-8. Apresentação - + Select Presentation(s) Selecionar Apresentação(ões) - + Automatic - + Present using: Apresentar usando: - + File Exists - + A presentation with that filename already exists. Uma apresentação com este nome já existe. - + Unsupported File - + This type of presentation is not supported - + You must select an item to delete. @@ -2631,16 +2858,26 @@ The content encoding is not UTF-8. Apresentações - + Available Controllers Controladores Disponíveis + + + Advanced + + + + + Allow presentation application to be overriden + + RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2669,45 +2906,45 @@ The content encoding is not UTF-8. SongUsagePlugin + + + &Song Usage Tracking + + - &Delete recorded data - &Deletar dados armazenados - - - - Start/Stop live song usage recording - Iniciar/Parar registro do uso de músicas - - - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service - <b>Plugin de Uso das Músicas</b><br>Este plugin registra o uso das músicas e quando elas foram usadas durante um culto + &Delete Tracking Data + - Delete song usage to specified date - Deletar uso da música para a data especificada - - - - Generate report on Song Usage - Gerar relatório de Uso das Músicas - - - - Song Usage Status - Status de Uso das Músicas + Delete song usage data up to a specified date. + - &Extract recorded data - &Extrair dados armazenados + &Extract Tracking Data + - - &Song Usage - &Uso das Músicas + + Generate a report on song usage. + + + + + Toggle Tracking + + + + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. + @@ -2861,7 +3098,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs. @@ -2920,21 +3157,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3025,11 +3252,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - Número CCLI: - Comments @@ -3140,6 +3362,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This song book does not exist, do you want to add it? + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + + SongsPlugin.EditVerseForm @@ -3350,40 +3587,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R Autores - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - - - - - Delete %d songs? - - - - - Delete Confirmation - - CCLI Licence: Licença CCLI: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3593,7 +3825,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar @@ -3621,247 +3853,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Splashscreen - - - Starting - Iniciando - - - - Splash Screen - Tela Inicial - - - - ThemeManager - - - Import Theme - Importar Tema - - - - Delete Theme - Deletar Tema - - - - Error - Erro - - - - Edit Theme - Editar Tema - - - - Export Theme - Exportar Tema - - - - Theme Exists - Tema Existe - - - - Save Theme - (%s) - Salvar Tema - (%s) - - - - Select Theme Import File - Selecionar Arquivo de Importação de Tema - - - - New Theme - Novo Tema - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - You are unable to delete the default theme. - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - You have not selected a theme. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - File is not a valid theme. - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - 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. - Use o tema de cada música na base de dados. Se uma música não tiver um tema associado com ela, então use o tema do culto. Se o culto não tiver um tema, então use o tema global. - - - - Use the global theme, overriding any themes associated with either the service or the songs. - Usar o tema global, sobrescrevendo qualquer tema associado com cultos ou músicas. - - - - 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. - Usar o tema do culto, sobrescrevendo qualquer um dos temas individuais das músicas. Se o culto não tiver um tema, então use o tema global. - - - - Themes - Temas - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse diff --git a/resources/i18n/openlp_sv.ts b/resources/i18n/openlp_sv.ts index 6f54febf2..2c9b1fd1d 100644 --- a/resources/i18n/openlp_sv.ts +++ b/resources/i18n/openlp_sv.ts @@ -14,8 +14,8 @@ - <b>Alerts Plugin</b><br>This plugin controls the displaying of alerts on the presentations screen - <b>Alarm Plugin</b><br>Den här plugin:en kontrollerar visning av alarm på presentationsbilden + <strong>Alerts Plugin</strong><br />The alert plugin controls the displaying of nursery alerts on the display screen + @@ -171,8 +171,8 @@ - <strong>Bible Plugin</strong><br />This plugin allows bible verses from different sources to be displayed on the screen during the service. - <strong>Bibel Plugin</strong><br /> Det här pluginprogrammet visar Bibelverser från olika källor på skärmen. + <strong>Bible Plugin</strong><br />The Bible plugin provides the ability to display bible verses from different sources during the service. + @@ -655,8 +655,8 @@ Changes do not affect verses already in the service. CustomPlugin - <b>Custom Plugin</b><br>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.<br> - <b>Anpassad Plugin</b><br>Det här pluginprogrammet tillåter visning av bilder på samma sätt som sånger. Den ger större frihet över sångpluginprogrammet.<br> + <strong>Custom Plugin</strong><br />The custom plugin provides the ability to set up custom text slides that can be displayed on the screen the same way songs are. This plugin provides greater freedom over the songs plugin. + @@ -827,7 +827,7 @@ Changes do not affect verses already in the service. ImagePlugin - <b>Image Plugin</b><br>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.<br<br>From the plugin if the <i>Override background</i> 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.<br> + <strong>Image Plugin</strong><br />The image plugin provides displaying of images.<br />One of the distinguishing features of this plugin is the ability to group a number of images together in the service manager, making the displaying of multiple images easier. This plugin can also make use of OpenLP's "timed looping" feature to create a slide show that runs automatically. In addition to this, images from the plugin can be used to override the current theme's background, which renders text-based items like songs with the selected image as a background instead of the background provided by the theme. @@ -906,8 +906,8 @@ Changes do not affect verses already in the service. MediaPlugin - <b>Media Plugin</b><br>This plugin allows the playing of audio and video media - <b>Media Plugin</b><br>Den här plugin:en tillåter uppspelning av ljud och video + <strong>Media Plugin</strong><br />The media plugin provides playback of audio and video. + @@ -1643,7 +1643,7 @@ This General Public License does not permit incorporating your program into prop OpenLP.MainWindow - + OpenLP 2.0 OpenLP 2.0 @@ -1653,404 +1653,404 @@ This General Public License does not permit incorporating your program into prop Engelska - + &File &Fil - + &Import &Importera - + &Export &Exportera - + &View &Visa - + M&ode &Läge - + &Tools &Verktyg - + &Settings &Inställningar - + &Language &Språk - + &Help &Hjälp - + Media Manager Mediahanterare - + Service Manager Mötesplaneringshanterare - + Theme Manager Temahanterare - + &New &Ny - + New Service - + Create a new service. - + Ctrl+N Ctrl+N - + &Open &Öppna - + Open Service - + Open an existing service. - + Ctrl+O Ctrl+O - + &Save &Spara - + Save Service - + Save the current service to disk. - + Ctrl+S Ctrl+S - + Save &As... S&para som... - + Save Service As Spara mötesplanering som... - + Save the current service under a new name. - + Ctrl+Shift+S - + E&xit &Avsluta - + Quit OpenLP Stäng OpenLP - + Alt+F4 Alt+F4 - + &Theme &Tema - + &Configure OpenLP... - + &Media Manager &Mediahanterare - + Toggle Media Manager Växla mediahanterare - + Toggle the visibility of the media manager. - + F8 F8 - + &Theme Manager &Temahanterare - + Toggle Theme Manager Växla temahanteraren - + Toggle the visibility of the theme manager. - + F10 F10 - + &Service Manager &Mötesplaneringshanterare - + Toggle Service Manager Växla mötesplaneringshanterare - + Toggle the visibility of the service manager. - + F9 F9 - + &Preview Panel &Förhandsgranskning - + Toggle Preview Panel Växla förhandsgranskningspanel - + Toggle the visibility of the preview panel. - + F11 F11 - + &Live Panel - + Toggle Live Panel - + Toggle the visibility of the live panel. - + F12 F12 - + &Plugin List &Pluginlista - + List the Plugins Lista Plugin - + Alt+F7 Alt+F7 - + &User Guide &Användarguide - + &About &Om - + More information about OpenLP Mer information om OpenLP - + Ctrl+F1 Ctrl+F1 - + &Online Help &Online-hjälp - + &Web Site &Webbsida - + &Auto Detect - + Use the system language, if available. - + Set the interface language to %s - + Add &Tool... - + Add an application to the list of tools. - + &Default - + Set the view mode back to the default. - + &Setup - + Set the view mode to Setup. - + &Live &Live - + Set the view mode to Live. - + Version %s of OpenLP is now available for download (you are currently running version %s). You can download the latest version from <a href="http://openlp.org/">http://openlp.org/</a>. - + OpenLP Version Updated OpenLP-version uppdaterad - + OpenLP Main Display Blanked OpenLP huvuddisplay tömd - + The Main Display has been blanked out Huvuddisplayen har rensats - + Save Changes to Service? - + Your service has changed. Do you want to save those changes? - + Default Theme: %s @@ -2567,12 +2567,239 @@ The content encoding is not UTF-8. Hoppa till vers + + OpenLP.ThemeManager + + + New Theme + Nytt Tema + + + + Create a new theme. + + + + + Edit Theme + Redigera tema + + + + Edit a theme. + + + + + Delete Theme + Ta bort tema + + + + Delete a theme. + + + + + Import Theme + Importera tema + + + + Import a theme. + + + + + Export Theme + Exportera tema + + + + Export a theme. + + + + + &Edit Theme + + + + + &Delete Theme + + + + + Set As &Global Default + + + + + E&xport Theme + + + + + %s (default) + + + + + You must select a theme to edit. + + + + + You must select a theme to delete. + + + + + Delete Confirmation + + + + + Delete theme? + + + + + Error + Fel + + + + You are unable to delete the default theme. + Du kan inte ta bort standardtemat. + + + + Theme %s is use in %s plugin. + + + + + Theme %s is use by the service manager. + + + + + You have not selected a theme. + Du har inte valt ett tema. + + + + Save Theme - (%s) + Spara tema - (%s) + + + + Theme Exported + + + + + Your theme has been successfully exported. + + + + + Theme Export Failed + + + + + Your theme could not be exported due to an error. + + + + + Select Theme Import File + Välj tema importfil + + + + Theme (*.*) + + + + + File is not a valid theme. +The content encoding is not UTF-8. + + + + + File is not a valid theme. + Filen är inte ett giltigt tema. + + + + Theme Exists + Temat finns + + + + A theme with this name already exists. Would you like to overwrite it? + + + + + OpenLP.ThemesTab + + + Themes + Teman + + + + Global Theme + + + + + Theme Level + + + + + S&ong Level + + + + + 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. + Använd temat för varje sång i databasen indviduellt. Om en sång inte har ett associerat tema, använd planeringens schema. Om planeringen inte har ett tema, använd globala temat. + + + + &Service Level + + + + + 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. + Använd temat för mötesplaneringen, och ignorera sångernas indviduella teman. Om mötesplaneringen inte har ett tema använd då det globala temat. + + + + &Global Level + + + + + Use the global theme, overriding any themes associated with either the service or the songs. + Använd det globala temat, ignorerar teman associerade med mötesplaneringen eller sångerna. + + PresentationPlugin - - <b>Presentation Plugin</b> <br> 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. - <b>Presentations Plugin</b> <br> Ger möjlighet att visa presentationer genom olika program. Tillgängliga presentationsprogram finns i en drop-down meny. + + <strong>Presentation Plugin</strong><br />The presentation plugin provides 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. + @@ -2583,42 +2810,42 @@ The content encoding is not UTF-8. Presentation - + Select Presentation(s) Välj presentation(er) - + Automatic Automatisk - + Present using: Presentera genom: - + File Exists - + A presentation with that filename already exists. En presentation med det namnet finns redan. - + Unsupported File - + This type of presentation is not supported - + You must select an item to delete. @@ -2631,16 +2858,26 @@ The content encoding is not UTF-8. Presentationer - + Available Controllers Tillgängliga Presentationsprogram + + + Advanced + + + + + Allow presentation application to be overriden + + RemotePlugin - <b>Remote Plugin</b><br>This plugin provides the ability to send messages to a running version of openlp on a different computer via a web browser or other app<br>The Primary use for this would be to send alerts from a creche + <strong>Remote Plugin</strong><br/ >The remote plugin provides the ability to send messages to a running version of OpenLP on a different computer via a web browser or through the remote API. @@ -2669,45 +2906,45 @@ The content encoding is not UTF-8. SongUsagePlugin + + + &Song Usage Tracking + + - &Delete recorded data - &Ta bort inspelad data - - - - Start/Stop live song usage recording - Starta/Stoppa inspelning av sånganvändning - - - - <b>SongUsage Plugin</b><br>This plugin records the use of songs and when they have been used during a live service - <b>SongUsage Plugin</b><br>Det här pluginprogrammet spelar in användningen av sånger och när de använts i en planering + &Delete Tracking Data + - Delete song usage to specified date - Ta bort sånganvändning fram till specificerat datum - - - - Generate report on Song Usage - Generera rapport på Sånganvändning - - - - Song Usage Status - Sånganvändningsstatus + Delete song usage data up to a specified date. + - &Extract recorded data - &Extrahera inspelade data + &Extract Tracking Data + - - &Song Usage - &Sånganvändning + + Generate a report on song usage. + + + + + Toggle Tracking + + + + + Toggle the tracking of song usage. + + + + + <strong>SongUsage Plugin</strong><br />This plugin tracks the usage of songs in services. + @@ -2861,7 +3098,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - <strong>Song Plugin</strong><br />This plugin allows songs to be managed and displayed. + <strong>Songs Plugin</strong><br />The songs plugin provides the ability to display and manage songs. @@ -2920,21 +3157,11 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R &Title: - - - Alt&ernate Title: - - &Lyrics: - - - &Verse Order: - - &Add @@ -3025,11 +3252,6 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R © - - - CCLI Number: - CCLI-nummer: - Comments @@ -3140,6 +3362,21 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R This song book does not exist, do you want to add it? + + + Alt&ernate title: + + + + + &Verse order: + + + + + CCLI number: + + SongsPlugin.EditVerseForm @@ -3350,40 +3587,35 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - - %s (%s) - - - - + You must select an item to edit. - + You must select an item to delete. - - - Delete song? - - - - - Delete %d songs? - - - - - Delete Confirmation - - CCLI Licence: CCLI-licens: + + + Are you sure you want to delete the selected song? + + + + + Are you sure you want to delete the %d selected songs? + + + + + Delete Song(s)? + + SongsPlugin.SongBookForm @@ -3593,7 +3825,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Display Verses on Live Tool bar + Display verses on live tool bar @@ -3621,247 +3853,7 @@ OpenOffice.org must be installed and you must be using an unedited copy of the R - Splashscreen - - - Starting - Startar - - - - Splash Screen - Startbild - - - - ThemeManager - - - Import Theme - Importera tema - - - - Delete Theme - Ta bort tema - - - - Error - Fel - - - - File is not a valid theme. - Filen är inte ett giltigt tema. - - - - Edit Theme - Redigera tema - - - - Export Theme - Exportera tema - - - - You are unable to delete the default theme. - Du kan inte ta bort standardtemat. - - - - Theme Exists - Temat finns - - - - Save Theme - (%s) - Spara tema - (%s) - - - - Select Theme Import File - Välj tema importfil - - - - New Theme - Nytt Tema - - - - You have not selected a theme. - Du har inte valt ett tema. - - - - Create a new theme. - - - - - Edit a theme. - - - - - Delete a theme. - - - - - Import a theme. - - - - - Export a theme. - - - - - &Edit Theme - - - - - &Delete Theme - - - - - Set As &Global Default - - - - - E&xport Theme - - - - - %s (default) - - - - - You must select a theme to edit. - - - - - You must select a theme to delete. - - - - - Delete Confirmation - - - - - Delete theme? - - - - - Theme %s is use in %s plugin. - - - - - Theme %s is use by the service manager. - - - - - Theme Exported - - - - - Your theme has been successfully exported. - - - - - Theme Export Failed - - - - - Your theme could not be exported due to an error. - - - - - Theme (*.*) - - - - - File is not a valid theme. -The content encoding is not UTF-8. - - - - - A theme with this name already exists. Would you like to overwrite it? - - - - - ThemesTab - - - Use the global theme, overriding any themes associated with either the service or the songs. - Använd det globala temat, ignorerar teman associerade med mötesplaneringen eller sångerna. - - - - 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. - Använd temat för varje sång i databasen indviduellt. Om en sång inte har ett associerat tema, använd planeringens schema. Om planeringen inte har ett tema, använd globala temat. - - - - 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. - Använd temat för mötesplaneringen, och ignorera sångernas indviduella teman. Om mötesplaneringen inte har ett tema använd då det globala temat. - - - - Themes - Teman - - - - Global Theme - - - - - Theme Level - - - - - S&ong Level - - - - - &Service Level - - - - - &Global Level - - - - - VerseType + SongsPlugin.VerseType Verse From 81441f3e79e2a1dea035578c957a21561eca45e2 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sat, 24 Jul 2010 23:20:02 +0200 Subject: [PATCH 13/13] Remove some unused imports. Remove an unused variable. Fix up a couple of strings I missed in the previous string fix merge. --- openlp/core/ui/generaltab.py | 7 ++++--- openlp/core/ui/splashscreen.py | 2 -- openlp/plugins/custom/lib/customtab.py | 2 ++ openlp/plugins/images/lib/imagetab.py | 2 ++ openlp/plugins/remotes/lib/remotetab.py | 2 ++ openlp/plugins/songs/lib/songstab.py | 2 ++ openlp/plugins/songusage/songusageplugin.py | 1 - 7 files changed, 12 insertions(+), 6 deletions(-) diff --git a/openlp/core/ui/generaltab.py b/openlp/core/ui/generaltab.py index 5f0fbf566..f1b235812 100644 --- a/openlp/core/ui/generaltab.py +++ b/openlp/core/ui/generaltab.py @@ -302,9 +302,9 @@ class GeneralTab(SettingsTab): self.SettingsGroupBox.setTitle( translate('OpenLP.GeneralTab', 'Application Settings')) self.SaveCheckServiceCheckBox.setText(translate('OpenLP.GeneralTab', - 'Prompt to save Service before starting New')) + 'Prompt to save before starting a new service')) self.AutoPreviewCheckBox.setText(translate('OpenLP.GeneralTab', - 'Preview Next Song from Service Manager')) + 'Automatically preview next item in service')) self.CCLIGroupBox.setTitle( translate('OpenLP.GeneralTab', 'CCLI Details')) self.NumberLabel.setText( @@ -330,7 +330,8 @@ class GeneralTab(SettingsTab): 'Override display position')) self.customXLabel.setText(translate('OpenLP.GeneralTab', 'X')) self.customYLabel.setText(translate('OpenLP.GeneralTab', 'Y')) - self.customHeightLabel.setText(translate('OpenLP.GeneralTab', 'Height')) + self.customHeightLabel.setText( + translate('OpenLP.GeneralTab', 'Height')) self.customWidthLabel.setText(translate('OpenLP.GeneralTab', 'Width')) def load(self): diff --git a/openlp/core/ui/splashscreen.py b/openlp/core/ui/splashscreen.py index bd87bcb12..650aa4640 100644 --- a/openlp/core/ui/splashscreen.py +++ b/openlp/core/ui/splashscreen.py @@ -25,8 +25,6 @@ from PyQt4 import QtCore, QtGui -from openlp.core.lib import build_icon, translate - class SplashScreen(object): def __init__(self, version): self.splash_screen = QtGui.QSplashScreen() diff --git a/openlp/plugins/custom/lib/customtab.py b/openlp/plugins/custom/lib/customtab.py index c860ece5d..b62b5e071 100644 --- a/openlp/plugins/custom/lib/customtab.py +++ b/openlp/plugins/custom/lib/customtab.py @@ -38,6 +38,8 @@ class CustomTab(SettingsTab): self.setObjectName(u'CustomTab') self.tabTitleVisible = translate('CustomPlugin.CustomTab', 'Custom') self.CustomLayout = QtGui.QFormLayout(self) + self.CustomLayout.setSpacing(8) + self.CustomLayout.setMargin(8) self.CustomLayout.setObjectName(u'CustomLayout') self.CustomModeGroupBox = QtGui.QGroupBox(self) self.CustomModeGroupBox.setObjectName(u'CustomModeGroupBox') diff --git a/openlp/plugins/images/lib/imagetab.py b/openlp/plugins/images/lib/imagetab.py index 319ec7ac4..f62f97bf0 100644 --- a/openlp/plugins/images/lib/imagetab.py +++ b/openlp/plugins/images/lib/imagetab.py @@ -38,6 +38,8 @@ class ImageTab(SettingsTab): self.setObjectName(u'ImageTab') self.tabTitleVisible = translate('ImagePlugin.ImageTab', 'Images') self.ImageLayout = QtGui.QFormLayout(self) + self.ImageLayout.setSpacing(8) + self.ImageLayout.setMargin(8) self.ImageLayout.setObjectName(u'ImageLayout') self.ImageSettingsGroupBox = QtGui.QGroupBox(self) self.ImageSettingsGroupBox.setObjectName(u'ImageSettingsGroupBox') diff --git a/openlp/plugins/remotes/lib/remotetab.py b/openlp/plugins/remotes/lib/remotetab.py index 7400875ee..1e8839833 100644 --- a/openlp/plugins/remotes/lib/remotetab.py +++ b/openlp/plugins/remotes/lib/remotetab.py @@ -38,6 +38,8 @@ class RemoteTab(SettingsTab): self.setObjectName(u'RemoteTab') self.tabTitleVisible = translate('RemotePlugin.RemoteTab', 'Remotes') self.remoteLayout = QtGui.QFormLayout(self) + self.remoteLayout.setSpacing(8) + self.remoteLayout.setMargin(8) self.remoteLayout.setObjectName(u'remoteLayout') self.serverSettingsGroupBox = QtGui.QGroupBox(self) self.serverSettingsGroupBox.setObjectName(u'serverSettingsGroupBox') diff --git a/openlp/plugins/songs/lib/songstab.py b/openlp/plugins/songs/lib/songstab.py index e9579aa7f..8cf94bb57 100644 --- a/openlp/plugins/songs/lib/songstab.py +++ b/openlp/plugins/songs/lib/songstab.py @@ -38,6 +38,8 @@ class SongsTab(SettingsTab): self.setObjectName(u'SongsTab') self.tabTitleVisible = translate('SongsPlugin.SongsTab', 'Songs') self.SongsLayout = QtGui.QFormLayout(self) + self.SongsLayout.setSpacing(8) + self.SongsLayout.setMargin(8) self.SongsLayout.setObjectName(u'SongsLayout') self.SongsModeGroupBox = QtGui.QGroupBox(self) self.SongsModeGroupBox.setObjectName(u'SongsModeGroupBox') diff --git a/openlp/plugins/songusage/songusageplugin.py b/openlp/plugins/songusage/songusageplugin.py index a11e61605..deeb46569 100644 --- a/openlp/plugins/songusage/songusageplugin.py +++ b/openlp/plugins/songusage/songusageplugin.py @@ -76,7 +76,6 @@ class SongUsagePlugin(Plugin): translate('SongUsagePlugin', 'Generate a report on song usage.')) self.SongUsageReport.setObjectName(u'SongUsageReport') #SongUsage activation - SongUsageIcon = build_icon(u':/plugins/plugin_songusage.png') self.SongUsageStatus = QtGui.QAction(tools_menu) self.SongUsageStatus.setCheckable(True) self.SongUsageStatus.setChecked(False)