nb.po 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_totp
  4. #
  5. # Translators:
  6. # Mads Søndergaard, 2022
  7. # Marius Stedjan <marius@stedjan.com>, 2022
  8. # Jorunn D. Newth, 2022
  9. # Martin Trigaux, 2022
  10. # Thor Arne Hvidsten <thor.arne.hvidsten@gmail.com>, 2022
  11. # Fredrik Ahlsen <fredrik@gdx.no>, 2023
  12. #
  13. msgid ""
  14. msgstr ""
  15. "Project-Id-Version: Odoo Server 16.0beta\n"
  16. "Report-Msgid-Bugs-To: \n"
  17. "POT-Creation-Date: 2022-10-10 10:22+0000\n"
  18. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  19. "Last-Translator: Fredrik Ahlsen <fredrik@gdx.no>, 2023\n"
  20. "Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
  21. "MIME-Version: 1.0\n"
  22. "Content-Type: text/plain; charset=UTF-8\n"
  23. "Content-Transfer-Encoding: \n"
  24. "Language: nb\n"
  25. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  26. #. module: auth_totp
  27. #: code:addons/auth_totp/controllers/home.py:0
  28. #, python-format
  29. msgid "%(browser)s on %(platform)s"
  30. msgstr ""
  31. #. module: auth_totp
  32. #: model:ir.model,name:auth_totp.model_auth_totp_wizard
  33. msgid "2-Factor Setup Wizard"
  34. msgstr ""
  35. #. module: auth_totp
  36. #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0
  37. #, python-format
  38. msgid "2-Factor authentication is now enabled."
  39. msgstr ""
  40. #. module: auth_totp
  41. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  42. msgid ""
  43. "<i title=\"Documentation\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>\n"
  44. " Learn More"
  45. msgstr ""
  46. #. module: auth_totp
  47. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  48. msgid ""
  49. "<i title=\"Documentation\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>\n"
  50. " Learn More"
  51. msgstr ""
  52. #. module: auth_totp
  53. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  54. msgid ""
  55. "<span attrs=\"{'invisible': [('totp_enabled', '=', False)]}\" class=\"text-"
  56. "muted\">This account is protected!</span>"
  57. msgstr ""
  58. #. module: auth_totp
  59. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  60. msgid ""
  61. "<span attrs=\"{'invisible': [('totp_enabled', '=', False)]}\" class=\"text-"
  62. "muted\">Your account is protected!</span>"
  63. msgstr ""
  64. #. module: auth_totp
  65. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  66. msgid ""
  67. "<span class=\"d-md-none d-block\">Or install an authenticator app</span>\n"
  68. " <span class=\"d-none d-md-block\">Install an authenticator app on your mobile device</span>"
  69. msgstr ""
  70. #. module: auth_totp
  71. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  72. msgid ""
  73. "<span class=\"d-none d-md-block\">When requested to do so, scan the barcode below</span>\n"
  74. " <span class=\"d-block d-md-none\">When requested to do so, copy the key below</span>"
  75. msgstr ""
  76. #. module: auth_totp
  77. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  78. msgid ""
  79. "<span class=\"text-muted\">Popular ones include Authy, Google Authenticator "
  80. "or the Microsoft Authenticator.</span>"
  81. msgstr ""
  82. #. module: auth_totp
  83. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  84. msgid "Account Security"
  85. msgstr "Konto Sikkerhet"
  86. #. module: auth_totp
  87. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  88. msgid "Activate"
  89. msgstr "Aktiver"
  90. #. module: auth_totp
  91. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  92. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  93. msgid "Added On"
  94. msgstr ""
  95. #. module: auth_totp
  96. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  97. msgid ""
  98. "Are you sure? The user may be asked to enter two-factor codes again on those"
  99. " devices"
  100. msgstr ""
  101. #. module: auth_totp
  102. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  103. msgid ""
  104. "Are you sure? You may be asked to enter two-factor codes again on those "
  105. "devices"
  106. msgstr ""
  107. #. module: auth_totp
  108. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  109. msgid "Authentication Code"
  110. msgstr ""
  111. #. module: auth_totp
  112. #: model:ir.model,name:auth_totp.model_auth_totp_device
  113. msgid "Authentication Device"
  114. msgstr ""
  115. #. module: auth_totp
  116. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  117. msgid "Authenticator App Setup"
  118. msgstr ""
  119. #. module: auth_totp
  120. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  121. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  122. msgid "Cancel"
  123. msgstr "Kanseller"
  124. #. module: auth_totp
  125. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  126. msgid "Cannot scan it?"
  127. msgstr ""
  128. #. module: auth_totp
  129. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  130. msgid "Click on this link to open your authenticator app"
  131. msgstr ""
  132. #. module: auth_totp
  133. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__create_uid
  134. msgid "Created by"
  135. msgstr "Opprettet av"
  136. #. module: auth_totp
  137. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__create_date
  138. msgid "Created on"
  139. msgstr "Opprettet"
  140. #. module: auth_totp
  141. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__create_date
  142. msgid "Creation Date"
  143. msgstr "Opprettelsesdato"
  144. #. module: auth_totp
  145. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__name
  146. msgid "Description"
  147. msgstr "Beskrivelse"
  148. #. module: auth_totp
  149. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  150. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  151. msgid "Device"
  152. msgstr "Enhet"
  153. #. module: auth_totp
  154. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  155. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  156. msgid "Disable 2FA"
  157. msgstr ""
  158. #. module: auth_totp
  159. #: model:ir.actions.server,name:auth_totp.action_disable_totp
  160. msgid "Disable two-factor authentication"
  161. msgstr ""
  162. #. module: auth_totp
  163. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__display_name
  164. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__display_name
  165. msgid "Display Name"
  166. msgstr "Visningsnavn"
  167. #. module: auth_totp
  168. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  169. msgid "Don't ask again on this device"
  170. msgstr ""
  171. #. module: auth_totp
  172. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  173. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  174. msgid "Enable 2FA"
  175. msgstr ""
  176. #. module: auth_totp
  177. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  178. msgid "Enter your six-digit code below"
  179. msgstr ""
  180. #. module: auth_totp
  181. #: model:ir.model,name:auth_totp.model_ir_http
  182. msgid "HTTP Routing"
  183. msgstr "HTTP-ruting"
  184. #. module: auth_totp
  185. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__id
  186. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__id
  187. msgid "ID"
  188. msgstr "ID"
  189. #. module: auth_totp
  190. #: code:addons/auth_totp/controllers/home.py:0
  191. #, python-format
  192. msgid "Invalid authentication code format."
  193. msgstr ""
  194. #. module: auth_totp
  195. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device____last_update
  196. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard____last_update
  197. msgid "Last Modified on"
  198. msgstr "Sist endret"
  199. #. module: auth_totp
  200. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__write_uid
  201. msgid "Last Updated by"
  202. msgstr "Sist oppdatert av"
  203. #. module: auth_totp
  204. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__write_date
  205. msgid "Last Updated on"
  206. msgstr "Sist oppdatert"
  207. #. module: auth_totp
  208. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  209. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  210. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  211. msgid "Learn More"
  212. msgstr ""
  213. #. module: auth_totp
  214. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  215. msgid "Log in"
  216. msgstr "Logg inn"
  217. #. module: auth_totp
  218. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  219. msgid "Look for an \"Add an account\" button"
  220. msgstr ""
  221. #. module: auth_totp
  222. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  223. msgid "On Apple Store"
  224. msgstr "I Apple Store"
  225. #. module: auth_totp
  226. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  227. msgid "On Google Play"
  228. msgstr ""
  229. #. module: auth_totp
  230. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__qrcode
  231. msgid "Qrcode"
  232. msgstr ""
  233. #. module: auth_totp
  234. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  235. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  236. msgid "Revoke"
  237. msgstr "Trekk tilbake"
  238. #. module: auth_totp
  239. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  240. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  241. msgid "Revoke All"
  242. msgstr ""
  243. #. module: auth_totp
  244. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__scope
  245. msgid "Scope"
  246. msgstr ""
  247. #. module: auth_totp
  248. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__secret
  249. msgid "Secret"
  250. msgstr "Hemmelighet"
  251. #. module: auth_totp
  252. #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0
  253. #, python-format
  254. msgid "The verification code should only contain numbers"
  255. msgstr ""
  256. #. module: auth_totp
  257. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  258. msgid ""
  259. "To login, enter below the six-digit authentication code provided by your Authenticator app.\n"
  260. " <br/>"
  261. msgstr ""
  262. #. module: auth_totp
  263. #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_secret
  264. msgid "Totp Secret"
  265. msgstr ""
  266. #. module: auth_totp
  267. #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_trusted_device_ids
  268. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  269. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  270. msgid "Trusted Devices"
  271. msgstr ""
  272. #. module: auth_totp
  273. #: code:addons/auth_totp/models/res_users.py:0
  274. #, python-format
  275. msgid "Two-Factor Authentication Activation"
  276. msgstr ""
  277. #. module: auth_totp
  278. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  279. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  280. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  281. msgid "Two-factor Authentication"
  282. msgstr "To-faktor Autentisering"
  283. #. module: auth_totp
  284. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  285. msgid ""
  286. "Two-factor Authentication (\"2FA\") is a system of double authentication.\n"
  287. " The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n"
  288. " Popular ones include Authy, Google Authenticator or the Microsoft Authenticator."
  289. msgstr ""
  290. #. module: auth_totp
  291. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  292. msgid ""
  293. "Two-factor Authentication (\"2FA\") is a system of double authentication.\n"
  294. " The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n"
  295. " Popular ones include Authy, Google Authenticator or the Microsoft Authenticator."
  296. msgstr ""
  297. #. module: auth_totp
  298. #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_enabled
  299. msgid "Two-factor authentication"
  300. msgstr ""
  301. #. module: auth_totp
  302. #: model_terms:ir.ui.view,arch_db:auth_totp.res_users_view_search
  303. msgid "Two-factor authentication Disabled"
  304. msgstr ""
  305. #. module: auth_totp
  306. #: model_terms:ir.ui.view,arch_db:auth_totp.res_users_view_search
  307. msgid "Two-factor authentication Enabled"
  308. msgstr ""
  309. #. module: auth_totp
  310. #: code:addons/auth_totp/models/res_users.py:0
  311. #, python-format
  312. msgid "Two-factor authentication already enabled"
  313. msgstr ""
  314. #. module: auth_totp
  315. #: code:addons/auth_totp/models/res_users.py:0
  316. #, python-format
  317. msgid "Two-factor authentication can only be enabled for yourself"
  318. msgstr ""
  319. #. module: auth_totp
  320. #: code:addons/auth_totp/models/res_users.py:0
  321. #, python-format
  322. msgid "Two-factor authentication disabled for the following user(s): %s"
  323. msgstr ""
  324. #. module: auth_totp
  325. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__url
  326. msgid "Url"
  327. msgstr "URL"
  328. #. module: auth_totp
  329. #: model:ir.model,name:auth_totp.model_res_users
  330. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__user_id
  331. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__user_id
  332. msgid "User"
  333. msgstr "Bruker"
  334. #. module: auth_totp
  335. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__code
  336. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  337. msgid "Verification Code"
  338. msgstr ""
  339. #. module: auth_totp
  340. #: code:addons/auth_totp/models/res_users.py:0
  341. #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0
  342. #, python-format
  343. msgid "Verification failed, please double-check the 6-digit code"
  344. msgstr ""
  345. #. module: auth_totp
  346. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  347. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  348. msgid "e.g. 123456"
  349. msgstr ""