← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~googol-hush/openlp/i18n into lp:openlp

 

Andreas Preikschat has proposed merging lp:~googol-hush/openlp/i18n into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~googol-hush/openlp/i18n/+merge/60152

Hello,

- fixed missing periods in tooltips
- removed period from string

Things I am going to do afterwards:
1) Upload new translation files to pootle. Note, I will remove the -noobsolete option so that the obsolete strings will not be removed. This makes it easier to translate the new strings (you just have to copy the obsolete string) See [1] .
2) Write to the mailing list about the changes.

-- 
https://code.launchpad.net/~googol-hush/openlp/i18n/+merge/60152
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/i18n into lp:openlp.
=== modified file 'openlp/core/ui/printservicedialog.py'
--- openlp/core/ui/printservicedialog.py	2011-04-15 21:43:59 +0000
+++ openlp/core/ui/printservicedialog.py	2011-05-06 08:23:46 +0000
@@ -152,7 +152,7 @@
         self.slideTextCheckBox.setText(translate('OpenLP.PrintServiceForm',
             'Include slide text if available'))
         self.pageBreakAfterText.setText(translate('OpenLP.PrintServiceForm',
-            'Add page break before each text item.'))
+            'Add page break before each text item'))
         self.notesCheckBox.setText(translate('OpenLP.PrintServiceForm',
             'Include service item notes'))
         self.metaDataCheckBox.setText(translate('OpenLP.PrintServiceForm',
@@ -164,4 +164,5 @@
         self.zoomComboBox.addItem(ZoomSize.Sizes[ZoomSize.OneHundred])
         self.zoomComboBox.addItem(ZoomSize.Sizes[ZoomSize.SeventyFive])
         self.zoomComboBox.addItem(ZoomSize.Sizes[ZoomSize.Fifty])
-        self.zoomComboBox.addItem(ZoomSize.Sizes[ZoomSize.TwentyFive])
\ No newline at end of file
+        self.zoomComboBox.addItem(ZoomSize.Sizes[ZoomSize.TwentyFive])
+

=== modified file 'openlp/core/ui/servicemanager.py'
--- openlp/core/ui/servicemanager.py	2011-05-05 18:23:54 +0000
+++ openlp/core/ui/servicemanager.py	2011-05-06 08:23:46 +0000
@@ -115,11 +115,11 @@
             UiStrings().CreateService, self.onNewServiceClicked)
         self.toolbar.addToolbarButton(
             UiStrings().OpenService, u':/general/general_open.png',
-            translate('OpenLP.ServiceManager', 'Load an existing service'),
+            translate('OpenLP.ServiceManager', 'Load an existing service.'),
             self.onLoadServiceClicked)
         self.toolbar.addToolbarButton(
             UiStrings().SaveService, u':/general/general_save.png',
-            translate('OpenLP.ServiceManager', 'Save this service'),
+            translate('OpenLP.ServiceManager', 'Save this service.'),
             self.saveFile)
         self.toolbar.addSeparator()
         self.themeLabel = QtGui.QLabel(u'%s:' % UiStrings().Theme, self)
@@ -128,7 +128,7 @@
         self.toolbar.addToolbarWidget(u'ThemeLabel', self.themeLabel)
         self.themeComboBox = QtGui.QComboBox(self.toolbar)
         self.themeComboBox.setToolTip(translate('OpenLP.ServiceManager',
-            'Select a theme for the service'))
+            'Select a theme for the service.'))
         self.themeComboBox.setSizeAdjustPolicy(
             QtGui.QComboBox.AdjustToMinimumContentsLength)
         self.themeComboBox.setSizePolicy(

=== modified file 'openlp/plugins/bibles/bibleplugin.py'
--- openlp/plugins/bibles/bibleplugin.py	2011-04-15 21:43:59 +0000
+++ openlp/plugins/bibles/bibleplugin.py	2011-05-06 08:23:46 +0000
@@ -137,13 +137,15 @@
         # Middle Header Bar
         tooltips = {
             u'load': u'',
-            u'import': translate('BiblesPlugin', 'Import a Bible'),
-            u'new': translate('BiblesPlugin', 'Add a new Bible'),
-            u'edit': translate('BiblesPlugin', 'Edit the selected Bible'),
-            u'delete': translate('BiblesPlugin', 'Delete the selected Bible'),
-            u'preview': translate('BiblesPlugin', 'Preview the selected Bible'),
-            u'live': translate('BiblesPlugin', 'Send the selected Bible live'),
+            u'import': translate('BiblesPlugin', 'Import a Bible.'),
+            u'new': translate('BiblesPlugin', 'Add a new Bible.'),
+            u'edit': translate('BiblesPlugin', 'Edit the selected Bible.'),
+            u'delete': translate('BiblesPlugin', 'Delete the selected Bible.'),
+            u'preview': translate('BiblesPlugin',
+                'Preview the selected Bible.'),
+            u'live': translate('BiblesPlugin', 'Send the selected Bible live.'),
             u'service': translate('BiblesPlugin',
-                'Add the selected Bible to the service')
+                'Add the selected Bible to the service.')
         }
