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

Commit e980872

Browse files
Import l10n. (#2073)
1 parent 38c7293 commit e980872

File tree

1 file changed

+61
-5
lines changed

1 file changed

+61
-5
lines changed

app/src/main/res/values-pl/strings.xml

Lines changed: 61 additions & 5 deletions
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">Czy zezwolić witrynie „%1$s” na przechowywanie danych na urządzeniu?</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">wersja %1$s</string>
96-
9792

9893
<!-- This string is displayed in the Settings dialog box and is used to label an
9994
On/Off switch which toggles whether an application crash is reported without first
@@ -276,6 +271,10 @@
276271
opens the Firfox Reality support web site in the browser window. -->
277272
<string name="settings_help">Pomoc</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">Wyślij swoją opinię</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">Wymagane jest ponowne uruchomienie</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">Otwórz w nowym oknie.</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">Otwórz w nowej karcie.</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">Kopiuj odnośnik</string>
916918

@@ -1079,4 +1081,58 @@
10791081
<!-- This string is displayed on the right button of the pop-up blocking dialog.
10801082
If the button is clicked the pop-up will be blocked -->
10811083
<string name="popup_block_button_do_not_show">Nie otwieraj</string>
1084+
1085+
<!-- This string is displayed in a button on the header of the tabs dialog. When clicked,
1086+
it allows to select tabs from the tab -->
1087+
<string name="tabs_select">Zaznacz</string>
1088+
1089+
<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
1090+
the Select` button. When clicked it closes the selection mode -->
1091+
<string name="tabs_select_done">Gotowe</string>
1092+
1093+
<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
1094+
the Select` button. When clicked it selects all the available tabs -->
1095+
<string name="tabs_select_all">Zaznacz wszystkie</string>
1096+
1097+
<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
1098+
the Select` button. When clicked it closes all the previously selected tabs -->
1099+
<string name="tabs_close_selected">Zamknij karty</string>
1100+
1101+
<!-- This string is displayed in a button on the header of the tabs dialog.
1102+
When clicked it closes all the available tabs -->
1103+
<string name="tabs_close_all">Zamknij wszystkie</string>
1104+
1105+
<!-- This string is displayed in a button on the header of the tabs dialog.
1106+
When clicked it unselects all the tabs -->
1107+
<string name="tabs_unselect">Odznacz wszystkie</string>
1108+
1109+
<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there is one tab
1110+
available -->
1111+
<string name="tabs_counter_singular">Karty: 1</string>
1112+
1113+
<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there are n tabs available.
1114+
%1$s expands to a integer which indicates the number of tabs. This number is always larger than 1, ortherwise
1115+
tabs_counter_singular key is used-->
1116+
<string name="tabs_counter_plural">Karty: %1$s</string>
1117+
1118+
<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
1119+
It indicates that there is one tab selected -->
1120+
<string name="tabs_selected_counter_singular">Zaznaczone karty: 1</string>
1121+
1122+
<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
1123+
It indicates that there are n tabs selected. %1$s expands to a integer which indicates the number of tabs.
1124+
This number is always larger than 1, ortherwise tabs_selected_counter_singular key is used-->
1125+
<string name="tabs_selected_counter_plural">Zaznaczone karty: %1$s</string>
1126+
1127+
<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
1128+
It indicates that there are no tabs selected -->
1129+
<string name="tabs_selected_counter_none">Zaznaczone karty: 0</string>
1130+
1131+
<!-- This string is for the tooltip that appears when the users hovers in the tabs icon in the browser's
1132+
tray menu. When clicked it opens the tray dialog in the current active window -->
1133+
<string name="tabs_tray_tooltip">Wyświetl karty</string>
1134+
1135+
<!-- This string is displayed in a tooltip that appears in the tray bar on top of the
1136+
tabs tray button then a tab has been added on the background. -->
1137+
<string name="tab_added_notification">Dodano nową kartę</string>
10821138
</resources>

0 commit comments

Comments
 (0)