diff options
Diffstat (limited to 'l10n-bs/devtools/startup')
-rw-r--r-- | l10n-bs/devtools/startup/aboutDevTools.ftl | 57 | ||||
-rw-r--r-- | l10n-bs/devtools/startup/key-shortcuts.properties | 52 | ||||
-rw-r--r-- | l10n-bs/devtools/startup/startup.properties | 8 |
3 files changed, 117 insertions, 0 deletions
diff --git a/l10n-bs/devtools/startup/aboutDevTools.ftl b/l10n-bs/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..245cdcebd2 --- /dev/null +++ b/l10n-bs/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 razvojnim alatima +enable-title = Omogući Firefox razvojne alate +enable-inspect-element-title = Omogući Firefox razvojnim alatima da koriste inspekciju elementa +enable-inspect-element-message = Istražite i uredite HTML i CSS pomoću Inspektora iz Razvojnih alata. +enable-about-debugging-message = Razvijajte i debagirajte Web ekstenzije, web workere, service workere i još mnogo toga pomoću Firefox razvojnih alata. +enable-key-shortcut-message = Aktivirali ste kraticu Razvojnih alata. Ako je to bilo greškom, možete zatvoriti ovaj tab. +enable-menu-message = Usavršite HTML, CSS i JavaScript kod vaše web stranice pomoću alata poput Inspektora i Debagera. +enable-common-message = Firefox razvojni alati su izvorno onemogućeni kako bi vam dali više kontrole nad vašim browserom. +enable-learn-more-link = Saznajte više o Razvojnim alatima +enable-enable-button = Omogući Razvojne alate +enable-close-button = Zatvori ovaj tab + +welcome-title = Dobrodošli u Firefox razvojne alate! +newsletter-title = Mozilla Developer Newsletter +newsletter-message = Neka vijesti, trikovi i resursi za developere stignu direktno u vaš inbox. +newsletter-email-placeholder = + .placeholder = E-mail +newsletter-privacy-label = Saglasan/a sam da Mozilla upravlja mojim podacima kao što je objašnjeno u ovoj <a data-l10n-name="privacy-policy">Polici privatnosti</a>. +newsletter-subscribe-button = Pretplati +newsletter-thanks-title = Hvala! +newsletter-thanks-message = Ako niste ranije potvrdili pretplatu na Mozillin newsletter, možda ćete ipak morati. Molimo provjerite vaš inbox ili vaše spam filtere za e-mail od nas. + +footer-title = Firefox Developer Edition +footer-message = Tražite više od običnih Razvojnih alata? Predstavljamo vam Firefox browser koji je izgrađen specifično za developere i moderan workflow. +footer-learn-more-link = Saznajte više + +features-learn-more = Saznajte više +features-inspector-title = Inspektor +features-inspector-desc = Izvršite inspekciju i unaprijedite kod za pixel-perfect layoute. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-console-title = Konzola +features-console-desc = Pratite CSS, JavaScript, sigurnosne i mrežne probleme. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-debugger-title = Debager +features-debugger-desc = Moćan JavaScript debager s podrškom za vaš framework. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-network-title = Mreža +features-network-desc = Pratite mrežne zahtjeve koji mogu usporiti ili blokirati vašu stranicu. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-storage-title = Spremište +features-storage-desc = Dodajte, promijenite i uklonite keš, kolačiće, baze podataka i podatke sesija. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-responsive-title = Responzivni dizajn režim +features-responsive-desc = Testirajte stranice na emuliranim uređajima u vašem browseru. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-visual-editing-title = Vizualno uređivanje +features-visual-editing-desc = Usavršite animacije, poravnanje i padding. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-performance-title = Performanse +features-performance-desc = Deblokirajte uska grla, optimizujte procese i assete. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-memory-title = Memorija +features-memory-desc = Pronađite curenja memorije i ubrzajte vašu aplikaciju. <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 = Neuspješan zahtjev za pretplatu ({ $errorDescription }). +newsletter-error-unknown = Desila se neočekivana greška. +newsletter-error-timeout = Zahtjev za pretplatu je istekao. +# Variables: +# $shortcut (String) - The keyboard shortcut used for the tool +welcome-message = Uspješno ste omogućili Razvojne alate! Da započnete, istražite Web Developer meni ili otvorite alate sa { $shortcut }. diff --git a/l10n-bs/devtools/startup/key-shortcuts.properties b/l10n-bs/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..5d3719b4b0 --- /dev/null +++ b/l10n-bs/devtools/startup/key-shortcuts.properties @@ -0,0 +1,52 @@ +# 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 (toogleToolbox.commandkey): +# Key pressed to open a toolbox with the default panel selected +toggleToolbox.commandkey=I + +# LOCALIZATION NOTE (toogleToolboxF12.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 (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 + diff --git a/l10n-bs/devtools/startup/startup.properties b/l10n-bs/devtools/startup/startup.properties new file mode 100644 index 0000000000..c91fc88971 --- /dev/null +++ b/l10n-bs/devtools/startup/startup.properties @@ -0,0 +1,8 @@ +# 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 (enableDevTools.label): +# Label for the menu item displayed in Tools > Developer Tools when DevTools are disabled. +enableDevTools.label=Omogući razvojne alate… +enableDevTools.accesskey=E |