forked from openlp/openlp
Strings
This commit is contained in:
parent
cd4034ebf1
commit
ccd604b3be
@ -323,8 +323,8 @@ class Settings(QtCore.QSettings):
|
|||||||
__file_path__ = ''
|
__file_path__ = ''
|
||||||
__obsolete_settings__ = [
|
__obsolete_settings__ = [
|
||||||
# Changed during 2.2.x development.
|
# Changed during 2.2.x development.
|
||||||
#('advanced/stylesheet fix', '', []),
|
# ('advanced/stylesheet fix', '', []),
|
||||||
#('general/recent files', 'core/recent files', [(recent_files_conv, None)]),
|
# ('general/recent files', 'core/recent files', [(recent_files_conv, None)]),
|
||||||
('songs/search as type', 'advanced/search as type', [])
|
('songs/search as type', 'advanced/search as type', [])
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -108,8 +108,9 @@ class UiStrings(object):
|
|||||||
self.NFSp = translate('OpenLP.Ui', 'No Files Selected', 'Plural')
|
self.NFSp = translate('OpenLP.Ui', 'No Files Selected', 'Plural')
|
||||||
self.NISs = translate('OpenLP.Ui', 'No Item Selected', 'Singular')
|
self.NISs = translate('OpenLP.Ui', 'No Item Selected', 'Singular')
|
||||||
self.NISp = translate('OpenLP.Ui', 'No Items Selected', 'Plural')
|
self.NISp = translate('OpenLP.Ui', 'No Items Selected', 'Plural')
|
||||||
self.OLPV2 = translate('OpenLP.Ui', 'OpenLP 2')
|
self.OLP = translate('OpenLP.Ui', 'OpenLP')
|
||||||
self.OLPV2x = translate('OpenLP.Ui', 'OpenLP 2.2')
|
self.OLPV2 = "%s %s" % (self.OLP, "2")
|
||||||
|
self.OLPV2x = "%s %s" % (self.OLP, "2.4")
|
||||||
self.OpenLPStart = translate('OpenLP.Ui', 'OpenLP is already running. Do you wish to continue?')
|
self.OpenLPStart = translate('OpenLP.Ui', 'OpenLP is already running. Do you wish to continue?')
|
||||||
self.OpenService = translate('OpenLP.Ui', 'Open service.')
|
self.OpenService = translate('OpenLP.Ui', 'Open service.')
|
||||||
self.PlaySlidesInLoop = translate('OpenLP.Ui', 'Play Slides in Loop')
|
self.PlaySlidesInLoop = translate('OpenLP.Ui', 'Play Slides in Loop')
|
||||||
|
Loading…
Reference in New Issue
Block a user