You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
4.4 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_location_geonames_import
  4. #
  5. # Translators:
  6. # Rudolf Schnapka <rs@techno-flex.de>, 2015-2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: partner-contact (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-02-21 16:57+0000\n"
  12. "PO-Revision-Date: 2017-02-24 22:42+0000\n"
  13. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
  14. "Language-Team: German (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/de/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: de\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: base_location_geonames_import
  21. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  22. msgid "Cancel"
  23. msgstr "abbrechen"
  24. #. module: base_location_geonames_import
  25. #: help:better.zip.geonames.import,title_case:0
  26. msgid "Converts retreived city and state names to Title Case."
  27. msgstr "Wandelt ermittelte Stadt und Bundesländer in Fall-Titel um"
  28. #. module: base_location_geonames_import
  29. #: field:better.zip.geonames.import,country_id:0
  30. msgid "Country"
  31. msgstr "Land"
  32. #. module: base_location_geonames_import
  33. #: field:better.zip.geonames.import,create_uid:0
  34. msgid "Created by"
  35. msgstr "erstellt von"
  36. #. module: base_location_geonames_import
  37. #: field:better.zip.geonames.import,create_date:0
  38. msgid "Created on"
  39. msgstr "erstellt am"
  40. #. module: base_location_geonames_import
  41. #: field:better.zip.geonames.import,display_name:0
  42. msgid "Display Name"
  43. msgstr "Anzeigename"
  44. #. module: base_location_geonames_import
  45. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  46. msgid ""
  47. "For the country selected above, this wizard will download the latest version"
  48. " of the list of cities from geonames.org, create new location entries if not"
  49. " found already in the system, and DELETE MISSING ENTRIES from new file."
  50. msgstr "Für das oben gewählte Land lädt der Assitent das aktuellste Städteverzeichnis von geonames.org, Legt neue Ortbezeichnungen an, wenn sie nicht bereits im System hinterlegt sind und löscht nicht vorhandene Einträge aus der neuen Datei. "
  51. #. module: base_location_geonames_import
  52. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:118
  53. #, python-format
  54. msgid "Got an error %d when trying to download the file %s."
  55. msgstr "Erhielt einen Fehler %d beim Versuch die Datei %s herunter zu laden."
  56. #. module: base_location_geonames_import
  57. #: field:better.zip.geonames.import,id:0
  58. msgid "ID"
  59. msgstr "ID"
  60. #. module: base_location_geonames_import
  61. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  62. msgid "Import"
  63. msgstr "Import"
  64. #. module: base_location_geonames_import
  65. #: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import
  66. msgid "Import Better Zip from Geonames"
  67. msgstr "Importiere bessere PLZ von geonames.org"
  68. #. module: base_location_geonames_import
  69. #: view:better.zip.geonames.import:base_location_geonames_import.better_zip_geonames_import_form
  70. #: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action
  71. #: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu
  72. msgid "Import from Geonames"
  73. msgstr "Importiere von Geonames"
  74. #. module: base_location_geonames_import
  75. #: field:better.zip.geonames.import,__last_update:0
  76. msgid "Last Modified on"
  77. msgstr "Zuletzt verändert am"
  78. #. module: base_location_geonames_import
  79. #: field:better.zip.geonames.import,write_uid:0
  80. msgid "Last Updated by"
  81. msgstr "zuletzt aktualisiert von"
  82. #. module: base_location_geonames_import
  83. #: field:better.zip.geonames.import,write_date:0
  84. msgid "Last Updated on"
  85. msgstr "zuletzt aktualisiert am"
  86. #. module: base_location_geonames_import
  87. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:65
  88. #, python-format
  89. msgid ""
  90. "The country code inside the file (%s) doesn't correspond to the selected "
  91. "country (%s)."
  92. msgstr "Die Landeskennung in der Datei (%s) passt nicht zum gewählten Land (%s)."
  93. #. module: base_location_geonames_import
  94. #: field:better.zip.geonames.import,title_case:0
  95. msgid "Title Case"
  96. msgstr "Fall-Bezeichnung"
  97. #. module: base_location_geonames_import
  98. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:94
  99. #, python-format
  100. msgid "Too many states with code %s for country %s"
  101. msgstr "Zu viele Bundesländer mit Schlüssel %s im Land %s"