-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdefault.xml
321 lines (295 loc) · 13.9 KB
/
default.xml
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<translations>
<language>English</language>
<file>File</file>
<new>New</new>
<newfromtemplate>New from Template</newfromtemplate>
<open>Open</open>
<recentfiles>Recent files</recentfiles>
<clearrecent>Clear recent files</clearrecent>
<reopenlastclosedtab>Reopen the last closed tab</reopenlastclosedtab>
<save>Save</save>
<saveall>Save all</saveall>
<saveas>Save as</saveas>
<close>Close</close>
<closeall>Close all</closeall>
<edit>Edit</edit>
<undo>Undo</undo>
<redo>Redo</redo>
<cut>Cut</cut>
<copy>Copy</copy>
<paste>Paste</paste>
<folding>Foldings</folding>
<foldingsexpand>Expand all</foldingsexpand>
<foldingscollapse>Collapse all</foldingscollapse>
<gotoline>Go to line</gotoline>
<commentline>Comment selection</commentline>
<uncommentline>Uncomment selection</uncommentline>
<selectall>Select all</selectall>
<searchreplace>Find & Replace</searchreplace>
<build>Build</build>
<compileall>Compile all</compileall>
<compilecurrent>Compile current</compilecurrent>
<copyplugins>Copy Plugins</copyplugins>
<uploadftp>FTP Upload</uploadftp>
<startserver>Start server</startserver>
<sendrcon>Send RCON Commands</sendrcon>
<config>Configuration</config>
<editconfig>Edit Configurations</editconfig>
<tools>Tools</tools>
<options>Options</options>
<sourcepawnapi>SourcePawn API</sourcepawnapi>
<searchdefinition>Parsed from include directory</searchdefinition>
<newapiweb>API Reference</newapiweb>
<betaapiweb>(BETA) API Reference</betaapiweb>
<reformatter>Syntax reformatter</reformatter>
<reformatcurrent>Reformat current</reformatcurrent>
<reformatall>Reformat all</reformatall>
<decompile>Decompile plugin</decompile>
<reportbuggit>Report bug on GitHub</reportbuggit>
<openchangelog>Open Changelog</openchangelog>
<checkupdates>Check for updates</checkupdates>
<help>Help</help>
<about>About</about>
<obtextfile>File Directory</obtextfile>
<obtextconfig>Config Directory</obtextconfig>
<searchfiles>Search files</searchfiles>
<searchresults>Search results</searchresults>
<noresultsthisdir>No results from this directory</noresultsthisdir>
<openfilelocation>Open file location</openfilelocation>
<opendirlocation>Open directory location</opendirlocation>
<rename>Rename</rename>
<empty>Empty</empty>
<expandalldirs>Expand all directories</expandalldirs>
<collapsealldirs>Collapse all directories</collapsealldirs>
<refreshob>Reload directories view</refreshob>
<serverrunning>Server running</serverrunning>
<saving>Saving</saving>
<dontsave>Don't save</dontsave>
<savingufiles>Save all unsaved files?</savingufiles>
<opennewfile>Open new file</opennewfile>
<nofileopened>No files opened</nofileopened>
<nofileopenedcap>None of the selected files could be opened.</nofileopenedcap>
<savefileas>Save file as</savefileas>
<savefollow>Save following files</savefollow>
<chdecomp>Select plugin to decompile</chdecomp>
<decompiling>Decompiling</decompiling>
<spcompnotstarted>The spcomp.exe compiler did not start correctly.</spcompnotstarted>
<spcompnotfound>The spcomp.exe compiler could not be found.</spcompnotfound>
<compiling>Compiling</compiling>
<copied>Copied</copied>
<deleted>Deleted</deleted>
<failcopy>Failed to copy</failcopy>
<nofilescopy>No files copied</nofilescopy>
<uploaded>Uploaded</uploaded>
<erroruploadfile>Error while uploading file: {0} to {1}</erroruploadfile>
<errorupload>Error while uploading files</errorupload>
<done>Done</done>
<copyingfiles>Copying files</copyingfiles>
<ftpuploading>Uploading files</ftpuploading>
<rconcommand>Sending RCON Commands</rconcommand>
<failedtodecompile>failed to decompile</failedtodecompile>
<failedcheck>Failed to check</failedcheck>
<errorupdate>Error while checking for updates.</errorupdate>
<versuptodate>Version up to date</versuptodate>
<versionyour>Your program version {0} is up to date.</versionyour>
<versionyourbeta>Your beta program version {0} is up to date.</versionyourbeta>
<filename>File Name</filename>
<line>Line</line>
<type>Type</type>
<details>Details</details>
<status_error>{0} error</status_error>
<status_errors>{0} errors</status_errors>
<status_warning>{0} warning</status_warning>
<status_warnings>{0} warnings</status_warnings>
<copyerrors>Copy errors</copyerrors>
<clearlogs>Clear logs</clearlogs>
<dontoutputfile>Don't output file</dontoutputfile>
<errorfileloadproc>Error while loading and processing the file.</errorfileloadproc>
<notdissmethod>Could not disassemble method {0}: {1}</notdissmethod>
<dfilechanged>{0} has changed.</dfilechanged>
<filechanged>File changed</filechanged>
<filetryreload>Try reloading file?</filetryreload>
<dsaveerror>An error occured while saving.</dsaveerror>
<saveerror>Save error</saveerror>
<savingfile>Saving file</savingfile>
<ptabb>pt</ptabb>
<colabb>Col</colabb>
<lnabb>Ln</lnabb>
<lenabb>Len</lenabb>
<configs>Configurations</configs>
<name>Name</name>
<scriptdir>Scripting directories</scriptdir>
<copydir>Copy directory</copydir>
<serverexe>Server executable</serverexe>
<serverstartargs>Server-start arguments</serverstartargs>
<prebuildcom>Pre-Build commandline</prebuildcom>
<postbuildcom>Post-Build commandline</postbuildcom>
<optimizelvl>Optimization level</optimizelvl>
<verboselvl>Verbose level</verboselvl>
<autocopy>Auto copy after compile</autocopy>
<autoupload>Auto upload .smx after Compile</autoupload>
<autorcon>Send RCON Commands after Compile</autorcon>
<deleteoldsmx>Delete old .smx after copy</deleteoldsmx>
<ftphost>FTP host</ftphost>
<ftpuser>FTP user</ftpuser>
<ftppw>FTP password</ftppw>
<ftpdir>FTP directory</ftpdir>
<rconip>RCon server IP</rconip>
<rconport>RCon server port</rconport>
<rconpw>RCon server password</rconpw>
<rconcom>RCon Server commands</rconcom>
<newconfig>New config</newconfig>
<cannotdelconf>Cannot delete config</cannotdelconf>
<ycannotdelconf>You cannot delete the default config.</ycannotdelconf>
<selectexe>Select executable</selectexe>
<errorsavingconfigs>Could not save the current configs state</errorsavingconfigs>
<duplicateconfignames>You cannot have 2 configs or more with the same name.</duplicateconfignames>
<emptyconfignames>You cannot have configs with an empty name.</emptyconfignames>
<defaultvalues>Reset to default</defaultvalues>
<backupconfigs>Backup configs</backupconfigs>
<loadconfigs>Load configs</loadconfigs>
<PermissionAccessError>Unauthorized access error</PermissionAccessError>
<PermissionAccessErrorMessage>Authorization error. You may have trouble using the includes from this directory</PermissionAccessErrorMessage>
<TestingFTPConn>Testing the FTP/SFTP connection...</TestingFTPConn>
<TestingRCONConn>Testing the RCON connection...</TestingRCONConn>
<RCONFailureMessage>The provided details don't point to a valid running SRCDS instance, or your IP has been banned from it.</RCONFailureMessage>
<InvalidCredentials>Invalid credentials</InvalidCredentials>
<TestConnection>Test connection</TestConnection>
<SPCompilerFoundHere>Compiler found in this directory</SPCompilerFoundHere>
<FTPFieldsEmpty>The Host, User or Password fields are empty.</FTPFieldsEmpty>
<RCONFieldsEmpty>The IP or Port fields are empty.</RCONFieldsEmpty>
<InvalidFTPSchema>Invalid or unsupported URI schema.</InvalidFTPSchema>
<resetoptions>Reset options</resetoptions>
<resetoptques>Are you sure you want to reset the options?</resetoptques>
<restarteditor>Restart Editor</restarteditor>
<yrestarteditor>You have to restart the editor for the changes to have effect.</yrestarteditor>
<program>Program</program>
<hardwareacc>Use hardware acceleration (if available)</hardwareacc>
<uianim>UI animations</uianim>
<hardwareencryption>Hardware encryption</hardwareencryption>
<useblendeffect>Enable blend effect</useblendeffect>
<openinc>Auto open includes</openinc>
<openincrec>Open Includes Recursively</openincrec>
<autoupdate>Search automatically for updates</autoupdate>
<showtoolbar>Show toolbar</showtoolbar>
<dynamicisac>Dynamic Autocomplete/Intellisense</dynamicisac>
<darktheme>Dark theme</darktheme>
<themecolor>Theme Color</themecolor>
<languagestr>Language</languagestr>
<editor>Editor</editor>
<fontsize>Font size</fontsize>
<scrollspeed>Scroll speed</scrollspeed>
<wordwrap>Word wrap</wordwrap>
<aggindentation>Aggressive Indentation</aggindentation>
<reformataftersem>Reformatting line after semicolon</reformataftersem>
<tabstospace>Replace tabs with spaces</tabstospace>
<autoclosebrack>Auto close brackets</autoclosebrack>
<autoclosestrchr>Auto close single and double quotes</autoclosestrchr>
<showspaces>Show spaces</showspaces>
<showtabs>Show tabs</showtabs>
<indentationsize>Indentation size</indentationsize>
<fontfamily>Font</fontfamily>
<syntaxhigh>Syntax Highlighting</syntaxhigh>
<highdeprecat>Highlight deprecated syntax</highdeprecat>
<compile>Compile</compile>
<autosavemin>Auto save (min)</autosavemin>
<hotkey>Hotkey</hotkey>
<hotkeys>Hotkeys</hotkeys>
<command>Command</command>
<deleteline>Delete line</deleteline>
<movelinedown>Move line down</movelinedown>
<movelineup>Move line up</movelineup>
<dupelinedown>Duplicate line down</dupelinedown>
<dupelineup>Duplicate line up</dupelineup>
<inuse>In use</inuse>
<reserved>Reserved</reserved>
<transformuppercase>Transform to uppercase</transformuppercase>
<transformlowercase>Transform to lowercase</transformlowercase>
<enablerpc>Enable Discord Rich Presence</enablerpc>
<enablerpctime>Show elapsed time</enablerpctime>
<enablerpcfile>Show current file</enablerpcfile>
<defaulttaken>Default taken</defaulttaken>
<BackupOptionsSuccessMessage>The options have been backed up successfully</BackupOptionsSuccessMessage>
<BackupOptionsErrorMessage>The options could not be backed up</BackupOptionsErrorMessage>
<LoadOptionsWarningMessage>Are you sure you want to load an options file? Your current options will be overwritten</LoadOptionsWarningMessage>
<LoadOptionsSuccessMessage>The selected options have been loaded successfully. Restart SPCode</LoadOptionsSuccessMessage>
<LoadOptionsErrorMessage>The selected options could not be loaded</LoadOptionsErrorMessage>
<backupoptions>Backup options</backupoptions>
<loadoptions>Load options</loadoptions>
<reloadlanguage>Reload language</reloadlanguage>
<actiononclose>Action on close</actiononclose>
<actioncloseprompt>Prompt whether to save</actioncloseprompt>
<tabtoautocomplete>Use Tab to autocomplete</tabtoautocomplete>
<macros>Macros</macros>
<macro_editordir>Directory of the SPCode binary</macro_editordir>
<macro_scriptdir>Directory of the compiling script</macro_scriptdir>
<macro_copydir>Directory where the .smx should be copied</macro_copydir>
<macro_scriptfile>Full directory and name of the script</macro_scriptfile>
<macro_scriptname>File name of the script</macro_scriptname>
<macro_pluginfile>Full directory and name of the compiled script</macro_pluginfile>
<macro_pluginname>File name of the compiled script</macro_pluginname>
<macro_plugins_reload>Reloads all compiled plugins</macro_plugins_reload>
<macro_plugins_load>Loads all compiled plugins</macro_plugins_load>
<macro_plugins_unload>Unloads all compiled plugins</macro_plugins_unload>
<wanttoupdate>Do you want to update from version {0} to {1}?</wanttoupdate>
<versionavailable>Version {0} is available for download</versionavailable>
<viewgithub>View on GitHub</viewgithub>
<updatingto>Updating to {0}</updatingto>
<downloadingupdater>Downloading update assets</downloadingupdater>
<startingupdater>Starting updater</startingupdater>
<checkingupdates>Checking for updates</checkingupdates>
<parseddefwindow>SourcePawn parsed definitions</parseddefwindow>
<configwrongpars>The config was not able to parse a sourcepawn definition.</configwrongpars>
<noname>no name</noname>
<poslen>(position: {0} - length: {1})</poslen>
<inheritedfrom>inherited from</inheritedfrom>
<methodfrom>Method from</methodfrom>
<propertyfrom>Property from</propertyfrom>
<success>Success</success>
<error>Error</error>
<warning>Warning</warning>
<yes>Yes</yes>
<no>No</no>
<accept>Accept</accept>
<cancel>Cancel</cancel>
<add>Add</add>
<remove>Remove</remove>
<search>Search</search>
<delete>Delete</delete>
<pleasewait>Please wait...</pleasewait>
<emptyname>Empty name</emptyname>
<namealreadyexists>File name taken</namealreadyexists>
<filenotsupported>File not supported</filenotsupported>
<filewillbeexcluded>The file will be excluded from the file browser once renamed.</filewillbeexcluded>
<newtemplate>New Template</newtemplate>
<preview>Preview</preview>
<templateexists>Template name already exists</templateexists>
<illegalcharacters>Illegal characters</illegalcharacters>
<replace>Replace</replace>
<replaceall>Replace all</replaceall>
<foundinoff>Found in offset {0} with length {1}</foundinoff>
<foundnothing>Found nothing</foundnothing>
<replacedoff>Replaced in offset {0}</replacedoff>
<replacedocc>Replaced {0} occurrences in {1} documents</replacedocc>
<occfound>occurrences found</occfound>
<emptypatt>Empty search pattern</emptypatt>
<novalidregex>No valid regex pattern</novalidregex>
<normalsearch>Normal search</normalsearch>
<matchwholewords>Match whole words</matchwholewords>
<advancsearch>Advanced search</advancsearch>
<advancsearchdetails>Special and escape characters like \n, \s, \t</advancsearchdetails>
<regexsearch>Regex search</regexsearch>
<currdoc>Current document</currdoc>
<alldoc>All open documents</alldoc>
<find>Find</find>
<count>Count</count>
<casesen>Case sensitive</casesen>
<multilineregex>Multiline Regex</multilineregex>
<invalidinput>Invalid input</invalidinput>
<outofbounds>Out of bounds</outofbounds>
<gotooffset>Go to offset</gotooffset>
<go>Go</go>
<spcodecap>a lightweight SourcePawn editor</spcodecap>
<license>License</license>
<peopleinv>People involved</peopleinv>
</translations>