Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 87 additions & 3 deletions locale/sources/administration.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 15.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-18 20:35+0000\n"
"POT-Creation-Date: 2024-01-18 09:34+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -821,6 +821,90 @@ msgstr ""
msgid "If you don't have access/manage your email server, use :ref:`inbound messages <email_communication/inbound_messages>`."
msgstr ""

#: ../../content/administration/install/geo_ip.rst:3
msgid "Geo IP"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:6
msgid "This documentation only applies to On-premise databases."
msgstr ""

#: ../../content/administration/install/geo_ip.rst:9
msgid "Installation"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:12
msgid "Please note that the installation depends on your computer's operating system and distribution. We will assume that a Linux operating system is being used."
msgstr ""

#: ../../content/administration/install/geo_ip.rst:18
msgid "Install `geoip2 <https://pypi.org/project/geoip2/>`__ Python library"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:20
msgid "Download the `GeoLite2 City database <https://dev.maxmind.com/geoip/geoip2/geolite2/>`_. You should end up with a file called ``GeoLite2-City.mmdb``"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:25
msgid "Move the file to the folder ``/usr/share/GeoIP/``"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:27
msgid "Restart the server"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:30
msgid "If you can't/don't want to locate the geoip database in ``/usr/share/GeoIP/``, you can use the ``--geoip-db`` option of the Odoo command line interface. This option takes the absolute path to the GeoIP database file and uses it as the GeoIP database. For example:"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:39
msgid ":doc:`CLI documentation </developer/reference/cli>`."
msgstr ""

#: ../../content/administration/install/geo_ip.rst:42
msgid "``GeoIP`` Python library can also be used. However this version is discontinued since January 1. See `GeoLite Legacy databases are now discontinued <https://support.maxmind.com/geolite-legacy-discontinuation-notice/>`_"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:47
msgid "How to test GeoIP geolocation in your Odoo website"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:49
msgid "Go to your website. Open the web page that you want to test ``GeoIP``."
msgstr ""

#: ../../content/administration/install/geo_ip.rst:50
msgid "Choose :menuselection:`Customize --> HTML/CSS/JS Editor`."
msgstr ""

#: ../../content/administration/install/geo_ip.rst:51
msgid "Add the following piece of XML in the page :"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:57
msgid "You should end up with a dictionary indicating the location of the IP address."
msgstr ""

#: ../../content/administration/install/geo_ip.rst:63
msgid "If the curly braces are empty ``{}``, it can be for any of the following reasons :"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:65
msgid "The browsing IP address is the localhost (``127.0.0.1``) or a local area network one (``192.168.*.*``)"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:67
msgid "If a reversed proxy is used, make sure to configure it correctly. See :option:`proxy mode <odoo-bin --proxy-mode>`"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:69
msgid "``geoip2`` is not installed or the GeoIP database file wasn't found"
msgstr ""

#: ../../content/administration/install/geo_ip.rst:70
msgid "The GeoIP database was unable to resolve the given IP address"
msgstr ""

#: ../../content/administration/install/online.rst:3
msgid "Online"
msgstr ""
Expand Down Expand Up @@ -3079,11 +3163,11 @@ msgid "To remove users, select them and click :guilabel:`Remove`."
msgstr ""

#: ../../content/administration/maintain/odoo_online.rst:132
msgid ":doc:`../../applications/general/users/manage_users`"
msgid ":doc:`/applications/general/users/manage_users`"
msgstr ""

#: ../../content/administration/maintain/odoo_online.rst:133
msgid ":doc:`../../applications/general/users/delete_account`"
msgid ":doc:`/applications/general/users/odoo_account`"
msgstr ""

#: ../../content/administration/maintain/on_premise.rst:3
Expand Down
Loading