mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
changed 'Update from Git' to 'Update'
This commit is contained in:
parent
745fa9e985
commit
3eb6418e30
1
HISTORY
1
HISTORY
@ -368,3 +368,4 @@ Version 0.5.2
|
|||||||
- allow currentelements to use conditions
|
- allow currentelements to use conditions
|
||||||
- fixed bug searching channel logos with channelid
|
- fixed bug searching channel logos with channelid
|
||||||
- fixed bug in parsing printf text tokens
|
- fixed bug in parsing printf text tokens
|
||||||
|
- changed "Update from Git" to "Update"
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: vdr-skindesigner 0.0.1\n"
|
"Project-Id-Version: vdr-skindesigner 0.0.1\n"
|
||||||
"Report-Msgid-Bugs-To: <see README>\n"
|
"Report-Msgid-Bugs-To: <see README>\n"
|
||||||
"POT-Creation-Date: 2015-06-04 16:05+0200\n"
|
"POT-Creation-Date: 2015-06-13 15:07+0200\n"
|
||||||
"PO-Revision-Date: 2014-09-27 11:02+0200\n"
|
"PO-Revision-Date: 2014-09-27 11:02+0200\n"
|
||||||
"Last-Translator: Louis Braun <louis.braun@gmx.de>\n"
|
"Last-Translator: Louis Braun <louis.braun@gmx.de>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -51,8 +51,8 @@ msgstr "Lade Screenshots herunter..."
|
|||||||
msgid "Install Skin"
|
msgid "Install Skin"
|
||||||
msgstr "Installiere Skin"
|
msgstr "Installiere Skin"
|
||||||
|
|
||||||
msgid "Update from Git"
|
msgid "Update"
|
||||||
msgstr "Aus Git aktualisieren"
|
msgstr "Aktualisieren"
|
||||||
|
|
||||||
msgid "Delete Skin"
|
msgid "Delete Skin"
|
||||||
msgstr "Skin löschen"
|
msgstr "Skin löschen"
|
||||||
@ -155,3 +155,4 @@ msgstr "Unterstützte Plugins"
|
|||||||
|
|
||||||
msgid "Skin Designer"
|
msgid "Skin Designer"
|
||||||
msgstr "Skin Designer"
|
msgstr "Skin Designer"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: vdr-skindesigner 0.2.0\n"
|
"Project-Id-Version: vdr-skindesigner 0.2.0\n"
|
||||||
"Report-Msgid-Bugs-To: <see README>\n"
|
"Report-Msgid-Bugs-To: <see README>\n"
|
||||||
"POT-Creation-Date: 2015-06-04 16:05+0200\n"
|
"POT-Creation-Date: 2015-06-13 15:07+0200\n"
|
||||||
"PO-Revision-Date: 2015-01-25 01:25+0200\n"
|
"PO-Revision-Date: 2015-01-25 01:25+0200\n"
|
||||||
"Last-Translator: Rolf Ahrenberg\n"
|
"Last-Translator: Rolf Ahrenberg\n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
@ -51,7 +51,7 @@ msgstr ""
|
|||||||
msgid "Install Skin"
|
msgid "Install Skin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Update from Git"
|
msgid "Update"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Delete Skin"
|
msgid "Delete Skin"
|
||||||
|
4
setup.c
4
setup.c
@ -191,7 +191,7 @@ eOSState cSkinDesignerSetup::ProcessKey(eKeys Key) {
|
|||||||
cSkinRepo *repo = config.GetSkinRepo(currentSkin);
|
cSkinRepo *repo = config.GetSkinRepo(currentSkin);
|
||||||
if (repo) {
|
if (repo) {
|
||||||
if (repo->Type() == rtGit)
|
if (repo->Type() == rtGit)
|
||||||
SetHelp(tr("Update from Git"), NULL, tr("Delete Skin"), NULL);
|
SetHelp(tr("Update"), NULL, tr("Delete Skin"), NULL);
|
||||||
else
|
else
|
||||||
SetHelp(NULL, NULL, tr("Delete Skin"), NULL);
|
SetHelp(NULL, NULL, tr("Delete Skin"), NULL);
|
||||||
}
|
}
|
||||||
@ -424,7 +424,7 @@ void cSkindesignerSkinSetup::Set(void) {
|
|||||||
cSkinRepo *repo = config.GetSkinRepo(skin);
|
cSkinRepo *repo = config.GetSkinRepo(skin);
|
||||||
if (repo) {
|
if (repo) {
|
||||||
if (repo->Type() == rtGit)
|
if (repo->Type() == rtGit)
|
||||||
SetHelp(tr("Update from Git"), NULL, tr("Delete Skin"), NULL);
|
SetHelp(tr("Update"), NULL, tr("Delete Skin"), NULL);
|
||||||
else
|
else
|
||||||
SetHelp(NULL, NULL, tr("Delete Skin"), NULL);
|
SetHelp(NULL, NULL, tr("Delete Skin"), NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user