-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize translations to make it reusable
- Loading branch information
1 parent
2dbb788
commit 25b8597
Showing
11 changed files
with
89 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,16 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<sys:String x:Key="LOCGogOssCometCustomPath">Comet Path</sys:String> | ||
<sys:String x:Key="LOCGogOssCometNotInstalled">Comet is not installed.</sys:String> | ||
<sys:String x:Key="LOCGogOssCometVersion">Comet version</sys:String> | ||
<sys:String x:Key="LOCGogOssCometBinary">Comet binary</sys:String> | ||
<sys:String x:Key="LOCGogOssGogdlCustomPath">Gogdl Path</sys:String> | ||
<sys:String x:Key="LOCGogOssGogdlVersion">Gogdl version</sys:String> | ||
<sys:String x:Key="LOCGogOssGogdlBinary">Gogdl binary</sys:String> | ||
<sys:String x:Key="LOCGogOssGogdlNotInstalled">Gogdl is not installed.</sys:String> | ||
<sys:String x:Key="LOCGogOssUseVerticalCovers">Use vertical covers</sys:String> | ||
<sys:String x:Key="LOCGogOssLanguage">Language</sys:String> | ||
<sys:String x:Key="LOCGogOssBetaChannel">Beta channel</sys:String> | ||
<sys:String x:Key="LOCGogOssGameNotInstallable">{0} doesn't appear to be installable. Check downloadable content at {1}.</sys:String> | ||
<sys:String x:Key="LOCGogOssDownloadManagerWhatsUp">The download will start soon. You can see its status by accessing GOG OSS Panel via Menu => View or sidebar.</sys:String> | ||
<sys:String x:Key="LOCGogOssPanel">GOG OSS Panel</sys:String> | ||
<sys:String x:Key="LOCGogOssDownloadAlreadyExists">{0} is already in the download list. You can see status of the download by accessing GOG OSS Panel via Menu => View or sidebar.</sys:String> | ||
<sys:String x:Key="LOCGogOssDownloadAlreadyExistsOther">Following games are already in the download list: {0}. You can see status of the download by accessing GOG OSS Panel via Menu => View or sidebar.</sys:String> | ||
<sys:String x:Key="LOCGogOssEnableCometSupport">Enable Comet support</sys:String> | ||
<sys:String x:Key="LOCGogOssEnableCometSupportToolTip">It's required for achievements, leaderboards and multiplayer mode, but may cause problems with operation of some games.</sys:String> | ||
<sys:String x:Key="LOCGogOssCometUpdatePolicy">Check for Comet and Gogdl updates</sys:String> | ||
<sys:String x:Key="LOCGogOssGamesUpdatesUnderway">Updates for games from GOG are being downloaded.</sys:String> | ||
<sys:String x:Key="LOCGogOssMigrateGamesGog">Migrate all games from GOG plugin</sys:String> | ||
<sys:String x:Key="LOCGogOssMigratingGamesGog">Migrating all games from GOG plugin...</sys:String> | ||
<sys:String x:Key="LOCGogOssMigrationConfirm">All games will be removed from GOG plugin and moved to GOG OSS. Are you sure you want to do this?</sys:String> | ||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters