|
2176 | 2176 | <value>DataGridView Default Error Dialog</value> |
2177 | 2177 | </data> |
2178 | 2178 | <data name="DataGridView_ErrorMessageText_NoException" xml:space="preserve"> |
2179 | | - <value>Exception occurred in the DataGridView.\r\n\r\nTo replace this default dialog box, handle the DataError event.</value> |
| 2179 | + <value>Exception occurred in the DataGridView. |
| 2180 | + |
| 2181 | +To replace this default dialog box, handle the DataError event.</value> |
2180 | 2182 | </data> |
2181 | 2183 | <data name="DataGridView_ErrorMessageText_WithException" xml:space="preserve"> |
2182 | | - <value>The following exception occurred in the DataGridView:\r\n\r\n{0}\r\n\r\nTo replace this default dialog please handle the DataError event.</value> |
| 2184 | + <value>The following exception occurred in the DataGridView: |
| 2185 | + |
| 2186 | +{0} |
| 2187 | + |
| 2188 | +To replace this default dialog please handle the DataError event.</value> |
2183 | 2189 | </data> |
2184 | 2190 | <data name="DataGridView_FirstDisplayedCellCannotBeAHeaderOrSharedCell" xml:space="preserve"> |
2185 | 2191 | <value>First displayed cell cannot be set to a header or shared cell.</value> |
|
3145 | 3151 | <value>&Continue</value> |
3146 | 3152 | </data> |
3147 | 3153 | <data name="ExDlgContinueErrorText" xml:space="preserve"> |
3148 | | - <value>Unhandled exception has occurred in a component in your application. If you click Continue, the application will ignore this error and attempt to continue.\r\n\r\n{0}.</value> |
| 3154 | + <value>Unhandled exception has occurred in a component in your application. If you click Continue, the application will ignore this error and attempt to continue. |
| 3155 | + |
| 3156 | +{0}.</value> |
3149 | 3157 | </data> |
3150 | 3158 | <data name="ExDlgDetailsText" xml:space="preserve"> |
3151 | 3159 | <value>Error Text</value> |
3152 | 3160 | </data> |
3153 | 3161 | <data name="ExDlgErrorText" xml:space="preserve"> |
3154 | | - <value>Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.\r\n\r\n{0}.</value> |
| 3162 | + <value>Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. |
| 3163 | + |
| 3164 | +{0}.</value> |
3155 | 3165 | </data> |
3156 | 3166 | <data name="ExDlgHelp" xml:space="preserve"> |
3157 | 3167 | <value>&Help</value> |
|
3160 | 3170 | <value>Exception Text</value> |
3161 | 3171 | </data> |
3162 | 3172 | <data name="ExDlgMsgFooterNonSwitchable" xml:space="preserve"> |
3163 | | - <value>Application does not support Windows Forms just-in-time (JIT)\r\ndebugging. Contact the application author for more\r\ninformation.\r\n</value> |
| 3173 | + <value>Application does not support Windows Forms just-in-time (JIT) |
| 3174 | +debugging. Contact the application author for more |
| 3175 | +information. |
| 3176 | +</value> |
3164 | 3177 | </data> |
3165 | 3178 | <data name="ExDlgMsgFooterSwitchable" xml:space="preserve"> |
3166 | 3179 | <value /> |
3167 | 3180 | </data> |
3168 | 3181 | <data name="ExDlgMsgHeaderNonSwitchable" xml:space="preserve"> |
3169 | | - <value>Application does not support just-in-time (JIT)\r\ndebugging. See the end of this message for details.\r\n</value> |
| 3182 | + <value>Application does not support just-in-time (JIT) |
| 3183 | +debugging. See the end of this message for details. |
| 3184 | +</value> |
3170 | 3185 | </data> |
3171 | 3186 | <data name="ExDlgMsgHeaderSwitchable" xml:space="preserve"> |
3172 | | - <value>See the end of this message for details on invoking \r\njust-in-time (JIT) debugging instead of this dialog box.\r\n</value> |
| 3187 | + <value>See the end of this message for details on invoking |
| 3188 | +just-in-time (JIT) debugging instead of this dialog box. |
| 3189 | +</value> |
3173 | 3190 | </data> |
3174 | 3191 | <data name="ExDlgMsgJITDebuggingSection" xml:space="preserve"> |
3175 | 3192 | <value>JIT Debugging</value> |
3176 | 3193 | </data> |
3177 | 3194 | <data name="ExDlgMsgLoadedAssembliesEntry" xml:space="preserve"> |
3178 | | - <value>{0}\r\n Assembly Version: {1}\r\n Win32 Version: {2}\r\n CodeBase: {3}\r\n</value> |
| 3195 | + <value>{0} |
| 3196 | + Assembly Version: {1} |
| 3197 | + Win32 Version: {2} |
| 3198 | + CodeBase: {3} |
| 3199 | +</value> |
3179 | 3200 | </data> |
3180 | 3201 | <data name="ExDlgMsgLoadedAssembliesSection" xml:space="preserve"> |
3181 | 3202 | <value>Loaded Assemblies</value> |
3182 | 3203 | </data> |
3183 | 3204 | <data name="ExDlgMsgSectionSeperator" xml:space="preserve"> |
3184 | | - <value>\r\n************** {0} **************\r\n</value> |
| 3205 | + <value> |
| 3206 | +************** {0} ************** |
| 3207 | +</value> |
3185 | 3208 | </data> |
3186 | 3209 | <data name="ExDlgMsgSeperator" xml:space="preserve"> |
3187 | | - <value>----------------------------------------\r\n</value> |
| 3210 | + <value>---------------------------------------- |
| 3211 | +</value> |
3188 | 3212 | </data> |
3189 | 3213 | <data name="ExDlgOk" xml:space="preserve"> |
3190 | 3214 | <value>OK</value> |
|
3193 | 3217 | <value>&Quit</value> |
3194 | 3218 | </data> |
3195 | 3219 | <data name="ExDlgSecurityContinueErrorText" xml:space="preserve"> |
3196 | | - <value>Application attempted to perform an operation not allowed by the security policy. To grant this application the required permission, contact your system administrator, or use the Microsoft .NET Framework Configuration tool.\r\n\r\nIf you click Continue, the application will ignore this error and attempt to continue.\r\n\r\n{1}.</value> |
| 3220 | + <value>Application attempted to perform an operation not allowed by the security policy. To grant this application the required permission, contact your system administrator, or use the Microsoft .NET Framework Configuration tool. |
| 3221 | + |
| 3222 | +If you click Continue, the application will ignore this error and attempt to continue. |
| 3223 | + |
| 3224 | +{1}.</value> |
3197 | 3225 | </data> |
3198 | 3226 | <data name="ExDlgSecurityErrorText" xml:space="preserve"> |
3199 | | - <value>Application attempted to perform an operation not allowed by the security policy. To grant this application the required permission, contact your system administrator, or use the Microsoft .NET Framework Configuration tool.\r\n\r\nIf you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.\r\n\r\n{1}.</value> |
| 3227 | + <value>Application attempted to perform an operation not allowed by the security policy. To grant this application the required permission, contact your system administrator, or use the Microsoft .NET Framework Configuration tool. |
| 3228 | + |
| 3229 | +If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. |
| 3230 | + |
| 3231 | +{1}.</value> |
3200 | 3232 | </data> |
3201 | 3233 | <data name="ExDlgShowDetails" xml:space="preserve"> |
3202 | 3234 | <value>&Details</value> |
|
3259 | 3291 | <value>Too many files selected. Select fewer files and try again.</value> |
3260 | 3292 | </data> |
3261 | 3293 | <data name="FileDialogCreatePrompt" xml:space="preserve"> |
3262 | | - <value>File {0} does not exist.\r\nDo you want to create it?</value> |
| 3294 | + <value>File {0} does not exist. |
| 3295 | +Do you want to create it?</value> |
3263 | 3296 | </data> |
3264 | 3297 | <data name="FileDialogFileNotFound" xml:space="preserve"> |
3265 | | - <value>File {0} does not exist.\r\nVerify that the correct file name was given.</value> |
| 3298 | + <value>File {0} does not exist. |
| 3299 | +Verify that the correct file name was given.</value> |
3266 | 3300 | </data> |
3267 | 3301 | <data name="FileDialogInvalidFileName" xml:space="preserve"> |
3268 | 3302 | <value>File {0} is not a valid file name.</value> |
|
3274 | 3308 | <value>Filter index not valid.</value> |
3275 | 3309 | </data> |
3276 | 3310 | <data name="FileDialogOverwritePrompt" xml:space="preserve"> |
3277 | | - <value>File {0} already exists.\r\nDo you want to replace it?</value> |
| 3311 | + <value>File {0} already exists. |
| 3312 | +Do you want to replace it?</value> |
3278 | 3313 | </data> |
3279 | 3314 | <data name="FileDialogSubLassFailure" xml:space="preserve"> |
3280 | 3315 | <value>Attempt to subclass a list box did not succeed. Not enough memory is available.</value> |
|
3622 | 3657 | <value>Cross-thread operation not valid: Control '{0}' accessed from a thread other than the thread it was created on.</value> |
3623 | 3658 | </data> |
3624 | 3659 | <data name="IllegalCrossThreadCallWithStack" xml:space="preserve"> |
3625 | | - <value>Cross-thread operation not valid: Control '{0}' accessed from a thread other than the thread it was created on.\r\nStack trace where the illegal operation occurred was:\r\n{1}"</value> |
| 3660 | + <value>Cross-thread operation not valid: Control '{0}' accessed from a thread other than the thread it was created on. |
| 3661 | +Stack trace where the illegal operation occurred was: |
| 3662 | +{1}"</value> |
3626 | 3663 | </data> |
3627 | 3664 | <data name="IllegalState" xml:space="preserve"> |
3628 | 3665 | <value>Internal state of the {1} class is not valid.</value> |
|
5626 | 5663 | <value>Security</value> |
5627 | 5664 | </data> |
5628 | 5665 | <data name="SecurityRestrictedText" xml:space="preserve"> |
5629 | | - <value>Window is running in a restricted mode. Some UI features may be disabled for security reasons. \r\n\r\nFor more information, contact your system administrator or the application author.</value> |
| 5666 | + <value>Window is running in a restricted mode. Some UI features may be disabled for security reasons. |
| 5667 | + |
| 5668 | +For more information, contact your system administrator or the application author.</value> |
5630 | 5669 | </data> |
5631 | 5670 | <data name="SecurityRestrictedWindowTextMixedZone" xml:space="preserve"> |
5632 | 5671 | <value>Mixed Zone</value> |
|
5674 | 5713 | <value>Source: {0}</value> |
5675 | 5714 | </data> |
5676 | 5715 | <data name="SecurityToolTipTextFormat" xml:space="preserve"> |
5677 | | - <value>{0}\r\n\r\n{1}</value> |
| 5716 | + <value>{0} |
| 5717 | + |
| 5718 | +{1}</value> |
5678 | 5719 | </data> |
5679 | 5720 | <data name="SecurityUnrestrictedText" xml:space="preserve"> |
5680 | | - <value>Window is running in an unrestricted mode. Although the main window is running unrestricted, some features may be disabled for security reasons. \r\n\r\nFor more information, contact your system administrator or the application author.</value> |
| 5721 | + <value>Window is running in an unrestricted mode. Although the main window is running unrestricted, some features may be disabled for security reasons. |
| 5722 | + |
| 5723 | +For more information, contact your system administrator or the application author.</value> |
5681 | 5724 | </data> |
5682 | 5725 | <data name="SecurityVersionColumn" xml:space="preserve"> |
5683 | 5726 | <value>Assembly Version</value> |
|
7051 | 7094 | <value>MoreInformationLink</value> |
7052 | 7095 | </data> |
7053 | 7096 | <data name="TrustManagerPromptUI_NoPublisherInstallQuestion" xml:space="preserve"> |
7054 | | - <value>Publisher cannot be verified.\r\nAre you sure you want to install this application?</value> |
| 7097 | + <value>Publisher cannot be verified. |
| 7098 | +Are you sure you want to install this application?</value> |
7055 | 7099 | </data> |
7056 | 7100 | <data name="TrustManagerPromptUI_NoPublisherRunQuestion" xml:space="preserve"> |
7057 | | - <value>Publisher cannot be verified.\r\nAre you sure you want to run this application?</value> |
| 7101 | + <value>Publisher cannot be verified. |
| 7102 | +Are you sure you want to run this application?</value> |
7058 | 7103 | </data> |
7059 | 7104 | <data name="TrustManagerPromptUI_Close" xml:space="preserve"> |
7060 | 7105 | <value>Close</value> |
|
0 commit comments