diff options
Diffstat (limited to 'l10n-pl/devtools/startup')
-rw-r--r-- | l10n-pl/devtools/startup/aboutDevTools.ftl | 57 | ||||
-rw-r--r-- | l10n-pl/devtools/startup/key-shortcuts.properties | 67 | ||||
-rw-r--r-- | l10n-pl/devtools/startup/startup.properties | 6 |
3 files changed, 130 insertions, 0 deletions
diff --git a/l10n-pl/devtools/startup/aboutDevTools.ftl b/l10n-pl/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..e345c5b04f --- /dev/null +++ b/l10n-pl/devtools/startup/aboutDevTools.ftl @@ -0,0 +1,57 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +head-title = O narzędziach dla programistów +enable-title = Narzędzia dla programistów +enable-inspect-element-title = Włącz narzędzia dla programistów przeglądarki, aby używać opcji „Zbadaj element”. +enable-inspect-element-message = Badaj i redaguj kod HTML i CSS za pomocą inspektora narzędzi dla programistów. +enable-about-debugging-message = Twórz i debuguj rozszerzenia WebExtensions, wątki sieciowe, wątki usługowe i wiele więcej za pomocą narzędzi dla programistów. +enable-key-shortcut-message = Użyto skrótu narzędzi dla programistów. Jeśli zrobiono to przez pomyłkę, to można zamknąć tę kartę. +enable-menu-message = Udoskonalaj kod HTML, CSS i JavaScript strony za pomocą takich narzędzi, jak inspektor i debuger. +enable-common-message = Narzędzia dla programistów są domyślnie wyłączone, aby użytkownik miał więcej kontroli nad przeglądarką. +enable-learn-more-link = Więcej informacji o narzędziach dla programistów +enable-enable-button = Włącz narzędzia +enable-close-button = Zamknij tę kartę + +welcome-title = Witamy w narzędziach dla programistów! +newsletter-title = Biuletyn Mozilli dla programistów +newsletter-message = Aktualności, wskazówki i inne materiały dla programistów prosto do Twojej skrzynki. +newsletter-email-placeholder = + .placeholder = Adres e-mail +newsletter-privacy-label = Pozwalam Mozilli wykorzystywać te informacje w sposób opisany w <a data-l10n-name="privacy-policy">zasadach ochrony prywatności</a>. +newsletter-subscribe-button = Subskrybuj +newsletter-thanks-title = Dziękujemy! +newsletter-thanks-message = Jeśli jeszcze nigdy nie potwierdzono subskrypcji biuletynu Mozilli, to możesz musieć to zrobić. Sprawdź, czy w skrzynce odbiorczej lub niechcianych jest wiadomość od nas. + +footer-title = Firefox Developer Edition +footer-message = Szukasz czegoś więcej niż same narzędzia dla programistów? Wypróbuj przeglądarkę Firefox zbudowaną z myślą o programistach i nowoczesnych narzędziach. +footer-learn-more-link = Więcej informacji + +features-learn-more = Więcej informacji +features-inspector-title = Inspektor +features-inspector-desc = Uzyskaj pełny wgląd w kod strony i twórz doskonałe projekty. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-console-title = Konsola +features-console-desc = Znajdź problemy z CSS, kodem JavaScript, zabezpieczeniami i siecią. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-debugger-title = Debuger +features-debugger-desc = Zaawansowany debuger języka JavaScript z obsługą wielu bibliotek. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-network-title = Sieć +features-network-desc = Monitoruj wysyłane żądania sieciowe, które mogą spowalniać lub blokować tworzoną stronę. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-storage-title = Przechowywane dane +features-storage-desc = Dodawaj, modyfikuj i usuwaj elementy w pamięci podręcznej, ciasteczka, bazy danych i dane sesji. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-responsive-title = Tryb responsywny +features-responsive-desc = Testuj strony na urządzeniach emulowanych w przeglądarce. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-visual-editing-title = Edytor graficzny +features-visual-editing-desc = Wyreguluj animacje, wyrównania i odstępy. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-performance-title = Wydajność +features-performance-desc = Odblokuj zatory, usprawnij procesy, optymalizuj zasoby. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-memory-title = Pamięć +features-memory-desc = Znajdź problemy ze zużyciem pamięci i przyspiesz swoją aplikację. <a data-l10n-name="learn-more">{ features-learn-more }</a> +# Variables: +# $errorDescription (String) - The error that occurred e.g. 404 - Not Found +newsletter-error-common = Żądanie subskrypcji się nie powiodło ({ $errorDescription }). +newsletter-error-unknown = Wystąpił nieoczekiwany błąd. +newsletter-error-timeout = Żądanie subskrypcji przekroczyło czas oczekiwania. +# Variables: +# $shortcut (String) - The keyboard shortcut used for the tool +welcome-message = Pomyślnie włączono narzędzia dla programistów. Aby zacząć, otwórz menu „Dla twórców witryn” lub otwórz narzędzia za pomocą skrótu { $shortcut }. diff --git a/l10n-pl/devtools/startup/key-shortcuts.properties b/l10n-pl/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..a5bdf43188 --- /dev/null +++ b/l10n-pl/devtools/startup/key-shortcuts.properties @@ -0,0 +1,67 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (toggleToolbox.commandkey): +# Key pressed to open a toolbox with the default panel selected +toggleToolbox.commandkey=I + +# LOCALIZATION NOTE (toggleToolboxF12.commandkey): +# Alternative key pressed to open a toolbox with the default panel selected +toggleToolboxF12.commandkey=VK_F12 + +# LOCALIZATION NOTE (browserToolbox.commandkey): +# Key pressed to open the Browser Toolbox, used for debugging Firefox itself +browserToolbox.commandkey=I + +# LOCALIZATION NOTE (browserConsole.commandkey): +# Key pressed to open the Browser Console, used for debugging Firefox itself +browserConsole.commandkey=J + +# LOCALIZATION NOTE (responsiveDesignMode.commandkey): +# Key pressed to toggle on the Responsive Design Mode +responsiveDesignMode.commandkey=M + +# LOCALIZATION NOTE (inspector.commandkey): +# Key pressed to open a toolbox with the inspector panel selected +inspector.commandkey=C + +# LOCALIZATION NOTE (webconsole.commandkey): +# Key pressed to open a toolbox with the web console panel selected +webconsole.commandkey=K + +# LOCALIZATION NOTE (jsdebugger.commandkey2): +# Key pressed to open a toolbox with the debugger panel selected +jsdebugger.commandkey2=Z + +# LOCALIZATION NOTE (netmonitor.commandkey): +# Key pressed to open a toolbox with the network monitor panel selected +netmonitor.commandkey=E + +# LOCALIZATION NOTE (styleeditor.commandkey): +# Key pressed to open a toolbox with the style editor panel selected +styleeditor.commandkey=VK_F7 + +# LOCALIZATION NOTE (performance.commandkey): +# Key pressed to open a toolbox with the performance panel selected +performance.commandkey=VK_F5 + +# LOCALIZATION NOTE (storage.commandkey): +# Key pressed to open a toolbox with the storage panel selected +storage.commandkey=VK_F9 + +# LOCALIZATION NOTE (dom.commandkey): +# Key pressed to open a toolbox with the DOM panel selected +dom.commandkey=W + +# LOCALIZATION NOTE (accessibilityF12.commandkey): +# Key pressed to open a toolbox with the accessibility panel selected +accessibilityF12.commandkey=VK_F12 + +# LOCALIZATION NOTE (profilerStartStop.commandkey): +# Key pressed to start or stop the performance profiler +profilerStartStop.commandkey=VK_1 + +# LOCALIZATION NOTE (profilerCapture.commandkey): +# Key pressed to capture a recorded performance profile +profilerCapture.commandkey=VK_2 diff --git a/l10n-pl/devtools/startup/startup.properties b/l10n-pl/devtools/startup/startup.properties new file mode 100644 index 0000000000..8890884fa4 --- /dev/null +++ b/l10n-pl/devtools/startup/startup.properties @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +enableDevTools.label=Włącz narzędzia dla programistów +enableDevTools.accesskey=W |