forked from cppchecksolutions/cppcheclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessages.properties
More file actions
122 lines (106 loc) · 6.9 KB
/
messages.properties
File metadata and controls
122 lines (106 loc) · 6.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
UpdateCheck_Daily=Daily
UpdateCheck_JobName=Update check
UpdateCheck_Monthly=Monthly
UpdateCheck_NeverCheckAgain=Never check again for update
UpdateCheck_NoUpdateMessage=At the moment there is no update of cppcheck available.
UpdateCheck_NoUpdateTitle=No update currently available
UpdateCheck_UpdateMessage=Would you like to download version {0} of cppcheck now?
UpdateCheck_UpdateTitle=Update for cppcheck available
UpdateCheck_Weekly=Weekly
OverlayPage_UseWorkspaceSettings=Use &workspace settings
OverlayPage_UseProjectSettings=Use pr&oject settings
OverlayPage_ConfigureWorkspaceSettings=&Configure Workspace Settings ...
BinaryPathPreferencePage_AskBeforeLeaveMessage=You changed the binary path of cppcheck. To flip to another page you must either save or revert the changes you have done to the binary path. You can also stay at the current page by clicking Cancel.
BinaryPathPreferencePage_AskBeforeLeaveTitle=Save new binary path of cppcheck
BinaryPathPreferencePage_AutomaticUpdateCheck=Automatic Update Check
BinaryPathPreferencePage_ButtonDiscard=Discard
BinaryPathPreferencePage_ButtonSave=Save
BinaryPathPreferencePage_CheckForUpdate=Check for update now...
BinaryPathPreferencePage_Description=Set path to cppcheck binary and update settings.
BinaryPathPreferencePage_FileDialogButton=Browse
BinaryPathPreferencePage_FileDialogTitle=Location of the cppcheck binary
BinaryPathPreferencePage_LinkToCppcheck=You must get this binary separately from <a href="http://sourceforge.net/projects/cppcheck/">http://sourceforge.net/projects/cppcheck/</a>.\nGiven cppcheck has version {0}.
BinaryPathPreferencePage_NoValidPath=No valid path to cppcheck specified!
BinaryPathPreferencePage_PathToBinary=cppcheck binary path
BinaryPathPreferencePage_UnknownVersion=??
BinaryPathPreferencePage_UpdateCheckNever=Never
BinaryPathPreferencePage_UpdateCheckNotice=This update check only checks for updates to cppcheck. Last update check: {0}\nTo automatically check for updates to cppcheclipse click <A>here</A>.
BinaryPathPreferencePage_UpdateInterval=How often should the check be run?
BinaryPathPreferencePage_VariablesButton=Variables
BinaryPathPreferencePage_VersionTooOld=Version of cppcheck is too old. You need at least version {0} but you only have {1}!
SettingsPreferencePage_CheckAll=Check for all known issues (all)
SettingsPreferencePage_CheckStyle=Check for coding style issues (style)
SettingsPreferencePage_CheckPerformance=Check for performance issues (performance)
SettingsPreferencePage_CheckPortability=Check for portability issues (portability)
SettingsPreferencePage_CheckInformation=Informative checks (information)
SettingsPreferencePage_CheckMissingInclude=Check for missing includes (missingInclude)
SettingsPreferencePage_ChecksLabel=Checks (--enable=<check>)
SettingsPreferencePage_PremiumBugHunting=Bug Hunting
SettingsPreferencePage_PremiumMisraC2012=Misra C 2012
SettingsPreferencePage_PremiumMisraC2023=Misra C 2023
SettingsPreferencePage_PremiumMisraCpp2008=Misra C++ 2008
SettingsPreferencePage_PremiumMisraCpp2023=Misra C++ 2023
SettingsPreferencePage_PremiumCertC=Cert C 2016
SettingsPreferencePage_PremiumCertCpp=Cert C++ 2016
SettingsPreferencePage_PremiumAutosar=Autosar
SettingsPreferencePage_PremiumLabel=Premium (--premium=<option>)
SettingsPreferencePage_Description=General settings of cppcheck.
SettingsPreferencePage_FollowUserIncludes=Follow user-defined includes (taken from CDT settings)
SettingsPreferencePage_FollowSystemIncludes=Follow system-defined includes (taken from CDT settings)
SettingsPreferencePage_Force=Force all configurations (--force)
SettingsPreferencePage_NumberOfThreads=Number of threads to use
SettingsPreferencePage_ProjectFile=Project file
SettingsPreferencePage_ProjectFileDialogButton=Browse
SettingsPreferencePage_UnusedFunctions=Check unused functions (disables multiple thread processing)
SettingsPreferencePage_Verbose=Verbose (--verbose)
SettingsPreferencePage_Inconclusive=Enable inconclusive checks. Might lead to false positives (--inconclusive)
SettingsPreferencePage_Debug=Debug (--debug)
SettingsPreferencePage_InlineSuppressions=Use inline suppressions (--inline-suppr)
SettingsPreferencePage_TargetPlatform=Target platform
SettingsPreferencePage_LanguageStandard_Posix=POSIX
SettingsPreferencePage_LanguageStandard_C99=C99
SettingsPreferencePage_LanguageStandardsLabel=Used Language Standards
Builder_IncrementalBuilderTask=Checking changed resources
Builder_PathEmptyMessage=The path to cppcheck is not set yet. Would you like to set it now in the preferences?
Builder_PathEmptyTitle=Path to cppcheck not set
Builder_ResouceVisitorTask=Checking {0}
BuildPropertyPage_Description=If you select 'Run On Build' cppcheck is executed everytime the file is build
BuildPropertyPage_RunOnBuild=Run on build
Console_Title=cppcheck
ProblemReporter_ProblemInExternalFile=Problem in external file {0} line {1}:
ProblemReporter_Message=(cppcheck {0}) {1}
ProblemsPreferencePage_Description=Select which problems should be reported in which severity.
ProblemsTreeEditor_Name=Name
ProblemsTreeEditor_Problems=Problems
ProblemsTreeEditor_Severity=Severity
ProgressReporter_TaskName=Checking {0}
ReportBug_Label=Report as bug in cppcheck
RunCodeAnalysis_Error=Error checking {0}
RunCodeAnalysis_JobName=Running cppcheck
ClearMarkers_Error=Error clearing markers in {0}
ClearMarkers_JobName=Clear cppcheck markers
# quick fixes
SuppressFileResolution_Label=Exclude file from checking
SuppressProblemInLineResolution_Label=Ignore this problem in this line in the future
SuppressProblemResolution_Label=Ignore problem in this whole file
CheckDescriptionResolution_Label=Go to check description
SuppressionsPropertyPage_Description=You can setup here, which kinds of problems in which files should be ignored by cppcheck. You can also add new file suppressions. To add a problem-/line-specific suppression, select a QuickFix for a reported problem.
SuppressionsPropertyPage_SuppressionsLabel=Suppression of issues
SuppressionsTable_AllLines=All lines
SuppressionsTable_AllProblems=All problems
SuppressionsTable_ColumnFilename=Filename
SuppressionsTable_ColumnLine=Line
SuppressionsTable_ColumnProblem=Problem
SuppressionsTable_FileSelection=File/Folder Selection
SuppressionsTable_FileSelectionMessage=Select a file or folder which you want to exclude from future runs of cppcheck:
SymbolsPropertyPage_SymbolLabel=Symbols
TableEditor_Add=Add
TableEditor_AddExternal=Add External
TableEditor_Remove=Remove
TableEditor_RemoveAll=Remove All
TableEditor_FileSelectionErrorExactlyOne=You must select exactly one item\!
TableEditor_FileSelectionErrorFile=You must select a file\!
TableEditor_FileSelectionErrorFileFolder=You must select a file or folder\!
AdvancedSettingsPropertyPage_AdvancedArguments=Advanced command line arguments
AdvancedSettingsPropertyPage_Description=Only use this if you are experienced with the command line version of cppcheck.
SymbolsPropertyPage_Description=Select the handling of the configuration handling and optionally define explicit symbols to consider.