@@ -6,14 +6,14 @@ extDescription:
66 message : Userscript support for Maxthon.
77extTranslator :
88 description : Information of the translator.
9- message :
' Gerald <[email protected] >' 9+ message :
Gerald <[email protected] > 1010 touched : false
1111msgUpdated :
1212 description : Message shown when a script is updated/reinstalled.
1313 message : Script updated.
1414msgErrorFetchingScript :
1515 description : Message shown when Violentmonkey fails fetching a new version of the script.
16- message : ' Error fetching script!'
16+ message : Error fetching script!
1717msgInstalled :
1818 description : Message shown when a script is installed.
1919 message : Script installed.
@@ -22,15 +22,19 @@ Warning:
2222 message : Warning
2323msgWarnGrant :
2424 description : Message shown when `@grant` is not found in a script.
25- message : ' Script [$1] has no `@grant` lines, which is not recommended and may cause failures. Click to see more details.'
25+ message : >-
26+ Script [$1] has no `@grant` lines, which is not recommended and may cause
27+ failures. Click to see more details.
2628labelNoName :
2729 description : Text as the name of a script when no @name is assigned.
2830 message : No Name
2931msgUpdating :
3032 description : Message shown when a new version of script is being fetched.
3133 message : Updating...
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 : New version found.
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 : Close
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 : Error loading script data.
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 : Script data loaded.
6876msgErrorLoadingDependency :
6977 description : Message shown when not all requirements are loaded successfully.
@@ -146,7 +154,9 @@ labelRelated:
146154 message : ' Related links: '
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 : Donate
@@ -227,10 +237,10 @@ buttonSave:
227237 message : Save
228238buttonSaveClose :
229239 description : Button to save modifications of a script and then close the editing page.
230- message : ' Save & Close'
240+ message : Save & Close
231241labelNoScripts :
232242 description : Message shown when no script is installed.
233- message : " Oops, you haven't got any script yet."
243+ message : ' Oops, you haven'' t got any script yet.'
234244hintSupportPage :
235245 description : Hint for support page.
236246 message : Support page
@@ -251,7 +261,9 @@ buttonUpdate:
251261 description : Check a script for updates.
252262 message : Check for updates
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 : $1 item(s) are imported.
256268hintUseDownloadURL :
257269 description : Shown as a place holder for @updateURL when it is not assigned
@@ -312,27 +324,34 @@ labelAutoReloadCurrentTab:
312324labelInjectMode :
313325 description : Label for a combo box to choose script injection modes.
314326 message : ' Script injection mode:'
327+ touched : false
315328injectModeNormal :
316329 description : ' Script injection mode: Normal'
317330 message : Normal
331+ touched : false
318332injectModeAdvanced :
319333 description : ' Script injection mode: Advanced'
320334 message : Advanced
335+ touched : false
321336hintInjectModeNormal :
322337 description : Hint to explain the normal injection mode.
323338 message : ' Efficient but fails in some high security pages, e.g. https://github.com'
339+ touched : false
324340hintInjectModeAdvanced :
325341 description : Hint to explain the advanced injection mode.
326342 message : ' Works in most pages, actually a hack'
343+ touched : false
327344hintInputURL :
328345 description : Hint for a prompt box to input URL of a user script.
329346 message : ' Input URL:'
330347buttonInstallFromURL :
331348 description : Button to ask for URL of a user script.
332349 message : Install from URL
333350msgNamespaceConflict :
334- description : Message shown when namespace of the new script conflicts with an existent one.
335- message : ' Script namespace conflicts! Please modify @name and @namespace.'
351+ description : >-
352+ Message shown when namespace of the new script conflicts with an existent
353+ one.
354+ message : Script namespace conflicts! Please modify @name and @namespace.
336355labelSyncTo :
337356 description : Label for sync service.
338357 message : Sync to $1
@@ -350,10 +369,10 @@ msgSyncInit:
350369 message : Initializing...
351370msgSyncInitError :
352371 description : Message shown when sync fails in initialization.
353- message : ' Initializing error!'
372+ message : Initializing error!
354373msgSyncError :
355374 description : Message shown when sync failed.
356- message : ' Sync error!'
375+ message : Sync error!
357376msgSyncReady :
358377 description : Message shown when sync will start soon.
359378 message : Sync will start soon...
@@ -366,3 +385,9 @@ lastSync:
366385labelSync :
367386 description : Label for sync options.
368387 message : Sync
388+ msgInvalidScript :
389+ description : Message shown when script is invalid.
390+ message : Invalid script!
391+ menuScriptDisabled :
392+ description : ' Menu item showing the status of Violentmonkey, when disabled.'
393+ message : Scripts disabled
0 commit comments