-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8d04ba
commit db0ae24
Showing
2 changed files
with
114 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib"> | ||
<sys:String x:Key="LOCMenuItemRenameRegionInNameDescription">Rename selected MAME games</sys:String> | ||
<sys:String x:Key="LOCMenuItemRenameNoRegionInNameDescription">Rename selected MAME games (Without region in game name)</sys:String> | ||
<sys:String x:Key="LOCMameExecutableSelectMessage">Select the MAME executable.</sys:String> | ||
<sys:String x:Key="LOCMenuItemSetSnapAsBackgroundDescription">Import snapshots of selected game(s) as Background images from MAME into Playnite</sys:String> | ||
<sys:String x:Key="LOCMenuItemSetSnapAsCoverDescription">Import snapshots of selected game(s) as Cover images from MAME into Playnite</sys:String><sys:String x:Key="LOCMameExecutableSelectMessage">Select the MAME executable.</sys:String> | ||
<sys:String x:Key="LOCMameExecutablePathSavedMessage">MAME executable path saved.</sys:String> | ||
<sys:String x:Key="LOCMameExecutableNotFoundMessage" xml:space="preserve">MAME executable not found in {0}. | ||
Please run the extension again to configure it to the correct location.</sys:String> | ||
<sys:String x:Key="LOCResultsMessage">Changed the name of {0} game(s).</sys:String> | ||
<sys:String x:Key="LOCSnapshotsImportResultsMessage" xml:space="preserve">Imported snapshots of {0} game(s) to Playnite. | ||
{0} gamee(s) have a missing snapshot or are not MAME games.</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