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.

198 lines
6.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_custom_info
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2015-12-15 17:10+0100\n"
  10. "PO-Revision-Date: 2015-12-15 17:12+0100\n"
  11. "Last-Translator: \n"
  12. "Language-Team: \n"
  13. "Language: es\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  18. "X-Generator: Poedit 1.8.5\n"
  19. #. module: base_custom_info
  20. #: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
  21. msgid ""
  22. "<p class=\"oe_view_nocontent_create\">\n"
  23. " Click to define a new custom info template.\n"
  24. " </p><p>\n"
  25. " You must define a custom info template for each\n"
  26. " product properties group.\n"
  27. " </p>\n"
  28. " "
  29. msgstr ""
  30. "<p class=\"oe_view_nocontent_create\">\n"
  31. "Pulsa para definir una nueva plantilla de información personalizada.\n"
  32. "</p><p>\n"
  33. "Debe definir una plantilla de información personalizada para cada diferente grupo de propiedades.\n"
  34. "</p>"
  35. #. module: base_custom_info
  36. #: sql_constraint:custom.info.value:0
  37. msgid "Another property with that name exists for that resource."
  38. msgstr "Ya existe otra propiedad con ese nombre para ese recurso."
  39. #. module: base_custom_info
  40. #: sql_constraint:custom.info.property:0
  41. msgid "Another property with that name exists for that template."
  42. msgstr "Ya existe otra propiedad con ese nombre en esa plantilla."
  43. #. module: base_custom_info
  44. #: sql_constraint:custom.info.template:0
  45. msgid "Another template with that name exists for that model."
  46. msgstr "Ya existe otra plantilla con ese nombre para ese modelo."
  47. #. module: base_custom_info
  48. #: field:custom.info.property,create_uid:0
  49. #: field:custom.info.template,create_uid:0
  50. #: field:custom.info.value,create_uid:0
  51. msgid "Created by"
  52. msgstr "Creado por"
  53. #. module: base_custom_info
  54. #: field:custom.info.property,create_date:0
  55. #: field:custom.info.template,create_date:0
  56. #: field:custom.info.value,create_date:0
  57. msgid "Created on"
  58. msgstr "Creado el"
  59. #. module: base_custom_info
  60. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info
  61. msgid "Custom Info"
  62. msgstr "Información personalizada"
  63. #. module: base_custom_info
  64. #: view:custom.info.template:base_custom_info.base_custom_info_template_form
  65. msgid "Custom Info Template"
  66. msgstr "Plantilla de información personalizada"
  67. #. module: base_custom_info
  68. #: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
  69. msgid "Custom Info Template Properties"
  70. msgstr "Propiedades de la plantilla de información personalizada"
  71. #. module: base_custom_info
  72. #: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
  73. #: view:custom.info.template:base_custom_info.base_custom_info_template_tree
  74. msgid "Custom Info Templates"
  75. msgstr "Plantillas de información personalizada"
  76. #. module: base_custom_info
  77. #: field:custom.info,custom_info_template_id:0
  78. msgid "Custom Information Template"
  79. msgstr "Plantilla de información personalizada"
  80. #. module: base_custom_info
  81. #: field:custom.info,custom_info_ids:0
  82. msgid "Custom Properties"
  83. msgstr "Propiedades personalizadas"
  84. #. module: base_custom_info
  85. #: view:custom.info.value:base_custom_info.base_custom_info_value_tree
  86. msgid "Custom Property Values"
  87. msgstr "Valores de las propiedades personalizadas"
  88. #. module: base_custom_info
  89. #: model:ir.model,name:base_custom_info.model_custom_info_property
  90. msgid "Custom information property"
  91. msgstr "Propiedad de información personalizada"
  92. #. module: base_custom_info
  93. #: model:ir.model,name:base_custom_info.model_custom_info_template
  94. msgid "Custom information template"
  95. msgstr "Plantilla de información personalizada"
  96. #. module: base_custom_info
  97. #: model:ir.model,name:base_custom_info.model_custom_info_value
  98. msgid "Custom information value"
  99. msgstr "Valor de información personalizada"
  100. #. module: base_custom_info
  101. #: field:custom.info,id:0 field:custom.info.property,id:0
  102. #: field:custom.info.template,id:0 field:custom.info.value,id:0
  103. msgid "ID"
  104. msgstr "ID"
  105. #. module: base_custom_info
  106. #: view:custom.info.template:base_custom_info.base_custom_info_template_form
  107. msgid "Info Lines"
  108. msgstr "Líneas de información"
  109. #. module: base_custom_info
  110. #: model:ir.model,name:base_custom_info.model_custom_info
  111. msgid "Inheritable abstract model to add custom info in any model"
  112. msgstr "Modelo abstracto que se puede heredar para añadir información personalizada a cualquier modelo"
  113. #. module: base_custom_info
  114. #: field:custom.info.property,write_uid:0
  115. #: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
  116. msgid "Last Updated by"
  117. msgstr "Última actualización por"
  118. #. module: base_custom_info
  119. #: field:custom.info.property,write_date:0
  120. #: field:custom.info.template,write_date:0
  121. #: field:custom.info.value,write_date:0
  122. msgid "Last Updated on"
  123. msgstr "Última actualización el"
  124. #. module: base_custom_info
  125. #: field:custom.info.template,model_id:0 field:custom.info.value,model:0
  126. msgid "Model"
  127. msgstr "Modelo"
  128. #. module: base_custom_info
  129. #: field:custom.info.property,name:0 field:custom.info.template,name:0
  130. msgid "Name"
  131. msgstr "Nombre"
  132. #. module: base_custom_info
  133. #: field:custom.info.template,info_ids:0
  134. #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
  135. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
  136. msgid "Properties"
  137. msgstr "Propiedades"
  138. #. module: base_custom_info
  139. #: field:custom.info.value,property_id:0
  140. msgid "Property"
  141. msgstr "Propiedad"
  142. #. module: base_custom_info
  143. #: field:custom.info.property,info_value_ids:0
  144. msgid "Property Values"
  145. msgstr "Valor de la propiedad"
  146. #. module: base_custom_info
  147. #: field:custom.info.value,res_id:0
  148. msgid "Resource ID"
  149. msgstr "ID del recurso"
  150. #. module: base_custom_info
  151. #: field:custom.info.property,template_id:0
  152. msgid "Template"
  153. msgstr "Plantilla"
  154. #. module: base_custom_info
  155. #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action
  156. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template
  157. msgid "Templates"
  158. msgstr "Plantillas"
  159. #. module: base_custom_info
  160. #: field:custom.info.value,value:0
  161. msgid "Value"
  162. msgstr "Valor"
  163. #. module: base_custom_info
  164. #: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action
  165. #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
  166. msgid "Values"
  167. msgstr "Valores"