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.

239 lines
7.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. # Antonio Trueba, 2016
  8. # FIRST AUTHOR <EMAIL@ADDRESS>, 2014
  9. # Hotellook, 2014
  10. # Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
  11. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  12. # Paolo Valier, 2016
  13. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  14. # SaFi J. <safi2266@gmail.com>, 2015
  15. msgid ""
  16. msgstr ""
  17. "Project-Id-Version: server-tools (8.0)\n"
  18. "Report-Msgid-Bugs-To: \n"
  19. "POT-Creation-Date: 2016-12-10 06:16+0000\n"
  20. "PO-Revision-Date: 2016-12-16 17:39+0000\n"
  21. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  22. "Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  23. "language/es/)\n"
  24. "Language: es\n"
  25. "MIME-Version: 1.0\n"
  26. "Content-Type: text/plain; charset=UTF-8\n"
  27. "Content-Transfer-Encoding: \n"
  28. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  29. #. module: base_custom_info
  30. #: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
  31. msgid ""
  32. "<p class=\"oe_view_nocontent_create\">\n"
  33. " Click to define a new custom info template.\n"
  34. " </p><p>\n"
  35. " You must define a custom info template for each\n"
  36. " product properties group.\n"
  37. " </p>\n"
  38. " "
  39. msgstr ""
  40. "<p class=\"oe_view_nocontent_create\">\n"
  41. "Pulsa para definir una nueva plantilla de información personalizada.\n"
  42. "</p><p>\n"
  43. "Debe definir una plantilla de información personalizada para cada diferente "
  44. "grupo de propiedades.\n"
  45. "</p>"
  46. #. module: base_custom_info
  47. #: model:ir.model,name:base_custom_info.model_custom_info_model_link
  48. msgid "A model that gets its ``ir.model`` computed"
  49. msgstr "Un modelo que obtiene su \"ir.model\" calculado"
  50. #. module: base_custom_info
  51. #: sql_constraint:custom.info.value:0
  52. msgid "Another property with that name exists for that resource."
  53. msgstr "Ya existe otra propiedad con ese nombre para ese recurso."
  54. #. module: base_custom_info
  55. #: sql_constraint:custom.info.property:0
  56. msgid "Another property with that name exists for that template."
  57. msgstr "Ya existe otra propiedad con ese nombre en esa plantilla."
  58. #. module: base_custom_info
  59. #: sql_constraint:custom.info.template:0
  60. msgid "Another template with that name exists for that model."
  61. msgstr "Ya existe otra plantilla con ese nombre para ese modelo."
  62. #. module: base_custom_info
  63. #: field:custom.info.property,create_uid:0
  64. #: field:custom.info.template,create_uid:0
  65. #: field:custom.info.value,create_uid:0
  66. msgid "Created by"
  67. msgstr "Creado por"
  68. #. module: base_custom_info
  69. #: field:custom.info.property,create_date:0
  70. #: field:custom.info.template,create_date:0
  71. #: field:custom.info.value,create_date:0
  72. msgid "Created on"
  73. msgstr "Creado el"
  74. #. module: base_custom_info
  75. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info
  76. msgid "Custom Info"
  77. msgstr "Información personalizada"
  78. #. module: base_custom_info
  79. #: view:custom.info.template:base_custom_info.base_custom_info_template_form
  80. msgid "Custom Info Template"
  81. msgstr "Plantilla de información personalizada"
  82. #. module: base_custom_info
  83. #: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
  84. msgid "Custom Info Template Properties"
  85. msgstr "Propiedades de la plantilla de información personalizada"
  86. #. module: base_custom_info
  87. #: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
  88. #: view:custom.info.template:base_custom_info.base_custom_info_template_tree
  89. msgid "Custom Info Templates"
  90. msgstr "Plantillas de información personalizada"
  91. #. module: base_custom_info
  92. #: field:custom.info,custom_info_template_id:0
  93. msgid "Custom Information Template"
  94. msgstr "Plantilla de información personalizada"
  95. #. module: base_custom_info
  96. #: field:custom.info,custom_info_ids:0
  97. msgid "Custom Properties"
  98. msgstr "Propiedades personalizadas"
  99. #. module: base_custom_info
  100. #: view:custom.info.value:base_custom_info.base_custom_info_value_tree
  101. msgid "Custom Property Values"
  102. msgstr "Valores de las propiedades personalizadas"
  103. #. module: base_custom_info
  104. #: model:ir.model,name:base_custom_info.model_custom_info_property
  105. msgid "Custom information property"
  106. msgstr "Propiedad de información personalizada"
  107. #. module: base_custom_info
  108. #: model:ir.model,name:base_custom_info.model_custom_info_template
  109. msgid "Custom information template"
  110. msgstr "Plantilla de información personalizada"
  111. #. module: base_custom_info
  112. #: model:ir.model,name:base_custom_info.model_custom_info_value
  113. msgid "Custom information value"
  114. msgstr "Valor de información personalizada"
  115. #. module: base_custom_info
  116. #: field:custom.info,display_name:0
  117. #: field:custom.info.model_link,display_name:0
  118. #: field:custom.info.property,display_name:0
  119. #: field:custom.info.template,display_name:0
  120. #: field:custom.info.value,display_name:0
  121. msgid "Display Name"
  122. msgstr "Nombre a mostrar"
  123. #. module: base_custom_info
  124. #: field:custom.info,id:0 field:custom.info.model_link,id:0
  125. #: field:custom.info.property,id:0 field:custom.info.template,id:0
  126. #: field:custom.info.value,id:0
  127. msgid "ID"
  128. msgstr "ID"
  129. #. module: base_custom_info
  130. #: view:custom.info.template:base_custom_info.base_custom_info_template_form
  131. msgid "Info Lines"
  132. msgstr "Líneas de información"
  133. #. module: base_custom_info
  134. #: model:ir.model,name:base_custom_info.model_custom_info
  135. msgid "Inheritable abstract model to add custom info in any model"
  136. msgstr ""
  137. "Modelo abstracto que se puede heredar para añadir información personalizada "
  138. "a cualquier modelo"
  139. #. module: base_custom_info
  140. #: field:custom.info,__last_update:0
  141. #: field:custom.info.model_link,__last_update:0
  142. #: field:custom.info.property,__last_update:0
  143. #: field:custom.info.template,__last_update:0
  144. #: field:custom.info.value,__last_update:0
  145. msgid "Last Modified on"
  146. msgstr "Última actualización por"
  147. #. module: base_custom_info
  148. #: field:custom.info.property,write_uid:0
  149. #: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
  150. msgid "Last Updated by"
  151. msgstr "Última actualización por"
  152. #. module: base_custom_info
  153. #: field:custom.info.property,write_date:0
  154. #: field:custom.info.template,write_date:0
  155. #: field:custom.info.value,write_date:0
  156. msgid "Last Updated on"
  157. msgstr "Última actualización el"
  158. #. module: base_custom_info
  159. #: field:custom.info.model_link,model:0
  160. #: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
  161. #: field:custom.info.template,model_id:0 field:custom.info.value,model:0
  162. #: field:custom.info.value,model_id:0
  163. msgid "Model"
  164. msgstr "Modelo"
  165. #. module: base_custom_info
  166. #: field:custom.info.property,name:0 field:custom.info.template,name:0
  167. #: field:custom.info.value,name:0
  168. msgid "Name"
  169. msgstr "Nombre"
  170. #. module: base_custom_info
  171. #: field:custom.info.template,info_ids:0
  172. #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
  173. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
  174. msgid "Properties"
  175. msgstr "Propiedades"
  176. #. module: base_custom_info
  177. #: field:custom.info.value,property_id:0
  178. msgid "Property"
  179. msgstr "Propiedad"
  180. #. module: base_custom_info
  181. #: field:custom.info.property,info_value_ids:0
  182. msgid "Property Values"
  183. msgstr "Valor de la propiedad"
  184. #. module: base_custom_info
  185. #: field:custom.info.value,res_id:0
  186. msgid "Resource ID"
  187. msgstr "ID del recurso"
  188. #. module: base_custom_info
  189. #: field:custom.info.property,template_id:0
  190. msgid "Template"
  191. msgstr "Plantilla"
  192. #. module: base_custom_info
  193. #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action
  194. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template
  195. msgid "Templates"
  196. msgstr "Plantillas"
  197. #. module: base_custom_info
  198. #: field:custom.info.value,value:0
  199. msgid "Value"
  200. msgstr "Valor"
  201. #. module: base_custom_info
  202. #: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action
  203. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
  204. msgid "Values"
  205. msgstr "Valores"