-        self.setPluginUiTextStrings(tooltips)
\ No newline at end of file
+        self.setPluginUiTextStrings(tooltips)
+

=== modified file 'openlp/plugins/custom/customplugin.py'
--- openlp/plugins/custom/customplugin.py	2011-03-24 19:04:02 +0000
+++ openlp/plugins/custom/customplugin.py	2011-05-06 08:23:46 +0000
@@ -106,17 +106,18 @@
         }
         # Middle Header Bar
         tooltips = {
-            u'load': translate('CustomsPlugin', 'Load a new Custom'),
-            u'import': translate('CustomsPlugin', 'Import a Custom'),
-            u'new': translate('CustomsPlugin', 'Add a new Custom'),
-            u'edit': translate('CustomsPlugin', 'Edit the selected Custom'),
-            u'delete': translate('CustomsPlugin', 'Delete the selected Custom'),
+            u'load': translate('CustomsPlugin', 'Load a new Custom.'),
+            u'import': translate('CustomsPlugin', 'Import a Custom.'),
+            u'new': translate('CustomsPlugin', 'Add a new Custom.'),
+            u'edit': translate('CustomsPlugin', 'Edit the selected Custom.'),
+            u'delete': translate('CustomsPlugin',
+                'Delete the selected Custom.'),
             u'preview': translate('CustomsPlugin',
-                'Preview the selected Custom'),
+                'Preview the selected Custom.'),
             u'live': translate('CustomsPlugin',
-                'Send the selected Custom live'),
+                'Send the selected Custom live.'),
             u'service': translate('CustomsPlugin',
-                'Add the selected Custom to the service')
+                'Add the selected Custom to the service.')
         }
         self.setPluginUiTextStrings(tooltips)
 

=== modified file 'openlp/plugins/images/imageplugin.py'
--- openlp/plugins/images/imageplugin.py	2011-03-24 19:04:02 +0000
+++ openlp/plugins/images/imageplugin.py	2011-05-06 08:23:46 +0000
@@ -69,14 +69,14 @@
         }
         # Middle Header Bar
         tooltips = {
-            u'load': translate('ImagePlugin', 'Load a new Image'),
+            u'load': translate('ImagePlugin', 'Load a new Image.'),
             u'import': u'',
-            u'new': translate('ImagePlugin', 'Add a new Image'),
-            u'edit': translate('ImagePlugin', 'Edit the selected Image'),
-            u'delete': translate('ImagePlugin', 'Delete the selected Image'),
-            u'preview': translate('ImagePlugin', 'Preview the selected Image'),
-            u'live': translate('ImagePlugin', 'Send the selected Image live'),
+            u'new': translate('ImagePlugin', 'Add a new Image.'),
+            u'edit': translate('ImagePlugin', 'Edit the selected Image.'),
+            u'delete': translate('ImagePlugin', 'Delete the selected Image.'),
+            u'preview': translate('ImagePlugin', 'Preview the selected Image.'),
+            u'live': translate('ImagePlugin', 'Send the selected Image live.'),
             u'service': translate('ImagePlugin',
-                'Add the selected Image to the service')
+                'Add the selected Image to the service.')
         }
         self.setPluginUiTextStrings(tooltips)

