Skip to content

Commit

Permalink
Merge pull request #603 from MastaCoder/master
Browse files Browse the repository at this point in the history
Minor Wording Changes
  • Loading branch information
shanalikhan authored Jul 29, 2018
2 parents 774a835 + 4f31a58 commit 946a567
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ext.config.autoUpload": "Set it true to Auto Upload on the settings change. [Code Restart Required]",
"ext.config.forceDownload": "Set it to true if you want to download the settings even when you have latest settings.",
"ext.config.host": "Set it to your GitHub Enterprise host if you want to use GHE.",
"ext.config.pathPrefix": "Set it to your GitHub Enterprise api prefix if you want to use GHE. Normally '/api/v3'. Only used when host is set.",
"ext.config.pathPrefix": "Set it to your GitHub Enterprise API prefix if you want to use GHE. Normally '/api/v3'. Only used when host is set.",
"ext.config.quietSync": "When set to true, will show the result in status bar instead of summary page.",
"ext.config.askGistName": "Ask gist name upon creating. Helps you to identify the gist if you have multiple gists.",
"ext.config.removeExtensions": "Set it to false if you dont want to remove extensions while downloading.",
Expand Down Expand Up @@ -37,7 +37,7 @@
"cmd.otherOptions.title": "Sync : Advanced Options",
"cmd.otherOptions.editLocalSetting": "Sync : Edit Extension Local Settings",
"cmd.otherOptions.shareSetting": "Sync : Share Settings with Public GIST",
"cmd.otherOptions.shareSetting.beforeConfirm": "Sync : This will remove current GIST and upload settings on new public GIST. Do you want to continue ?",
"cmd.otherOptions.shareSetting.beforeConfirm": "Sync : This will remove current GIST and upload settings on new public GIST. Do you want to continue?",
"cmd.otherOptions.downloadSetting": "Sync : Download Settings from Public GIST",
"cmd.otherOptions.toggleForceDownload": "Sync : Toggle Force Download",
"cmd.otherOptions.toggleForceDownload.on": "Sync : Force Download Turned On.",
Expand All @@ -61,16 +61,16 @@
"cmd.otherOptions.quietSync.off": "Sync : Summary will be shown upon download / upload.",
"cmd.otherOptions.warning.tokenNotRequire": "Sync : Settings Sync will not ask for GitHub Token from now on.",
"cmd.otherOptions.error.toggleFail": "Sync : Unable to Toggle.",
"common.info.installed": "Sync : Settings Created. Thank You for Installing !",
"common.info.needHelp": "Sync : Need Help regarding configuring this extension ?",
"common.info.installed": "Sync : Settings created, thank you for installing!",
"common.info.needHelp": "Sync : Need Help configuring this extension?",
"common.info.excludeFile": "Sync : You can exclude any file / folder for upload and settings for download.",
"common.info.updating": "Sync : Updating In Progress ... Please Wait.",
"common.info.initAutoUpload": "Sync : Auto Upload Initiating In 5 Seconds.",
"common.info.setToken": "Sync : Now You can set your GitHub token manually in `syncLocalSettings.json`",
"common.info.tokenSaved": "Sync : Token Saved",
"common.info.gistSaved": "Sync : Gist Saved",
"common.info.updateTo": "Sync : Updated to v{0}",
"common.info.donate": "Sync : Do you like this extension ? How about writing a review or send me some donation ;)",
"common.info.donate": "Sync : Do you like this extension? How about writing a review or sending a donation? ;)",
"common.error.message": "Sync : Error Logged In Console (Help menu > Toggle Developer Tools).",
"common.error.connection": "Sync : Internet Not Connected or Unable to Connect to GitHub. Exception Logged in Console",
"common.error.canNotSave": "Sync : Unable to Save Settings. Please make sure you have valid JSON settings.json file. ( e.g : No trailing commas )",
Expand All @@ -87,8 +87,8 @@
"common.action.donate": "Donate Now",
"common.placeholder.enterGithubAccessToken": "Enter GitHub Personal Access Token",
"common.placeholder.enterGistId": "Enter Gist Id",
"common.placeholder.multipleGist": "Gist Name [ e.g : Personal Settings ]",
"common.placeholder.multipleGist": "Gist Name (e.g : Personal Settings)",
"common.prompt.multipleGist": "Allows you to identify the settings if you have multiple gist.",
"common.prompt.enterGistId": "Enter Gist Id from previously uploaded settings. You can also set manually in code settings (sync.gist). Press [Enter] or press / type 'esc' to cancel.",
"common.prompt.enterGithubAccessToken": "You can manually add token also (User Folder / syncLocalSettings.json). Press [Enter] or press / type 'esc' to cancel."
}
"common.prompt.enterGistId": "Enter Gist Id from previously uploaded settings. You can also set manually in code settings (sync.gist). Press [Enter] or [Esc] to cancel.",
"common.prompt.enterGithubAccessToken": "You can manually add token also (User Folder / syncLocalSettings.json). Press [Enter] or [Esc] to cancel."
}

0 comments on commit 946a567

Please sign in to comment.