Skip to content

Commit

Permalink
Pontoon: Update Slovenian (sl) localization of AMO Linter
Browse files Browse the repository at this point in the history
Co-authored-by: Matjaž Horvat <matjaz.horvat@gmail.com>
  • Loading branch information
mathjazz authored and mozilla-pontoon committed Oct 1, 2023
1 parent 3d4179b commit 5009f4a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions locale/sl/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-06-21 08:31+0000\n"
"PO-Revision-Date: 2023-10-01 20:34+0000\n"
"PO-Revision-Date: 2023-10-01 20:39+0000\n"
"Last-Translator: Matjaž Horvat <matjaz.horvat@gmail.com>\n"
"Language-Team: none\n"
"Language: sl\n"
Expand Down Expand Up @@ -154,7 +154,7 @@ msgstr "\"%(api)s\" lahko povzroča težave, če je naložena začasno"
msgid ""
"This API can cause issues when loaded temporarily using about:debugging in Firefox unless you specify \"browser_specific_settings.gecko.id\" in the manifest. Please see: https://mzl.la/2hizK4a for "
"more."
msgstr ""
msgstr "Ta API lahko povzroči težave pri začasnem nalaganju z uporabo about:debugging v Firefoxu, razen če v manifestu navedete \"browser_specific_settings.gecko.id\". Več na: https://mzl.la/2hizK4a."

#: src/messages/javascript.js:185
msgid "{{api}} is not supported in Firefox version {{minVersion}}"
Expand Down Expand Up @@ -182,19 +182,20 @@ msgstr "Ime datoteke skripta vsebine ne sme biti prazno."

#: src/messages/javascript.js:30
msgid "\"%(method)s\" called with a non-literal uri"
msgstr ""
msgstr "\"%(method)s\" klicana z nedobesednim URI"

#: src/messages/javascript.js:34
msgid "Calling \"%(method)s\" with variable parameters can result in potential security vulnerabilities if the variable contains a remote URI. Consider using 'window.open' with the 'chrome=no' flag."
msgstr ""
"Klicanje \"%(method)s\" s parametri spremenljivke lahko povzroči morebitne varnostne ranljivosti, če spremenljivka vsebuje oddaljeni URI. Razmislite o uporabi 'window.open' z zastavico 'chrome=no'."

#: src/messages/javascript.js:45
msgid "\"%(method)s\" called with non-local URI"
msgstr ""
msgstr "\"%(method)s\" klicana z nekrajevnim URI"

#: src/messages/javascript.js:49
msgid "Calling \"%(method)s\" with a non-local URI will result in the dialog being opened with chrome privileges."
msgstr ""
msgstr "Klicanje \"%(method)s\" z nekrajevnim URI bo povzročilo, da se bo pogovorno okno odprlo s pravicami brskalnika."

#: src/messages/javascript.js:5
msgid "JavaScript syntax error"
Expand All @@ -205,6 +206,8 @@ msgid ""
"There is a JavaScript syntax error in your code, which might be related to some experimental JavaScript features that aren't an official part of the language specification and therefore not "
"supported yet. The validation cannot continue on this file."
msgstr ""
"V vaši kodi je prišlo do sintaktične napake JavaScripta, ki je lahko povezana z nekaterimi poskusnimi funkcijami JavaScripta, ki niso uradni del jezikovne specifikacije in zato še niso podprte. "
"Preverjanja te datoteke ni mogoče nadaljevati."

#: src/messages/javascript.js:62
msgid ""
Expand Down

0 comments on commit 5009f4a

Please sign in to comment.