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.

230 lines
6.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_custom_info
  4. #
  5. # Translators:
  6. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  7. # Armando Vulcano Junior <vulcano@uol.com.br>, 2015
  8. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  9. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  10. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  11. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  12. # Paolo Valier, 2016
  13. # Pedro M. Baeza <pedro.baeza@gmail.com>, 2015
  14. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  15. msgid ""
  16. msgstr ""
  17. "Project-Id-Version: server-tools (8.0)\n"
  18. "Report-Msgid-Bugs-To: \n"
  19. "POT-Creation-Date: 2016-09-21 00:47+0000\n"
  20. "PO-Revision-Date: 2016-10-04 09:42+0000\n"
  21. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  22. "Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/language/de/)\n"
  23. "MIME-Version: 1.0\n"
  24. "Content-Type: text/plain; charset=UTF-8\n"
  25. "Content-Transfer-Encoding: \n"
  26. "Language: de\n"
  27. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  28. #. module: base_custom_info
  29. #: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
  30. msgid ""
  31. "<p class=\"oe_view_nocontent_create\">\n"
  32. " Click to define a new custom info template.\n"
  33. " </p><p>\n"
  34. " You must define a custom info template for each\n"
  35. " product properties group.\n"
  36. " </p>\n"
  37. " "
  38. msgstr ""
  39. #. module: base_custom_info
  40. #: model:ir.model,name:base_custom_info.model_custom_info_model_link
  41. msgid "A model that gets its ``ir.model`` computed"
  42. msgstr ""
  43. #. module: base_custom_info
  44. #: sql_constraint:custom.info.value:0
  45. msgid "Another property with that name exists for that resource."
  46. msgstr ""
  47. #. module: base_custom_info
  48. #: sql_constraint:custom.info.property:0
  49. msgid "Another property with that name exists for that template."
  50. msgstr ""
  51. #. module: base_custom_info
  52. #: sql_constraint:custom.info.template:0
  53. msgid "Another template with that name exists for that model."
  54. msgstr ""
  55. #. module: base_custom_info
  56. #: field:custom.info.property,create_uid:0
  57. #: field:custom.info.template,create_uid:0
  58. #: field:custom.info.value,create_uid:0
  59. msgid "Created by"
  60. msgstr "Erstellt von"
  61. #. module: base_custom_info
  62. #: field:custom.info.property,create_date:0
  63. #: field:custom.info.template,create_date:0
  64. #: field:custom.info.value,create_date:0
  65. msgid "Created on"
  66. msgstr "Erstellt am:"
  67. #. module: base_custom_info
  68. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info
  69. msgid "Custom Info"
  70. msgstr ""
  71. #. module: base_custom_info
  72. #: view:custom.info.template:base_custom_info.base_custom_info_template_form
  73. msgid "Custom Info Template"
  74. msgstr ""
  75. #. module: base_custom_info
  76. #: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
  77. msgid "Custom Info Template Properties"
  78. msgstr ""
  79. #. module: base_custom_info
  80. #: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
  81. #: view:custom.info.template:base_custom_info.base_custom_info_template_tree
  82. msgid "Custom Info Templates"
  83. msgstr ""
  84. #. module: base_custom_info
  85. #: field:custom.info,custom_info_template_id:0
  86. msgid "Custom Information Template"
  87. msgstr ""
  88. #. module: base_custom_info
  89. #: field:custom.info,custom_info_ids:0
  90. msgid "Custom Properties"
  91. msgstr ""
  92. #. module: base_custom_info
  93. #: view:custom.info.value:base_custom_info.base_custom_info_value_tree
  94. msgid "Custom Property Values"
  95. msgstr ""
  96. #. module: base_custom_info
  97. #: model:ir.model,name:base_custom_info.model_custom_info_property
  98. msgid "Custom information property"
  99. msgstr ""
  100. #. module: base_custom_info
  101. #: model:ir.model,name:base_custom_info.model_custom_info_template
  102. msgid "Custom information template"
  103. msgstr ""
  104. #. module: base_custom_info
  105. #: model:ir.model,name:base_custom_info.model_custom_info_value
  106. msgid "Custom information value"
  107. msgstr ""
  108. #. module: base_custom_info
  109. #: field:custom.info,display_name:0
  110. #: field:custom.info.model_link,display_name:0
  111. #: field:custom.info.property,display_name:0
  112. #: field:custom.info.template,display_name:0
  113. #: field:custom.info.value,display_name:0
  114. msgid "Display Name"
  115. msgstr "Anzeigename"
  116. #. module: base_custom_info
  117. #: field:custom.info,id:0 field:custom.info.model_link,id:0
  118. #: field:custom.info.property,id:0 field:custom.info.template,id:0
  119. #: field:custom.info.value,id:0
  120. msgid "ID"
  121. msgstr "ID"
  122. #. module: base_custom_info
  123. #: view:custom.info.template:base_custom_info.base_custom_info_template_form
  124. msgid "Info Lines"
  125. msgstr ""
  126. #. module: base_custom_info
  127. #: model:ir.model,name:base_custom_info.model_custom_info
  128. msgid "Inheritable abstract model to add custom info in any model"
  129. msgstr ""
  130. #. module: base_custom_info
  131. #: field:custom.info,__last_update:0
  132. #: field:custom.info.model_link,__last_update:0
  133. #: field:custom.info.property,__last_update:0
  134. #: field:custom.info.template,__last_update:0
  135. #: field:custom.info.value,__last_update:0
  136. msgid "Last Modified on"
  137. msgstr "Zuletzt geändert am"
  138. #. module: base_custom_info
  139. #: field:custom.info.property,write_uid:0
  140. #: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
  141. msgid "Last Updated by"
  142. msgstr "Zuletzt aktualisiert von"
  143. #. module: base_custom_info
  144. #: field:custom.info.property,write_date:0
  145. #: field:custom.info.template,write_date:0
  146. #: field:custom.info.value,write_date:0
  147. msgid "Last Updated on"
  148. msgstr "Zuletzt aktualisiert am"
  149. #. module: base_custom_info
  150. #: field:custom.info.model_link,model:0
  151. #: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
  152. #: field:custom.info.template,model_id:0 field:custom.info.value,model:0
  153. #: field:custom.info.value,model_id:0
  154. msgid "Model"
  155. msgstr "Modell"
  156. #. module: base_custom_info
  157. #: field:custom.info.property,name:0 field:custom.info.template,name:0
  158. #: field:custom.info.value,name:0
  159. msgid "Name"
  160. msgstr "Name"
  161. #. module: base_custom_info
  162. #: field:custom.info.template,info_ids:0
  163. #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
  164. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
  165. msgid "Properties"
  166. msgstr ""
  167. #. module: base_custom_info
  168. #: field:custom.info.value,property_id:0
  169. msgid "Property"
  170. msgstr ""
  171. #. module: base_custom_info
  172. #: field:custom.info.property,info_value_ids:0
  173. msgid "Property Values"
  174. msgstr ""
  175. #. module: base_custom_info
  176. #: field:custom.info.value,res_id:0
  177. msgid "Resource ID"
  178. msgstr "Ressourcen-ID"
  179. #. module: base_custom_info
  180. #: field:custom.info.property,template_id:0
  181. msgid "Template"
  182. msgstr ""
  183. #. module: base_custom_info
  184. #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action
  185. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template
  186. msgid "Templates"
  187. msgstr ""
  188. #. module: base_custom_info
  189. #: field:custom.info.value,value:0
  190. msgid "Value"
  191. msgstr ""
  192. #. module: base_custom_info
  193. #: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action
  194. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
  195. msgid "Values"
  196. msgstr "Werte"