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.

193 lines
5.7 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_location
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: base_location
  16. #: model:res.city,name:base_location.demo_brussels_city
  17. msgid "Brussels"
  18. msgstr ""
  19. #. module: base_location
  20. #: model:ir.model.fields,help:base_location.field_res_company__country_enforce_cities
  21. msgid "Check this box to ensure every address created in that country has a 'City' chosen in the list of the country's cities."
  22. msgstr ""
  23. #. module: base_location
  24. #: model:ir.actions.act_window,name:base_location.action_res_city_full
  25. #: model:ir.ui.menu,name:base_location.locations_menu_cities
  26. msgid "Cities"
  27. msgstr ""
  28. #. module: base_location
  29. #: model:ir.model,name:base_location.model_res_city
  30. #: model:ir.model.fields,field_description:base_location.field_res_city_zip__city_id
  31. msgid "City"
  32. msgstr ""
  33. #. module: base_location
  34. #: model:ir.model.fields,field_description:base_location.field_res_company__city_id
  35. msgid "City ID"
  36. msgstr ""
  37. #. module: base_location
  38. #: model_terms:ir.ui.view,arch_db:base_location.view_company_form_city
  39. #: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
  40. msgid "City completion"
  41. msgstr ""
  42. #. module: base_location
  43. #: model:ir.model,name:base_location.model_res_city_zip
  44. msgid "City/locations completion object"
  45. msgstr ""
  46. #. module: base_location
  47. #: model:ir.model,name:base_location.model_res_company
  48. msgid "Companies"
  49. msgstr ""
  50. #. module: base_location
  51. #: model:ir.model,name:base_location.model_res_partner
  52. msgid "Contact"
  53. msgstr ""
  54. #. module: base_location
  55. #: model_terms:ir.ui.view,arch_db:base_location.view_country_search
  56. msgid "Country"
  57. msgstr ""
  58. #. module: base_location
  59. #: model:ir.model.fields,field_description:base_location.field_res_city_zip__create_uid
  60. msgid "Created by"
  61. msgstr ""
  62. #. module: base_location
  63. #: model:ir.model.fields,field_description:base_location.field_res_city_zip__create_date
  64. msgid "Created on"
  65. msgstr ""
  66. #. module: base_location
  67. #: model:ir.model.fields,field_description:base_location.field_res_city_zip__display_name
  68. msgid "Display Name"
  69. msgstr ""
  70. #. module: base_location
  71. #: model_terms:ir.actions.act_window,help:base_location.action_res_city_full
  72. msgid "Display and manage the list of all cities that can be assigned to\n"
  73. " your partner records. Note that an option can be set on each country separately\n"
  74. " to enforce any address of it to have a city in this list."
  75. msgstr ""
  76. #. module: base_location
  77. #: model:ir.model.fields,field_description:base_location.field_res_company__country_enforce_cities
  78. msgid "Enforce Cities"
  79. msgstr ""
  80. #. module: base_location
  81. #: model:ir.model.fields,field_description:base_location.field_res_city_zip__id
  82. msgid "ID"
  83. msgstr ""
  84. #. module: base_location
  85. #: model:ir.model.fields,field_description:base_location.field_res_city_zip____last_update
  86. msgid "Last Modified on"
  87. msgstr ""
  88. #. module: base_location
  89. #: model:ir.model.fields,field_description:base_location.field_res_city_zip__write_uid
  90. msgid "Last Updated by"
  91. msgstr ""
  92. #. module: base_location
  93. #: model:ir.model.fields,field_description:base_location.field_res_city_zip__write_date
  94. msgid "Last Updated on"
  95. msgstr ""
  96. #. module: base_location
  97. #: model_terms:ir.ui.view,arch_db:base_location.view_partner_form
  98. msgid "Location completion"
  99. msgstr ""
  100. #. module: base_location
  101. #: model:ir.actions.act_window,name:base_location.action_zip_tree
  102. msgid "Locations"
  103. msgstr ""
  104. #. module: base_location
  105. #: model_terms:ir.ui.view,arch_db:base_location.view_city_zip_filter
  106. msgid "Search zip"
  107. msgstr ""
  108. #. module: base_location
  109. #: code:addons/base_location/models/res_partner.py:69
  110. #, python-format
  111. msgid "The city of partner %s differs from that in location %s"
  112. msgstr ""
  113. #. module: base_location
  114. #: code:addons/base_location/models/res_partner.py:65
  115. #, python-format
  116. msgid "The country of the partner %s differs from that in location %s"
  117. msgstr ""
  118. #. module: base_location
  119. #: code:addons/base_location/models/res_partner.py:61
  120. #, python-format
  121. msgid "The state of the partner %s differs from that in location %s"
  122. msgstr ""
  123. #. module: base_location
  124. #: model:ir.model.fields,help:base_location.field_res_company__zip_id
  125. msgid "Use the city name or the zip code to search the location"
  126. msgstr ""
  127. #. module: base_location
  128. #: sql_constraint:res.city:0
  129. msgid "You already have a city with that name in the same state.The city must have a unique name within it's state and it's country"
  130. msgstr ""
  131. #. module: base_location
  132. #: sql_constraint:res.city.zip:0
  133. msgid "You already have a zip with that code in the same city. The zip code must be unique within it's city"
  134. msgstr ""
  135. #. module: base_location
  136. #: model:ir.model.fields,field_description:base_location.field_res_city_zip__name
  137. msgid "ZIP"
  138. msgstr ""
  139. #. module: base_location
  140. #: model:ir.model.fields,field_description:base_location.field_res_company__zip_id
  141. #: model:ir.model.fields,field_description:base_location.field_res_partner__zip_id
  142. #: model:ir.model.fields,field_description:base_location.field_res_users__zip_id
  143. msgid "ZIP Location"
  144. msgstr ""
  145. #. module: base_location
  146. #: model_terms:ir.ui.view,arch_db:base_location.city_zip_form
  147. msgid "Zip"
  148. msgstr ""
  149. #. module: base_location
  150. #: model:ir.ui.menu,name:base_location.locations_menu_zips
  151. #: model_terms:ir.ui.view,arch_db:base_location.city_zip_tree
  152. #: model_terms:ir.ui.view,arch_db:base_location.view_city_form
  153. #: model_terms:ir.ui.view,arch_db:base_location.view_res_country_city_better_zip_form
  154. msgid "Zips"
  155. msgstr ""
  156. #. module: base_location
  157. #: model:ir.model.fields,field_description:base_location.field_res_city__zip_ids
  158. msgid "Zips in this city"
  159. msgstr ""