StringResources.en-US.xaml 671 B

123456789101112131415
  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. </ResourceDictionary>