Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 8142076

Browse files
Import l10n. (#3035)
1 parent 41a5df3 commit 8142076

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/src/main/res/values-nb-rNO/strings.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,16 @@
349349
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
350350
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
351351
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
352-
-->
352+
-->
353353
<string name="hardware_acceleration_switch">Aktiver UI-maskinvareakselerasjon</string>
354354

355+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
356+
the behavior of the navigation bar reload button. When enabled, the reloads will bypass
357+
the browser cache. This feature is used by web developers when they want to always view
358+
the most recent version of a web site.
359+
-->
360+
<string name="bypass_cache_on_reload_switch">Aktiver forbigåing av hurtigbuffer ved omlasting</string>
361+
355362
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
356363
<string name="developer_options_servo">Slå på Servo</string>
357364

0 commit comments

Comments
 (0)