StringResources.en-US.xaml 1.1 KB

1234567891011121314151617181920212223
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:system="clr-namespace:System;assembly=mscorlib">
  4. <!--WPFShowMessageBox-->
  5. <system:String x:Key="Detail">Detail</system:String>
  6. <system:String x:Key="Confirm">Confirm</system:String>
  7. <system:String x:Key="Cancel">Cancel</system:String>
  8. <system:String x:Key="Yes">Yes</system:String>
  9. <system:String x:Key="No">Yes</system:String>
  10. <!--Bottom_Frame-->
  11. <system:String x:Key="OverView">OverView</system:String>
  12. <system:String x:Key="RecipeView">Recipe</system:String>
  13. <!--RecipeEditView-->
  14. <system:String x:Key="GlobalLableButtonReload">Reload</system:String>
  15. <system:String x:Key="GlobalLableButtonSave">Save</system:String>
  16. <system:String x:Key="GlobalLableMenuNewRecipe">New Recipe</system:String>
  17. <system:String x:Key="GlobalLableMenuImportRecipe">Import Recipe</system:String>
  18. <system:String x:Key="GlobalLableMenuNewFolder">New Folder</system:String>
  19. <system:String x:Key="GlobalLableMsgInputRecipeName" >Input Recipe Name</system:String>
  20. </ResourceDictionary>