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.

209 lines
6.2 KiB

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