=== modified file 'openlp/plugins/media/mediaplugin.py'
--- openlp/plugins/media/mediaplugin.py	2011-03-24 19:04:02 +0000
+++ openlp/plugins/media/mediaplugin.py	2011-05-06 08:23:46 +0000
@@ -111,14 +111,14 @@
         }
         # Middle Header Bar
         tooltips = {
-            u'load': translate('MediaPlugin', 'Load a new Media'),
+            u'load': translate('MediaPlugin', 'Load a new Media.'),
             u'import': u'',
-            u'new': translate('MediaPlugin', 'Add a new Media'),
-            u'edit': translate('MediaPlugin', 'Edit the selected Media'),
-            u'delete': translate('MediaPlugin', 'Delete the selected Media'),
-            u'preview': translate('MediaPlugin', 'Preview the selected Media'),
-            u'live': translate('MediaPlugin', 'Send the selected Media live'),
+            u'new': translate('MediaPlugin', 'Add a new Media.'),
+            u'edit': translate('MediaPlugin', 'Edit the selected Media.'),
+            u'delete': translate('MediaPlugin', 'Delete the selected Media.'),
+            u'preview': translate('MediaPlugin', 'Preview the selected Media.'),
+            u'live': translate('MediaPlugin', 'Send the selected Media live.'),
             u'service': translate('MediaPlugin',
-                'Add the selected Media to the service')
+                'Add the selected Media to the service.')
         }
         self.setPluginUiTextStrings(tooltips)

=== modified file 'openlp/plugins/presentations/presentationplugin.py'
--- openlp/plugins/presentations/presentationplugin.py	2011-04-13 19:12:47 +0000
+++ openlp/plugins/presentations/presentationplugin.py	2011-05-06 08:23:46 +0000
@@ -167,17 +167,18 @@
         }
         # Middle Header Bar
         tooltips = {
-            u'load': translate('PresentationPlugin', 'Load a new Presentation'),
+            u'load': translate('PresentationPlugin',
+                'Load a new Presentation.'),
             u'import': u'',
             u'new': u'',
             u'edit': u'',
             u'delete': translate('PresentationPlugin',
-                'Delete the selected Presentation'),
+                'Delete the selected Presentation.'),
             u'preview': translate('PresentationPlugin',
-                'Preview the selected Presentation'),
+                'Preview the selected Presentation.'),
             u'live': translate('PresentationPlugin',
-                'Send the selected Presentation live'),
+                'Send the selected Presentation live.'),
             u'service': translate('PresentationPlugin',
-                'Add the selected Presentation to the service')
+                'Add the selected Presentation to the service.')
         }
         self.setPluginUiTextStrings(tooltips)

=== modified file 'openlp/plugins/songs/lib/mediaitem.py'
--- openlp/plugins/songs/lib/mediaitem.py	2011-04-29 11:21:14 +0000
+++ openlp/plugins/songs/lib/mediaitem.py	2011-05-06 08:23:46 +0000
@@ -141,7 +141,7 @@
         self.searchTextButton.setText(UiStrings().Search)
         self.maintenanceAction.setText(SongStrings.SongMaintenance)
         self.maintenanceAction.setToolTip(translate('SongsPlugin.MediaItem',
-            'Maintain the lists of authors, topics and books'))
+            'Maintain the lists of authors, topics and books.'))
 
     def initialise(self):
         self.searchTextEdit.setSearchTypes([

=== modified file 'openlp/plugins/songs/songsplugin.py'
--- openlp/plugins/songs/songsplugin.py	2011-04-21 17:14:07 +0000
+++ openlp/plugins/songs/songsplugin.py	2011-05-06 08:23:46 +0000
@@ -214,13 +214,13 @@
         tooltips = {
             u'load': u'',
             u'import': u'',
-            u'new': translate('SongsPlugin', 'Add a new Song'),
-            u'edit': translate('SongsPlugin', 'Edit the selected Song'),
-            u'delete': translate('SongsPlugin', 'Delete the selected Song'),
-            u'preview': translate('SongsPlugin', 'Preview the selected Song'),
-            u'live': translate('SongsPlugin', 'Send the selected Song live'),
+            u'new': translate('SongsPlugin', 'Add a new Song.'),
+            u'edit': translate('SongsPlugin', 'Edit the selected Song.'),
+            u'delete': translate('SongsPlugin', 'Delete the selected Song.'),
+            u'preview': translate('SongsPlugin', 'Preview the selected Song.'),
+            u'live': translate('SongsPlugin', 'Send the selected Song live.'),
             u'service': translate('SongsPlugin',
-                'Add the selected Song to the service')
+                'Add the selected Song to the service.')
         }
         self.setPluginUiTextStrings(tooltips)
 


Follow ups