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.

121 lines
4.6 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_location_geonames_import
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: partner-contact (9.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2017-05-02 12:11+0000\n"
  11. "PO-Revision-Date: 2016-04-28 11:44+0000\n"
  12. "Last-Translator: <>\n"
  13. "Language-Team: Russian (http://www.transifex.com/oca/OCA-partner-contact-9-0/"
  14. "language/ru/)\n"
  15. "Language: ru\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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
  21. "%100>=11 && n%100<=14)? 2 : 3);\n"
  22. #. module: base_location_geonames_import
  23. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  24. msgid "Cancel"
  25. msgstr "Отменена"
  26. #. module: base_location_geonames_import
  27. #: model:ir.model.fields,help:base_location_geonames_import.field_better_zip_geonames_import_title_case
  28. msgid "Converts retreived city and state names to Title Case."
  29. msgstr ""
  30. #. module: base_location_geonames_import
  31. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_country_id
  32. msgid "Country"
  33. msgstr "Страна"
  34. #. module: base_location_geonames_import
  35. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_uid
  36. msgid "Created by"
  37. msgstr "Создано"
  38. #. module: base_location_geonames_import
  39. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_create_date
  40. msgid "Created on"
  41. msgstr "Создан"
  42. #. module: base_location_geonames_import
  43. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_display_name
  44. msgid "Display Name"
  45. msgstr ""
  46. #. module: base_location_geonames_import
  47. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  48. msgid ""
  49. "For the country selected above, this wizard will download the latest version "
  50. "of the list of cities from geonames.org, create new location entries if not "
  51. "found already in the system, and DELETE MISSING ENTRIES from new file."
  52. msgstr ""
  53. #. module: base_location_geonames_import
  54. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:118
  55. #, python-format
  56. msgid "Got an error %d when trying to download the file %s."
  57. msgstr ""
  58. #. module: base_location_geonames_import
  59. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_id
  60. msgid "ID"
  61. msgstr "ID"
  62. #. module: base_location_geonames_import
  63. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  64. msgid "Import"
  65. msgstr ""
  66. #. module: base_location_geonames_import
  67. #: model:ir.model,name:base_location_geonames_import.model_better_zip_geonames_import
  68. msgid "Import Better Zip from Geonames"
  69. msgstr ""
  70. #. module: base_location_geonames_import
  71. #: model:ir.actions.act_window,name:base_location_geonames_import.better_zip_geonames_import_action
  72. #: model:ir.ui.menu,name:base_location_geonames_import.better_zip_geonames_import_menu
  73. #: model:ir.ui.view,arch_db:base_location_geonames_import.better_zip_geonames_import_form
  74. msgid "Import from Geonames"
  75. msgstr ""
  76. #. module: base_location_geonames_import
  77. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import___last_update
  78. msgid "Last Modified on"
  79. msgstr ""
  80. #. module: base_location_geonames_import
  81. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_uid
  82. msgid "Last Updated by"
  83. msgstr "Последний раз обновлено"
  84. #. module: base_location_geonames_import
  85. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_write_date
  86. msgid "Last Updated on"
  87. msgstr "Последний раз обновлено"
  88. #. module: base_location_geonames_import
  89. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:65
  90. #, python-format
  91. msgid ""
  92. "The country code inside the file (%s) doesn't correspond to the selected "
  93. "country (%s)."
  94. msgstr ""
  95. #. module: base_location_geonames_import
  96. #: model:ir.model.fields,field_description:base_location_geonames_import.field_better_zip_geonames_import_title_case
  97. msgid "Title Case"
  98. msgstr ""
  99. #. module: base_location_geonames_import
  100. #: code:addons/base_location_geonames_import/wizard/geonames_import.py:94
  101. #, python-format
  102. msgid "Too many states with code %s for country %s"
  103. msgstr ""