302 lines
6.8 KiB
Plaintext
302 lines
6.8 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * web_gantt
|
|
#
|
|
# Translators:
|
|
# Marius Stedjan <marius@stedjan.com>, 2022
|
|
# Martin Trigaux, 2023
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0+e\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-05-16 16:03+0000\n"
|
|
"PO-Revision-Date: 2022-09-22 05:49+0000\n"
|
|
"Last-Translator: Martin Trigaux, 2023\n"
|
|
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
|
"Language: nb\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_controller.js:0
|
|
#, python-format
|
|
msgid "Are you sure to delete this record?"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#: model:ir.model,name:web_gantt.model_base
|
|
msgid "Base"
|
|
msgstr "Base"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#, python-format
|
|
msgid "Collapse rows"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_cell_buttons.xml:0
|
|
#: code:addons/web_gantt/static/src/gantt_controller.js:0
|
|
#, python-format
|
|
msgid "Create"
|
|
msgstr "Opprett"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "Day"
|
|
msgstr "Dag"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
|
#, python-format
|
|
msgid "Edit"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#, python-format
|
|
msgid "Expand rows"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_view.js:0
|
|
#, python-format
|
|
msgid "Gantt"
|
|
msgstr "Gantt"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "Gantt View"
|
|
msgstr "Gantt-visning"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Gantt child can only be field or template, got %s"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Gantt must have a 'date_start' attribute"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Gantt must have a 'date_stop' attribute"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Gantt must have a 'dependency_inverted_field' attribute once the 'dependency_field' is specified"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Gantt view can contain only one templates tag"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_model.js:0
|
|
#, python-format
|
|
msgid "Grouping by date is not supported"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/models.py:0
|
|
#, python-format
|
|
msgid "Insufficient fields for Gantt View!"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Invalid attributes (%s) in gantt view. Attributes must be in (%s)"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Invalid default_scale '%s' in gantt"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "Month"
|
|
msgstr "Måned"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_popover.xml:0
|
|
#, python-format
|
|
msgid "Name"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_controller.xml:0
|
|
#, python-format
|
|
msgid "New"
|
|
msgstr "Ny"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#, python-format
|
|
msgid "Next"
|
|
msgstr "Neste"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_controller.js:0
|
|
#, python-format
|
|
msgid "Open"
|
|
msgstr "Åpen"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
|
#, python-format
|
|
msgid "Plan"
|
|
msgstr "Planlegg"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_cell_buttons.xml:0
|
|
#, python-format
|
|
msgid "Plan existing"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#, python-format
|
|
msgid "Previous"
|
|
msgstr "Tilbake"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/models.py:0
|
|
#, python-format
|
|
msgid "Records that are in the past cannot be automatically rescheduled. They should be manually rescheduled instead."
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_popover.xml:0
|
|
#, python-format
|
|
msgid "Start"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_popover.xml:0
|
|
#, python-format
|
|
msgid "Stop"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#, python-format
|
|
msgid "Today"
|
|
msgstr "I dag"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
|
#, python-format
|
|
msgid "Total"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_model.js:0
|
|
#, python-format
|
|
msgid "Undefined %s"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
|
#: model:ir.model,name:web_gantt.model_ir_ui_view
|
|
#, python-format
|
|
msgid "View"
|
|
msgstr "Vis"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "Week"
|
|
msgstr "Uke"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "Year"
|
|
msgstr "År"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/models.py:0
|
|
#, python-format
|
|
msgid "You cannot reschedule %s towards %s."
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/models.py:0
|
|
#, python-format
|
|
msgid "You cannot reschedule tasks that do not follow a direct dependency path. Only the first task has been automatically rescheduled."
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "hours"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "minutes"
|
|
msgstr ""
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "months"
|
|
msgstr ""
|