|
89 | 89 | sdcard. '%1$s' will be replaced at runtime with the website's domain name. -->
|
90 | 90 | <string name="permission_persistent_storage">Vil du tillate %1$s å lagre data i vedvarande lagring?</string>
|
91 | 91 |
|
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 |
| - |
97 | 92 | <!-- This string is displayed in the Settings dialog box and is used to label an
|
98 | 93 | On/Off switch which toggles whether an application crash is reported without first
|
99 | 94 | prompting the user. -->
|
|
276 | 271 | opens the Firfox Reality support web site in the browser window. -->
|
277 | 272 | <string name="settings_help">Hjelp</string>
|
278 | 273 |
|
| 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 | + |
279 | 278 | <!-- This string is the title of a dialog box shown to the user when a settings
|
280 | 279 | change requires the application to restart. -->
|
281 | 280 | <string name="restart_dialog_restart">Omstart påkravd</string>
|
|
911 | 910 | <!-- 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. -->
|
912 | 911 | <string name="context_menu_open_new_window">Opne i nytt vindauge.</string>
|
913 | 912 |
|
| 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 | + |
914 | 916 | <!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
|
915 | 917 | <string name="context_menu_copy_link">Kopier lenke</string>
|
916 | 918 |
|
|
1080 | 1082 | <!-- This string is displayed on the right button of the pop-up blocking dialog.
|
1081 | 1083 | If the button is clicked the pop-up will be blocked -->
|
1082 | 1084 | <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> |
1083 | 1139 | </resources>
|
0 commit comments