|
142 | 142 | <target state="new">Inherited control (Private)</target> |
143 | 143 | <note /> |
144 | 144 | </trans-unit> |
| 145 | + <trans-unit id="DesignSurfaceContainerDispose"> |
| 146 | + <source>The container cannot be disposed at design time.</source> |
| 147 | + <target state="new">The container cannot be disposed at design time.</target> |
| 148 | + <note /> |
| 149 | + </trans-unit> |
| 150 | + <trans-unit id="DesignSurfaceDesignerNotLoaded"> |
| 151 | + <source>Cannot create a view for this design surface because the designer is not loaded.</source> |
| 152 | + <target state="new">Cannot create a view for this design surface because the designer is not loaded.</target> |
| 153 | + <note /> |
| 154 | + </trans-unit> |
| 155 | + <trans-unit id="DesignSurfaceFatalError"> |
| 156 | + <source>An error occurred while loading the document. Fix the error, and then try loading the document again. The error message follows:\r\n\r\n{0}</source> |
| 157 | + <target state="new">An error occurred while loading the document. Fix the error, and then try loading the document again. The error message follows:\r\n\r\n{0}</target> |
| 158 | + <note /> |
| 159 | + </trans-unit> |
| 160 | + <trans-unit id="DesignSurfaceNoRootComponent"> |
| 161 | + <source>The designer loader did not provide a root component but has not indicated why.</source> |
| 162 | + <target state="new">The designer loader did not provide a root component but has not indicated why.</target> |
| 163 | + <note /> |
| 164 | + </trans-unit> |
| 165 | + <trans-unit id="DesignSurfaceNoSupportedTechnology"> |
| 166 | + <source>The designer loaded, but it does not offer a view compatible with this design surface.</source> |
| 167 | + <target state="new">The designer loaded, but it does not offer a view compatible with this design surface.</target> |
| 168 | + <note /> |
| 169 | + </trans-unit> |
| 170 | + <trans-unit id="DesignSurfaceServiceIsFixed"> |
| 171 | + <source>The service {0} cannot be removed from the service container.</source> |
| 172 | + <target state="new">The service {0} cannot be removed from the service container.</target> |
| 173 | + <note /> |
| 174 | + </trans-unit> |
| 175 | + <trans-unit id="DesignerActionPanel_CouldNotFindMethod"> |
| 176 | + <source>Could not find method '{0}'</source> |
| 177 | + <target state="new">Could not find method '{0}'</target> |
| 178 | + <note /> |
| 179 | + </trans-unit> |
| 180 | + <trans-unit id="DesignerHostCantDestroyInheritedComponent"> |
| 181 | + <source>Cannot remove or destroy inherited component '{0}'.</source> |
| 182 | + <target state="new">Cannot remove or destroy inherited component '{0}'.</target> |
| 183 | + <note /> |
| 184 | + </trans-unit> |
| 185 | + <trans-unit id="DesignerHostCyclicAdd"> |
| 186 | + <source>Cannot add an instance of {0} to the designer because it would create a circular dependency. Make sure that the type does not have the same namespace and type name as the root component {1}.</source> |
| 187 | + <target state="new">Cannot add an instance of {0} to the designer because it would create a circular dependency. Make sure that the type does not have the same namespace and type name as the root component {1}.</target> |
| 188 | + <note /> |
| 189 | + </trans-unit> |
| 190 | + <trans-unit id="DesignerHostDesignerNeedsComponent"> |
| 191 | + <source>Failure initializing the designer. It has no Component member.</source> |
| 192 | + <target state="new">Failure initializing the designer. It has no Component member.</target> |
| 193 | + <note /> |
| 194 | + </trans-unit> |
| 195 | + <trans-unit id="DesignerHostDestroyComponentTransaction"> |
| 196 | + <source>Deleting '{0}'.</source> |
| 197 | + <target state="new">Deleting '{0}'.</target> |
| 198 | + <note /> |
| 199 | + </trans-unit> |
| 200 | + <trans-unit id="DesignerHostDuplicateName"> |
| 201 | + <source>The name {0} is already in use by another component.</source> |
| 202 | + <target state="new">The name {0} is already in use by another component.</target> |
| 203 | + <note /> |
| 204 | + </trans-unit> |
| 205 | + <trans-unit id="DesignerHostFailedComponentCreate"> |
| 206 | + <source>Component of type {0} could not be created. Make sure the type implements IComponent and provides an appropriate public constructor. Appropriate constructors either take no parameters or take a single IContainer parameter.</source> |
| 207 | + <target state="new">Component of type {0} could not be created. Make sure the type implements IComponent and provides an appropriate public constructor. Appropriate constructors either take no parameters or take a single IContainer parameter.</target> |
| 208 | + <note /> |
| 209 | + </trans-unit> |
| 210 | + <trans-unit id="DesignerHostGenericTransactionName"> |
| 211 | + <source>No Description Available</source> |
| 212 | + <target state="new">No Description Available</target> |
| 213 | + <note /> |
| 214 | + </trans-unit> |
| 215 | + <trans-unit id="DesignerHostLoaderSpecified"> |
| 216 | + <source>A designer loader has already been configured for this design surface.</source> |
| 217 | + <target state="new">A designer loader has already been configured for this design surface.</target> |
| 218 | + <note /> |
| 219 | + </trans-unit> |
| 220 | + <trans-unit id="DesignerHostNestedTransaction"> |
| 221 | + <source>The designer transaction '{0}' cannot be committed or canceled because nested transaction '{1}' is still active. Commit or cancel the nested transaction first.</source> |
| 222 | + <target state="new">The designer transaction '{0}' cannot be committed or canceled because nested transaction '{1}' is still active. Commit or cancel the nested transaction first.</target> |
| 223 | + <note /> |
| 224 | + </trans-unit> |
| 225 | + <trans-unit id="DesignerHostNoBaseClass"> |
| 226 | + <source>Cannot open a designer for the file because the class within it does not inherit from a class that can be visually designed.</source> |
| 227 | + <target state="new">Cannot open a designer for the file because the class within it does not inherit from a class that can be visually designed.</target> |
| 228 | + <note /> |
| 229 | + </trans-unit> |
| 230 | + <trans-unit id="DesignerHostNoTopLevelDesigner"> |
| 231 | + <source>There is no designer for the class {0}.</source> |
| 232 | + <target state="new">There is no designer for the class {0}.</target> |
| 233 | + <note /> |
| 234 | + </trans-unit> |
| 235 | + <trans-unit id="DesignerHostUnloading"> |
| 236 | + <source>New components cannot be added while a designer is unloading.</source> |
| 237 | + <target state="new">New components cannot be added while a designer is unloading.</target> |
| 238 | + <note /> |
| 239 | + </trans-unit> |
145 | 240 | <trans-unit id="DesignerOptions_CodeGenDisplay"> |
146 | 241 | <source>Optimized Code Generation</source> |
147 | 242 | <target state="translated">Generování optimalizovaného kódu</target> |
|
257 | 352 | <target state="translated">Tento objekt IDataObject nepodporuje funkci SetData.</target> |
258 | 353 | <note /> |
259 | 354 | </trans-unit> |
| 355 | + <trans-unit id="ExtenderProviderServiceDuplicateProvider"> |
| 356 | + <source>The extender provider {0} has already been added as an extender. Adding another would result in duplicate properties.</source> |
| 357 | + <target state="new">The extender provider {0} has already been added as an extender. Adding another would result in duplicate properties.</target> |
| 358 | + <note /> |
| 359 | + </trans-unit> |
260 | 360 | <trans-unit id="InheritanceServiceReadOnlyCollection"> |
261 | 361 | <source>Read-Only</source> |
262 | 362 | <target state="new">Read-Only</target> |
|
307 | 407 | <target state="new">Data type {0} is not serializable. Items added to a property dictionary must be serializable.</target> |
308 | 408 | <note /> |
309 | 409 | </trans-unit> |
| 410 | + <trans-unit id="UndoEngineComponentAdd0"> |
| 411 | + <source>Add Component</source> |
| 412 | + <target state="new">Add Component</target> |
| 413 | + <note /> |
| 414 | + </trans-unit> |
| 415 | + <trans-unit id="UndoEngineComponentAdd1"> |
| 416 | + <source>Add {0}</source> |
| 417 | + <target state="new">Add {0}</target> |
| 418 | + <note /> |
| 419 | + </trans-unit> |
| 420 | + <trans-unit id="UndoEngineComponentChange0"> |
| 421 | + <source>Change Component</source> |
| 422 | + <target state="new">Change Component</target> |
| 423 | + <note /> |
| 424 | + </trans-unit> |
| 425 | + <trans-unit id="UndoEngineComponentChange1"> |
| 426 | + <source>Change {0}</source> |
| 427 | + <target state="new">Change {0}</target> |
| 428 | + <note /> |
| 429 | + </trans-unit> |
| 430 | + <trans-unit id="UndoEngineComponentChange2"> |
| 431 | + <source>Change {0}.{1}</source> |
| 432 | + <target state="new">Change {0}.{1}</target> |
| 433 | + <note /> |
| 434 | + </trans-unit> |
| 435 | + <trans-unit id="UndoEngineComponentRemove0"> |
| 436 | + <source>Remove Component</source> |
| 437 | + <target state="new">Remove Component</target> |
| 438 | + <note /> |
| 439 | + </trans-unit> |
| 440 | + <trans-unit id="UndoEngineComponentRemove1"> |
| 441 | + <source>Remove {0}</source> |
| 442 | + <target state="new">Remove {0}</target> |
| 443 | + <note /> |
| 444 | + </trans-unit> |
| 445 | + <trans-unit id="UndoEngineComponentRename"> |
| 446 | + <source>Rename {0} to {1}</source> |
| 447 | + <target state="new">Rename {0} to {1}</target> |
| 448 | + <note /> |
| 449 | + </trans-unit> |
| 450 | + <trans-unit id="UndoEngineMissingService"> |
| 451 | + <source>The service {0} is required but could not be found. If you have removed this service ensure that you provide a replacement.</source> |
| 452 | + <target state="new">The service {0} is required but could not be found. If you have removed this service ensure that you provide a replacement.</target> |
| 453 | + <note /> |
| 454 | + </trans-unit> |
310 | 455 | <trans-unit id="TrayAutoArrange"> |
311 | 456 | <source>Auto Arrange Tray Icons</source> |
312 | 457 | <target state="new">Auto Arrange Tray Icons</target> |
|
0 commit comments