Skip to content

Commit

Permalink
add eu portuguese and turkish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
duchuule committed Oct 9, 2015
1 parent 6dac305 commit a8efcbd
Show file tree
Hide file tree
Showing 8 changed files with 1,414 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DirectXPage.xaml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ DirectXPage::DirectXPage():
this->m_main->emulator->RestoreHidConfig();
Platform::String^ notification = EventHandlerForDevice::Current->DeviceInformation->Name + " " + loader->GetString("IsConnectedText");
if (!App::IsPremium)
notification += " " + "To use it, please go to Settings to watch a video.";
notification += " " + loader->GetString("WatchVideoPrompt");
this->ShowNotification(notification);
}
else
Expand All @@ -313,7 +313,7 @@ DirectXPage::DirectXPage():
}
else if (totalHIDDeviceNumber > 0)
{
this->ShowNotification("A new HID gampad is detected. Please go to Settings to configure it.");
this->ShowNotification(loader->GetString("NewGamePadText"));
return create_task([] {});
}
else
Expand Down
6 changes: 5 additions & 1 deletion HelpPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<LineBreak />
<Run Text="- Rahadian Rihadi for Indonesian translation."/>
<LineBreak />
<Run Text="- Luiz Alberto for Portuguese translation."/>
<Run Text="- Luiz Alberto for Brazillian Portuguese translation."/>
<LineBreak />
<Run Text="- Vladislav Beliy for Ukrainian translation."/>
<LineBreak />
Expand All @@ -107,6 +107,10 @@
<LineBreak />
<Run Text="- Danupol Intranurak for Thai translation."/>
<LineBreak />
<Run Text="- Ali Ciddi for Turkish translation."/>
<LineBreak />
<Run Text="- Flávio Marta for European Portuguese translation."/>
<LineBreak />
<LineBreak />
<Run Text="The author is not responsible for any illegal use of this software. Further more, there is no warranty for this software and the author is not liable for any damages."/>
<LineBreak/>
Expand Down
2 changes: 1 addition & 1 deletion Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="16994Sparksoft.VBA10" Publisher="CN=9289A21E-3389-49E2-A9E0-46AA1289C3CB" Version="1.19.189.0" />
<Identity Name="16994Sparksoft.VBA10" Publisher="CN=9289A21E-3389-49E2-A9E0-46AA1289C3CB" Version="1.20.192.0" />
<mp:PhoneIdentity PhoneProductId="2b9558e5-6253-426c-8989-3284f508e743" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>VBA10</DisplayName>
Expand Down
6 changes: 6 additions & 0 deletions Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -693,4 +693,10 @@
<data name="SETTINGS.Text" xml:space="preserve">
<value>SETTINGS</value>
</data>
<data name="NewGamePadText" xml:space="preserve">
<value>A new HID gampad is detected. Please go to Settings to configure it.</value>
</data>
<data name="WatchVideoPrompt" xml:space="preserve">
<value>To use it, please go to Settings to watch a video.</value>
</data>
</root>
Loading

0 comments on commit a8efcbd

Please sign in to comment.