Skip to content

Commit

Permalink
Merge pull request #12878 from ronie/currentwindow
Browse files Browse the repository at this point in the history
language file - update window names
  • Loading branch information
ronie committed Oct 10, 2017
2 parents f4f0121 + f775fdf commit 229f830
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 87 deletions.
448 changes: 368 additions & 80 deletions addons/resource.language.en_gb/resources/strings.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion addons/skin.estouchy/xml/DialogGameControllers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<description>Reset button</description>
<width>200</width>
<include>ButtonInfoDialogsCommonValues</include>
<label>10035</label>
<label>13007</label>
</control>
<control type="button" id="20">
<description>More</description>
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.estouchy/xml/DialogPVRGuideSearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<description>Defaults button</description>
<width>200</width>
<include>ButtonInfoDialogsCommonValues</include>
<label>10035</label>
<label>13007</label>
</control>
<control type="button" id="25">
<description>Cancel button</description>
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.estouchy/xml/GameOSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<font>font25</font>
<texturefocus>list_focus.png</texturefocus>
<texturenofocus></texturenofocus>
<label>$LOCALIZE[10035]</label>
<label>$LOCALIZE[13007]</label>
<label2>Select + B</label2>
<onclick>PlayerControl(Reset)</onclick>
</control>
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.estuary/xml/DialogGameControllers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<include content="DefaultDialogButton">
<param name="width" value="350" />
<param name="id" value="19" />
<param name="label" value="$LOCALIZE[10035]" />
<param name="label" value="$LOCALIZE[13007]" />
</include>
<include content="DefaultDialogButton">
<param name="width" value="350" />
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.estuary/xml/DialogPVRGuideSearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
</include>
<include content="DefaultDialogButton">
<param name="id" value="28" />
<param name="label" value="$LOCALIZE[10035]" />
<param name="label" value="$LOCALIZE[13007]" />
</include>
<include content="DefaultDialogButton">
<param name="id" value="25" />
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.estuary/xml/GameOSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</item>
<item id="102">
<description>Reset button</description>
<label>$LOCALIZE[10035]</label>
<label>$LOCALIZE[13007]</label>
<label2>Select + B</label2>
<icon>osd/fullscreen/buttons/reset.png</icon>
<onclick>PlayerControl(Reset)</onclick>
Expand Down
2 changes: 1 addition & 1 deletion xbmc/dialogs/GUIDialogMediaSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ void CGUIDialogMediaSource::SetTypeOfMedia(const std::string &type, bool editNot
else if (type == "music")
heading = g_localizeStrings.Get(10049);
else if (type == "pictures")
heading = g_localizeStrings.Get(10050);
heading = g_localizeStrings.Get(13006);
else if (type == "games")
heading = g_localizeStrings.Get(35251); // "Add game source"
else if (type == "programs")
Expand Down

0 comments on commit 229f830

Please sign in to comment.