|
2 | 2 | <!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage="en"> |
3 | 3 | <context> |
4 | 4 | <name>global</name> |
5 | | - <message> |
6 | | - <location filename="../qgist/workbench/ui_manager.py" line="134"/> |
7 | | - <source>New work bench</source> |
8 | | - <translation type="unfinished"></translation> |
9 | | - </message> |
10 | 5 | <message> |
11 | 6 | <location filename="../qgist/workbench/ui_manager_base.py" line="74"/> |
12 | 7 | <source>Workbench Configuration</source> |
|
72 | 67 | <source>Warning</source> |
73 | 68 | <translation type="unfinished"></translation> |
74 | 69 | </message> |
75 | | - <message> |
76 | | - <location filename="../qgist/msg.py" line="63"/> |
77 | | - <source>Internal error. No description can be provided. Please file a bug.</source> |
78 | | - <translation type="unfinished"></translation> |
79 | | - </message> |
80 | 70 | <message> |
81 | 71 | <location filename="../qgist/workbench/dtype_fsm.py" line="60"/> |
82 | 72 | <source>"workbench_list" must be a list. (dtype_fsm)</source> |
|
252 | 242 | <source>Qgist Work&bench</source> |
253 | 243 | <translation type="unfinished"></translation> |
254 | 244 | </message> |
| 245 | + <message> |
| 246 | + <location filename="../qgist/msg.py" line="58"/> |
| 247 | + <source>"exception" must be of type Exception. (msg)</source> |
| 248 | + <translation type="unfinished"></translation> |
| 249 | + </message> |
| 250 | + <message> |
| 251 | + <location filename="../qgist/msg.py" line="60"/> |
| 252 | + <source>"widget" must be of type QWidget or None. (msg)</source> |
| 253 | + <translation type="unfinished"></translation> |
| 254 | + </message> |
| 255 | + <message> |
| 256 | + <location filename="../qgist/msg.py" line="63"/> |
| 257 | + <source>Internal error. No description can be provided. Please file a bug. (msg)</source> |
| 258 | + <translation type="unfinished"></translation> |
| 259 | + </message> |
| 260 | + <message> |
| 261 | + <location filename="../qgist/config.py" line="67"/> |
| 262 | + <source>QGIS settings path does not point to a directory. (config path)</source> |
| 263 | + <translation type="unfinished"></translation> |
| 264 | + </message> |
| 265 | + <message> |
| 266 | + <location filename="../qgist/config.py" line="69"/> |
| 267 | + <source>QGIS settings path does not exist. (config path)</source> |
| 268 | + <translation type="unfinished"></translation> |
| 269 | + </message> |
| 270 | + <message> |
| 271 | + <location filename="../qgist/config.py" line="73"/> |
| 272 | + <source>QGIS plugin configuration path exists but is not a directory. (config path)</source> |
| 273 | + <translation type="unfinished"></translation> |
| 274 | + </message> |
| 275 | + <message> |
| 276 | + <location filename="../qgist/config.py" line="79"/> |
| 277 | + <source>QGIST configuration path exists but is not a directory. (config path)</source> |
| 278 | + <translation type="unfinished"></translation> |
| 279 | + </message> |
| 280 | + <message> |
| 281 | + <location filename="../qgist/config.py" line="95"/> |
| 282 | + <source>"fn" must be str. (config)</source> |
| 283 | + <translation type="unfinished"></translation> |
| 284 | + </message> |
| 285 | + <message> |
| 286 | + <location filename="../qgist/config.py" line="101"/> |
| 287 | + <source>Parent of "fn" must exists. (config)</source> |
| 288 | + <translation type="unfinished"></translation> |
| 289 | + </message> |
| 290 | + <message> |
| 291 | + <location filename="../qgist/config.py" line="103"/> |
| 292 | + <source>Parent of "fn" must be a directory. (config)</source> |
| 293 | + <translation type="unfinished"></translation> |
| 294 | + </message> |
| 295 | + <message> |
| 296 | + <location filename="../qgist/config.py" line="108"/> |
| 297 | + <source>"fn" must be a file. (config)</source> |
| 298 | + <translation type="unfinished"></translation> |
| 299 | + </message> |
| 300 | + <message> |
| 301 | + <location filename="../qgist/config.py" line="112"/> |
| 302 | + <source>Configuration data must be a dict. (config)</source> |
| 303 | + <translation type="unfinished"></translation> |
| 304 | + </message> |
| 305 | + <message> |
| 306 | + <location filename="../qgist/config.py" line="117"/> |
| 307 | + <source>"name" must be str. (config getitem)</source> |
| 308 | + <translation type="unfinished"></translation> |
| 309 | + </message> |
| 310 | + <message> |
| 311 | + <location filename="../qgist/config.py" line="119"/> |
| 312 | + <source>Unknown configuration field "name". (config getitem)</source> |
| 313 | + <translation type="unfinished"></translation> |
| 314 | + </message> |
| 315 | + <message> |
| 316 | + <location filename="../qgist/config.py" line="126"/> |
| 317 | + <source>"name" must be str. (config setitem)</source> |
| 318 | + <translation type="unfinished"></translation> |
| 319 | + </message> |
| 320 | + <message> |
| 321 | + <location filename="../qgist/config.py" line="128"/> |
| 322 | + <source>"value" contains not allowed types. (config setitem)</source> |
| 323 | + <translation type="unfinished"></translation> |
| 324 | + </message> |
| 325 | + <message> |
| 326 | + <location filename="../qgist/config.py" line="174"/> |
| 327 | + <source>Could not backup old configuration before saving new - too many old backups. (config save)</source> |
| 328 | + <translation type="unfinished"></translation> |
| 329 | + </message> |
| 330 | + <message> |
| 331 | + <location filename="../qgist/workbench/dtype_uielement.py" line="63"/> |
| 332 | + <source>"internal_name" must be str. (dtype_uielement)</source> |
| 333 | + <translation type="unfinished"></translation> |
| 334 | + </message> |
| 335 | + <message> |
| 336 | + <location filename="../qgist/workbench/dtype_uielement.py" line="65"/> |
| 337 | + <source>Unnamed UI element. (dtype_uielement)</source> |
| 338 | + <translation type="unfinished"></translation> |
| 339 | + </message> |
| 340 | + <message> |
| 341 | + <location filename="../qgist/workbench/dtype_uielement.py" line="69"/> |
| 342 | + <source>"translated_name" must be str. (dtype_uielement)</source> |
| 343 | + <translation type="unfinished"></translation> |
| 344 | + </message> |
| 345 | + <message> |
| 346 | + <location filename="../qgist/workbench/dtype_uielement.py" line="73"/> |
| 347 | + <source>"visibility" must be bool. (dtype_uielement)</source> |
| 348 | + <translation type="unfinished"></translation> |
| 349 | + </message> |
| 350 | + <message> |
| 351 | + <location filename="../qgist/workbench/dtype_uielement.py" line="78"/> |
| 352 | + <source>"uiobject" must be either QToolBar or QDockWidget. (dtype_uielement)</source> |
| 353 | + <translation type="unfinished"></translation> |
| 354 | + </message> |
| 355 | + <message> |
| 356 | + <location filename="../qgist/workbench/dtype_uielement.py" line="115"/> |
| 357 | + <source>"value" must be bool. (dtype_uielement setVisible)</source> |
| 358 | + <translation type="unfinished"></translation> |
| 359 | + </message> |
| 360 | + <message> |
| 361 | + <location filename="../qgist/workbench/dtype_uielement.py" line="131"/> |
| 362 | + <source>"value" must be bool. (dtype_uielement existence)</source> |
| 363 | + <translation type="unfinished"></translation> |
| 364 | + </message> |
| 365 | + <message> |
| 366 | + <location filename="../qgist/workbench/dtype_uielement.py" line="133"/> |
| 367 | + <source>"value" can only be set to false. (dtype_uielement existence)</source> |
| 368 | + <translation type="unfinished"></translation> |
| 369 | + </message> |
| 370 | + <message> |
| 371 | + <location filename="../qgist/workbench/dtype_uielement.py" line="146"/> |
| 372 | + <source>"name_internal" must not be changed. (dtype_uielement name_internal)</source> |
| 373 | + <translation type="unfinished"></translation> |
| 374 | + </message> |
| 375 | + <message> |
| 376 | + <location filename="../qgist/workbench/dtype_uielement.py" line="156"/> |
| 377 | + <source>"name_translated" must not be changed. (dtype_uielement name_internal)</source> |
| 378 | + <translation type="unfinished"></translation> |
| 379 | + </message> |
| 380 | + <message> |
| 381 | + <location filename="../qgist/workbench/dtype_uielement.py" line="167"/> |
| 382 | + <source>"visibility" must be bool. (dtype_uielement visibility)</source> |
| 383 | + <translation type="unfinished"></translation> |
| 384 | + </message> |
| 385 | + <message> |
| 386 | + <location filename="../qgist/workbench/dtype_uielement.py" line="175"/> |
| 387 | + <source>"uiobject" must be either QToolBar or QDockWidget. (dtype_uielement from_uiobject)</source> |
| 388 | + <translation type="unfinished"></translation> |
| 389 | + </message> |
| 390 | + <message> |
| 391 | + <location filename="../qgist/workbench/ui_manager.py" line="77"/> |
| 392 | + <source>"plugin_root_fld" must be str. (ui_manager)</source> |
| 393 | + <translation type="unfinished"></translation> |
| 394 | + </message> |
| 395 | + <message> |
| 396 | + <location filename="../qgist/workbench/ui_manager.py" line="79"/> |
| 397 | + <source>"plugin_root_fld" must exists. (ui_manager)</source> |
| 398 | + <translation type="unfinished"></translation> |
| 399 | + </message> |
| 400 | + <message> |
| 401 | + <location filename="../qgist/workbench/ui_manager.py" line="81"/> |
| 402 | + <source>"plugin_root_fld" must be a directory. (ui_manager)</source> |
| 403 | + <translation type="unfinished"></translation> |
| 404 | + </message> |
| 405 | + <message> |
| 406 | + <location filename="../qgist/workbench/ui_manager.py" line="83"/> |
| 407 | + <source>"mainwindow" must be a QGIS mainwindow. (ui_manager)</source> |
| 408 | + <translation type="unfinished"></translation> |
| 409 | + </message> |
| 410 | + <message> |
| 411 | + <location filename="../qgist/workbench/ui_manager.py" line="85"/> |
| 412 | + <source>"combobox_workbench" must be a QGis mainwindow. (ui_manager)</source> |
| 413 | + <translation type="unfinished"></translation> |
| 414 | + </message> |
| 415 | + <message> |
| 416 | + <location filename="../qgist/workbench/ui_manager.py" line="87"/> |
| 417 | + <source>"combobox_workbench_update" must be callable. (ui_manager)</source> |
| 418 | + <translation type="unfinished"></translation> |
| 419 | + </message> |
| 420 | + <message> |
| 421 | + <location filename="../qgist/workbench/ui_manager.py" line="89"/> |
| 422 | + <source>"fsm" must be a workbench finite state machine. (ui_manager)</source> |
| 423 | + <translation type="unfinished"></translation> |
| 424 | + </message> |
| 425 | + <message> |
| 426 | + <location filename="../qgist/workbench/dtype_workbench.py" line="72"/> |
| 427 | + <source>"name" must be str. (dtype_workbench)</source> |
| 428 | + <translation type="unfinished"></translation> |
| 429 | + </message> |
| 430 | + <message> |
| 431 | + <location filename="../qgist/workbench/dtype_workbench.py" line="74"/> |
| 432 | + <source>"name" must not be empty. (dtype_workbench)</source> |
| 433 | + <translation type="unfinished"></translation> |
| 434 | + </message> |
| 435 | + <message> |
| 436 | + <location filename="../qgist/workbench/dtype_workbench.py" line="82"/> |
| 437 | + <source>"mainwindow_state" must either be str or bytes. (dtype_workbench)</source> |
| 438 | + <translation type="unfinished"></translation> |
| 439 | + </message> |
| 440 | + <message> |
| 441 | + <location filename="../qgist/workbench/dtype_workbench.py" line="85"/> |
| 442 | + <source>"mainwindow" must be a QGIS mainwindow. (dtype_workbench)</source> |
| 443 | + <translation type="unfinished"></translation> |
| 444 | + </message> |
| 445 | + <message> |
| 446 | + <location filename="../qgist/workbench/dtype_workbench.py" line="88"/> |
| 447 | + <source>"toolbars_list" must be a list. (dtype_workbench)</source> |
| 448 | + <translation type="unfinished"></translation> |
| 449 | + </message> |
| 450 | + <message> |
| 451 | + <location filename="../qgist/workbench/dtype_workbench.py" line="90"/> |
| 452 | + <source>"dockwidgets_list" must be a list. (dtype_workbench)</source> |
| 453 | + <translation type="unfinished"></translation> |
| 454 | + </message> |
| 455 | + <message> |
| 456 | + <location filename="../qgist/workbench/dtype_workbench.py" line="92"/> |
| 457 | + <source>Items in "toolbars_list" must be dicts. (dtype_workbench)</source> |
| 458 | + <translation type="unfinished"></translation> |
| 459 | + </message> |
| 460 | + <message> |
| 461 | + <location filename="../qgist/workbench/dtype_workbench.py" line="94"/> |
| 462 | + <source>Items in "dockwidgets_list" must be dicts. (dtype_workbench)</source> |
| 463 | + <translation type="unfinished"></translation> |
| 464 | + </message> |
| 465 | + <message> |
| 466 | + <location filename="../qgist/workbench/dtype_workbench.py" line="117"/> |
| 467 | + <source>Not enough parameters, two expected. (dtype_workbench item)</source> |
| 468 | + <translation type="unfinished"></translation> |
| 469 | + </message> |
| 470 | + <message> |
| 471 | + <location filename="../qgist/workbench/dtype_workbench.py" line="119"/> |
| 472 | + <source>Wrong number of parameters, two expected. (dtype_workbench item)</source> |
| 473 | + <translation type="unfinished"></translation> |
| 474 | + </message> |
| 475 | + <message> |
| 476 | + <location filename="../qgist/workbench/dtype_workbench.py" line="124"/> |
| 477 | + <source>"item_type" must be str. (dtype_workbench item)</source> |
| 478 | + <translation type="unfinished"></translation> |
| 479 | + </message> |
| 480 | + <message> |
| 481 | + <location filename="../qgist/workbench/dtype_workbench.py" line="126"/> |
| 482 | + <source>Unknown "item_type". (dtype_workbench item)</source> |
| 483 | + <translation type="unfinished"></translation> |
| 484 | + </message> |
| 485 | + <message> |
| 486 | + <location filename="../qgist/workbench/dtype_workbench.py" line="131"/> |
| 487 | + <source>"item_name" must be str. (dtype_workbench item)</source> |
| 488 | + <translation type="unfinished"></translation> |
| 489 | + </message> |
| 490 | + <message> |
| 491 | + <location filename="../qgist/workbench/dtype_workbench.py" line="133"/> |
| 492 | + <source>"item_name" is not a known item. (dtype_workbench item)</source> |
| 493 | + <translation type="unfinished"></translation> |
| 494 | + </message> |
| 495 | + <message> |
| 496 | + <location filename="../qgist/workbench/dtype_workbench.py" line="140"/> |
| 497 | + <source>"mainwindow" must be a QGIS mainwindow. (dtype_workbench activate)</source> |
| 498 | + <translation type="unfinished"></translation> |
| 499 | + </message> |
| 500 | + <message> |
| 501 | + <location filename="../qgist/workbench/dtype_workbench.py" line="153"/> |
| 502 | + <source>"mainwindow" must be a QGIS mainwindow. (dtype_workbench save)</source> |
| 503 | + <translation type="unfinished"></translation> |
| 504 | + </message> |
| 505 | + <message> |
| 506 | + <location filename="../qgist/workbench/dtype_workbench.py" line="222"/> |
| 507 | + <source>New value of "name" must be a str. (dtype_workbench name)</source> |
| 508 | + <translation type="unfinished"></translation> |
| 509 | + </message> |
| 510 | + <message> |
| 511 | + <location filename="../qgist/workbench/dtype_workbench.py" line="224"/> |
| 512 | + <source>New value of "name" must not be empty. (dtype_workbench name)</source> |
| 513 | + <translation type="unfinished"></translation> |
| 514 | + </message> |
| 515 | + <message> |
| 516 | + <location filename="../qgist/workbench/dtype_workbench.py" line="235"/> |
| 517 | + <source>"mainwindow" must be a QGIS mainwindow. (dtype_workbench from_mainwindow)</source> |
| 518 | + <translation type="unfinished"></translation> |
| 519 | + </message> |
255 | 520 | </context> |
256 | 521 | </TS> |
0 commit comments