Revision db8a9589 trunk/Pithos.Client.WPF/Properties/Resources.Designer.cs

b/trunk/Pithos.Client.WPF/Properties/Resources.Designer.cs
70 70
        }
71 71
        
72 72
        /// <summary>
73
        ///   Looks up a localized string similar to Oops! Pithos has a crack!.
74
        /// </summary>
75
        internal static string Error_Title {
76
            get {
77
                return ResourceManager.GetString("Error_Title", resourceCulture);
78
            }
79
        }
80
        
81
        /// <summary>
82
        ///   Looks up a localized string similar to Please help us improve Pithos by submitting the error and a description of what you were doing before the error occured.
83
        /// </summary>
84
        internal static string Please_Submit_Error {
85
            get {
86
                return ResourceManager.GetString("Please_Submit_Error", resourceCulture);
87
            }
88
        }
89
        
90
        /// <summary>
73 91
        ///   Looks up a localized string similar to The Startup Delay must be greater or equal to 0.
74 92
        /// </summary>
75 93
        internal static string PreferencesViewModel_StartupDelay_Greater_or_equal_to_0 {
......
77 95
                return ResourceManager.GetString("PreferencesViewModel_StartupDelay_Greater_or_equal_to_0", resourceCulture);
78 96
            }
79 97
        }
98
        
99
        /// <summary>
100
        ///   Looks up a localized string similar to An unexpected error occured..
101
        /// </summary>
102
        internal static string Unexpected_Error {
103
            get {
104
                return ResourceManager.GetString("Unexpected_Error", resourceCulture);
105
            }
106
        }
107
        
108
        /// <summary>
109
        ///   Looks up a localized string similar to An unexpected error occured. The application must terminate.
110
        /// </summary>
111
        internal static string Unexpected_Error_Terminating {
112
            get {
113
                return ResourceManager.GetString("Unexpected_Error_Terminating", resourceCulture);
114
            }
115
        }
116
        
117
        /// <summary>
118
        ///   Looks up a localized string similar to We apologize for the inconvenience..
119
        /// </summary>
120
        internal static string We_Apologize {
121
            get {
122
                return ResourceManager.GetString("We_Apologize", resourceCulture);
123
            }
124
        }
80 125
    }
81 126
}

Also available in: Unified diff