@@ -6,14 +6,14 @@ extDescription:
66 message : Podpora uživatelských skriptů pro Maxthon.
77extTranslator :
88 description : Information of the translator.
9- message :
' R3gi <[email protected] >' 9+ 1010 touched : false
1111msgUpdated :
1212 description : Message shown when a script is updated/reinstalled.
1313 message : Skript aktualizován.
1414msgErrorFetchingScript :
1515 description : Message shown when Violentmonkey fails fetching a new version of the script.
16- message : ' Chyba načítání skriptů!'
16+ message : Chyba načítání skriptů!
1717msgInstalled :
1818 description : Message shown when a script is installed.
1919 message : Skript nainstalován.
@@ -22,15 +22,19 @@ Warning:
2222 message : Varování
2323msgWarnGrant :
2424 description : Message shown when `@grant` is not found in a script.
25- message : ' Skript [$1] nemá žádné „@grant“ řádky, což není doporučeno a může způsobovat problémy. Pro více informací klepněte sem.'
25+ message : >-
26+ Skript [$1] nemá žádné „@grant“ řádky, což není doporučeno a může způsobovat
27+ problémy. Pro více informací klepněte sem.
2628labelNoName :
2729 description : Text as the name of a script when no @name is assigned.
2830 message : Bez názvu
2931msgUpdating :
3032 description : Message shown when a new version of script is being fetched.
3133 message : Aktualizování…
3234msgNewVersion :
33- description : ' Message shown when a new version of script is found by @updateURL, but no @downloadURL is provided.'
35+ description : >-
36+ Message shown when a new version of script is found by @updateURL, but no
37+ @downloadURL is provided.
3438 message : Nalezena nová verze.
3539msgCheckingForUpdate :
3640 description : Message shown when a script is being checked for updates by version numbers.
@@ -60,10 +64,14 @@ buttonClose:
6064 description : Button to close window.
6165 message : Zavřít
6266msgErrorLoadingData :
63- description : Message shown on confirm page when the script to be installed cannot be loaded.
67+ description : >-
68+ Message shown on confirm page when the script to be installed cannot be
69+ loaded.
6470 message : Chyba načítání skriptu.
6571msgLoadedData :
66- description : Message shown in the confirm page when a javascript file to be installed is loaded.
72+ description : >-
73+ Message shown in the confirm page when a javascript file to be installed is
74+ loaded.
6775 message : Skript načten.
6876msgErrorLoadingDependency :
6977 description : Message shown when not all requirements are loaded successfully.
@@ -146,7 +154,9 @@ labelRelated:
146154 message : ' Související odkazy: '
147155anchorSupportPage :
148156 description : Link to the support page of Violentmonkey.
149- message : ' <a href=https://github.com/gera2ld/Violentmonkey-mx/wiki target=_blank>Violentmonkey</a>'
157+ message : >-
158+ <a href=https://github.com/gera2ld/Violentmonkey-mx/wiki
159+ target=_blank>Violentmonkey</a>
150160labelDonate :
151161 description : Label of link to donate page.
152162 message : Podpořte vývoj
@@ -251,7 +261,9 @@ buttonUpdate:
251261 description : Check a script for updates.
252262 message : Zkontrolovat aktualizace
253263msgImported :
254- description : Message shown after import. There is an argument referring to the count of scripts imported.
264+ description : >-
265+ Message shown after import. There is an argument referring to the count of
266+ scripts imported.
255267 message : ' Počet importovaných položek: $1'
256268hintUseDownloadURL :
257269 description : Shown as a place holder for @updateURL when it is not assigned
@@ -269,7 +281,9 @@ buttonVacuumed:
269281 message : Data vyluxována
270282hintVacuum :
271283 description : Hint for vacuuming data.
272- message : Zlikvidování redudance a pokus o znovu načtení chybějících zdrojů z mezipaměti.
284+ message : >-
285+ Zlikvidování redudance a pokus o znovu načtení chybějících zdrojů z
286+ mezipaměti.
273287menuManageScripts :
274288 description : ' Menu item to manage scripts, or to open the options page of the extension.'
275289 message : Správa skriptů
@@ -312,26 +326,33 @@ labelAutoReloadCurrentTab:
312326labelInjectMode :
313327 description : Label for a combo box to choose script injection modes.
314328 message : ' '
329+ touched : false
315330injectModeNormal :
316331 description : ' Script injection mode: Normal'
317332 message : ' '
333+ touched : false
318334injectModeAdvanced :
319335 description : ' Script injection mode: Advanced'
320336 message : ' '
337+ touched : false
321338hintInjectModeNormal :
322339 description : Hint to explain the normal injection mode.
323340 message : ' '
341+ touched : false
324342hintInjectModeAdvanced :
325343 description : Hint to explain the advanced injection mode.
326344 message : ' '
345+ touched : false
327346hintInputURL :
328347 description : Hint for a prompt box to input URL of a user script.
329348 message : ' '
330349buttonInstallFromURL :
331350 description : Button to ask for URL of a user script.
332351 message : ' '
333352msgNamespaceConflict :
334- description : Message shown when namespace of the new script conflicts with an existent one.
353+ description : >-
354+ Message shown when namespace of the new script conflicts with an existent
355+ one.
335356 message : ' '
336357labelSyncTo :
337358 description : Label for sync service.
@@ -366,3 +387,9 @@ lastSync:
366387labelSync :
367388 description : Label for sync options.
368389 message : ' '
390+ msgInvalidScript :
391+ description : Message shown when script is invalid.
392+ message : ' '
393+ menuScriptDisabled :
394+ description : ' Menu item showing the status of Violentmonkey, when disabled.'
395+ message : ' '
0 commit comments