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

Commit 435567d

Browse files
Import l10n. (#2105)
1 parent a527005 commit 435567d

File tree

1 file changed

+61
-5
lines changed

1 file changed

+61
-5
lines changed

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

+61-5
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@
8989
sdcard. '%1$s' will be replaced at runtime with the website's domain name. -->
9090
<string name="permission_persistent_storage">Vil du tillate %1$s å lagre data i vedvarande lagring?</string>
9191

92-
<!-- This string is displayed in the Settings dialog box and how
93-
the user can know which version of the application they are currently running.
94-
'%1$s' will be replaced at runtime with the application version number. -->
95-
<string name="settings_version">versjon %1$s</string>
96-
9792
<!-- This string is displayed in the Settings dialog box and is used to label an
9893
On/Off switch which toggles whether an application crash is reported without first
9994
prompting the user. -->
@@ -276,6 +271,10 @@
276271
opens the Firfox Reality support web site in the browser window. -->
277272
<string name="settings_help">Hjelp</string>
278273

274+
<!-- This string is displayed in the settings header under the Firefox Reality logo. When clicked the settings panel is closed
275+
a the survey web site in opened in the currently focused window -->
276+
<string name="settings_send_your_feedback">Send oss ei tilbakemelding</string>
277+
279278
<!-- This string is the title of a dialog box shown to the user when a settings
280279
change requires the application to restart. -->
281280
<string name="restart_dialog_restart">Omstart påkravd</string>
@@ -911,6 +910,9 @@
911910
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
912911
<string name="context_menu_open_new_window">Opne i nytt vindauge.</string>
913912

913+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
914+
<string name="context_menu_open_new_tab">Opne i ei ny fane.</string>
915+
914916
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
915917
<string name="context_menu_copy_link">Kopier lenke</string>
916918

@@ -1080,4 +1082,58 @@
10801082
<!-- This string is displayed on the right button of the pop-up blocking dialog.
10811083
If the button is clicked the pop-up will be blocked -->
10821084
<string name="popup_block_button_do_not_show">Ikkje vis</string>
1085+
1086+
<!-- This string is displayed in a button on the header of the tabs dialog. When clicked,
1087+
it allows to select tabs from the tab -->
1088+
<string name="tabs_select">Merk</string>
1089+
1090+
<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
1091+
the Select` button. When clicked it closes the selection mode -->
1092+
<string name="tabs_select_done">Ferdig</string>
1093+
1094+
<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
1095+
the Select` button. When clicked it selects all the available tabs -->
1096+
<string name="tabs_select_all">Merk alle</string>
1097+
1098+
<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
1099+
the Select` button. When clicked it closes all the previously selected tabs -->
1100+
<string name="tabs_close_selected">Lat att faner</string>
1101+
1102+
<!-- This string is displayed in a button on the header of the tabs dialog.
1103+
When clicked it closes all the available tabs -->
1104+
<string name="tabs_close_all">Lat att alle</string>
1105+
1106+
<!-- This string is displayed in a button on the header of the tabs dialog.
1107+
When clicked it unselects all the tabs -->
1108+
<string name="tabs_unselect">Merk ingen</string>
1109+
1110+
<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there is one tab
1111+
available -->
1112+
<string name="tabs_counter_singular">1 fane</string>
1113+
1114+
<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there are n tabs available.
1115+
%1$s expands to a integer which indicates the number of tabs. This number is always larger than 1, ortherwise
1116+
tabs_counter_singular key is used-->
1117+
<string name="tabs_counter_plural">%1$s faner</string>
1118+
1119+
<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
1120+
It indicates that there is one tab selected -->
1121+
<string name="tabs_selected_counter_singular">1 fane vald</string>
1122+
1123+
<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
1124+
It indicates that there are n tabs selected. %1$s expands to a integer which indicates the number of tabs.
1125+
This number is always larger than 1, ortherwise tabs_selected_counter_singular key is used-->
1126+
<string name="tabs_selected_counter_plural">%1$s faner vald</string>
1127+
1128+
<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
1129+
It indicates that there are no tabs selected -->
1130+
<string name="tabs_selected_counter_none">0 faner valde</string>
1131+
1132+
<!-- This string is for the tooltip that appears when the users hovers in the tabs icon in the browser's
1133+
tray menu. When clicked it opens the tray dialog in the current active window -->
1134+
<string name="tabs_tray_tooltip">Vis faner</string>
1135+
1136+
<!-- This string is displayed in a tooltip that appears in the tray bar on top of the
1137+
tabs tray button then a tab has been added on the background. -->
1138+
<string name="tab_added_notification">Ny fane lagt til!</string>
10831139
</resources>

0 commit comments

Comments
 (0)