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

Commit

Permalink
Import l10n. (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot authored and bluemarvin committed Oct 25, 2019
1 parent 38c7293 commit e980872
Showing 1 changed file with 61 additions and 5 deletions.
66 changes: 61 additions & 5 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@
sdcard. '%1$s' will be replaced at runtime with the website's domain name. -->
<string name="permission_persistent_storage">Czy zezwolić witrynie „%1$s” na przechowywanie danych na urządzeniu?</string>

<!-- This string is displayed in the Settings dialog box and how
the user can know which version of the application they are currently running.
'%1$s' will be replaced at runtime with the application version number. -->
<string name="settings_version">wersja %1$s</string>


<!-- This string is displayed in the Settings dialog box and is used to label an
On/Off switch which toggles whether an application crash is reported without first
Expand Down Expand Up @@ -276,6 +271,10 @@
opens the Firfox Reality support web site in the browser window. -->
<string name="settings_help">Pomoc</string>

<!-- This string is displayed in the settings header under the Firefox Reality logo. When clicked the settings panel is closed
a the survey web site in opened in the currently focused window -->
<string name="settings_send_your_feedback">Wyślij swoją opinię</string>

<!-- This string is the title of a dialog box shown to the user when a settings
change requires the application to restart. -->
<string name="restart_dialog_restart">Wymagane jest ponowne uruchomienie</string>
Expand Down Expand Up @@ -911,6 +910,9 @@
<!-- 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. -->
<string name="context_menu_open_new_window">Otwórz w nowym oknie.</string>

<!-- 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. -->
<string name="context_menu_open_new_tab">Otwórz w nowej karcie.</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
<string name="context_menu_copy_link">Kopiuj odnośnik</string>

Expand Down Expand Up @@ -1079,4 +1081,58 @@
<!-- This string is displayed on the right button of the pop-up blocking dialog.
If the button is clicked the pop-up will be blocked -->
<string name="popup_block_button_do_not_show">Nie otwieraj</string>

<!-- This string is displayed in a button on the header of the tabs dialog. When clicked,
it allows to select tabs from the tab -->
<string name="tabs_select">Zaznacz</string>

<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
the Select` button. When clicked it closes the selection mode -->
<string name="tabs_select_done">Gotowe</string>

<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
the Select` button. When clicked it selects all the available tabs -->
<string name="tabs_select_all">Zaznacz wszystkie</string>

<!-- This string is displayed in a button on the header of the tabs dialog, after selection mode is enabled with
the Select` button. When clicked it closes all the previously selected tabs -->
<string name="tabs_close_selected">Zamknij karty</string>

<!-- This string is displayed in a button on the header of the tabs dialog.
When clicked it closes all the available tabs -->
<string name="tabs_close_all">Zamknij wszystkie</string>

<!-- This string is displayed in a button on the header of the tabs dialog.
When clicked it unselects all the tabs -->
<string name="tabs_unselect">Odznacz wszystkie</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there is one tab
available -->
<string name="tabs_counter_singular">Karty: 1</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there are n tabs available.
%1$s expands to a integer which indicates the number of tabs. This number is always larger than 1, ortherwise
tabs_counter_singular key is used-->
<string name="tabs_counter_plural">Karty: %1$s</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
It indicates that there is one tab selected -->
<string name="tabs_selected_counter_singular">Zaznaczone karty: 1</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
It indicates that there are n tabs selected. %1$s expands to a integer which indicates the number of tabs.
This number is always larger than 1, ortherwise tabs_selected_counter_singular key is used-->
<string name="tabs_selected_counter_plural">Zaznaczone karty: %1$s</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
It indicates that there are no tabs selected -->
<string name="tabs_selected_counter_none">Zaznaczone karty: 0</string>

<!-- This string is for the tooltip that appears when the users hovers in the tabs icon in the browser's
tray menu. When clicked it opens the tray dialog in the current active window -->
<string name="tabs_tray_tooltip">Wyświetl karty</string>

<!-- This string is displayed in a tooltip that appears in the tray bar on top of the
tabs tray button then a tab has been added on the background. -->
<string name="tab_added_notification">Dodano nową kartę</string>
</resources>

0 comments on commit e980872

Please sign in to comment.