src/eric7/i18n/eric7_en.ts

branch
eric7
changeset 10685
a9134b4e8ed0
parent 10674
8fc0af9c76dc
child 10694
f46c1e224e8a
child 10698
ed332f3d26a7
equal deleted inserted replaced
10684:58c7f23ae1cb 10685:a9134b4e8ed0
1817 <location filename="../MicroPython/Devices/DeviceBase.py" line="1604" /> 1817 <location filename="../MicroPython/Devices/DeviceBase.py" line="1604" />
1818 <source>Operation not supported.</source> 1818 <source>Operation not supported.</source>
1819 <translation type="unfinished" /> 1819 <translation type="unfinished" />
1820 </message> 1820 </message>
1821 <message> 1821 <message>
1822 <location filename="../MicroPython/Devices/DeviceBase.py" line="1980" /> 1822 <location filename="../MicroPython/Devices/DeviceBase.py" line="1982" />
1823 <source>Yes</source> 1823 <source>Yes</source>
1824 <translation type="unfinished" /> 1824 <translation type="unfinished" />
1825 </message> 1825 </message>
1826 <message> 1826 <message>
1827 <location filename="../MicroPython/Devices/DeviceBase.py" line="1980" /> 1827 <location filename="../MicroPython/Devices/DeviceBase.py" line="1982" />
1828 <source>No</source> 1828 <source>No</source>
1829 <translation type="unfinished" /> 1829 <translation type="unfinished" />
1830 </message> 1830 </message>
1831 <message> 1831 <message>
1832 <location filename="../MicroPython/Devices/DeviceBase.py" line="1982" /> 1832 <location filename="../MicroPython/Devices/DeviceBase.py" line="1984" />
1833 <source>yes</source> 1833 <source>yes</source>
1834 <translation type="unfinished" /> 1834 <translation type="unfinished" />
1835 </message> 1835 </message>
1836 <message> 1836 <message>
1837 <location filename="../MicroPython/Devices/DeviceBase.py" line="1982" /> 1837 <location filename="../MicroPython/Devices/DeviceBase.py" line="1984" />
1838 <source>no</source> 1838 <source>no</source>
1839 <translation type="unfinished" /> 1839 <translation type="unfinished" />
1840 </message> 1840 </message>
1841 </context> 1841 </context>
1842 <context> 1842 <context>
3196 </message> 3196 </message>
3197 </context> 3197 </context>
3198 <context> 3198 <context>
3199 <name>Browser</name> 3199 <name>Browser</name>
3200 <message> 3200 <message>
3201 <location filename="../UI/Browser.py" line="118" /> 3201 <location filename="../UI/Browser.py" line="122" />
3202 <source>File-Browser</source> 3202 <source>File-Browser</source>
3203 <translation type="unfinished" /> 3203 <translation type="unfinished" />
3204 </message> 3204 </message>
3205 <message> 3205 <message>
3206 <location filename="../UI/Browser.py" line="137" /> 3206 <location filename="../UI/Browser.py" line="141" />
3207 <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;This allows you to easily navigate the hierarchy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierarchies.&lt;/p&gt;&lt;p&gt;The first hierarchy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierarchy gives you easy access to most of what you will need.&lt;/p&gt;&lt;p&gt;The next hierarchy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierarchies allow you navigate your system as a whole. On a UNIX system there will be a hierarchy with &lt;tt&gt;/&lt;/tt&gt; at its root and another with the user home directory. On a Windows system there will be a hierarchy for each drive on the system.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; file name suffix) are identified in the hierarchies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a test run.&lt;/p&gt;&lt;p&gt;The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source> 3207 <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;This allows you to easily navigate the hierarchy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierarchies.&lt;/p&gt;&lt;p&gt;The first hierarchy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierarchy gives you easy access to most of what you will need.&lt;/p&gt;&lt;p&gt;The next hierarchy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierarchies allow you navigate your system as a whole. On a UNIX system there will be a hierarchy with &lt;tt&gt;/&lt;/tt&gt; at its root and another with the user home directory. On a Windows system there will be a hierarchy for each drive on the system.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; file name suffix) are identified in the hierarchies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a test run.&lt;/p&gt;&lt;p&gt;The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
3208 <translation type="unfinished" /> 3208 <translation type="unfinished" />
3209 </message> 3209 </message>
3210 <message> 3210 <message>
3211 <location filename="../UI/Browser.py" line="236" /> 3211 <location filename="../UI/Browser.py" line="240" />
3212 <source>Show Hidden Files</source> 3212 <source>Show Hidden Files</source>
3213 <translation type="unfinished" /> 3213 <translation type="unfinished" />
3214 </message> 3214 </message>
3215 <message> 3215 <message>
3216 <location filename="../UI/Browser.py" line="242" /> 3216 <location filename="../UI/Browser.py" line="246" />
3217 <source>New</source> 3217 <source>New</source>
3218 <translation type="unfinished" /> 3218 <translation type="unfinished" />
3219 </message> 3219 </message>
3220 <message> 3220 <message>
3221 <location filename="../UI/Browser.py" line="244" /> 3221 <location filename="../UI/Browser.py" line="248" />
3222 <source>Directory</source> 3222 <source>Directory</source>
3223 <translation type="unfinished" /> 3223 <translation type="unfinished" />
3224 </message> 3224 </message>
3225 <message> 3225 <message>
3226 <location filename="../UI/Browser.py" line="247" /> 3226 <location filename="../UI/Browser.py" line="251" />
3227 <source>File</source> 3227 <source>File</source>
3228 <translation type="unfinished" /> 3228 <translation type="unfinished" />
3229 </message> 3229 </message>
3230 <message> 3230 <message>
3231 <location filename="../UI/Browser.py" line="329" /> 3231 <location filename="../UI/Browser.py" line="333" />
3232 <location filename="../UI/Browser.py" line="287" /> 3232 <location filename="../UI/Browser.py" line="291" />
3233 <location filename="../UI/Browser.py" line="253" /> 3233 <location filename="../UI/Browser.py" line="257" />
3234 <source>Open</source> 3234 <source>Open</source>
3235 <translation type="unfinished" /> 3235 <translation type="unfinished" />
3236 </message> 3236 </message>
3237 <message> 3237 <message>
3238 <location filename="../UI/Browser.py" line="256" /> 3238 <location filename="../UI/Browser.py" line="260" />
3239 <source>Run Test...</source> 3239 <source>Run Test...</source>
3240 <translation type="unfinished" /> 3240 <translation type="unfinished" />
3241 </message> 3241 </message>
3242 <message> 3242 <message>
3243 <location filename="../UI/Browser.py" line="669" /> 3243 <location filename="../UI/Browser.py" line="673" />
3244 <location filename="../UI/Browser.py" line="661" /> 3244 <location filename="../UI/Browser.py" line="665" />
3245 <location filename="../UI/Browser.py" line="651" /> 3245 <location filename="../UI/Browser.py" line="655" />
3246 <location filename="../UI/Browser.py" line="642" /> 3246 <location filename="../UI/Browser.py" line="646" />
3247 <location filename="../UI/Browser.py" line="307" /> 3247 <location filename="../UI/Browser.py" line="311" />
3248 <location filename="../UI/Browser.py" line="260" /> 3248 <location filename="../UI/Browser.py" line="264" />
3249 <source>Show Mime-Type</source> 3249 <source>Show Mime-Type</source>
3250 <translation type="unfinished" /> 3250 <translation type="unfinished" />
3251 </message> 3251 </message>
3252 <message> 3252 <message>
3253 <location filename="../UI/Browser.py" line="264" /> 3253 <location filename="../UI/Browser.py" line="268" />
3254 <source>Refresh Source File</source> 3254 <source>Refresh Source File</source>
3255 <translation type="unfinished" /> 3255 <translation type="unfinished" />
3256 </message> 3256 </message>
3257 <message> 3257 <message>
3258 <location filename="../UI/Browser.py" line="617" /> 3258 <location filename="../UI/Browser.py" line="621" />
3259 <location filename="../UI/Browser.py" line="368" />
3260 <location filename="../UI/Browser.py" line="311" />
3261 <location filename="../UI/Browser.py" line="269" />
3262 <source>Show in File Manager</source>
3263 <translation type="unfinished" />
3264 </message>
3265 <message>
3266 <location filename="../UI/Browser.py" line="372" /> 3259 <location filename="../UI/Browser.py" line="372" />
3267 <location filename="../UI/Browser.py" line="315" /> 3260 <location filename="../UI/Browser.py" line="315" />
3268 <location filename="../UI/Browser.py" line="273" /> 3261 <location filename="../UI/Browser.py" line="273" />
3262 <source>Show in File Manager</source>
3263 <translation type="unfinished" />
3264 </message>
3265 <message>
3266 <location filename="../UI/Browser.py" line="376" />
3267 <location filename="../UI/Browser.py" line="319" />
3268 <location filename="../UI/Browser.py" line="277" />
3269 <source>Copy Path to Clipboard</source> 3269 <source>Copy Path to Clipboard</source>
3270 <translation type="unfinished" /> 3270 <translation type="unfinished" />
3271 </message> 3271 </message>
3272 <message> 3272 <message>
3273 <location filename="../UI/Browser.py" line="380" /> 3273 <location filename="../UI/Browser.py" line="384" />
3274 <location filename="../UI/Browser.py" line="335" /> 3274 <location filename="../UI/Browser.py" line="339" />
3275 <location filename="../UI/Browser.py" line="323" /> 3275 <location filename="../UI/Browser.py" line="327" />
3276 <location filename="../UI/Browser.py" line="281" /> 3276 <location filename="../UI/Browser.py" line="285" />
3277 <source>Delete</source> 3277 <source>Delete</source>
3278 <translation type="unfinished" /> 3278 <translation type="unfinished" />
3279 </message> 3279 </message>
3280 <message> 3280 <message>
3281 <location filename="../UI/Browser.py" line="290" /> 3281 <location filename="../UI/Browser.py" line="294" />
3282 <source>Open in Hex Editor</source> 3282 <source>Open in Hex Editor</source>
3283 <translation type="unfinished" /> 3283 <translation type="unfinished" />
3284 </message> 3284 </message>
3285 <message> 3285 <message>
3286 <location filename="../UI/Browser.py" line="294" /> 3286 <location filename="../UI/Browser.py" line="298" />
3287 <source>Open in Icon Editor</source> 3287 <source>Open in Icon Editor</source>
3288 <translation type="unfinished" /> 3288 <translation type="unfinished" />
3289 </message> 3289 </message>
3290 <message> 3290 <message>
3291 <location filename="../UI/Browser.py" line="298" /> 3291 <location filename="../UI/Browser.py" line="302" />
3292 <source>Open in Editor</source> 3292 <source>Open in Editor</source>
3293 <translation type="unfinished" /> 3293 <translation type="unfinished" />
3294 </message> 3294 </message>
3295 <message> 3295 <message>
3296 <location filename="../UI/Browser.py" line="302" /> 3296 <location filename="../UI/Browser.py" line="306" />
3297 <source>Open in PDF Viewer</source> 3297 <source>Open in PDF Viewer</source>
3298 <translation type="unfinished" /> 3298 <translation type="unfinished" />
3299 </message> 3299 </message>
3300 <message> 3300 <message>
3301 <location filename="../UI/Browser.py" line="399" /> 3301 <location filename="../UI/Browser.py" line="403" />
3302 <location filename="../UI/Browser.py" line="390" /> 3302 <location filename="../UI/Browser.py" line="394" />
3303 <location filename="../UI/Browser.py" line="341" /> 3303 <location filename="../UI/Browser.py" line="345" />
3304 <source>New toplevel directory...</source> 3304 <source>New toplevel directory...</source>
3305 <translation type="unfinished" /> 3305 <translation type="unfinished" />
3306 </message> 3306 </message>
3307 <message> 3307 <message>
3308 <location filename="../UI/Browser.py" line="345" /> 3308 <location filename="../UI/Browser.py" line="349" />
3309 <source>Add as toplevel directory</source> 3309 <source>Add as toplevel directory</source>
3310 <translation type="unfinished" /> 3310 <translation type="unfinished" />
3311 </message> 3311 </message>
3312 <message> 3312 <message>
3313 <location filename="../UI/Browser.py" line="349" /> 3313 <location filename="../UI/Browser.py" line="353" />
3314 <source>Remove from toplevel</source> 3314 <source>Remove from toplevel</source>
3315 <translation type="unfinished" /> 3315 <translation type="unfinished" />
3316 </message> 3316 </message>
3317 <message> 3317 <message>
3318 <location filename="../UI/Browser.py" line="354" /> 3318 <location filename="../UI/Browser.py" line="358" />
3319 <source>Refresh directory</source> 3319 <source>Refresh directory</source>
3320 <translation type="unfinished" /> 3320 <translation type="unfinished" />
3321 </message> 3321 </message>
3322 <message> 3322 <message>
3323 <location filename="../UI/Browser.py" line="359" /> 3323 <location filename="../UI/Browser.py" line="363" />
3324 <source>Find in this directory</source> 3324 <source>Find in this directory</source>
3325 <translation type="unfinished" /> 3325 <translation type="unfinished" />
3326 </message> 3326 </message>
3327 <message> 3327 <message>
3328 <location filename="../UI/Browser.py" line="363" /> 3328 <location filename="../UI/Browser.py" line="367" />
3329 <source>Find &amp;&amp; Replace in this directory</source> 3329 <source>Find &amp;&amp; Replace in this directory</source>
3330 <translation type="unfinished" /> 3330 <translation type="unfinished" />
3331 </message> 3331 </message>
3332 <message> 3332 <message>
3333 <location filename="../UI/Browser.py" line="384" /> 3333 <location filename="../UI/Browser.py" line="388" />
3334 <source>Goto</source> 3334 <source>Goto</source>
3335 <translation type="unfinished" /> 3335 <translation type="unfinished" />
3336 </message> 3336 </message>
3337 <message> 3337 <message>
3338 <location filename="../UI/Browser.py" line="504" /> 3338 <location filename="../UI/Browser.py" line="508" />
3339 <source>Line {0}</source> 3339 <source>Line {0}</source>
3340 <translation type="unfinished" /> 3340 <translation type="unfinished" />
3341 </message> 3341 </message>
3342 <message> 3342 <message>
3343 <location filename="../UI/Browser.py" line="643" /> 3343 <location filename="../UI/Browser.py" line="647" />
3344 <source>The mime type of the file could not be determined.</source> 3344 <source>The mime type of the file could not be determined.</source>
3345 <translation type="unfinished" /> 3345 <translation type="unfinished" />
3346 </message> 3346 </message>
3347 <message> 3347 <message>
3348 <location filename="../UI/Browser.py" line="662" /> 3348 <location filename="../UI/Browser.py" line="666" />
3349 <location filename="../UI/Browser.py" line="652" /> 3349 <location filename="../UI/Browser.py" line="656" />
3350 <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.</source> 3350 <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.</source>
3351 <translation type="unfinished" /> 3351 <translation type="unfinished" />
3352 </message> 3352 </message>
3353 <message> 3353 <message>
3354 <location filename="../UI/Browser.py" line="670" /> 3354 <location filename="../UI/Browser.py" line="674" />
3355 <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt; Shall it be added to the list of text mime types?</source> 3355 <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt; Shall it be added to the list of text mime types?</source>
3356 <translation type="unfinished" /> 3356 <translation type="unfinished" />
3357 </message> 3357 </message>
3358 <message> 3358 <message>
3359 <location filename="../UI/Browser.py" line="778" /> 3359 <location filename="../UI/Browser.py" line="782" />
3360 <source>New toplevel directory</source> 3360 <source>New toplevel directory</source>
3361 <translation type="unfinished" /> 3361 <translation type="unfinished" />
3362 </message> 3362 </message>
3363 <message> 3363 <message>
3364 <location filename="../UI/Browser.py" line="618" /> 3364 <location filename="../UI/Browser.py" line="622" />
3365 <source>&lt;p&gt;The directory of the selected item (&lt;b&gt;{0}&lt;/b&gt;) cannot be shown in a file manager application.&lt;/p&gt;</source> 3365 <source>&lt;p&gt;The directory of the selected item (&lt;b&gt;{0}&lt;/b&gt;) cannot be shown in a file manager application.&lt;/p&gt;</source>
3366 <translation type="unfinished" /> 3366 <translation type="unfinished" />
3367 </message> 3367 </message>
3368 <message> 3368 <message>
3369 <location filename="../UI/Browser.py" line="1025" /> 3369 <location filename="../UI/Browser.py" line="1029" />
3370 <location filename="../UI/Browser.py" line="1013" /> 3370 <location filename="../UI/Browser.py" line="1017" />
3371 <location filename="../UI/Browser.py" line="1004" /> 3371 <location filename="../UI/Browser.py" line="1008" />
3372 <source>New Directory</source> 3372 <source>New Directory</source>
3373 <translation type="unfinished" /> 3373 <translation type="unfinished" />
3374 </message> 3374 </message>
3375 <message> 3375 <message>
3376 <location filename="../UI/Browser.py" line="1005" /> 3376 <location filename="../UI/Browser.py" line="1009" />
3377 <source>Name for new directory:</source> 3377 <source>Name for new directory:</source>
3378 <translation type="unfinished" /> 3378 <translation type="unfinished" />
3379 </message> 3379 </message>
3380 <message> 3380 <message>
3381 <location filename="../UI/Browser.py" line="1052" /> 3381 <location filename="../UI/Browser.py" line="1056" />
3382 <location filename="../UI/Browser.py" line="1014" /> 3382 <location filename="../UI/Browser.py" line="1018" />
3383 <source>A file or directory named &lt;b&gt;{0}&lt;/b&gt; exists already. Aborting...</source> 3383 <source>A file or directory named &lt;b&gt;{0}&lt;/b&gt; exists already. Aborting...</source>
3384 <translation type="unfinished" /> 3384 <translation type="unfinished" />
3385 </message> 3385 </message>
3386 <message> 3386 <message>
3387 <location filename="../UI/Browser.py" line="1026" /> 3387 <location filename="../UI/Browser.py" line="1030" />
3388 <source>&lt;p&gt;The directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 3388 <source>&lt;p&gt;The directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
3389 <translation type="unfinished" /> 3389 <translation type="unfinished" />
3390 </message> 3390 </message>
3391 <message> 3391 <message>
3392 <location filename="../UI/Browser.py" line="1064" /> 3392 <location filename="../UI/Browser.py" line="1068" />
3393 <location filename="../UI/Browser.py" line="1051" /> 3393 <location filename="../UI/Browser.py" line="1055" />
3394 <location filename="../UI/Browser.py" line="1042" /> 3394 <location filename="../UI/Browser.py" line="1046" />
3395 <source>New File</source> 3395 <source>New File</source>
3396 <translation type="unfinished" /> 3396 <translation type="unfinished" />
3397 </message> 3397 </message>
3398 <message> 3398 <message>
3399 <location filename="../UI/Browser.py" line="1043" /> 3399 <location filename="../UI/Browser.py" line="1047" />
3400 <source>Name for new file:</source> 3400 <source>Name for new file:</source>
3401 <translation type="unfinished" /> 3401 <translation type="unfinished" />
3402 </message> 3402 </message>
3403 <message> 3403 <message>
3404 <location filename="../UI/Browser.py" line="1065" /> 3404 <location filename="../UI/Browser.py" line="1069" />
3405 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 3405 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
3406 <translation type="unfinished" /> 3406 <translation type="unfinished" />
3407 </message> 3407 </message>
3408 <message> 3408 <message>
3409 <location filename="../UI/Browser.py" line="1161" /> 3409 <location filename="../UI/Browser.py" line="1165" />
3410 <location filename="../UI/Browser.py" line="1103" /> 3410 <location filename="../UI/Browser.py" line="1107" />
3411 <location filename="../UI/Browser.py" line="1093" /> 3411 <location filename="../UI/Browser.py" line="1097" />
3412 <source>Delete File</source> 3412 <source>Delete File</source>
3413 <translation type="unfinished" /> 3413 <translation type="unfinished" />
3414 </message> 3414 </message>
3415 <message> 3415 <message>
3416 <location filename="../UI/Browser.py" line="1094" /> 3416 <location filename="../UI/Browser.py" line="1098" />
3417 <source>Do you really want to delete this file?</source> 3417 <source>Do you really want to delete this file?</source>
3418 <translation type="unfinished" /> 3418 <translation type="unfinished" />
3419 </message> 3419 </message>
3420 <message> 3420 <message>
3421 <location filename="../UI/Browser.py" line="1162" /> 3421 <location filename="../UI/Browser.py" line="1166" />
3422 <location filename="../UI/Browser.py" line="1104" /> 3422 <location filename="../UI/Browser.py" line="1108" />
3423 <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 3423 <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
3424 <translation type="unfinished" /> 3424 <translation type="unfinished" />
3425 </message> 3425 </message>
3426 <message> 3426 <message>
3427 <location filename="../UI/Browser.py" line="1129" /> 3427 <location filename="../UI/Browser.py" line="1133" />
3428 <location filename="../UI/Browser.py" line="1119" /> 3428 <location filename="../UI/Browser.py" line="1123" />
3429 <source>Delete Directory</source> 3429 <source>Delete Directory</source>
3430 <translation type="unfinished" /> 3430 <translation type="unfinished" />
3431 </message> 3431 </message>
3432 <message> 3432 <message>
3433 <location filename="../UI/Browser.py" line="1120" /> 3433 <location filename="../UI/Browser.py" line="1124" />
3434 <source>Do you really want to delete this directory?</source> 3434 <source>Do you really want to delete this directory?</source>
3435 <translation type="unfinished" /> 3435 <translation type="unfinished" />
3436 </message> 3436 </message>
3437 <message> 3437 <message>
3438 <location filename="../UI/Browser.py" line="1130" /> 3438 <location filename="../UI/Browser.py" line="1134" />
3439 <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 3439 <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
3440 <translation type="unfinished" /> 3440 <translation type="unfinished" />
3441 </message> 3441 </message>
3442 <message> 3442 <message>
3443 <location filename="../UI/Browser.py" line="1150" /> 3443 <location filename="../UI/Browser.py" line="1154" />
3444 <source>Delete Files</source> 3444 <source>Delete Files</source>
3445 <translation type="unfinished" /> 3445 <translation type="unfinished" />
3446 </message> 3446 </message>
3447 <message> 3447 <message>
3448 <location filename="../UI/Browser.py" line="1151" /> 3448 <location filename="../UI/Browser.py" line="1155" />
3449 <source>Do you really want to delete these files?</source> 3449 <source>Do you really want to delete these files?</source>
3450 <translation type="unfinished" /> 3450 <translation type="unfinished" />
3451 </message> 3451 </message>
3452 </context> 3452 </context>
3453 <context> 3453 <context>
3454 <name>BrowserModel</name> 3454 <name>BrowserModel</name>
3455 <message> 3455 <message>
3456 <location filename="../UI/BrowserModel.py" line="88" /> 3456 <location filename="../UI/BrowserModel.py" line="91" />
3457 <source>Name</source> 3457 <source>Name</source>
3458 <translation>Name</translation> 3458 <translation>Name</translation>
3459 </message> 3459 </message>
3460 <message> 3460 <message>
3461 <location filename="../UI/BrowserModel.py" line="738" /> 3461 <location filename="../UI/BrowserModel.py" line="725" />
3462 <source>Coding: {0}</source> 3462 <source>Coding: {0}</source>
3463 <translation type="unfinished" /> 3463 <translation type="unfinished" />
3464 </message> 3464 </message>
3465 <message> 3465 <message>
3466 <location filename="../UI/BrowserModel.py" line="748" /> 3466 <location filename="../UI/BrowserModel.py" line="735" />
3467 <source>Globals</source> 3467 <source>Globals</source>
3468 <translation type="unfinished" /> 3468 <translation type="unfinished" />
3469 </message> 3469 </message>
3470 <message> 3470 <message>
3471 <location filename="../UI/BrowserModel.py" line="753" /> 3471 <location filename="../UI/BrowserModel.py" line="740" />
3472 <source>Imports</source> 3472 <source>Imports</source>
3473 <translation type="unfinished" /> 3473 <translation type="unfinished" />
3474 </message> 3474 </message>
3475 <message> 3475 <message>
3476 <location filename="../UI/BrowserModel.py" line="853" /> 3476 <location filename="../UI/BrowserModel.py" line="843" />
3477 <source>Attributes</source> 3477 <source>Attributes</source>
3478 <translation type="unfinished" /> 3478 <translation type="unfinished" />
3479 </message> 3479 </message>
3480 <message> 3480 <message>
3481 <location filename="../UI/BrowserModel.py" line="864" /> 3481 <location filename="../UI/BrowserModel.py" line="854" />
3482 <source>Class Attributes</source> 3482 <source>Class Attributes</source>
3483 <translation type="unfinished" /> 3483 <translation type="unfinished" />
3484 </message> 3484 </message>
3485 </context> 3485 </context>
3486 <context> 3486 <context>
9170 Not connected 9170 Not connected
9171 </source> 9171 </source>
9172 <translation type="unfinished" /> 9172 <translation type="unfinished" />
9173 </message> 9173 </message>
9174 <message> 9174 <message>
9175 <location filename="../Debugger/DebugServer.py" line="2078" /> 9175 <location filename="../Debugger/DebugServer.py" line="2076" />
9176 <source>Passive debug connection received 9176 <source>Passive debug connection received
9177 </source> 9177 </source>
9178 <translation type="unfinished" /> 9178 <translation type="unfinished" />
9179 </message> 9179 </message>
9180 <message> 9180 <message>
9181 <location filename="../Debugger/DebugServer.py" line="2092" /> 9181 <location filename="../Debugger/DebugServer.py" line="2090" />
9182 <source>Passive debug connection closed 9182 <source>Passive debug connection closed
9183 </source> 9183 </source>
9184 <translation type="unfinished" /> 9184 <translation type="unfinished" />
9185 </message> 9185 </message>
9186 <message> 9186 <message>
9187 <location filename="../Debugger/DebugServer.py" line="2223" /> 9187 <location filename="../Debugger/DebugServer.py" line="2221" />
9188 <source>&lt;project&gt;</source> 9188 <source>&lt;project&gt;</source>
9189 <translation type="unfinished" /> 9189 <translation type="unfinished" />
9190 </message> 9190 </message>
9191 </context> 9191 </context>
9192 <context> 9192 <context>
12418 <location filename="../QScintilla/Editor.py" line="964" /> 12418 <location filename="../QScintilla/Editor.py" line="964" />
12419 <source>Uncomment</source> 12419 <source>Uncomment</source>
12420 <translation type="unfinished" /> 12420 <translation type="unfinished" />
12421 </message> 12421 </message>
12422 <message> 12422 <message>
12423 <location filename="../QScintilla/Editor.py" line="9929" /> 12423 <location filename="../QScintilla/Editor.py" line="9939" />
12424 <location filename="../QScintilla/Editor.py" line="969" /> 12424 <location filename="../QScintilla/Editor.py" line="969" />
12425 <source>Generate Docstring</source> 12425 <source>Generate Docstring</source>
12426 <translation type="unfinished" /> 12426 <translation type="unfinished" />
12427 </message> 12427 </message>
12428 <message> 12428 <message>
12696 <location filename="../QScintilla/Editor.py" line="1359" /> 12696 <location filename="../QScintilla/Editor.py" line="1359" />
12697 <source>Spelling</source> 12697 <source>Spelling</source>
12698 <translation type="unfinished" /> 12698 <translation type="unfinished" />
12699 </message> 12699 </message>
12700 <message> 12700 <message>
12701 <location filename="../QScintilla/Editor.py" line="9016" /> 12701 <location filename="../QScintilla/Editor.py" line="9026" />
12702 <location filename="../QScintilla/Editor.py" line="1367" /> 12702 <location filename="../QScintilla/Editor.py" line="1367" />
12703 <source>Check spelling...</source> 12703 <source>Check spelling...</source>
12704 <translation type="unfinished" /> 12704 <translation type="unfinished" />
12705 </message> 12705 </message>
12706 <message> 12706 <message>
13207 <location filename="../QScintilla/Editor.py" line="8258" /> 13207 <location filename="../QScintilla/Editor.py" line="8258" />
13208 <source>File changed</source> 13208 <source>File changed</source>
13209 <translation type="unfinished" /> 13209 <translation type="unfinished" />
13210 </message> 13210 </message>
13211 <message> 13211 <message>
13212 <location filename="../QScintilla/Editor.py" line="8342" /> 13212 <location filename="../QScintilla/Editor.py" line="8351" />
13213 <source>Reload File</source> 13213 <source>Reload File</source>
13214 <translation type="unfinished" /> 13214 <translation type="unfinished" />
13215 </message> 13215 </message>
13216 <message> 13216 <message>
13217 <location filename="../QScintilla/Editor.py" line="8343" /> 13217 <location filename="../QScintilla/Editor.py" line="8352" />
13218 <source>&lt;p&gt;The editor contains unsaved modifications.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reloading it.&lt;/p&gt;&lt;p&gt;Shall the editor really be reloaded?&lt;/p&gt;</source> 13218 <source>&lt;p&gt;The editor contains unsaved modifications.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reloading it.&lt;/p&gt;&lt;p&gt;Shall the editor really be reloaded?&lt;/p&gt;</source>
13219 <translation type="unfinished" /> 13219 <translation type="unfinished" />
13220 </message> 13220 </message>
13221 <message> 13221 <message>
13222 <location filename="../QScintilla/Editor.py" line="8442" /> 13222 <location filename="../QScintilla/Editor.py" line="8452" />
13223 <source>Drop Error</source> 13223 <source>Drop Error</source>
13224 <translation type="unfinished" /> 13224 <translation type="unfinished" />
13225 </message> 13225 </message>
13226 <message> 13226 <message>
13227 <location filename="../QScintilla/Editor.py" line="8443" /> 13227 <location filename="../QScintilla/Editor.py" line="8453" />
13228 <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source> 13228 <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
13229 <translation type="unfinished" /> 13229 <translation type="unfinished" />
13230 </message> 13230 </message>
13231 <message> 13231 <message>
13232 <location filename="../QScintilla/Editor.py" line="8464" /> 13232 <location filename="../QScintilla/Editor.py" line="8474" />
13233 <source>Resources</source> 13233 <source>Resources</source>
13234 <translation type="unfinished" /> 13234 <translation type="unfinished" />
13235 </message> 13235 </message>
13236 <message> 13236 <message>
13237 <location filename="../QScintilla/Editor.py" line="8466" /> 13237 <location filename="../QScintilla/Editor.py" line="8476" />
13238 <source>Add file...</source> 13238 <source>Add file...</source>
13239 <translation type="unfinished" /> 13239 <translation type="unfinished" />
13240 </message> 13240 </message>
13241 <message> 13241 <message>
13242 <location filename="../QScintilla/Editor.py" line="8467" /> 13242 <location filename="../QScintilla/Editor.py" line="8477" />
13243 <source>Add files...</source> 13243 <source>Add files...</source>
13244 <translation type="unfinished" /> 13244 <translation type="unfinished" />
13245 </message> 13245 </message>
13246 <message> 13246 <message>
13247 <location filename="../QScintilla/Editor.py" line="8468" /> 13247 <location filename="../QScintilla/Editor.py" line="8478" />
13248 <source>Add aliased file...</source> 13248 <source>Add aliased file...</source>
13249 <translation type="unfinished" /> 13249 <translation type="unfinished" />
13250 </message> 13250 </message>
13251 <message> 13251 <message>
13252 <location filename="../QScintilla/Editor.py" line="8470" /> 13252 <location filename="../QScintilla/Editor.py" line="8480" />
13253 <source>Add localized resource...</source> 13253 <source>Add localized resource...</source>
13254 <translation type="unfinished" /> 13254 <translation type="unfinished" />
13255 </message> 13255 </message>
13256 <message> 13256 <message>
13257 <location filename="../QScintilla/Editor.py" line="8473" /> 13257 <location filename="../QScintilla/Editor.py" line="8483" />
13258 <source>Add resource frame</source> 13258 <source>Add resource frame</source>
13259 <translation type="unfinished" /> 13259 <translation type="unfinished" />
13260 </message> 13260 </message>
13261 <message> 13261 <message>
13262 <location filename="../QScintilla/Editor.py" line="8493" /> 13262 <location filename="../QScintilla/Editor.py" line="8503" />
13263 <source>Add file resource</source> 13263 <source>Add file resource</source>
13264 <translation type="unfinished" /> 13264 <translation type="unfinished" />
13265 </message> 13265 </message>
13266 <message> 13266 <message>
13267 <location filename="../QScintilla/Editor.py" line="8507" /> 13267 <location filename="../QScintilla/Editor.py" line="8517" />
13268 <source>Add file resources</source> 13268 <source>Add file resources</source>
13269 <translation type="unfinished" /> 13269 <translation type="unfinished" />
13270 </message> 13270 </message>
13271 <message> 13271 <message>
13272 <location filename="../QScintilla/Editor.py" line="8531" /> 13272 <location filename="../QScintilla/Editor.py" line="8541" />
13273 <location filename="../QScintilla/Editor.py" line="8525" /> 13273 <location filename="../QScintilla/Editor.py" line="8535" />
13274 <source>Add aliased file resource</source> 13274 <source>Add aliased file resource</source>
13275 <translation type="unfinished" /> 13275 <translation type="unfinished" />
13276 </message> 13276 </message>
13277 <message> 13277 <message>
13278 <location filename="../QScintilla/Editor.py" line="8532" /> 13278 <location filename="../QScintilla/Editor.py" line="8542" />
13279 <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source> 13279 <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
13280 <translation type="unfinished" /> 13280 <translation type="unfinished" />
13281 </message> 13281 </message>
13282 <message> 13282 <message>
13283 <location filename="../QScintilla/Editor.py" line="8607" /> 13283 <location filename="../QScintilla/Editor.py" line="8617" />
13284 <source>Package Diagram</source> 13284 <source>Package Diagram</source>
13285 <translation type="unfinished" /> 13285 <translation type="unfinished" />
13286 </message> 13286 </message>
13287 <message> 13287 <message>
13288 <location filename="../QScintilla/Editor.py" line="8608" /> 13288 <location filename="../QScintilla/Editor.py" line="8618" />
13289 <source>Include class attributes?</source> 13289 <source>Include class attributes?</source>
13290 <translation type="unfinished" /> 13290 <translation type="unfinished" />
13291 </message> 13291 </message>
13292 <message> 13292 <message>
13293 <location filename="../QScintilla/Editor.py" line="8628" /> 13293 <location filename="../QScintilla/Editor.py" line="8638" />
13294 <source>Imports Diagram</source> 13294 <source>Imports Diagram</source>
13295 <translation type="unfinished" /> 13295 <translation type="unfinished" />
13296 </message> 13296 </message>
13297 <message> 13297 <message>
13298 <location filename="../QScintilla/Editor.py" line="8629" /> 13298 <location filename="../QScintilla/Editor.py" line="8639" />
13299 <source>Include imports from external modules?</source> 13299 <source>Include imports from external modules?</source>
13300 <translation type="unfinished" /> 13300 <translation type="unfinished" />
13301 </message> 13301 </message>
13302 <message> 13302 <message>
13303 <location filename="../QScintilla/Editor.py" line="8648" /> 13303 <location filename="../QScintilla/Editor.py" line="8658" />
13304 <source>Application Diagram</source> 13304 <source>Application Diagram</source>
13305 <translation type="unfinished" /> 13305 <translation type="unfinished" />
13306 </message> 13306 </message>
13307 <message> 13307 <message>
13308 <location filename="../QScintilla/Editor.py" line="8649" /> 13308 <location filename="../QScintilla/Editor.py" line="8659" />
13309 <source>Include module names?</source> 13309 <source>Include module names?</source>
13310 <translation type="unfinished" /> 13310 <translation type="unfinished" />
13311 </message> 13311 </message>
13312 <message> 13312 <message>
13313 <location filename="../QScintilla/Editor.py" line="9020" /> 13313 <location filename="../QScintilla/Editor.py" line="9030" />
13314 <source>Add to dictionary</source> 13314 <source>Add to dictionary</source>
13315 <translation type="unfinished" /> 13315 <translation type="unfinished" />
13316 </message> 13316 </message>
13317 <message> 13317 <message>
13318 <location filename="../QScintilla/Editor.py" line="9022" /> 13318 <location filename="../QScintilla/Editor.py" line="9032" />
13319 <source>Ignore All</source> 13319 <source>Ignore All</source>
13320 <translation type="unfinished" /> 13320 <translation type="unfinished" />
13321 </message> 13321 </message>
13322 <message> 13322 <message>
13323 <location filename="../QScintilla/Editor.py" line="9469" /> 13323 <location filename="../QScintilla/Editor.py" line="9479" />
13324 <source>Sort Lines</source> 13324 <source>Sort Lines</source>
13325 <translation type="unfinished" /> 13325 <translation type="unfinished" />
13326 </message> 13326 </message>
13327 <message> 13327 <message>
13328 <location filename="../QScintilla/Editor.py" line="9470" /> 13328 <location filename="../QScintilla/Editor.py" line="9480" />
13329 <source>The selection contains illegal data for a numerical sort.</source> 13329 <source>The selection contains illegal data for a numerical sort.</source>
13330 <translation type="unfinished" /> 13330 <translation type="unfinished" />
13331 </message> 13331 </message>
13332 <message> 13332 <message>
13333 <location filename="../QScintilla/Editor.py" line="9563" /> 13333 <location filename="../QScintilla/Editor.py" line="9573" />
13334 <source>Register Mouse Click Handler</source> 13334 <source>Register Mouse Click Handler</source>
13335 <translation type="unfinished" /> 13335 <translation type="unfinished" />
13336 </message> 13336 </message>
13337 <message> 13337 <message>
13338 <location filename="../QScintilla/Editor.py" line="9564" /> 13338 <location filename="../QScintilla/Editor.py" line="9574" />
13339 <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> 13339 <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source>
13340 <translation type="unfinished" /> 13340 <translation type="unfinished" />
13341 </message> 13341 </message>
13342 <message> 13342 <message>
13343 <location filename="../QScintilla/Editor.py" line="9657" /> 13343 <location filename="../QScintilla/Editor.py" line="9667" />
13344 <source>{0:4d} {1}</source> 13344 <source>{0:4d} {1}</source>
13345 <comment>line number, source code</comment> 13345 <comment>line number, source code</comment>
13346 <translation type="unfinished" /> 13346 <translation type="unfinished" />
13347 </message> 13347 </message>
13348 <message> 13348 <message>
13349 <location filename="../QScintilla/Editor.py" line="9663" /> 13349 <location filename="../QScintilla/Editor.py" line="9673" />
13350 <source>{0:4d} {1} 13350 <source>{0:4d} {1}
13351 =&gt; {2}</source> 13351 =&gt; {2}</source>
13352 <comment>line number, source code, file name</comment> 13352 <comment>line number, source code, file name</comment>
13353 <translation type="unfinished" /> 13353 <translation type="unfinished" />
13354 </message> 13354 </message>
13355 <message> 13355 <message>
13356 <location filename="../QScintilla/Editor.py" line="9732" /> 13356 <location filename="../QScintilla/Editor.py" line="9742" />
13357 <source>EditorConfig Properties</source> 13357 <source>EditorConfig Properties</source>
13358 <translation type="unfinished" /> 13358 <translation type="unfinished" />
13359 </message> 13359 </message>
13360 <message> 13360 <message>
13361 <location filename="../QScintilla/Editor.py" line="9733" /> 13361 <location filename="../QScintilla/Editor.py" line="9743" />
13362 <source>&lt;p&gt;The EditorConfig properties for file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source> 13362 <source>&lt;p&gt;The EditorConfig properties for file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
13363 <translation type="unfinished" /> 13363 <translation type="unfinished" />
13364 </message> 13364 </message>
13365 </context> 13365 </context>
13366 <context> 13366 <context>
20992 <location filename="../MicroPython/Devices/EspDevices.py" line="193" /> 20992 <location filename="../MicroPython/Devices/EspDevices.py" line="193" />
20993 <source>Show MicroPython Versions</source> 20993 <source>Show MicroPython Versions</source>
20994 <translation type="unfinished" /> 20994 <translation type="unfinished" />
20995 </message> 20995 </message>
20996 <message> 20996 <message>
20997 <location filename="../MicroPython/Devices/EspDevices.py" line="1764" /> 20997 <location filename="../MicroPython/Devices/EspDevices.py" line="1762" />
20998 <location filename="../MicroPython/Devices/EspDevices.py" line="1748" /> 20998 <location filename="../MicroPython/Devices/EspDevices.py" line="1746" />
20999 <location filename="../MicroPython/Devices/EspDevices.py" line="197" /> 20999 <location filename="../MicroPython/Devices/EspDevices.py" line="197" />
21000 <source>Erase Flash</source> 21000 <source>Erase Flash</source>
21001 <translation type="unfinished" /> 21001 <translation type="unfinished" />
21002 </message> 21002 </message>
21003 <message> 21003 <message>
21004 <location filename="../MicroPython/Devices/EspDevices.py" line="200" /> 21004 <location filename="../MicroPython/Devices/EspDevices.py" line="200" />
21005 <source>Flash MicroPython Firmware</source> 21005 <source>Flash MicroPython Firmware</source>
21006 <translation type="unfinished" /> 21006 <translation type="unfinished" />
21007 </message> 21007 </message>
21008 <message> 21008 <message>
21009 <location filename="../MicroPython/Devices/EspDevices.py" line="1849" /> 21009 <location filename="../MicroPython/Devices/EspDevices.py" line="1847" />
21010 <location filename="../MicroPython/Devices/EspDevices.py" line="204" /> 21010 <location filename="../MicroPython/Devices/EspDevices.py" line="204" />
21011 <source>Flash Additional Firmware</source> 21011 <source>Flash Additional Firmware</source>
21012 <translation type="unfinished" /> 21012 <translation type="unfinished" />
21013 </message> 21013 </message>
21014 <message> 21014 <message>
21055 <location filename="../MicroPython/Devices/EspDevices.py" line="311" /> 21055 <location filename="../MicroPython/Devices/EspDevices.py" line="311" />
21056 <source>'esptool read_flash' Output</source> 21056 <source>'esptool read_flash' Output</source>
21057 <translation type="unfinished" /> 21057 <translation type="unfinished" />
21058 </message> 21058 </message>
21059 <message> 21059 <message>
21060 <location filename="../MicroPython/Devices/EspDevices.py" line="1848" /> 21060 <location filename="../MicroPython/Devices/EspDevices.py" line="1846" />
21061 <location filename="../MicroPython/Devices/EspDevices.py" line="1807" /> 21061 <location filename="../MicroPython/Devices/EspDevices.py" line="1805" />
21062 <location filename="../MicroPython/Devices/EspDevices.py" line="364" /> 21062 <location filename="../MicroPython/Devices/EspDevices.py" line="364" />
21063 <source>'esptool write_flash' Output</source> 21063 <source>'esptool write_flash' Output</source>
21064 <translation type="unfinished" /> 21064 <translation type="unfinished" />
21065 </message> 21065 </message>
21066 <message> 21066 <message>
21177 <location filename="../MicroPython/Devices/EspDevices.py" line="1471" /> 21177 <location filename="../MicroPython/Devices/EspDevices.py" line="1471" />
21178 <source>{0} Bytes</source> 21178 <source>{0} Bytes</source>
21179 <translation type="unfinished" /> 21179 <translation type="unfinished" />
21180 </message> 21180 </message>
21181 <message> 21181 <message>
21182 <location filename="../MicroPython/Devices/EspDevices.py" line="1749" /> 21182 <location filename="../MicroPython/Devices/EspDevices.py" line="1747" />
21183 <source>Shall the flash of the selected device really be erased?</source> 21183 <source>Shall the flash of the selected device really be erased?</source>
21184 <translation type="unfinished" /> 21184 <translation type="unfinished" />
21185 </message> 21185 </message>
21186 <message> 21186 <message>
21187 <location filename="../MicroPython/Devices/EspDevices.py" line="1763" /> 21187 <location filename="../MicroPython/Devices/EspDevices.py" line="1761" />
21188 <source>'esptool erase_flash' Output</source> 21188 <source>'esptool erase_flash' Output</source>
21189 <translation type="unfinished" /> 21189 <translation type="unfinished" />
21190 </message> 21190 </message>
21191 <message> 21191 <message>
21192 <location filename="../MicroPython/Devices/EspDevices.py" line="1808" /> 21192 <location filename="../MicroPython/Devices/EspDevices.py" line="1806" />
21193 <source>Flash µPy/CPy Firmware</source> 21193 <source>Flash µPy/CPy Firmware</source>
21194 <translation type="unfinished" /> 21194 <translation type="unfinished" />
21195 </message> 21195 </message>
21196 </context> 21196 </context>
21197 <context> 21197 <context>
33525 </message> 33525 </message>
33526 </context> 33526 </context>
33527 <context> 33527 <context>
33528 <name>Hg</name> 33528 <name>Hg</name>
33529 <message> 33529 <message>
33530 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289" /> 33530 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="300" />
33531 <source>Create project repository</source> 33531 <source>Create project repository</source>
33532 <translation type="unfinished" /> 33532 <translation type="unfinished" />
33533 </message> 33533 </message>
33534 <message> 33534 <message>
33535 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="290" /> 33535 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="301" />
33536 <source>The project repository could not be created.</source> 33536 <source>The project repository could not be created.</source>
33537 <translation type="unfinished" /> 33537 <translation type="unfinished" />
33538 </message> 33538 </message>
33539 <message> 33539 <message>
33540 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="323" /> 33540 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="334" />
33541 <source>Creating Mercurial repository</source> 33541 <source>Creating Mercurial repository</source>
33542 <translation type="unfinished" /> 33542 <translation type="unfinished" />
33543 </message> 33543 </message>
33544 <message> 33544 <message>
33545 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="342" /> 33545 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="353" />
33546 <source>Initial commit to Mercurial repository</source> 33546 <source>Initial commit to Mercurial repository</source>
33547 <translation type="unfinished" /> 33547 <translation type="unfinished" />
33548 </message> 33548 </message>
33549 <message> 33549 <message>
33550 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="384" /> 33550 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="395" />
33551 <source>Cloning project from a Mercurial repository</source> 33551 <source>Cloning project from a Mercurial repository</source>
33552 <translation type="unfinished" /> 33552 <translation type="unfinished" />
33553 </message> 33553 </message>
33554 <message> 33554 <message>
33555 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="492" /> 33555 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="503" />
33556 <source>Commit Changes</source> 33556 <source>Commit Changes</source>
33557 <translation type="unfinished" /> 33557 <translation type="unfinished" />
33558 </message> 33558 </message>
33559 <message> 33559 <message>
33560 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="493" /> 33560 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="504" />
33561 <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> 33561 <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source>
33562 <translation type="unfinished" /> 33562 <translation type="unfinished" />
33563 </message> 33563 </message>
33564 <message> 33564 <message>
33565 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="555" /> 33565 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="566" />
33566 <source>Committing changes to Mercurial repository</source> 33566 <source>Committing changes to Mercurial repository</source>
33567 <translation type="unfinished" /> 33567 <translation type="unfinished" />
33568 </message> 33568 </message>
33569 <message> 33569 <message>
33570 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="650" /> 33570 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="661" />
33571 <source>Synchronizing with the Mercurial repository</source> 33571 <source>Synchronizing with the Mercurial repository</source>
33572 <translation type="unfinished" /> 33572 <translation type="unfinished" />
33573 </message> 33573 </message>
33574 <message> 33574 <message>
33575 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="681" /> 33575 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="692" />
33576 <source>Adding files/directories to the Mercurial repository</source> 33576 <source>Adding files/directories to the Mercurial repository</source>
33577 <translation type="unfinished" /> 33577 <translation type="unfinished" />
33578 </message> 33578 </message>
33579 <message> 33579 <message>
33580 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="740" /> 33580 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="751" />
33581 <source>Removing files/directories from the Mercurial repository</source> 33581 <source>Removing files/directories from the Mercurial repository</source>
33582 <translation type="unfinished" /> 33582 <translation type="unfinished" />
33583 </message> 33583 </message>
33584 <message> 33584 <message>
33585 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="793" /> 33585 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="804" />
33586 <source>Renaming {0}</source> 33586 <source>Renaming {0}</source>
33587 <translation type="unfinished" /> 33587 <translation type="unfinished" />
33588 </message> 33588 </message>
33589 <message> 33589 <message>
33590 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="924" /> 33590 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="935" />
33591 <source>Tagging in the Mercurial repository</source> 33591 <source>Tagging in the Mercurial repository</source>
33592 <translation type="unfinished" /> 33592 <translation type="unfinished" />
33593 </message> 33593 </message>
33594 <message> 33594 <message>
33595 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="981" />
33595 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="970" /> 33596 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="970" />
33596 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="959" />
33597 <source>Revert changes</source> 33597 <source>Revert changes</source>
33598 <translation type="unfinished" /> 33598 <translation type="unfinished" />
33599 </message> 33599 </message>
33600 <message> 33600 <message>
33601 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="960" /> 33601 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="971" />
33602 <source>Do you really want to revert all changes to these files or directories?</source> 33602 <source>Do you really want to revert all changes to these files or directories?</source>
33603 <translation type="unfinished" /> 33603 <translation type="unfinished" />
33604 </message> 33604 </message>
33605 <message> 33605 <message>
33606 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="971" /> 33606 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="982" />
33607 <source>Do you really want to revert all changes of the project?</source> 33607 <source>Do you really want to revert all changes of the project?</source>
33608 <translation type="unfinished" /> 33608 <translation type="unfinished" />
33609 </message> 33609 </message>
33610 <message> 33610 <message>
33611 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="977" /> 33611 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="988" />
33612 <source>Reverting changes</source> 33612 <source>Reverting changes</source>
33613 <translation type="unfinished" /> 33613 <translation type="unfinished" />
33614 </message> 33614 </message>
33615 <message> 33615 <message>
33616 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022" /> 33616 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1033" />
33617 <source>Merging</source> 33617 <source>Merging</source>
33618 <translation type="unfinished" /> 33618 <translation type="unfinished" />
33619 </message> 33619 </message>
33620 <message> 33620 <message>
33621 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1061" /> 33621 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1072" />
33622 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1053" /> 33622 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1064" />
33623 <source>Re-Merge</source> 33623 <source>Re-Merge</source>
33624 <translation type="unfinished" /> 33624 <translation type="unfinished" />
33625 </message> 33625 </message>
33626 <message> 33626 <message>
33627 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1054" /> 33627 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1065" />
33628 <source>Do you really want to re-merge these files or directories?</source> 33628 <source>Do you really want to re-merge these files or directories?</source>
33629 <translation type="unfinished" /> 33629 <translation type="unfinished" />
33630 </message> 33630 </message>
33631 <message> 33631 <message>
33632 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062" /> 33632 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073" />
33633 <source>Do you really want to re-merge the project?</source> 33633 <source>Do you really want to re-merge the project?</source>
33634 <translation type="unfinished" /> 33634 <translation type="unfinished" />
33635 </message> 33635 </message>
33636 <message> 33636 <message>
33637 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1065" /> 33637 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1076" />
33638 <source>Re-Merging</source> 33638 <source>Re-Merging</source>
33639 <translation type="unfinished" /> 33639 <translation type="unfinished" />
33640 </message> 33640 </message>
33641 <message> 33641 <message>
33642 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1087" /> 33642 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1098" />
33643 <source>Current branch tip</source> 33643 <source>Current branch tip</source>
33644 <translation type="unfinished" /> 33644 <translation type="unfinished" />
33645 </message> 33645 </message>
33646 <message> 33646 <message>
33647 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1269" /> 33647 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1280" />
33648 <source>Mercurial command</source> 33648 <source>Mercurial command</source>
33649 <translation type="unfinished" /> 33649 <translation type="unfinished" />
33650 </message> 33650 </message>
33651 <message> 33651 <message>
33652 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1446" /> 33652 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1457" />
33653 <source>Copying {0}</source> 33653 <source>Copying {0}</source>
33654 <translation type="unfinished" /> 33654 <translation type="unfinished" />
33655 </message> 33655 </message>
33656 <message> 33656 <message>
33657 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709" /> 33657 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720" />
33658 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1697" /> 33658 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708" />
33659 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1688" /> 33659 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1699" />
33660 <source>Mercurial Side-by-Side Difference</source> 33660 <source>Mercurial Side-by-Side Difference</source>
33661 <translation type="unfinished" /> 33661 <translation type="unfinished" />
33662 </message> 33662 </message>
33663 <message> 33663 <message>
33664 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1710" /> 33664 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721" />
33665 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source> 33665 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
33666 <translation type="unfinished" /> 33666 <translation type="unfinished" />
33667 </message> 33667 </message>
33668 <message> 33668 <message>
33669 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2391" />
33669 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380" /> 33670 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2380" />
33670 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2369" /> 33671 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2370" />
33671 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2359" /> 33672 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1797" />
33672 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1786" />
33673 <source>Apply changegroups</source> 33673 <source>Apply changegroups</source>
33674 <translation type="unfinished" /> 33674 <translation type="unfinished" />
33675 </message> 33675 </message>
33676 <message> 33676 <message>
33677 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1789" /> 33677 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1800" />
33678 <source>Pulling from a remote Mercurial repository</source> 33678 <source>Pulling from a remote Mercurial repository</source>
33679 <translation type="unfinished" /> 33679 <translation type="unfinished" />
33680 </message> 33680 </message>
33681 <message> 33681 <message>
33682 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1834" /> 33682 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1845" />
33683 <source>Pushing to a remote Mercurial repository</source> 33683 <source>Pushing to a remote Mercurial repository</source>
33684 <translation type="unfinished" /> 33684 <translation type="unfinished" />
33685 </message> 33685 </message>
33686 <message> 33686 <message>
33687 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1974" /> 33687 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1985" />
33688 <source>Marking as 'unresolved'</source> 33688 <source>Marking as 'unresolved'</source>
33689 <translation type="unfinished" /> 33689 <translation type="unfinished" />
33690 </message> 33690 </message>
33691 <message> 33691 <message>
33692 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1976" /> 33692 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1987" />
33693 <source>Marking as 'resolved'</source> 33693 <source>Marking as 'resolved'</source>
33694 <translation type="unfinished" /> 33694 <translation type="unfinished" />
33695 </message> 33695 </message>
33696 <message> 33696 <message>
33697 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1998" /> 33697 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009" />
33698 <source>Aborting uncommitted merge</source> 33698 <source>Aborting uncommitted merge</source>
33699 <translation type="unfinished" /> 33699 <translation type="unfinished" />
33700 </message> 33700 </message>
33701 <message> 33701 <message>
33702 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2021" /> 33702 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032" />
33703 <source>Creating branch in the Mercurial repository</source> 33703 <source>Creating branch in the Mercurial repository</source>
33704 <translation type="unfinished" /> 33704 <translation type="unfinished" />
33705 </message> 33705 </message>
33706 <message> 33706 <message>
33707 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2029" /> 33707 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2040" />
33708 <source>Created new branch &lt;{0}&gt;.</source> 33708 <source>Created new branch &lt;{0}&gt;.</source>
33709 <translation type="unfinished" /> 33709 <translation type="unfinished" />
33710 </message> 33710 </message>
33711 <message> 33711 <message>
33712 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2038" /> 33712 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2049" />
33713 <source>Showing current branch</source> 33713 <source>Showing current branch</source>
33714 <translation type="unfinished" /> 33714 <translation type="unfinished" />
33715 </message> 33715 </message>
33716 <message> 33716 <message>
33717 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125" /> 33717 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2136" />
33718 <source>Verifying the integrity of the Mercurial repository</source> 33718 <source>Verifying the integrity of the Mercurial repository</source>
33719 <translation type="unfinished" /> 33719 <translation type="unfinished" />
33720 </message> 33720 </message>
33721 <message> 33721 <message>
33722 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2138" /> 33722 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2149" />
33723 <source>Showing the combined configuration settings</source> 33723 <source>Showing the combined configuration settings</source>
33724 <translation type="unfinished" /> 33724 <translation type="unfinished" />
33725 </message> 33725 </message>
33726 <message> 33726 <message>
33727 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2149" /> 33727 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160" />
33728 <source>Showing aliases for remote repositories</source> 33728 <source>Showing aliases for remote repositories</source>
33729 <translation type="unfinished" /> 33729 <translation type="unfinished" />
33730 </message> 33730 </message>
33731 <message> 33731 <message>
33732 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2160" /> 33732 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2171" />
33733 <source>Recovering from interrupted transaction</source> 33733 <source>Recovering from interrupted transaction</source>
33734 <translation type="unfinished" /> 33734 <translation type="unfinished" />
33735 </message> 33735 </message>
33736 <message> 33736 <message>
33737 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2171" /> 33737 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2182" />
33738 <source>Identifying project directory</source> 33738 <source>Identifying project directory</source>
33739 <translation type="unfinished" /> 33739 <translation type="unfinished" />
33740 </message> 33740 </message>
33741 <message> 33741 <message>
33742 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2216" /> 33742 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2227" />
33743 <source>Create .hgignore file</source> 33743 <source>Create .hgignore file</source>
33744 <translation type="unfinished" /> 33744 <translation type="unfinished" />
33745 </message> 33745 </message>
33746 <message> 33746 <message>
33747 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2217" /> 33747 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2228" />
33748 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source> 33748 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
33749 <translation type="unfinished" /> 33749 <translation type="unfinished" />
33750 </message> 33750 </message>
33751 <message> 33751 <message>
33752 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2318" /> 33752 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2329" />
33753 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292" /> 33753 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2303" />
33754 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2274" /> 33754 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2285" />
33755 <source>Create changegroup</source> 33755 <source>Create changegroup</source>
33756 <translation type="unfinished" /> 33756 <translation type="unfinished" />
33757 </message> 33757 </message>
33758 <message> 33758 <message>
33759 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276" /> 33759 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2287" />
33760 <source>Mercurial Changegroup Files (*.hg)</source> 33760 <source>Mercurial Changegroup Files (*.hg)</source>
33761 <translation type="unfinished" /> 33761 <translation type="unfinished" />
33762 </message> 33762 </message>
33763 <message> 33763 <message>
33764 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293" /> 33764 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2304" />
33765 <source>&lt;p&gt;The Mercurial changegroup file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source> 33765 <source>&lt;p&gt;The Mercurial changegroup file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
33766 <translation type="unfinished" /> 33766 <translation type="unfinished" />
33767 </message> 33767 </message>
33768 <message> 33768 <message>
33769 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332" /> 33769 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2343" />
33770 <source>Preview changegroup</source> 33770 <source>Preview changegroup</source>
33771 <translation type="unfinished" /> 33771 <translation type="unfinished" />
33772 </message> 33772 </message>
33773 <message> 33773 <message>
33774 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2361" /> 33774 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2372" />
33775 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2334" /> 33775 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2345" />
33776 <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> 33776 <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source>
33777 <translation type="unfinished" /> 33777 <translation type="unfinished" />
33778 </message> 33778 </message>
33779 <message> 33779 <message>
33780 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2370" /> 33780 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2381" />
33781 <source>Shall the working directory be updated?</source> 33781 <source>Shall the working directory be updated?</source>
33782 <translation type="unfinished" /> 33782 <translation type="unfinished" />
33783 </message> 33783 </message>
33784 <message> 33784 <message>
33785 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2402" /> 33785 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2413" />
33786 <source>Bisect subcommand ({0}) invalid.</source> 33786 <source>Bisect subcommand ({0}) invalid.</source>
33787 <translation type="unfinished" /> 33787 <translation type="unfinished" />
33788 </message> 33788 </message>
33789 <message> 33789 <message>
33790 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2422" /> 33790 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2433" />
33791 <source>Mercurial Bisect ({0})</source> 33791 <source>Mercurial Bisect ({0})</source>
33792 <translation type="unfinished" /> 33792 <translation type="unfinished" />
33793 </message> 33793 </message>
33794 <message> 33794 <message>
33795 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2445" /> 33795 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456" />
33796 <source>Removing files from the Mercurial repository only</source> 33796 <source>Removing files from the Mercurial repository only</source>
33797 <translation type="unfinished" /> 33797 <translation type="unfinished" />
33798 </message> 33798 </message>
33799 <message> 33799 <message>
33800 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489" /> 33800 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2500" />
33801 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470" /> 33801 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2481" />
33802 <source>Backing out changeset</source> 33802 <source>Backing out changeset</source>
33803 <translation type="unfinished" /> 33803 <translation type="unfinished" />
33804 </message> 33804 </message>
33805 <message> 33805 <message>
33806 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471" /> 33806 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2482" />
33807 <source>No revision given. Aborting...</source> 33807 <source>No revision given. Aborting...</source>
33808 <translation type="unfinished" /> 33808 <translation type="unfinished" />
33809 </message> 33809 </message>
33810 <message> 33810 <message>
33811 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2505" /> 33811 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2516" />
33812 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2500" /> 33812 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2511" />
33813 <source>Rollback last transaction</source> 33813 <source>Rollback last transaction</source>
33814 <translation type="unfinished" /> 33814 <translation type="unfinished" />
33815 </message> 33815 </message>
33816 <message> 33816 <message>
33817 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2501" /> 33817 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2512" />
33818 <source>Are you sure you want to rollback the last transaction?</source> 33818 <source>Are you sure you want to rollback the last transaction?</source>
33819 <translation type="unfinished" /> 33819 <translation type="unfinished" />
33820 </message> 33820 </message>
33821 <message> 33821 <message>
33822 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2568" /> 33822 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2579" />
33823 <source>Import Patch</source> 33823 <source>Import Patch</source>
33824 <translation type="unfinished" /> 33824 <translation type="unfinished" />
33825 </message> 33825 </message>
33826 <message> 33826 <message>
33827 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2616" /> 33827 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2627" />
33828 <source>Export Patches</source> 33828 <source>Export Patches</source>
33829 <translation type="unfinished" /> 33829 <translation type="unfinished" />
33830 </message> 33830 </message>
33831 <message> 33831 <message>
33832 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2658" /> 33832 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2669" />
33833 <source>Change Phase</source> 33833 <source>Change Phase</source>
33834 <translation type="unfinished" /> 33834 <translation type="unfinished" />
33835 </message> 33835 </message>
33836 <message> 33836 <message>
33837 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2713" /> 33837 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2724" />
33838 <source>Copy Changesets</source> 33838 <source>Copy Changesets</source>
33839 <translation type="unfinished" /> 33839 <translation type="unfinished" />
33840 </message> 33840 </message>
33841 <message> 33841 <message>
33842 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2752" /> 33842 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2763" />
33843 <source>Copy Changesets (Continue)</source> 33843 <source>Copy Changesets (Continue)</source>
33844 <translation type="unfinished" /> 33844 <translation type="unfinished" />
33845 </message> 33845 </message>
33846 <message> 33846 <message>
33847 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762" /> 33847 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2773" />
33848 <source>Copy Changesets (Stop)</source> 33848 <source>Copy Changesets (Stop)</source>
33849 <translation type="unfinished" /> 33849 <translation type="unfinished" />
33850 </message> 33850 </message>
33851 <message> 33851 <message>
33852 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2772" /> 33852 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2783" />
33853 <source>Copy Changesets (Abort)</source> 33853 <source>Copy Changesets (Abort)</source>
33854 <translation type="unfinished" /> 33854 <translation type="unfinished" />
33855 </message> 33855 </message>
33856 <message> 33856 <message>
33857 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2795" /> 33857 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2806" />
33858 <source>Create Unversioned Archive</source> 33858 <source>Create Unversioned Archive</source>
33859 <translation type="unfinished" /> 33859 <translation type="unfinished" />
33860 </message> 33860 </message>
33861 <message> 33861 <message>
33862 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2809" /> 33862 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2820" />
33863 <source>Delete All Backups</source> 33863 <source>Delete All Backups</source>
33864 <translation type="unfinished" /> 33864 <translation type="unfinished" />
33865 </message> 33865 </message>
33866 <message> 33866 <message>
33867 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2810" /> 33867 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2821" />
33868 <source>&lt;p&gt;Do you really want to delete all backup bundles stored in the backup area?&lt;br/&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source> 33868 <source>&lt;p&gt;Do you really want to delete all backup bundles stored in the backup area?&lt;br/&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
33869 <translation type="unfinished" /> 33869 <translation type="unfinished" />
33870 </message> 33870 </message>
33871 <message> 33871 <message>
33872 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2901" /> 33872 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2912" />
33873 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2892" />
33873 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2881" /> 33874 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2881" />
33874 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2870" />
33875 <source>Add Sub-repository</source> 33875 <source>Add Sub-repository</source>
33876 <translation type="unfinished" /> 33876 <translation type="unfinished" />
33877 </message> 33877 </message>
33878 <message> 33878 <message>
33879 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2940" /> 33879 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2951" />
33880 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2871" /> 33880 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2882" />
33881 <source>&lt;p&gt;The sub-repositories file .hgsub could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source> 33881 <source>&lt;p&gt;The sub-repositories file .hgsub could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
33882 <translation type="unfinished" /> 33882 <translation type="unfinished" />
33883 </message> 33883 </message>
33884 <message> 33884 <message>
33885 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2882" /> 33885 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2893" />
33886 <source>&lt;p&gt;The sub-repositories file .hgsub already contains an entry &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source> 33886 <source>&lt;p&gt;The sub-repositories file .hgsub already contains an entry &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
33887 <translation type="unfinished" /> 33887 <translation type="unfinished" />
33888 </message> 33888 </message>
33889 <message> 33889 <message>
33890 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2958" /> 33890 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2969" />
33891 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2902" /> 33891 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2913" />
33892 <source>&lt;p&gt;The sub-repositories file .hgsub could not be written to.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source> 33892 <source>&lt;p&gt;The sub-repositories file .hgsub could not be written to.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
33893 <translation type="unfinished" /> 33893 <translation type="unfinished" />
33894 </message> 33894 </message>
33895 <message> 33895 <message>
33896 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2957" /> 33896 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2968" />
33897 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2939" /> 33897 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2950" />
33898 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2925" /> 33898 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2936" />
33899 <source>Remove Sub-repositories</source> 33899 <source>Remove Sub-repositories</source>
33900 <translation type="unfinished" /> 33900 <translation type="unfinished" />
33901 </message> 33901 </message>
33902 <message> 33902 <message>
33903 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2926" /> 33903 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2937" />
33904 <source>&lt;p&gt;The sub-repositories file .hgsub does not exist. Aborting...&lt;/p&gt;</source> 33904 <source>&lt;p&gt;The sub-repositories file .hgsub does not exist. Aborting...&lt;/p&gt;</source>
33905 <translation type="unfinished" /> 33905 <translation type="unfinished" />
33906 </message> 33906 </message>
33907 <message> 33907 <message>
33908 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3187" /> 33908 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3206" />
33909 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3040" /> 33909 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3056" />
33910 <source>Mercurial Command Server</source> 33910 <source>Mercurial Command Server</source>
33911 <translation type="unfinished" /> 33911 <translation type="unfinished" />
33912 </message> 33912 </message>
33913 <message> 33913 <message>
33914 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3041" /> 33914 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3057" />
33915 <source>&lt;p&gt;The Mercurial Command Server could not be restarted.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source> 33915 <source>&lt;p&gt;The Mercurial Command Server could not be restarted.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
33916 <translation type="unfinished" /> 33916 <translation type="unfinished" />
33917 </message> 33917 </message>
33918 <message> 33918 <message>
33919 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3188" /> 33919 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3207" />
33920 <source>&lt;p&gt;The Mercurial Command Server could not be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source> 33920 <source>&lt;p&gt;The Mercurial Command Server could not be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
33921 <translation type="unfinished" /> 33921 <translation type="unfinished" />
33922 </message> 33922 </message>
33923 <message> 33923 <message>
33924 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3310" /> 33924 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3329" />
33925 <source>Mercurial Bookmark</source> 33925 <source>Mercurial Bookmark</source>
33926 <translation type="unfinished" /> 33926 <translation type="unfinished" />
33927 </message> 33927 </message>
33928 <message> 33928 <message>
33929 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3327" /> 33929 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3346" />
33930 <source>Delete Bookmark</source> 33930 <source>Delete Bookmark</source>
33931 <translation type="unfinished" /> 33931 <translation type="unfinished" />
33932 </message> 33932 </message>
33933 <message> 33933 <message>
33934 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3328" /> 33934 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3347" />
33935 <source>Select the bookmark to be deleted:</source> 33935 <source>Select the bookmark to be deleted:</source>
33936 <translation type="unfinished" /> 33936 <translation type="unfinished" />
33937 </message> 33937 </message>
33938 <message> 33938 <message>
33939 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3338" /> 33939 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3357" />
33940 <source>Delete Mercurial Bookmark</source> 33940 <source>Delete Mercurial Bookmark</source>
33941 <translation type="unfinished" /> 33941 <translation type="unfinished" />
33942 </message> 33942 </message>
33943 <message> 33943 <message>
33944 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3363" /> 33944 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3382" />
33945 <source>Rename Mercurial Bookmark</source> 33945 <source>Rename Mercurial Bookmark</source>
33946 <translation type="unfinished" /> 33946 <translation type="unfinished" />
33947 </message> 33947 </message>
33948 <message> 33948 <message>
33949 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3402" /> 33949 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3421" />
33950 <source>Move Mercurial Bookmark</source> 33950 <source>Move Mercurial Bookmark</source>
33951 <translation type="unfinished" /> 33951 <translation type="unfinished" />
33952 </message> 33952 </message>
33953 <message> 33953 <message>
33954 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3483" /> 33954 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3502" />
33955 <source>Pull Bookmark</source> 33955 <source>Pull Bookmark</source>
33956 <translation type="unfinished" /> 33956 <translation type="unfinished" />
33957 </message> 33957 </message>
33958 <message> 33958 <message>
33959 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3484" /> 33959 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3503" />
33960 <source>Select the bookmark to be pulled:</source> 33960 <source>Select the bookmark to be pulled:</source>
33961 <translation type="unfinished" /> 33961 <translation type="unfinished" />
33962 </message> 33962 </message>
33963 <message> 33963 <message>
33964 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3496" /> 33964 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3515" />
33965 <source>Pulling bookmark from a remote Mercurial repository</source> 33965 <source>Pulling bookmark from a remote Mercurial repository</source>
33966 <translation type="unfinished" /> 33966 <translation type="unfinished" />
33967 </message> 33967 </message>
33968 <message> 33968 <message>
33969 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3522" /> 33969 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3541" />
33970 <source>Push Bookmark</source> 33970 <source>Push Bookmark</source>
33971 <translation type="unfinished" /> 33971 <translation type="unfinished" />
33972 </message> 33972 </message>
33973 <message> 33973 <message>
33974 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3523" /> 33974 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3542" />
33975 <source>Select the bookmark to be push:</source> 33975 <source>Select the bookmark to be push:</source>
33976 <translation type="unfinished" /> 33976 <translation type="unfinished" />
33977 </message> 33977 </message>
33978 <message> 33978 <message>
33979 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3538" /> 33979 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3557" />
33980 <source>Pushing bookmark to a remote Mercurial repository</source> 33980 <source>Pushing bookmark to a remote Mercurial repository</source>
33981 <translation type="unfinished" /> 33981 <translation type="unfinished" />
33982 </message> 33982 </message>
33983 </context> 33983 </context>
33984 <context> 33984 <context>
48897 </context> 48897 </context>
48898 <context> 48898 <context>
48899 <name>Lexers</name> 48899 <name>Lexers</name>
48900 <message> 48900 <message>
48901 <location filename="../QScintilla/Lexers/__init__.py" line="412" /> 48901 <location filename="../QScintilla/Lexers/__init__.py" line="412" />
48902 <location filename="../Preferences/__init__.py" line="604" /> 48902 <location filename="../Preferences/__init__.py" line="609" />
48903 <source>Python Files (*.py *.py3)</source> 48903 <source>Python Files (*.py *.py3)</source>
48904 <translation type="unfinished" /> 48904 <translation type="unfinished" />
48905 </message> 48905 </message>
48906 <message> 48906 <message>
48907 <location filename="../QScintilla/Lexers/__init__.py" line="505" /> 48907 <location filename="../QScintilla/Lexers/__init__.py" line="505" />
48908 <location filename="../Preferences/__init__.py" line="607" /> 48908 <location filename="../Preferences/__init__.py" line="612" />
48909 <source>Python3 Files (*.py)</source> 48909 <source>Python3 Files (*.py)</source>
48910 <translation type="unfinished" /> 48910 <translation type="unfinished" />
48911 </message> 48911 </message>
48912 <message> 48912 <message>
48913 <location filename="../QScintilla/Lexers/__init__.py" line="117" /> 48913 <location filename="../QScintilla/Lexers/__init__.py" line="117" />
60339 </message> 60339 </message>
60340 </context> 60340 </context>
60341 <context> 60341 <context>
60342 <name>Preferences</name> 60342 <name>Preferences</name>
60343 <message> 60343 <message>
60344 <location filename="../Preferences/__init__.py" line="1896" /> 60344 <location filename="../Preferences/__init__.py" line="1901" />
60345 <source>Export Preferences</source> 60345 <source>Export Preferences</source>
60346 <translation type="unfinished" /> 60346 <translation type="unfinished" />
60347 </message> 60347 </message>
60348 <message> 60348 <message>
60349 <location filename="../Preferences/__init__.py" line="1925" /> 60349 <location filename="../Preferences/__init__.py" line="1930" />
60350 <location filename="../Preferences/__init__.py" line="1898" /> 60350 <location filename="../Preferences/__init__.py" line="1903" />
60351 <source>Properties File (*.ini);;All Files (*)</source> 60351 <source>Properties File (*.ini);;All Files (*)</source>
60352 <translation type="unfinished" /> 60352 <translation type="unfinished" />
60353 </message> 60353 </message>
60354 <message> 60354 <message>
60355 <location filename="../Preferences/__init__.py" line="1923" /> 60355 <location filename="../Preferences/__init__.py" line="1928" />
60356 <source>Import Preferences</source> 60356 <source>Import Preferences</source>
60357 <translation type="unfinished" /> 60357 <translation type="unfinished" />
60358 </message> 60358 </message>
60359 </context> 60359 </context>
60360 <context> 60360 <context>
61896 <location filename="../Project/Project.py" line="4664" /> 61896 <location filename="../Project/Project.py" line="4664" />
61897 <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source> 61897 <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
61898 <translation type="unfinished" /> 61898 <translation type="unfinished" />
61899 </message> 61899 </message>
61900 <message> 61900 <message>
61901 <location filename="../Project/Project.py" line="6014" /> 61901 <location filename="../Project/Project.py" line="6026" />
61902 <location filename="../Project/Project.py" line="6001" /> 61902 <location filename="../Project/Project.py" line="6013" />
61903 <location filename="../Project/Project.py" line="4674" /> 61903 <location filename="../Project/Project.py" line="4674" />
61904 <source>Profile Data</source> 61904 <source>Profile Data</source>
61905 <translation type="unfinished" /> 61905 <translation type="unfinished" />
61906 </message> 61906 </message>
61907 <message> 61907 <message>
61918 <location filename="../Project/Project.py" line="4685" /> 61918 <location filename="../Project/Project.py" line="4685" />
61919 <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source> 61919 <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
61920 <translation type="unfinished" /> 61920 <translation type="unfinished" />
61921 </message> 61921 </message>
61922 <message> 61922 <message>
61923 <location filename="../Project/Project.py" line="6066" /> 61923 <location filename="../Project/Project.py" line="6078" />
61924 <location filename="../Project/Project.py" line="4700" /> 61924 <location filename="../Project/Project.py" line="4700" />
61925 <source>Application Diagram</source> 61925 <source>Application Diagram</source>
61926 <translation type="unfinished" /> 61926 <translation type="unfinished" />
61927 </message> 61927 </message>
61928 <message> 61928 <message>
61959 <location filename="../Project/Project.py" line="4729" /> 61959 <location filename="../Project/Project.py" line="4729" />
61960 <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source> 61960 <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
61961 <translation type="unfinished" /> 61961 <translation type="unfinished" />
61962 </message> 61962 </message>
61963 <message> 61963 <message>
61964 <location filename="../Project/Project.py" line="6234" /> 61964 <location filename="../Project/Project.py" line="6246" />
61965 <location filename="../Project/Project.py" line="6179" /> 61965 <location filename="../Project/Project.py" line="6191" />
61966 <location filename="../Project/Project.py" line="4744" /> 61966 <location filename="../Project/Project.py" line="4744" />
61967 <source>Create Package List</source> 61967 <source>Create Package List</source>
61968 <translation type="unfinished" /> 61968 <translation type="unfinished" />
61969 </message> 61969 </message>
61970 <message> 61970 <message>
61981 <location filename="../Project/Project.py" line="4756" /> 61981 <location filename="../Project/Project.py" line="4756" />
61982 <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source> 61982 <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
61983 <translation type="unfinished" /> 61983 <translation type="unfinished" />
61984 </message> 61984 </message>
61985 <message> 61985 <message>
61986 <location filename="../Project/Project.py" line="6304" /> 61986 <location filename="../Project/Project.py" line="6316" />
61987 <location filename="../Project/Project.py" line="4767" /> 61987 <location filename="../Project/Project.py" line="4767" />
61988 <source>Create Plugin Archives</source> 61988 <source>Create Plugin Archives</source>
61989 <translation type="unfinished" /> 61989 <translation type="unfinished" />
61990 </message> 61990 </message>
61991 <message> 61991 <message>
62022 <location filename="../Project/Project.py" line="4801" /> 62022 <location filename="../Project/Project.py" line="4801" />
62023 <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source> 62023 <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
62024 <translation type="unfinished" /> 62024 <translation type="unfinished" />
62025 </message> 62025 </message>
62026 <message> 62026 <message>
62027 <location filename="../Project/Project.py" line="6740" /> 62027 <location filename="../Project/Project.py" line="6752" />
62028 <location filename="../Project/Project.py" line="6711" /> 62028 <location filename="../Project/Project.py" line="6723" />
62029 <location filename="../Project/Project.py" line="6665" /> 62029 <location filename="../Project/Project.py" line="6677" />
62030 <location filename="../Project/Project.py" line="4820" /> 62030 <location filename="../Project/Project.py" line="4820" />
62031 <source>Execute Make</source> 62031 <source>Execute Make</source>
62032 <translation type="unfinished" /> 62032 <translation type="unfinished" />
62033 </message> 62033 </message>
62034 <message> 62034 <message>
62045 <location filename="../Project/Project.py" line="4829" /> 62045 <location filename="../Project/Project.py" line="4829" />
62046 <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source> 62046 <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
62047 <translation type="unfinished" /> 62047 <translation type="unfinished" />
62048 </message> 62048 </message>
62049 <message> 62049 <message>
62050 <location filename="../Project/Project.py" line="6717" /> 62050 <location filename="../Project/Project.py" line="6729" />
62051 <location filename="../Project/Project.py" line="4839" /> 62051 <location filename="../Project/Project.py" line="4839" />
62052 <source>Test for Changes</source> 62052 <source>Test for Changes</source>
62053 <translation type="unfinished" /> 62053 <translation type="unfinished" />
62054 </message> 62054 </message>
62055 <message> 62055 <message>
62428 <location filename="../Project/Project.py" line="5492" /> 62428 <location filename="../Project/Project.py" line="5492" />
62429 <source>&amp;Clear</source> 62429 <source>&amp;Clear</source>
62430 <translation type="unfinished" /> 62430 <translation type="unfinished" />
62431 </message> 62431 </message>
62432 <message> 62432 <message>
62433 <location filename="../Project/Project.py" line="5647" /> 62433 <location filename="../Project/Project.py" line="5659" />
62434 <source>Search New Files</source> 62434 <source>Search New Files</source>
62435 <translation type="unfinished" /> 62435 <translation type="unfinished" />
62436 </message> 62436 </message>
62437 <message> 62437 <message>
62438 <location filename="../Project/Project.py" line="5648" /> 62438 <location filename="../Project/Project.py" line="5660" />
62439 <source>There were no new files found to be added.</source> 62439 <source>There were no new files found to be added.</source>
62440 <translation type="unfinished" /> 62440 <translation type="unfinished" />
62441 </message> 62441 </message>
62442 <message> 62442 <message>
62443 <location filename="../Project/Project.py" line="5818" />
62444 <location filename="../Project/Project.py" line="5805" />
62445 <source>Version Control System</source>
62446 <translation type="unfinished" />
62447 </message>
62448 <message>
62443 <location filename="../Project/Project.py" line="5806" /> 62449 <location filename="../Project/Project.py" line="5806" />
62444 <location filename="../Project/Project.py" line="5793" />
62445 <source>Version Control System</source>
62446 <translation type="unfinished" />
62447 </message>
62448 <message>
62449 <location filename="../Project/Project.py" line="5794" />
62450 <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source> 62450 <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
62451 <translation type="unfinished" /> 62451 <translation type="unfinished" />
62452 </message> 62452 </message>
62453 <message> 62453 <message>
62454 <location filename="../Project/Project.py" line="5807" /> 62454 <location filename="../Project/Project.py" line="5819" />
62455 <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source> 62455 <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
62456 <translation type="unfinished" /> 62456 <translation type="unfinished" />
62457 </message> 62457 </message>
62458 <message> 62458 <message>
62459 <location filename="../Project/Project.py" line="5956" /> 62459 <location filename="../Project/Project.py" line="5968" />
62460 <source>Coverage Data</source> 62460 <source>Coverage Data</source>
62461 <translation type="unfinished" /> 62461 <translation type="unfinished" />
62462 </message> 62462 </message>
62463 <message> 62463 <message>
62464 <location filename="../Project/Project.py" line="6002" /> 62464 <location filename="../Project/Project.py" line="6014" />
62465 <location filename="../Project/Project.py" line="5957" /> 62465 <location filename="../Project/Project.py" line="5969" />
62466 <source>There is no main script defined for the current project. Aborting</source> 62466 <source>There is no main script defined for the current project. Aborting</source>
62467 <translation type="unfinished" /> 62467 <translation type="unfinished" />
62468 </message> 62468 </message>
62469 <message> 62469 <message>
62470 <location filename="../Project/Project.py" line="5969" /> 62470 <location filename="../Project/Project.py" line="5981" />
62471 <source>Code Coverage</source> 62471 <source>Code Coverage</source>
62472 <translation type="unfinished" /> 62472 <translation type="unfinished" />
62473 </message> 62473 </message>
62474 <message> 62474 <message>
62475 <location filename="../Project/Project.py" line="5970" /> 62475 <location filename="../Project/Project.py" line="5982" />
62476 <source>Please select a coverage file</source> 62476 <source>Please select a coverage file</source>
62477 <translation type="unfinished" /> 62477 <translation type="unfinished" />
62478 </message> 62478 </message>
62479 <message> 62479 <message>
62480 <location filename="../Project/Project.py" line="6015" /> 62480 <location filename="../Project/Project.py" line="6027" />
62481 <source>Please select a profile file</source> 62481 <source>Please select a profile file</source>
62482 <translation type="unfinished" /> 62482 <translation type="unfinished" />
62483 </message> 62483 </message>
62484 <message> 62484 <message>
62485 <location filename="../Project/Project.py" line="6067" /> 62485 <location filename="../Project/Project.py" line="6079" />
62486 <source>Include module names?</source> 62486 <source>Include module names?</source>
62487 <translation type="unfinished" /> 62487 <translation type="unfinished" />
62488 </message> 62488 </message>
62489 <message> 62489 <message>
62490 <location filename="../Project/Project.py" line="6180" /> 62490 <location filename="../Project/Project.py" line="6192" />
62491 <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source> 62491 <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
62492 <translation type="unfinished" /> 62492 <translation type="unfinished" />
62493 </message> 62493 </message>
62494 <message> 62494 <message>
62495 <location filename="../Project/Project.py" line="6235" /> 62495 <location filename="../Project/Project.py" line="6247" />
62496 <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source> 62496 <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
62497 <translation type="unfinished" /> 62497 <translation type="unfinished" />
62498 </message> 62498 </message>
62499 <message> 62499 <message>
62500 <location filename="../Project/Project.py" line="6531" /> 62500 <location filename="../Project/Project.py" line="6543" />
62501 <location filename="../Project/Project.py" line="6487" /> 62501 <location filename="../Project/Project.py" line="6499" />
62502 <location filename="../Project/Project.py" line="6437" /> 62502 <location filename="../Project/Project.py" line="6449" />
62503 <location filename="../Project/Project.py" line="6426" /> 62503 <location filename="../Project/Project.py" line="6438" />
62504 <location filename="../Project/Project.py" line="6408" /> 62504 <location filename="../Project/Project.py" line="6420" />
62505 <location filename="../Project/Project.py" line="6375" /> 62505 <location filename="../Project/Project.py" line="6387" />
62506 <location filename="../Project/Project.py" line="6345" /> 62506 <location filename="../Project/Project.py" line="6357" />
62507 <location filename="../Project/Project.py" line="6317" /> 62507 <location filename="../Project/Project.py" line="6329" />
62508 <location filename="../Project/Project.py" line="6287" /> 62508 <location filename="../Project/Project.py" line="6299" />
62509 <location filename="../Project/Project.py" line="6273" /> 62509 <location filename="../Project/Project.py" line="6285" />
62510 <location filename="../Project/Project.py" line="6256" /> 62510 <location filename="../Project/Project.py" line="6268" />
62511 <source>Create Plugin Archive</source> 62511 <source>Create Plugin Archive</source>
62512 <translation type="unfinished" /> 62512 <translation type="unfinished" />
62513 </message> 62513 </message>
62514 <message> 62514 <message>
62515 <location filename="../Project/Project.py" line="6257" /> 62515 <location filename="../Project/Project.py" line="6269" />
62516 <source>The project does not have a main script defined. Aborting...</source> 62516 <source>The project does not have a main script defined. Aborting...</source>
62517 <translation type="unfinished" /> 62517 <translation type="unfinished" />
62518 </message> 62518 </message>
62519 <message> 62519 <message>
62520 <location filename="../Project/Project.py" line="6274" /> 62520 <location filename="../Project/Project.py" line="6286" />
62521 <source>Select package lists:</source> 62521 <source>Select package lists:</source>
62522 <translation type="unfinished" /> 62522 <translation type="unfinished" />
62523 </message> 62523 </message>
62524 <message> 62524 <message>
62525 <location filename="../Project/Project.py" line="6288" /> 62525 <location filename="../Project/Project.py" line="6300" />
62526 <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source> 62526 <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
62527 <translation type="unfinished" /> 62527 <translation type="unfinished" />
62528 </message> 62528 </message>
62529 <message> 62529 <message>
62530 <location filename="../Project/Project.py" line="6296" /> 62530 <location filename="../Project/Project.py" line="6308" />
62531 <source>Creating plugin archives...</source> 62531 <source>Creating plugin archives...</source>
62532 <translation type="unfinished" /> 62532 <translation type="unfinished" />
62533 </message> 62533 </message>
62534 <message> 62534 <message>
62535 <location filename="../Project/Project.py" line="6297" /> 62535 <location filename="../Project/Project.py" line="6309" />
62536 <source>Abort</source> 62536 <source>Abort</source>
62537 <translation type="unfinished" /> 62537 <translation type="unfinished" />
62538 </message> 62538 </message>
62539 <message> 62539 <message>
62540 <location filename="../Project/Project.py" line="6300" /> 62540 <location filename="../Project/Project.py" line="6312" />
62541 <source>%v/%m Archives</source> 62541 <source>%v/%m Archives</source>
62542 <translation type="unfinished" /> 62542 <translation type="unfinished" />
62543 </message> 62543 </message>
62544 <message> 62544 <message>
62545 <location filename="../Project/Project.py" line="6318" /> 62545 <location filename="../Project/Project.py" line="6330" />
62546 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 62546 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
62547 <translation type="unfinished" /> 62547 <translation type="unfinished" />
62548 </message> 62548 </message>
62549 <message> 62549 <message>
62550 <location filename="../Project/Project.py" line="6346" /> 62550 <location filename="../Project/Project.py" line="6358" />
62551 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the'; initial_list' line of the header.&lt;/p&gt;</source> 62551 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the'; initial_list' line of the header.&lt;/p&gt;</source>
62552 <translation type="unfinished" /> 62552 <translation type="unfinished" />
62553 </message> 62553 </message>
62554 <message> 62554 <message>
62555 <location filename="../Project/Project.py" line="6376" /> 62555 <location filename="../Project/Project.py" line="6388" />
62556 <source>&lt;p&gt;The eric plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 62556 <source>&lt;p&gt;The eric plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
62557 <translation type="unfinished" /> 62557 <translation type="unfinished" />
62558 </message> 62558 </message>
62559 <message> 62559 <message>
62560 <location filename="../Project/Project.py" line="6409" /> 62560 <location filename="../Project/Project.py" line="6421" />
62561 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 62561 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
62562 <translation type="unfinished" /> 62562 <translation type="unfinished" />
62563 </message> 62563 </message>
62564 <message> 62564 <message>
62565 <location filename="../Project/Project.py" line="6427" /> 62565 <location filename="../Project/Project.py" line="6439" />
62566 <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source> 62566 <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
62567 <translation type="unfinished" /> 62567 <translation type="unfinished" />
62568 </message> 62568 </message>
62569 <message> 62569 <message>
62570 <location filename="../Project/Project.py" line="6438" /> 62570 <location filename="../Project/Project.py" line="6450" />
62571 <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source> 62571 <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
62572 <translation type="unfinished" /> 62572 <translation type="unfinished" />
62573 </message> 62573 </message>
62574 <message> 62574 <message>
62575 <location filename="../Project/Project.py" line="6488" /> 62575 <location filename="../Project/Project.py" line="6500" />
62576 <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 62576 <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
62577 <translation type="unfinished" /> 62577 <translation type="unfinished" />
62578 </message> 62578 </message>
62579 <message> 62579 <message>
62580 <location filename="../Project/Project.py" line="6532" /> 62580 <location filename="../Project/Project.py" line="6544" />
62581 <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source> 62581 <source>&lt;p&gt;The plugin file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt; &lt;p&gt;Reason: {1}&lt;/p&gt;</source>
62582 <translation type="unfinished" /> 62582 <translation type="unfinished" />
62583 </message> 62583 </message>
62584 <message> 62584 <message>
62585 <location filename="../Project/Project.py" line="6666" /> 62585 <location filename="../Project/Project.py" line="6678" />
62586 <source>The make process did not start.</source> 62586 <source>The make process did not start.</source>
62587 <translation type="unfinished" /> 62587 <translation type="unfinished" />
62588 </message> 62588 </message>
62589 <message> 62589 <message>
62590 <location filename="../Project/Project.py" line="6712" /> 62590 <location filename="../Project/Project.py" line="6724" />
62591 <source>The make process crashed.</source> 62591 <source>The make process crashed.</source>
62592 <translation type="unfinished" /> 62592 <translation type="unfinished" />
62593 </message> 62593 </message>
62594 <message> 62594 <message>
62595 <location filename="../Project/Project.py" line="6720" /> 62595 <location filename="../Project/Project.py" line="6732" />
62596 <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source> 62596 <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
62597 <translation type="unfinished" /> 62597 <translation type="unfinished" />
62598 </message> 62598 </message>
62599 <message> 62599 <message>
62600 <location filename="../Project/Project.py" line="6725" /> 62600 <location filename="../Project/Project.py" line="6737" />
62601 <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source> 62601 <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
62602 <translation type="unfinished" /> 62602 <translation type="unfinished" />
62603 </message> 62603 </message>
62604 <message> 62604 <message>
62605 <location filename="../Project/Project.py" line="6741" /> 62605 <location filename="../Project/Project.py" line="6753" />
62606 <source>The makefile contains errors.</source> 62606 <source>The makefile contains errors.</source>
62607 <translation type="unfinished" /> 62607 <translation type="unfinished" />
62608 </message> 62608 </message>
62609 <message> 62609 <message>
62610 <location filename="../Project/Project.py" line="7160" /> 62610 <location filename="../Project/Project.py" line="7172" />
62611 <source>Interpreter Missing</source> 62611 <source>Interpreter Missing</source>
62612 <translation type="unfinished" /> 62612 <translation type="unfinished" />
62613 </message> 62613 </message>
62614 <message> 62614 <message>
62615 <location filename="../Project/Project.py" line="7161" /> 62615 <location filename="../Project/Project.py" line="7173" />
62616 <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source> 62616 <source>The configured interpreter of the embedded environment does not exist anymore. Shall the environment be upgraded?</source>
62617 <translation type="unfinished" /> 62617 <translation type="unfinished" />
62618 </message> 62618 </message>
62619 </context> 62619 </context>
62620 <context> 62620 <context>
62669 </message> 62669 </message>
62670 </context> 62670 </context>
62671 <context> 62671 <context>
62672 <name>ProjectBrowser</name> 62672 <name>ProjectBrowser</name>
62673 <message> 62673 <message>
62674 <location filename="../Project/ProjectBrowser.py" line="121" /> 62674 <location filename="../Project/ProjectBrowser.py" line="125" />
62675 <source>up to date</source> 62675 <source>up to date</source>
62676 <translation type="unfinished" /> 62676 <translation type="unfinished" />
62677 </message> 62677 </message>
62678 <message> 62678 <message>
62679 <location filename="../Project/ProjectBrowser.py" line="122" /> 62679 <location filename="../Project/ProjectBrowser.py" line="126" />
62680 <source>files added</source> 62680 <source>files added</source>
62681 <translation type="unfinished" /> 62681 <translation type="unfinished" />
62682 </message> 62682 </message>
62683 <message> 62683 <message>
62684 <location filename="../Project/ProjectBrowser.py" line="123" /> 62684 <location filename="../Project/ProjectBrowser.py" line="127" />
62685 <source>local modifications</source> 62685 <source>local modifications</source>
62686 <translation type="unfinished" /> 62686 <translation type="unfinished" />
62687 </message> 62687 </message>
62688 <message> 62688 <message>
62689 <location filename="../Project/ProjectBrowser.py" line="124" /> 62689 <location filename="../Project/ProjectBrowser.py" line="128" />
62690 <source>files removed</source> 62690 <source>files removed</source>
62691 <translation type="unfinished" /> 62691 <translation type="unfinished" />
62692 </message> 62692 </message>
62693 <message> 62693 <message>
62694 <location filename="../Project/ProjectBrowser.py" line="125" /> 62694 <location filename="../Project/ProjectBrowser.py" line="129" />
62695 <source>files replaced</source> 62695 <source>files replaced</source>
62696 <translation type="unfinished" /> 62696 <translation type="unfinished" />
62697 </message> 62697 </message>
62698 <message> 62698 <message>
62699 <location filename="../Project/ProjectBrowser.py" line="126" /> 62699 <location filename="../Project/ProjectBrowser.py" line="130" />
62700 <source>update required</source> 62700 <source>update required</source>
62701 <translation type="unfinished" /> 62701 <translation type="unfinished" />
62702 </message> 62702 </message>
62703 <message> 62703 <message>
62704 <location filename="../Project/ProjectBrowser.py" line="127" /> 62704 <location filename="../Project/ProjectBrowser.py" line="131" />
62705 <source>conflict</source> 62705 <source>conflict</source>
62706 <translation type="unfinished" /> 62706 <translation type="unfinished" />
62707 </message> 62707 </message>
62708 <message> 62708 <message>
62709 <location filename="../Project/ProjectBrowser.py" line="135" /> 62709 <location filename="../Project/ProjectBrowser.py" line="139" />
62710 <source>Press to check the current VCS status.</source> 62710 <source>Press to check the current VCS status.</source>
62711 <translation type="unfinished" /> 62711 <translation type="unfinished" />
62712 </message> 62712 </message>
62713 <message> 62713 <message>
62714 <location filename="../Project/ProjectBrowser.py" line="187" /> 62714 <location filename="../Project/ProjectBrowser.py" line="191" />
62715 <source>Add Project Browser Type</source> 62715 <source>Add Project Browser Type</source>
62716 <translation type="unfinished" /> 62716 <translation type="unfinished" />
62717 </message> 62717 </message>
62718 <message> 62718 <message>
62719 <location filename="../Project/ProjectBrowser.py" line="188" /> 62719 <location filename="../Project/ProjectBrowser.py" line="192" />
62720 <source>&lt;p&gt;The project browser type &lt;b&gt;{0}&lt;/b&gt; has already been added. This attempt will be ignored.&lt;/p&gt;</source> 62720 <source>&lt;p&gt;The project browser type &lt;b&gt;{0}&lt;/b&gt; has already been added. This attempt will be ignored.&lt;/p&gt;</source>
62721 <translation type="unfinished" /> 62721 <translation type="unfinished" />
62722 </message> 62722 </message>
62723 <message> 62723 <message>
62724 <location filename="../Project/ProjectBrowser.py" line="467" /> 62724 <location filename="../Project/ProjectBrowser.py" line="471" />
62725 <source>unknown status</source> 62725 <source>unknown status</source>
62726 <translation type="unfinished" /> 62726 <translation type="unfinished" />
62727 </message> 62727 </message>
62728 </context> 62728 </context>
62729 <context> 62729 <context>
62730 <name>ProjectBrowserModel</name> 62730 <name>ProjectBrowserModel</name>
62731 <message> 62731 <message>
62732 <location filename="../Project/ProjectBrowserModel.py" line="210" /> 62732 <location filename="../Project/ProjectBrowserModel.py" line="211" />
62733 <source>Name</source> 62733 <source>Name</source>
62734 <translation>Name</translation> 62734 <translation>Name</translation>
62735 </message> 62735 </message>
62736 <message> 62736 <message>
62737 <location filename="../Project/ProjectBrowserModel.py" line="212" /> 62737 <location filename="../Project/ProjectBrowserModel.py" line="213" />
62738 <source>VCS Status</source> 62738 <source>VCS Status</source>
62739 <translation type="unfinished" /> 62739 <translation type="unfinished" />
62740 </message> 62740 </message>
62741 <message> 62741 <message>
62742 <location filename="../Project/ProjectBrowserModel.py" line="808" /> 62742 <location filename="../Project/ProjectBrowserModel.py" line="784" />
62743 <location filename="../Project/ProjectBrowserModel.py" line="786" /> 62743 <location filename="../Project/ProjectBrowserModel.py" line="762" />
62744 <location filename="../Project/ProjectBrowserModel.py" line="749" /> 62744 <location filename="../Project/ProjectBrowserModel.py" line="456" />
62745 <location filename="../Project/ProjectBrowserModel.py" line="451" /> 62745 <location filename="../Project/ProjectBrowserModel.py" line="373" />
62746 <location filename="../Project/ProjectBrowserModel.py" line="369" />
62747 <source>local</source> 62746 <source>local</source>
62748 <translation type="unfinished" /> 62747 <translation type="unfinished" />
62749 </message> 62748 </message>
62750 </context> 62749 </context>
62751 <context> 62750 <context>
63893 <location filename="../Project/ProjectSourcesBrowser.py" line="99" /> 63892 <location filename="../Project/ProjectSourcesBrowser.py" line="99" />
63894 <source>Sources Browser</source> 63893 <source>Sources Browser</source>
63895 <translation type="unfinished" /> 63894 <translation type="unfinished" />
63896 </message> 63895 </message>
63897 <message> 63896 <message>
63898 <location filename="../Project/ProjectSourcesBrowser.py" line="670" /> 63897 <location filename="../Project/ProjectSourcesBrowser.py" line="671" />
63899 <location filename="../Project/ProjectSourcesBrowser.py" line="206" /> 63898 <location filename="../Project/ProjectSourcesBrowser.py" line="207" />
63900 <source>Check</source> 63899 <source>Check</source>
63901 <translation type="unfinished" /> 63900 <translation type="unfinished" />
63902 </message> 63901 </message>
63903 <message> 63902 <message>
63904 <location filename="../Project/ProjectSourcesBrowser.py" line="1509" /> 63903 <location filename="../Project/ProjectSourcesBrowser.py" line="1512" />
63905 <location filename="../Project/ProjectSourcesBrowser.py" line="209" /> 63904 <location filename="../Project/ProjectSourcesBrowser.py" line="210" />
63906 <source>Code Formatting</source> 63905 <source>Code Formatting</source>
63907 <translation type="unfinished" /> 63906 <translation type="unfinished" />
63908 </message> 63907 </message>
63909 <message> 63908 <message>
63910 <location filename="../Project/ProjectSourcesBrowser.py" line="210" /> 63909 <location filename="../Project/ProjectSourcesBrowser.py" line="211" />
63911 <source>Black</source> 63910 <source>Black</source>
63912 <translation type="unfinished" /> 63911 <translation type="unfinished" />
63913 </message> 63912 </message>
63914 <message> 63913 <message>
63915 <location filename="../Project/ProjectSourcesBrowser.py" line="215" /> 63914 <location filename="../Project/ProjectSourcesBrowser.py" line="216" />
63916 <source>Format Code</source> 63915 <source>Format Code</source>
63917 <translation type="unfinished" /> 63916 <translation type="unfinished" />
63918 </message> 63917 </message>
63919 <message> 63918 <message>
63920 <location filename="../Project/ProjectSourcesBrowser.py" line="219" /> 63919 <location filename="../Project/ProjectSourcesBrowser.py" line="220" />
63921 <source>Check Formatting</source> 63920 <source>Check Formatting</source>
63922 <translation type="unfinished" /> 63921 <translation type="unfinished" />
63923 </message> 63922 </message>
63924 <message> 63923 <message>
63925 <location filename="../Project/ProjectSourcesBrowser.py" line="223" /> 63924 <location filename="../Project/ProjectSourcesBrowser.py" line="224" />
63926 <source>Formatting Diff</source> 63925 <source>Formatting Diff</source>
63927 <translation type="unfinished" /> 63926 <translation type="unfinished" />
63928 </message> 63927 </message>
63929 <message> 63928 <message>
63930 <location filename="../Project/ProjectSourcesBrowser.py" line="227" /> 63929 <location filename="../Project/ProjectSourcesBrowser.py" line="228" />
63931 <source>isort</source> 63930 <source>isort</source>
63932 <translation type="unfinished" /> 63931 <translation type="unfinished" />
63933 </message> 63932 </message>
63934 <message> 63933 <message>
63935 <location filename="../Project/ProjectSourcesBrowser.py" line="232" /> 63934 <location filename="../Project/ProjectSourcesBrowser.py" line="233" />
63936 <source>Sort Imports</source> 63935 <source>Sort Imports</source>
63937 <translation type="unfinished" /> 63936 <translation type="unfinished" />
63938 </message> 63937 </message>
63939 <message> 63938 <message>
63940 <location filename="../Project/ProjectSourcesBrowser.py" line="236" /> 63939 <location filename="../Project/ProjectSourcesBrowser.py" line="237" />
63941 <source>Imports Sorting Diff</source> 63940 <source>Imports Sorting Diff</source>
63942 <translation type="unfinished" /> 63941 <translation type="unfinished" />
63943 </message> 63942 </message>
63944 <message> 63943 <message>
63945 <location filename="../Project/ProjectSourcesBrowser.py" line="242" /> 63944 <location filename="../Project/ProjectSourcesBrowser.py" line="243" />
63946 <source>Show</source> 63945 <source>Show</source>
63947 <translation type="unfinished" /> 63946 <translation type="unfinished" />
63948 </message> 63947 </message>
63949 <message> 63948 <message>
63950 <location filename="../Project/ProjectSourcesBrowser.py" line="243" /> 63949 <location filename="../Project/ProjectSourcesBrowser.py" line="244" />
63951 <source>Code metrics...</source> 63950 <source>Code metrics...</source>
63952 <translation type="unfinished" /> 63951 <translation type="unfinished" />
63953 </message> 63952 </message>
63954 <message> 63953 <message>
63955 <location filename="../Project/ProjectSourcesBrowser.py" line="245" /> 63954 <location filename="../Project/ProjectSourcesBrowser.py" line="246" />
63956 <source>Code coverage...</source> 63955 <source>Code coverage...</source>
63957 <translation type="unfinished" /> 63956 <translation type="unfinished" />
63958 </message> 63957 </message>
63959 <message> 63958 <message>
63960 <location filename="../Project/ProjectSourcesBrowser.py" line="248" /> 63959 <location filename="../Project/ProjectSourcesBrowser.py" line="249" />
63961 <source>Profile data...</source> 63960 <source>Profile data...</source>
63962 <translation type="unfinished" /> 63961 <translation type="unfinished" />
63963 </message> 63962 </message>
63964 <message> 63963 <message>
63965 <location filename="../Project/ProjectSourcesBrowser.py" line="493" /> 63964 <location filename="../Project/ProjectSourcesBrowser.py" line="494" />
63966 <location filename="../Project/ProjectSourcesBrowser.py" line="252" /> 63965 <location filename="../Project/ProjectSourcesBrowser.py" line="253" />
63967 <source>Diagrams</source> 63966 <source>Diagrams</source>
63968 <translation type="unfinished" /> 63967 <translation type="unfinished" />
63969 </message> 63968 </message>
63970 <message> 63969 <message>
63971 <location filename="../Project/ProjectSourcesBrowser.py" line="495" /> 63970 <location filename="../Project/ProjectSourcesBrowser.py" line="496" />
63972 <location filename="../Project/ProjectSourcesBrowser.py" line="254" /> 63971 <location filename="../Project/ProjectSourcesBrowser.py" line="255" />
63973 <source>Class Diagram...</source> 63972 <source>Class Diagram...</source>
63974 <translation type="unfinished" /> 63973 <translation type="unfinished" />
63975 </message> 63974 </message>
63976 <message> 63975 <message>
63977 <location filename="../Project/ProjectSourcesBrowser.py" line="498" /> 63976 <location filename="../Project/ProjectSourcesBrowser.py" line="499" />
63978 <location filename="../Project/ProjectSourcesBrowser.py" line="257" /> 63977 <location filename="../Project/ProjectSourcesBrowser.py" line="258" />
63979 <source>Package Diagram...</source> 63978 <source>Package Diagram...</source>
63980 <translation type="unfinished" /> 63979 <translation type="unfinished" />
63981 </message> 63980 </message>
63982 <message> 63981 <message>
63983 <location filename="../Project/ProjectSourcesBrowser.py" line="260" /> 63982 <location filename="../Project/ProjectSourcesBrowser.py" line="261" />
63984 <source>Imports Diagram...</source> 63983 <source>Imports Diagram...</source>
63985 <translation type="unfinished" /> 63984 <translation type="unfinished" />
63986 </message> 63985 </message>
63987 <message> 63986 <message>
63988 <location filename="../Project/ProjectSourcesBrowser.py" line="501" /> 63987 <location filename="../Project/ProjectSourcesBrowser.py" line="502" />
63989 <location filename="../Project/ProjectSourcesBrowser.py" line="263" /> 63988 <location filename="../Project/ProjectSourcesBrowser.py" line="264" />
63990 <source>Application Diagram...</source> 63989 <source>Application Diagram...</source>
63991 <translation type="unfinished" /> 63990 <translation type="unfinished" />
63992 </message> 63991 </message>
63993 <message> 63992 <message>
63994 <location filename="../Project/ProjectSourcesBrowser.py" line="506" /> 63993 <location filename="../Project/ProjectSourcesBrowser.py" line="507" />
63995 <location filename="../Project/ProjectSourcesBrowser.py" line="268" /> 63994 <location filename="../Project/ProjectSourcesBrowser.py" line="269" />
63996 <source>Load Diagram...</source> 63995 <source>Load Diagram...</source>
63997 <translation type="unfinished" /> 63996 <translation type="unfinished" />
63998 </message> 63997 </message>
63999 <message> 63998 <message>
64000 <location filename="../Project/ProjectSourcesBrowser.py" line="273" /> 63999 <location filename="../Project/ProjectSourcesBrowser.py" line="274" />
64001 <source>Start</source> 64000 <source>Start</source>
64002 <translation type="unfinished" /> 64001 <translation type="unfinished" />
64003 </message> 64002 </message>
64004 <message> 64003 <message>
64005 <location filename="../Project/ProjectSourcesBrowser.py" line="276" /> 64004 <location filename="../Project/ProjectSourcesBrowser.py" line="277" />
64006 <source>Run Script...</source> 64005 <source>Run Script...</source>
64007 <translation type="unfinished" /> 64006 <translation type="unfinished" />
64008 </message> 64007 </message>
64009 <message> 64008 <message>
64010 <location filename="../Project/ProjectSourcesBrowser.py" line="281" /> 64009 <location filename="../Project/ProjectSourcesBrowser.py" line="282" />
64011 <source>Debug Script...</source> 64010 <source>Debug Script...</source>
64012 <translation type="unfinished" /> 64011 <translation type="unfinished" />
64013 </message> 64012 </message>
64014 <message> 64013 <message>
64015 <location filename="../Project/ProjectSourcesBrowser.py" line="286" /> 64014 <location filename="../Project/ProjectSourcesBrowser.py" line="287" />
64016 <source>Profile Script...</source> 64015 <source>Profile Script...</source>
64017 <translation type="unfinished" /> 64016 <translation type="unfinished" />
64018 </message> 64017 </message>
64019 <message> 64018 <message>
64020 <location filename="../Project/ProjectSourcesBrowser.py" line="291" /> 64019 <location filename="../Project/ProjectSourcesBrowser.py" line="292" />
64021 <source>Coverage run of Script...</source> 64020 <source>Coverage run of Script...</source>
64022 <translation type="unfinished" /> 64021 <translation type="unfinished" />
64023 </message> 64022 </message>
64024 <message> 64023 <message>
64025 <location filename="../Project/ProjectSourcesBrowser.py" line="296" /> 64024 <location filename="../Project/ProjectSourcesBrowser.py" line="297" />
64026 <source>Run tests...</source> 64025 <source>Run tests...</source>
64027 <translation type="unfinished" /> 64026 <translation type="unfinished" />
64028 </message> 64027 </message>
64029 <message> 64028 <message>
64030 <location filename="../Project/ProjectSourcesBrowser.py" line="674" /> 64029 <location filename="../Project/ProjectSourcesBrowser.py" line="675" />
64031 <location filename="../Project/ProjectSourcesBrowser.py" line="511" /> 64030 <location filename="../Project/ProjectSourcesBrowser.py" line="512" />
64032 <location filename="../Project/ProjectSourcesBrowser.py" line="299" /> 64031 <location filename="../Project/ProjectSourcesBrowser.py" line="300" />
64033 <source>Rename file</source> 64032 <source>Rename file</source>
64034 <translation type="unfinished" /> 64033 <translation type="unfinished" />
64035 </message> 64034 </message>
64036 <message> 64035 <message>
64037 <location filename="../Project/ProjectSourcesBrowser.py" line="794" /> 64036 <location filename="../Project/ProjectSourcesBrowser.py" line="795" />
64038 <location filename="../Project/ProjectSourcesBrowser.py" line="778" /> 64037 <location filename="../Project/ProjectSourcesBrowser.py" line="779" />
64039 <location filename="../Project/ProjectSourcesBrowser.py" line="677" /> 64038 <location filename="../Project/ProjectSourcesBrowser.py" line="678" />
64040 <location filename="../Project/ProjectSourcesBrowser.py" line="626" /> 64039 <location filename="../Project/ProjectSourcesBrowser.py" line="627" />
64041 <location filename="../Project/ProjectSourcesBrowser.py" line="612" /> 64040 <location filename="../Project/ProjectSourcesBrowser.py" line="613" />
64042 <location filename="../Project/ProjectSourcesBrowser.py" line="514" /> 64041 <location filename="../Project/ProjectSourcesBrowser.py" line="515" />
64043 <location filename="../Project/ProjectSourcesBrowser.py" line="441" /> 64042 <location filename="../Project/ProjectSourcesBrowser.py" line="442" />
64044 <location filename="../Project/ProjectSourcesBrowser.py" line="424" /> 64043 <location filename="../Project/ProjectSourcesBrowser.py" line="425" />
64045 <location filename="../Project/ProjectSourcesBrowser.py" line="302" /> 64044 <location filename="../Project/ProjectSourcesBrowser.py" line="303" />
64046 <source>Remove from project</source> 64045 <source>Remove from project</source>
64047 <translation type="unfinished" /> 64046 <translation type="unfinished" />
64048 </message> 64047 </message>
64049 <message> 64048 <message>
64050 <location filename="../Project/ProjectSourcesBrowser.py" line="796" /> 64049 <location filename="../Project/ProjectSourcesBrowser.py" line="797" />
64051 <location filename="../Project/ProjectSourcesBrowser.py" line="780" /> 64050 <location filename="../Project/ProjectSourcesBrowser.py" line="781" />
64052 <location filename="../Project/ProjectSourcesBrowser.py" line="680" /> 64051 <location filename="../Project/ProjectSourcesBrowser.py" line="681" />
64053 <location filename="../Project/ProjectSourcesBrowser.py" line="614" /> 64052 <location filename="../Project/ProjectSourcesBrowser.py" line="615" />
64054 <location filename="../Project/ProjectSourcesBrowser.py" line="517" /> 64053 <location filename="../Project/ProjectSourcesBrowser.py" line="518" />
64055 <location filename="../Project/ProjectSourcesBrowser.py" line="443" /> 64054 <location filename="../Project/ProjectSourcesBrowser.py" line="444" />
64056 <location filename="../Project/ProjectSourcesBrowser.py" line="426" /> 64055 <location filename="../Project/ProjectSourcesBrowser.py" line="427" />
64057 <location filename="../Project/ProjectSourcesBrowser.py" line="305" /> 64056 <location filename="../Project/ProjectSourcesBrowser.py" line="306" />
64058 <source>Delete</source> 64057 <source>Delete</source>
64059 <translation type="unfinished" />
64060 </message>
64061 <message>
64062 <location filename="../Project/ProjectSourcesBrowser.py" line="446" />
64063 <location filename="../Project/ProjectSourcesBrowser.py" line="398" />
64064 <location filename="../Project/ProjectSourcesBrowser.py" line="367" />
64065 <location filename="../Project/ProjectSourcesBrowser.py" line="343" />
64066 <location filename="../Project/ProjectSourcesBrowser.py" line="308" />
64067 <source>New package...</source>
64068 <translation type="unfinished" /> 64058 <translation type="unfinished" />
64069 </message> 64059 </message>
64070 <message> 64060 <message>
64071 <location filename="../Project/ProjectSourcesBrowser.py" line="447" /> 64061 <location filename="../Project/ProjectSourcesBrowser.py" line="447" />
64072 <location filename="../Project/ProjectSourcesBrowser.py" line="399" /> 64062 <location filename="../Project/ProjectSourcesBrowser.py" line="399" />
64073 <location filename="../Project/ProjectSourcesBrowser.py" line="369" /> 64063 <location filename="../Project/ProjectSourcesBrowser.py" line="368" />
64074 <location filename="../Project/ProjectSourcesBrowser.py" line="344" /> 64064 <location filename="../Project/ProjectSourcesBrowser.py" line="344" />
64075 <location filename="../Project/ProjectSourcesBrowser.py" line="310" /> 64065 <location filename="../Project/ProjectSourcesBrowser.py" line="309" />
64066 <source>New package...</source>
64067 <translation type="unfinished" />
64068 </message>
64069 <message>
64070 <location filename="../Project/ProjectSourcesBrowser.py" line="448" />
64071 <location filename="../Project/ProjectSourcesBrowser.py" line="400" />
64072 <location filename="../Project/ProjectSourcesBrowser.py" line="370" />
64073 <location filename="../Project/ProjectSourcesBrowser.py" line="345" />
64074 <location filename="../Project/ProjectSourcesBrowser.py" line="311" />
64076 <source>New source file...</source> 64075 <source>New source file...</source>
64077 <translation type="unfinished" /> 64076 <translation type="unfinished" />
64078 </message> 64077 </message>
64079 <message> 64078 <message>
64080 <location filename="../Project/ProjectSourcesBrowser.py" line="799" /> 64079 <location filename="../Project/ProjectSourcesBrowser.py" line="800" />
64081 <location filename="../Project/ProjectSourcesBrowser.py" line="756" /> 64080 <location filename="../Project/ProjectSourcesBrowser.py" line="757" />
64082 <location filename="../Project/ProjectSourcesBrowser.py" line="730" /> 64081 <location filename="../Project/ProjectSourcesBrowser.py" line="731" />
64083 <location filename="../Project/ProjectSourcesBrowser.py" line="708" /> 64082 <location filename="../Project/ProjectSourcesBrowser.py" line="709" />
64084 <location filename="../Project/ProjectSourcesBrowser.py" line="683" /> 64083 <location filename="../Project/ProjectSourcesBrowser.py" line="684" />
64085 <location filename="../Project/ProjectSourcesBrowser.py" line="629" /> 64084 <location filename="../Project/ProjectSourcesBrowser.py" line="630" />
64086 <location filename="../Project/ProjectSourcesBrowser.py" line="590" /> 64085 <location filename="../Project/ProjectSourcesBrowser.py" line="591" />
64087 <location filename="../Project/ProjectSourcesBrowser.py" line="564" /> 64086 <location filename="../Project/ProjectSourcesBrowser.py" line="565" />
64088 <location filename="../Project/ProjectSourcesBrowser.py" line="542" /> 64087 <location filename="../Project/ProjectSourcesBrowser.py" line="543" />
64089 <location filename="../Project/ProjectSourcesBrowser.py" line="520" /> 64088 <location filename="../Project/ProjectSourcesBrowser.py" line="521" />
64090 <location filename="../Project/ProjectSourcesBrowser.py" line="449" /> 64089 <location filename="../Project/ProjectSourcesBrowser.py" line="450" />
64091 <location filename="../Project/ProjectSourcesBrowser.py" line="402" /> 64090 <location filename="../Project/ProjectSourcesBrowser.py" line="403" />
64092 <location filename="../Project/ProjectSourcesBrowser.py" line="373" /> 64091 <location filename="../Project/ProjectSourcesBrowser.py" line="374" />
64093 <location filename="../Project/ProjectSourcesBrowser.py" line="346" /> 64092 <location filename="../Project/ProjectSourcesBrowser.py" line="347" />
64094 <location filename="../Project/ProjectSourcesBrowser.py" line="313" /> 64093 <location filename="../Project/ProjectSourcesBrowser.py" line="314" />
64095 <source>Add source files...</source> 64094 <source>Add source files...</source>
64096 <translation type="unfinished" /> 64095 <translation type="unfinished" />
64097 </message> 64096 </message>
64098 <message> 64097 <message>
64099 <location filename="../Project/ProjectSourcesBrowser.py" line="801" /> 64098 <location filename="../Project/ProjectSourcesBrowser.py" line="802" />
64100 <location filename="../Project/ProjectSourcesBrowser.py" line="760" /> 64099 <location filename="../Project/ProjectSourcesBrowser.py" line="761" />
64101 <location filename="../Project/ProjectSourcesBrowser.py" line="734" /> 64100 <location filename="../Project/ProjectSourcesBrowser.py" line="735" />
64102 <location filename="../Project/ProjectSourcesBrowser.py" line="710" /> 64101 <location filename="../Project/ProjectSourcesBrowser.py" line="711" />
64103 <location filename="../Project/ProjectSourcesBrowser.py" line="685" /> 64102 <location filename="../Project/ProjectSourcesBrowser.py" line="686" />
64104 <location filename="../Project/ProjectSourcesBrowser.py" line="631" /> 64103 <location filename="../Project/ProjectSourcesBrowser.py" line="632" />
64105 <location filename="../Project/ProjectSourcesBrowser.py" line="594" /> 64104 <location filename="../Project/ProjectSourcesBrowser.py" line="595" />
64106 <location filename="../Project/ProjectSourcesBrowser.py" line="568" /> 64105 <location filename="../Project/ProjectSourcesBrowser.py" line="569" />
64107 <location filename="../Project/ProjectSourcesBrowser.py" line="544" /> 64106 <location filename="../Project/ProjectSourcesBrowser.py" line="545" />
64108 <location filename="../Project/ProjectSourcesBrowser.py" line="522" /> 64107 <location filename="../Project/ProjectSourcesBrowser.py" line="523" />
64109 <location filename="../Project/ProjectSourcesBrowser.py" line="451" /> 64108 <location filename="../Project/ProjectSourcesBrowser.py" line="452" />
64110 <location filename="../Project/ProjectSourcesBrowser.py" line="406" /> 64109 <location filename="../Project/ProjectSourcesBrowser.py" line="407" />
64111 <location filename="../Project/ProjectSourcesBrowser.py" line="377" /> 64110 <location filename="../Project/ProjectSourcesBrowser.py" line="378" />
64112 <location filename="../Project/ProjectSourcesBrowser.py" line="348" /> 64111 <location filename="../Project/ProjectSourcesBrowser.py" line="349" />
64113 <location filename="../Project/ProjectSourcesBrowser.py" line="315" /> 64112 <location filename="../Project/ProjectSourcesBrowser.py" line="316" />
64114 <source>Add source directory...</source> 64113 <source>Add source directory...</source>
64115 <translation type="unfinished" /> 64114 <translation type="unfinished" />
64116 </message> 64115 </message>
64117 <message> 64116 <message>
64118 <location filename="../Project/ProjectSourcesBrowser.py" line="806" /> 64117 <location filename="../Project/ProjectSourcesBrowser.py" line="807" />
64119 <location filename="../Project/ProjectSourcesBrowser.py" line="765" /> 64118 <location filename="../Project/ProjectSourcesBrowser.py" line="766" />
64120 <location filename="../Project/ProjectSourcesBrowser.py" line="739" /> 64119 <location filename="../Project/ProjectSourcesBrowser.py" line="740" />
64121 <location filename="../Project/ProjectSourcesBrowser.py" line="713" /> 64120 <location filename="../Project/ProjectSourcesBrowser.py" line="714" />
64122 <location filename="../Project/ProjectSourcesBrowser.py" line="691" /> 64121 <location filename="../Project/ProjectSourcesBrowser.py" line="692" />
64123 <location filename="../Project/ProjectSourcesBrowser.py" line="636" /> 64122 <location filename="../Project/ProjectSourcesBrowser.py" line="637" />
64124 <location filename="../Project/ProjectSourcesBrowser.py" line="599" /> 64123 <location filename="../Project/ProjectSourcesBrowser.py" line="600" />
64125 <location filename="../Project/ProjectSourcesBrowser.py" line="573" /> 64124 <location filename="../Project/ProjectSourcesBrowser.py" line="574" />
64126 <location filename="../Project/ProjectSourcesBrowser.py" line="547" /> 64125 <location filename="../Project/ProjectSourcesBrowser.py" line="548" />
64127 <location filename="../Project/ProjectSourcesBrowser.py" line="528" /> 64126 <location filename="../Project/ProjectSourcesBrowser.py" line="529" />
64128 <location filename="../Project/ProjectSourcesBrowser.py" line="458" /> 64127 <location filename="../Project/ProjectSourcesBrowser.py" line="459" />
64129 <location filename="../Project/ProjectSourcesBrowser.py" line="411" /> 64128 <location filename="../Project/ProjectSourcesBrowser.py" line="412" />
64130 <location filename="../Project/ProjectSourcesBrowser.py" line="382" /> 64129 <location filename="../Project/ProjectSourcesBrowser.py" line="383" />
64131 <location filename="../Project/ProjectSourcesBrowser.py" line="351" /> 64130 <location filename="../Project/ProjectSourcesBrowser.py" line="352" />
64132 <location filename="../Project/ProjectSourcesBrowser.py" line="326" /> 64131 <location filename="../Project/ProjectSourcesBrowser.py" line="327" />
64133 <source>Show in File Manager</source> 64132 <source>Show in File Manager</source>
64134 <translation type="unfinished" /> 64133 <translation type="unfinished" />
64135 </message> 64134 </message>
64136 <message> 64135 <message>
64137 <location filename="../Project/ProjectSourcesBrowser.py" line="807" /> 64136 <location filename="../Project/ProjectSourcesBrowser.py" line="808" />
64138 <location filename="../Project/ProjectSourcesBrowser.py" line="694" /> 64137 <location filename="../Project/ProjectSourcesBrowser.py" line="695" />
64139 <location filename="../Project/ProjectSourcesBrowser.py" line="459" /> 64138 <location filename="../Project/ProjectSourcesBrowser.py" line="460" />
64140 <location filename="../Project/ProjectSourcesBrowser.py" line="329" /> 64139 <location filename="../Project/ProjectSourcesBrowser.py" line="330" />
64141 <source>Copy Path to Clipboard</source> 64140 <source>Copy Path to Clipboard</source>
64142 <translation type="unfinished" /> 64141 <translation type="unfinished" />
64143 </message> 64142 </message>
64144 <message> 64143 <message>
64145 <location filename="../Project/ProjectSourcesBrowser.py" line="819" /> 64144 <location filename="../Project/ProjectSourcesBrowser.py" line="820" />
64146 <location filename="../Project/ProjectSourcesBrowser.py" line="809" /> 64145 <location filename="../Project/ProjectSourcesBrowser.py" line="810" />
64147 <location filename="../Project/ProjectSourcesBrowser.py" line="785" /> 64146 <location filename="../Project/ProjectSourcesBrowser.py" line="786" />
64148 <location filename="../Project/ProjectSourcesBrowser.py" line="768" /> 64147 <location filename="../Project/ProjectSourcesBrowser.py" line="769" />
64149 <location filename="../Project/ProjectSourcesBrowser.py" line="743" /> 64148 <location filename="../Project/ProjectSourcesBrowser.py" line="744" />
64150 <location filename="../Project/ProjectSourcesBrowser.py" line="715" /> 64149 <location filename="../Project/ProjectSourcesBrowser.py" line="716" />
64151 <location filename="../Project/ProjectSourcesBrowser.py" line="698" /> 64150 <location filename="../Project/ProjectSourcesBrowser.py" line="699" />
64152 <location filename="../Project/ProjectSourcesBrowser.py" line="648" /> 64151 <location filename="../Project/ProjectSourcesBrowser.py" line="649" />
64153 <location filename="../Project/ProjectSourcesBrowser.py" line="638" /> 64152 <location filename="../Project/ProjectSourcesBrowser.py" line="639" />
64154 <location filename="../Project/ProjectSourcesBrowser.py" line="617" /> 64153 <location filename="../Project/ProjectSourcesBrowser.py" line="618" />
64155 <location filename="../Project/ProjectSourcesBrowser.py" line="602" /> 64154 <location filename="../Project/ProjectSourcesBrowser.py" line="603" />
64156 <location filename="../Project/ProjectSourcesBrowser.py" line="577" /> 64155 <location filename="../Project/ProjectSourcesBrowser.py" line="578" />
64157 <location filename="../Project/ProjectSourcesBrowser.py" line="549" /> 64156 <location filename="../Project/ProjectSourcesBrowser.py" line="550" />
64158 <location filename="../Project/ProjectSourcesBrowser.py" line="532" /> 64157 <location filename="../Project/ProjectSourcesBrowser.py" line="533" />
64159 <location filename="../Project/ProjectSourcesBrowser.py" line="471" /> 64158 <location filename="../Project/ProjectSourcesBrowser.py" line="472" />
64160 <location filename="../Project/ProjectSourcesBrowser.py" line="461" /> 64159 <location filename="../Project/ProjectSourcesBrowser.py" line="462" />
64161 <location filename="../Project/ProjectSourcesBrowser.py" line="432" /> 64160 <location filename="../Project/ProjectSourcesBrowser.py" line="433" />
64162 <location filename="../Project/ProjectSourcesBrowser.py" line="414" /> 64161 <location filename="../Project/ProjectSourcesBrowser.py" line="415" />
64163 <location filename="../Project/ProjectSourcesBrowser.py" line="386" /> 64162 <location filename="../Project/ProjectSourcesBrowser.py" line="387" />
64164 <location filename="../Project/ProjectSourcesBrowser.py" line="353" /> 64163 <location filename="../Project/ProjectSourcesBrowser.py" line="354" />
64165 <location filename="../Project/ProjectSourcesBrowser.py" line="333" /> 64164 <location filename="../Project/ProjectSourcesBrowser.py" line="334" />
64166 <source>Expand all directories</source> 64165 <source>Expand all directories</source>
64167 <translation type="unfinished" /> 64166 <translation type="unfinished" />
64168 </message> 64167 </message>
64169 <message> 64168 <message>
64170 <location filename="../Project/ProjectSourcesBrowser.py" line="822" /> 64169 <location filename="../Project/ProjectSourcesBrowser.py" line="823" />
64171 <location filename="../Project/ProjectSourcesBrowser.py" line="811" /> 64170 <location filename="../Project/ProjectSourcesBrowser.py" line="812" />
64172 <location filename="../Project/ProjectSourcesBrowser.py" line="787" /> 64171 <location filename="../Project/ProjectSourcesBrowser.py" line="788" />
64173 <location filename="../Project/ProjectSourcesBrowser.py" line="770" /> 64172 <location filename="../Project/ProjectSourcesBrowser.py" line="771" />
64174 <location filename="../Project/ProjectSourcesBrowser.py" line="746" /> 64173 <location filename="../Project/ProjectSourcesBrowser.py" line="747" />
64175 <location filename="../Project/ProjectSourcesBrowser.py" line="716" /> 64174 <location filename="../Project/ProjectSourcesBrowser.py" line="717" />
64176 <location filename="../Project/ProjectSourcesBrowser.py" line="701" /> 64175 <location filename="../Project/ProjectSourcesBrowser.py" line="702" />
64177 <location filename="../Project/ProjectSourcesBrowser.py" line="651" /> 64176 <location filename="../Project/ProjectSourcesBrowser.py" line="652" />
64178 <location filename="../Project/ProjectSourcesBrowser.py" line="640" /> 64177 <location filename="../Project/ProjectSourcesBrowser.py" line="641" />
64179 <location filename="../Project/ProjectSourcesBrowser.py" line="619" /> 64178 <location filename="../Project/ProjectSourcesBrowser.py" line="620" />
64180 <location filename="../Project/ProjectSourcesBrowser.py" line="604" /> 64179 <location filename="../Project/ProjectSourcesBrowser.py" line="605" />
64181 <location filename="../Project/ProjectSourcesBrowser.py" line="580" /> 64180 <location filename="../Project/ProjectSourcesBrowser.py" line="581" />
64182 <location filename="../Project/ProjectSourcesBrowser.py" line="550" /> 64181 <location filename="../Project/ProjectSourcesBrowser.py" line="551" />
64183 <location filename="../Project/ProjectSourcesBrowser.py" line="535" /> 64182 <location filename="../Project/ProjectSourcesBrowser.py" line="536" />
64184 <location filename="../Project/ProjectSourcesBrowser.py" line="474" /> 64183 <location filename="../Project/ProjectSourcesBrowser.py" line="475" />
64185 <location filename="../Project/ProjectSourcesBrowser.py" line="463" /> 64184 <location filename="../Project/ProjectSourcesBrowser.py" line="464" />
64186 <location filename="../Project/ProjectSourcesBrowser.py" line="434" /> 64185 <location filename="../Project/ProjectSourcesBrowser.py" line="435" />
64187 <location filename="../Project/ProjectSourcesBrowser.py" line="416" /> 64186 <location filename="../Project/ProjectSourcesBrowser.py" line="417" />
64188 <location filename="../Project/ProjectSourcesBrowser.py" line="389" /> 64187 <location filename="../Project/ProjectSourcesBrowser.py" line="390" />
64189 <location filename="../Project/ProjectSourcesBrowser.py" line="354" /> 64188 <location filename="../Project/ProjectSourcesBrowser.py" line="355" />
64190 <location filename="../Project/ProjectSourcesBrowser.py" line="336" /> 64189 <location filename="../Project/ProjectSourcesBrowser.py" line="337" />
64191 <source>Collapse all directories</source> 64190 <source>Collapse all directories</source>
64192 <translation type="unfinished" /> 64191 <translation type="unfinished" />
64193 </message> 64192 </message>
64194 <message> 64193 <message>
64195 <location filename="../Project/ProjectSourcesBrowser.py" line="825" /> 64194 <location filename="../Project/ProjectSourcesBrowser.py" line="826" />
64196 <location filename="../Project/ProjectSourcesBrowser.py" line="813" /> 64195 <location filename="../Project/ProjectSourcesBrowser.py" line="814" />
64197 <location filename="../Project/ProjectSourcesBrowser.py" line="789" /> 64196 <location filename="../Project/ProjectSourcesBrowser.py" line="790" />
64198 <location filename="../Project/ProjectSourcesBrowser.py" line="772" /> 64197 <location filename="../Project/ProjectSourcesBrowser.py" line="773" />
64199 <location filename="../Project/ProjectSourcesBrowser.py" line="749" /> 64198 <location filename="../Project/ProjectSourcesBrowser.py" line="750" />
64200 <location filename="../Project/ProjectSourcesBrowser.py" line="717" /> 64199 <location filename="../Project/ProjectSourcesBrowser.py" line="718" />
64201 <location filename="../Project/ProjectSourcesBrowser.py" line="703" /> 64200 <location filename="../Project/ProjectSourcesBrowser.py" line="704" />
64202 <location filename="../Project/ProjectSourcesBrowser.py" line="654" /> 64201 <location filename="../Project/ProjectSourcesBrowser.py" line="655" />
64203 <location filename="../Project/ProjectSourcesBrowser.py" line="642" /> 64202 <location filename="../Project/ProjectSourcesBrowser.py" line="643" />
64204 <location filename="../Project/ProjectSourcesBrowser.py" line="621" /> 64203 <location filename="../Project/ProjectSourcesBrowser.py" line="622" />
64205 <location filename="../Project/ProjectSourcesBrowser.py" line="606" /> 64204 <location filename="../Project/ProjectSourcesBrowser.py" line="607" />
64206 <location filename="../Project/ProjectSourcesBrowser.py" line="583" /> 64205 <location filename="../Project/ProjectSourcesBrowser.py" line="584" />
64207 <location filename="../Project/ProjectSourcesBrowser.py" line="551" /> 64206 <location filename="../Project/ProjectSourcesBrowser.py" line="552" />
64208 <location filename="../Project/ProjectSourcesBrowser.py" line="537" /> 64207 <location filename="../Project/ProjectSourcesBrowser.py" line="538" />
64209 <location filename="../Project/ProjectSourcesBrowser.py" line="477" /> 64208 <location filename="../Project/ProjectSourcesBrowser.py" line="478" />
64210 <location filename="../Project/ProjectSourcesBrowser.py" line="465" /> 64209 <location filename="../Project/ProjectSourcesBrowser.py" line="466" />
64211 <location filename="../Project/ProjectSourcesBrowser.py" line="436" /> 64210 <location filename="../Project/ProjectSourcesBrowser.py" line="437" />
64212 <location filename="../Project/ProjectSourcesBrowser.py" line="418" /> 64211 <location filename="../Project/ProjectSourcesBrowser.py" line="419" />
64213 <location filename="../Project/ProjectSourcesBrowser.py" line="392" /> 64212 <location filename="../Project/ProjectSourcesBrowser.py" line="393" />
64214 <location filename="../Project/ProjectSourcesBrowser.py" line="355" /> 64213 <location filename="../Project/ProjectSourcesBrowser.py" line="356" />
64215 <location filename="../Project/ProjectSourcesBrowser.py" line="338" /> 64214 <location filename="../Project/ProjectSourcesBrowser.py" line="339" />
64216 <source>Collapse all files</source> 64215 <source>Collapse all files</source>
64217 <translation type="unfinished" /> 64216 <translation type="unfinished" />
64218 </message> 64217 </message>
64219 <message> 64218 <message>
64220 <location filename="../Project/ProjectSourcesBrowser.py" line="828" /> 64219 <location filename="../Project/ProjectSourcesBrowser.py" line="829" />
64221 <location filename="../Project/ProjectSourcesBrowser.py" line="815" /> 64220 <location filename="../Project/ProjectSourcesBrowser.py" line="816" />
64222 <location filename="../Project/ProjectSourcesBrowser.py" line="791" /> 64221 <location filename="../Project/ProjectSourcesBrowser.py" line="792" />
64223 <location filename="../Project/ProjectSourcesBrowser.py" line="774" /> 64222 <location filename="../Project/ProjectSourcesBrowser.py" line="775" />
64224 <location filename="../Project/ProjectSourcesBrowser.py" line="752" /> 64223 <location filename="../Project/ProjectSourcesBrowser.py" line="753" />
64225 <location filename="../Project/ProjectSourcesBrowser.py" line="719" /> 64224 <location filename="../Project/ProjectSourcesBrowser.py" line="720" />
64226 <location filename="../Project/ProjectSourcesBrowser.py" line="705" /> 64225 <location filename="../Project/ProjectSourcesBrowser.py" line="706" />
64227 <location filename="../Project/ProjectSourcesBrowser.py" line="657" /> 64226 <location filename="../Project/ProjectSourcesBrowser.py" line="658" />
64228 <location filename="../Project/ProjectSourcesBrowser.py" line="644" /> 64227 <location filename="../Project/ProjectSourcesBrowser.py" line="645" />
64229 <location filename="../Project/ProjectSourcesBrowser.py" line="623" /> 64228 <location filename="../Project/ProjectSourcesBrowser.py" line="624" />
64230 <location filename="../Project/ProjectSourcesBrowser.py" line="609" /> 64229 <location filename="../Project/ProjectSourcesBrowser.py" line="610" />
64231 <location filename="../Project/ProjectSourcesBrowser.py" line="586" /> 64230 <location filename="../Project/ProjectSourcesBrowser.py" line="587" />
64232 <location filename="../Project/ProjectSourcesBrowser.py" line="553" /> 64231 <location filename="../Project/ProjectSourcesBrowser.py" line="554" />
64233 <location filename="../Project/ProjectSourcesBrowser.py" line="539" /> 64232 <location filename="../Project/ProjectSourcesBrowser.py" line="540" />
64234 <location filename="../Project/ProjectSourcesBrowser.py" line="480" /> 64233 <location filename="../Project/ProjectSourcesBrowser.py" line="481" />
64235 <location filename="../Project/ProjectSourcesBrowser.py" line="467" /> 64234 <location filename="../Project/ProjectSourcesBrowser.py" line="468" />
64236 <location filename="../Project/ProjectSourcesBrowser.py" line="438" /> 64235 <location filename="../Project/ProjectSourcesBrowser.py" line="439" />
64237 <location filename="../Project/ProjectSourcesBrowser.py" line="420" /> 64236 <location filename="../Project/ProjectSourcesBrowser.py" line="421" />
64238 <location filename="../Project/ProjectSourcesBrowser.py" line="395" /> 64237 <location filename="../Project/ProjectSourcesBrowser.py" line="396" />
64239 <location filename="../Project/ProjectSourcesBrowser.py" line="357" /> 64238 <location filename="../Project/ProjectSourcesBrowser.py" line="358" />
64240 <location filename="../Project/ProjectSourcesBrowser.py" line="340" /> 64239 <location filename="../Project/ProjectSourcesBrowser.py" line="341" />
64241 <source>Configure...</source> 64240 <source>Configure...</source>
64242 <translation type="unfinished" /> 64241 <translation type="unfinished" />
64243 </message> 64242 </message>
64244 <message> 64243 <message>
64245 <location filename="../Project/ProjectSourcesBrowser.py" line="722" /> 64244 <location filename="../Project/ProjectSourcesBrowser.py" line="723" />
64246 <location filename="../Project/ProjectSourcesBrowser.py" line="556" /> 64245 <location filename="../Project/ProjectSourcesBrowser.py" line="557" />
64247 <location filename="../Project/ProjectSourcesBrowser.py" line="360" /> 64246 <location filename="../Project/ProjectSourcesBrowser.py" line="361" />
64248 <source>Goto</source> 64247 <source>Goto</source>
64249 <translation type="unfinished" /> 64248 <translation type="unfinished" />
64250 </message> 64249 </message>
64251 <message> 64250 <message>
64252 <location filename="../Project/ProjectSourcesBrowser.py" line="1098" /> 64251 <location filename="../Project/ProjectSourcesBrowser.py" line="1101" />
64253 <location filename="../Project/ProjectSourcesBrowser.py" line="1082" /> 64252 <location filename="../Project/ProjectSourcesBrowser.py" line="1085" />
64254 <source>Add new Python package</source> 64253 <source>Add new Python package</source>
64255 <translation type="unfinished" /> 64254 <translation type="unfinished" />
64256 </message> 64255 </message>
64257 <message> 64256 <message>
64258 <location filename="../Project/ProjectSourcesBrowser.py" line="1083" /> 64257 <location filename="../Project/ProjectSourcesBrowser.py" line="1086" />
64259 <source>&lt;p&gt;The package directory &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 64258 <source>&lt;p&gt;The package directory &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
64260 <translation type="unfinished" /> 64259 <translation type="unfinished" />
64261 </message> 64260 </message>
64262 <message> 64261 <message>
64263 <location filename="../Project/ProjectSourcesBrowser.py" line="1099" /> 64262 <location filename="../Project/ProjectSourcesBrowser.py" line="1102" />
64264 <source>&lt;p&gt;The package file &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 64263 <source>&lt;p&gt;The package file &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
64265 <translation type="unfinished" /> 64264 <translation type="unfinished" />
64266 </message> 64265 </message>
64267 <message> 64266 <message>
64268 <location filename="../Project/ProjectSourcesBrowser.py" line="1148" /> 64267 <location filename="../Project/ProjectSourcesBrowser.py" line="1151" />
64269 <location filename="../Project/ProjectSourcesBrowser.py" line="1130" /> 64268 <location filename="../Project/ProjectSourcesBrowser.py" line="1133" />
64270 <location filename="../Project/ProjectSourcesBrowser.py" line="1117" /> 64269 <location filename="../Project/ProjectSourcesBrowser.py" line="1120" />
64271 <source>New source file</source> 64270 <source>New source file</source>
64272 <translation type="unfinished" /> 64271 <translation type="unfinished" />
64273 </message> 64272 </message>
64274 <message> 64273 <message>
64275 <location filename="../Project/ProjectSourcesBrowser.py" line="1118" /> 64274 <location filename="../Project/ProjectSourcesBrowser.py" line="1121" />
64276 <source>Enter the path of the new source file:</source> 64275 <source>Enter the path of the new source file:</source>
64277 <translation type="unfinished" /> 64276 <translation type="unfinished" />
64278 </message> 64277 </message>
64279 <message> 64278 <message>
64280 <location filename="../Project/ProjectSourcesBrowser.py" line="1131" /> 64279 <location filename="../Project/ProjectSourcesBrowser.py" line="1134" />
64281 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. The action will be aborted.&lt;/p&gt;</source> 64280 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. The action will be aborted.&lt;/p&gt;</source>
64282 <translation type="unfinished" /> 64281 <translation type="unfinished" />
64283 </message> 64282 </message>
64284 <message> 64283 <message>
64285 <location filename="../Project/ProjectSourcesBrowser.py" line="1149" /> 64284 <location filename="../Project/ProjectSourcesBrowser.py" line="1152" />
64286 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 64285 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
64287 <translation type="unfinished" /> 64286 <translation type="unfinished" />
64288 </message> 64287 </message>
64289 <message> 64288 <message>
64290 <location filename="../Project/ProjectSourcesBrowser.py" line="1187" /> 64289 <location filename="../Project/ProjectSourcesBrowser.py" line="1190" />
64291 <source>Delete files</source> 64290 <source>Delete files</source>
64292 <translation type="unfinished" /> 64291 <translation type="unfinished" />
64293 </message> 64292 </message>
64294 <message> 64293 <message>
64295 <location filename="../Project/ProjectSourcesBrowser.py" line="1188" /> 64294 <location filename="../Project/ProjectSourcesBrowser.py" line="1191" />
64296 <source>Do you really want to delete these files from the project?</source> 64295 <source>Do you really want to delete these files from the project?</source>
64297 <translation type="unfinished" /> 64296 <translation type="unfinished" />
64298 </message> 64297 </message>
64299 <message> 64298 <message>
64300 <location filename="../Project/ProjectSourcesBrowser.py" line="1250" /> 64299 <location filename="../Project/ProjectSourcesBrowser.py" line="1253" />
64301 <source>Code Coverage</source> 64300 <source>Code Coverage</source>
64302 <translation type="unfinished" /> 64301 <translation type="unfinished" />
64303 </message> 64302 </message>
64304 <message> 64303 <message>
64305 <location filename="../Project/ProjectSourcesBrowser.py" line="1251" /> 64304 <location filename="../Project/ProjectSourcesBrowser.py" line="1254" />
64306 <source>Please select a coverage file</source> 64305 <source>Please select a coverage file</source>
64307 <translation type="unfinished" /> 64306 <translation type="unfinished" />
64308 </message> 64307 </message>
64309 <message> 64308 <message>
64310 <location filename="../Project/ProjectSourcesBrowser.py" line="1293" /> 64309 <location filename="../Project/ProjectSourcesBrowser.py" line="1296" />
64311 <source>Profile Data</source> 64310 <source>Profile Data</source>
64312 <translation type="unfinished" /> 64311 <translation type="unfinished" />
64313 </message> 64312 </message>
64314 <message> 64313 <message>
64315 <location filename="../Project/ProjectSourcesBrowser.py" line="1294" /> 64314 <location filename="../Project/ProjectSourcesBrowser.py" line="1297" />
64316 <source>Please select a profile file</source> 64315 <source>Please select a profile file</source>
64317 <translation type="unfinished" /> 64316 <translation type="unfinished" />
64318 </message> 64317 </message>
64319 <message> 64318 <message>
64320 <location filename="../Project/ProjectSourcesBrowser.py" line="1331" /> 64319 <location filename="../Project/ProjectSourcesBrowser.py" line="1334" />
64321 <source>Class Diagram</source> 64320 <source>Class Diagram</source>
64322 <translation type="unfinished" /> 64321 <translation type="unfinished" />
64323 </message> 64322 </message>
64324 <message> 64323 <message>
64325 <location filename="../Project/ProjectSourcesBrowser.py" line="1379" /> 64324 <location filename="../Project/ProjectSourcesBrowser.py" line="1382" />
64326 <location filename="../Project/ProjectSourcesBrowser.py" line="1332" /> 64325 <location filename="../Project/ProjectSourcesBrowser.py" line="1335" />
64327 <source>Include class attributes?</source> 64326 <source>Include class attributes?</source>
64328 <translation type="unfinished" /> 64327 <translation type="unfinished" />
64329 </message> 64328 </message>
64330 <message> 64329 <message>
64331 <location filename="../Project/ProjectSourcesBrowser.py" line="1353" /> 64330 <location filename="../Project/ProjectSourcesBrowser.py" line="1356" />
64332 <source>Imports Diagram</source> 64331 <source>Imports Diagram</source>
64333 <translation type="unfinished" /> 64332 <translation type="unfinished" />
64334 </message> 64333 </message>
64335 <message> 64334 <message>
64336 <location filename="../Project/ProjectSourcesBrowser.py" line="1354" /> 64335 <location filename="../Project/ProjectSourcesBrowser.py" line="1357" />
64337 <source>Include imports from external modules?</source> 64336 <source>Include imports from external modules?</source>
64338 <translation type="unfinished" /> 64337 <translation type="unfinished" />
64339 </message> 64338 </message>
64340 <message> 64339 <message>
64341 <location filename="../Project/ProjectSourcesBrowser.py" line="1378" /> 64340 <location filename="../Project/ProjectSourcesBrowser.py" line="1381" />
64342 <source>Package Diagram</source> 64341 <source>Package Diagram</source>
64343 <translation type="unfinished" /> 64342 <translation type="unfinished" />
64344 </message> 64343 </message>
64345 <message> 64344 <message>
64346 <location filename="../Project/ProjectSourcesBrowser.py" line="1394" /> 64345 <location filename="../Project/ProjectSourcesBrowser.py" line="1397" />
64347 <source>Application Diagram</source> 64346 <source>Application Diagram</source>
64348 <translation type="unfinished" /> 64347 <translation type="unfinished" />
64349 </message> 64348 </message>
64350 <message> 64349 <message>
64351 <location filename="../Project/ProjectSourcesBrowser.py" line="1395" /> 64350 <location filename="../Project/ProjectSourcesBrowser.py" line="1398" />
64352 <source>Include module names?</source> 64351 <source>Include module names?</source>
64353 <translation type="unfinished" /> 64352 <translation type="unfinished" />
64354 </message> 64353 </message>
64355 <message> 64354 <message>
64356 <location filename="../Project/ProjectSourcesBrowser.py" line="1510" /> 64355 <location filename="../Project/ProjectSourcesBrowser.py" line="1513" />
64357 <source>There are no files left for reformatting.</source> 64356 <source>There are no files left for reformatting.</source>
64358 <translation type="unfinished" /> 64357 <translation type="unfinished" />
64359 </message> 64358 </message>
64360 <message> 64359 <message>
64361 <location filename="../Project/ProjectSourcesBrowser.py" line="1565" /> 64360 <location filename="../Project/ProjectSourcesBrowser.py" line="1568" />
64362 <source>Import Sorting</source> 64361 <source>Import Sorting</source>
64363 <translation type="unfinished" /> 64362 <translation type="unfinished" />
64364 </message> 64363 </message>
64365 <message> 64364 <message>
64366 <location filename="../Project/ProjectSourcesBrowser.py" line="1566" /> 64365 <location filename="../Project/ProjectSourcesBrowser.py" line="1569" />
64367 <source>There are no files left for import statement sorting.</source> 64366 <source>There are no files left for import statement sorting.</source>
64368 <translation type="unfinished" /> 64367 <translation type="unfinished" />
64369 </message> 64368 </message>
64370 </context> 64369 </context>
64371 <context> 64370 <context>
72350 </message> 72349 </message>
72351 </context> 72350 </context>
72352 <context> 72351 <context>
72353 <name>SessionManager</name> 72352 <name>SessionManager</name>
72354 <message> 72353 <message>
72355 <location filename="../WebBrowser/Session/SessionManager.py" line="299" /> 72354 <location filename="../WebBrowser/Session/SessionManager.py" line="298" />
72356 <source>Backup 1</source> 72355 <source>Backup 1</source>
72357 <translation type="unfinished" /> 72356 <translation type="unfinished" />
72358 </message> 72357 </message>
72359 <message> 72358 <message>
72360 <location filename="../WebBrowser/Session/SessionManager.py" line="307" /> 72359 <location filename="../WebBrowser/Session/SessionManager.py" line="306" />
72361 <source>Backup 2</source> 72360 <source>Backup 2</source>
72362 <translation type="unfinished" /> 72361 <translation type="unfinished" />
72363 </message> 72362 </message>
72364 <message> 72363 <message>
72365 <location filename="../WebBrowser/Session/SessionManager.py" line="338" /> 72364 <location filename="../WebBrowser/Session/SessionManager.py" line="337" />
72366 <source>Default Session</source> 72365 <source>Default Session</source>
72367 <translation type="unfinished" /> 72366 <translation type="unfinished" />
72368 </message> 72367 </message>
72369 <message> 72368 <message>
72370 <location filename="../WebBrowser/Session/SessionManager.py" line="492" /> 72369 <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
72371 <source>Clone Session</source> 72370 <source>Clone Session</source>
72372 <translation type="unfinished" /> 72371 <translation type="unfinished" />
72373 </message> 72372 </message>
72374 <message> 72373 <message>
72375 <location filename="../WebBrowser/Session/SessionManager.py" line="495" /> 72374 <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
72376 <source>Rename Session</source> 72375 <source>Rename Session</source>
72377 <translation type="unfinished" /> 72376 <translation type="unfinished" />
72378 </message> 72377 </message>
72379 <message> 72378 <message>
72380 <location filename="../WebBrowser/Session/SessionManager.py" line="499" /> 72379 <location filename="../WebBrowser/Session/SessionManager.py" line="502" />
72381 <source>Please enter a new name:</source> 72380 <source>Please enter a new name:</source>
72382 <translation type="unfinished" /> 72381 <translation type="unfinished" />
72383 </message> 72382 </message>
72384 <message> 72383 <message>
72385 <location filename="../WebBrowser/Session/SessionManager.py" line="672" /> 72384 <location filename="../WebBrowser/Session/SessionManager.py" line="675" />
72386 <location filename="../WebBrowser/Session/SessionManager.py" line="572" /> 72385 <location filename="../WebBrowser/Session/SessionManager.py" line="575" />
72387 <location filename="../WebBrowser/Session/SessionManager.py" line="515" /> 72386 <location filename="../WebBrowser/Session/SessionManager.py" line="518" />
72388 <source>The session file "{0}" exists already. Please enter another name.</source> 72387 <source>The session file "{0}" exists already. Please enter another name.</source>
72389 <translation type="unfinished" /> 72388 <translation type="unfinished" />
72390 </message> 72389 </message>
72391 <message> 72390 <message>
72392 <location filename="../WebBrowser/Session/SessionManager.py" line="528" /> 72391 <location filename="../WebBrowser/Session/SessionManager.py" line="531" />
72393 <source>An error occurred while cloning the session file.</source> 72392 <source>An error occurred while cloning the session file.</source>
72394 <translation type="unfinished" /> 72393 <translation type="unfinished" />
72395 </message> 72394 </message>
72396 <message> 72395 <message>
72397 <location filename="../WebBrowser/Session/SessionManager.py" line="538" /> 72396 <location filename="../WebBrowser/Session/SessionManager.py" line="541" />
72398 <source>An error occurred while renaming the session file.</source> 72397 <source>An error occurred while renaming the session file.</source>
72399 <translation type="unfinished" /> 72398 <translation type="unfinished" />
72400 </message> 72399 </message>
72401 <message> 72400 <message>
72402 <location filename="../WebBrowser/Session/SessionManager.py" line="571" /> 72401 <location filename="../WebBrowser/Session/SessionManager.py" line="574" />
72403 <location filename="../WebBrowser/Session/SessionManager.py" line="553" /> 72402 <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
72404 <source>Save Session</source> 72403 <source>Save Session</source>
72405 <translation type="unfinished" /> 72404 <translation type="unfinished" />
72406 </message> 72405 </message>
72407 <message> 72406 <message>
72408 <location filename="../WebBrowser/Session/SessionManager.py" line="554" /> 72407 <location filename="../WebBrowser/Session/SessionManager.py" line="557" />
72409 <source>Please enter a name for the session:</source> 72408 <source>Please enter a name for the session:</source>
72410 <translation type="unfinished" /> 72409 <translation type="unfinished" />
72411 </message> 72410 </message>
72412 <message> 72411 <message>
72413 <location filename="../WebBrowser/Session/SessionManager.py" line="556" /> 72412 <location filename="../WebBrowser/Session/SessionManager.py" line="559" />
72414 <source>Saved Session ({0})</source> 72413 <source>Saved Session ({0})</source>
72415 <translation type="unfinished" /> 72414 <translation type="unfinished" />
72416 </message> 72415 </message>
72417 <message> 72416 <message>
72418 <location filename="../WebBrowser/Session/SessionManager.py" line="595" /> 72417 <location filename="../WebBrowser/Session/SessionManager.py" line="598" />
72419 <source>Restore Backup</source> 72418 <source>Restore Backup</source>
72420 <translation type="unfinished" /> 72419 <translation type="unfinished" />
72421 </message> 72420 </message>
72422 <message> 72421 <message>
72423 <location filename="../WebBrowser/Session/SessionManager.py" line="596" /> 72422 <location filename="../WebBrowser/Session/SessionManager.py" line="599" />
72424 <source>Are you sure you want to replace the current session?</source> 72423 <source>Are you sure you want to replace the current session?</source>
72425 <translation type="unfinished" /> 72424 <translation type="unfinished" />
72426 </message> 72425 </message>
72427 <message> 72426 <message>
72428 <location filename="../WebBrowser/Session/SessionManager.py" line="637" /> 72427 <location filename="../WebBrowser/Session/SessionManager.py" line="640" />
72429 <source>Delete Session</source> 72428 <source>Delete Session</source>
72430 <translation type="unfinished" /> 72429 <translation type="unfinished" />
72431 </message> 72430 </message>
72432 <message> 72431 <message>
72433 <location filename="../WebBrowser/Session/SessionManager.py" line="638" /> 72432 <location filename="../WebBrowser/Session/SessionManager.py" line="641" />
72434 <source>Are you sure you want to delete session "{0}"?</source> 72433 <source>Are you sure you want to delete session "{0}"?</source>
72435 <translation type="unfinished" /> 72434 <translation type="unfinished" />
72436 </message> 72435 </message>
72437 <message> 72436 <message>
72438 <location filename="../WebBrowser/Session/SessionManager.py" line="671" /> 72437 <location filename="../WebBrowser/Session/SessionManager.py" line="674" />
72439 <location filename="../WebBrowser/Session/SessionManager.py" line="653" /> 72438 <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
72440 <source>New Session</source> 72439 <source>New Session</source>
72441 <translation type="unfinished" /> 72440 <translation type="unfinished" />
72442 </message> 72441 </message>
72443 <message> 72442 <message>
72444 <location filename="../WebBrowser/Session/SessionManager.py" line="654" /> 72443 <location filename="../WebBrowser/Session/SessionManager.py" line="657" />
72445 <source>Please enter a name for the new session:</source> 72444 <source>Please enter a name for the new session:</source>
72446 <translation type="unfinished" /> 72445 <translation type="unfinished" />
72447 </message> 72446 </message>
72448 <message> 72447 <message>
72449 <location filename="../WebBrowser/Session/SessionManager.py" line="656" /> 72448 <location filename="../WebBrowser/Session/SessionManager.py" line="659" />
72450 <source>New Session ({0})</source> 72449 <source>New Session ({0})</source>
72451 <translation type="unfinished" /> 72450 <translation type="unfinished" />
72452 </message> 72451 </message>
72453 <message> 72452 <message>
72454 <location filename="../WebBrowser/Session/SessionManager.py" line="718" /> 72453 <location filename="../WebBrowser/Session/SessionManager.py" line="721" />
72455 <source>Please select the startup session:</source> 72454 <source>Please select the startup session:</source>
72456 <translation type="unfinished" /> 72455 <translation type="unfinished" />
72457 </message> 72456 </message>
72458 <message> 72457 <message>
72459 <location filename="../WebBrowser/Session/SessionManager.py" line="742" /> 72458 <location filename="../WebBrowser/Session/SessionManager.py" line="745" />
72460 <source>{0} (last session)</source> 72459 <source>{0} (last session)</source>
72461 <translation type="unfinished" /> 72460 <translation type="unfinished" />
72462 </message> 72461 </message>
72463 </context> 72462 </context>
72464 <context> 72463 <context>
83631 </message> 83630 </message>
83632 </context> 83631 </context>
83633 <context> 83632 <context>
83634 <name>SyntaxCheckService</name> 83633 <name>SyntaxCheckService</name>
83635 <message> 83634 <message>
83636 <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="244" /> 83635 <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="245" />
83637 <source>Python 3 batch check</source> 83636 <source>Python 3 batch check</source>
83638 <translation type="unfinished" /> 83637 <translation type="unfinished" />
83639 </message> 83638 </message>
83640 <message> 83639 <message>
83641 <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="264" /> 83640 <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="265" />
83642 <source>JavaScript batch check</source> 83641 <source>JavaScript batch check</source>
83643 <translation type="unfinished" /> 83642 <translation type="unfinished" />
83644 </message> 83643 </message>
83645 <message> 83644 <message>
83646 <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="284" /> 83645 <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="285" />
83647 <source>YAML batch check</source> 83646 <source>YAML batch check</source>
83648 <translation type="unfinished" /> 83647 <translation type="unfinished" />
83649 </message> 83648 </message>
83650 <message> 83649 <message>
83651 <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="304" /> 83650 <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="305" />
83652 <source>JSON batch check</source> 83651 <source>JSON batch check</source>
83653 <translation type="unfinished" /> 83652 <translation type="unfinished" />
83654 </message> 83653 </message>
83655 <message> 83654 <message>
83656 <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="324" /> 83655 <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="325" />
83657 <source>TOML batch check</source> 83656 <source>TOML batch check</source>
83658 <translation type="unfinished" /> 83657 <translation type="unfinished" />
83659 </message> 83658 </message>
83660 </context> 83659 </context>
83661 <context> 83660 <context>
84927 <location filename="../MicroPython/Devices/TeensyDevices.py" line="151" /> 84926 <location filename="../MicroPython/Devices/TeensyDevices.py" line="151" />
84928 <source>MicroPython Flash Instructions</source> 84927 <source>MicroPython Flash Instructions</source>
84929 <translation type="unfinished" /> 84928 <translation type="unfinished" />
84930 </message> 84929 </message>
84931 <message> 84930 <message>
84932 <location filename="../MicroPython/Devices/TeensyDevices.py" line="318" /> 84931 <location filename="../MicroPython/Devices/TeensyDevices.py" line="316" />
84933 <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" /> 84932 <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
84934 <source>Flash MicroPython Firmware</source> 84933 <source>Flash MicroPython Firmware</source>
84935 <translation type="unfinished" /> 84934 <translation type="unfinished" />
84936 </message> 84935 </message>
84937 <message> 84936 <message>
84968 <location filename="../MicroPython/Devices/TeensyDevices.py" line="237" /> 84967 <location filename="../MicroPython/Devices/TeensyDevices.py" line="237" />
84969 <source>MicroPython Version</source> 84968 <source>MicroPython Version</source>
84970 <translation type="unfinished" /> 84969 <translation type="unfinished" />
84971 </message> 84970 </message>
84972 <message> 84971 <message>
84973 <location filename="../MicroPython/Devices/TeensyDevices.py" line="319" /> 84972 <location filename="../MicroPython/Devices/TeensyDevices.py" line="317" />
84974 <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source> 84973 <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
84975 <translation type="unfinished" /> 84974 <translation type="unfinished" />
84976 </message> 84975 </message>
84977 <message> 84976 <message>
84978 <location filename="../MicroPython/Devices/TeensyDevices.py" line="341" /> 84977 <location filename="../MicroPython/Devices/TeensyDevices.py" line="339" />
84979 <source>Start 'Teensy Loader'</source> 84978 <source>Start 'Teensy Loader'</source>
84980 <translation type="unfinished" /> 84979 <translation type="unfinished" />
84981 </message> 84980 </message>
84982 <message> 84981 <message>
84983 <location filename="../MicroPython/Devices/TeensyDevices.py" line="342" /> 84982 <location filename="../MicroPython/Devices/TeensyDevices.py" line="340" />
84984 <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source> 84983 <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
84985 <translation type="unfinished" /> 84984 <translation type="unfinished" />
84986 </message> 84985 </message>
84987 </context> 84986 </context>
84988 <context> 84987 <context>
88646 </message> 88645 </message>
88647 </context> 88646 </context>
88648 <context> 88647 <context>
88649 <name>UserInterface</name> 88648 <name>UserInterface</name>
88650 <message> 88649 <message>
88651 <location filename="../UI/UserInterface.py" line="307" /> 88650 <location filename="../UI/UserInterface.py" line="308" />
88652 <source>Initializing Basic Services...</source> 88651 <source>Initializing Basic Services...</source>
88653 <translation type="unfinished" /> 88652 <translation type="unfinished" />
88654 </message> 88653 </message>
88655 <message> 88654 <message>
88656 <location filename="../UI/UserInterface.py" line="342" /> 88655 <location filename="../UI/UserInterface.py" line="343" />
88657 <source>Initializing Plugin Manager...</source> 88656 <source>Initializing Plugin Manager...</source>
88658 <translation type="unfinished" /> 88657 <translation type="unfinished" />
88659 </message> 88658 </message>
88660 <message> 88659 <message>
88661 <location filename="../UI/UserInterface.py" line="349" /> 88660 <location filename="../UI/UserInterface.py" line="350" />
88662 <source>Generating Main User Interface...</source> 88661 <source>Generating Main User Interface...</source>
88663 <translation type="unfinished" /> 88662 <translation type="unfinished" />
88664 </message> 88663 </message>
88665 <message> 88664 <message>
88666 <location filename="../UI/UserInterface.py" line="407" /> 88665 <location filename="../UI/UserInterface.py" line="408" />
88667 <source>Setting up signal/slot-connections...</source> 88666 <source>Setting up signal/slot-connections...</source>
88668 <translation type="unfinished" /> 88667 <translation type="unfinished" />
88669 </message> 88668 </message>
88670 <message> 88669 <message>
88671 <location filename="../UI/UserInterface.py" line="595" /> 88670 <location filename="../UI/UserInterface.py" line="602" />
88672 <source>Initializing Tools...</source> 88671 <source>Initializing Tools...</source>
88673 <translation type="unfinished" /> 88672 <translation type="unfinished" />
88674 </message> 88673 </message>
88675 <message> 88674 <message>
88676 <location filename="../UI/UserInterface.py" line="606" /> 88675 <location filename="../UI/UserInterface.py" line="613" />
88677 <source>Registering Objects...</source> 88676 <source>Registering Objects...</source>
88678 <translation type="unfinished" /> 88677 <translation type="unfinished" />
88679 </message> 88678 </message>
88680 <message> 88679 <message>
88681 <location filename="../UI/UserInterface.py" line="640" /> 88680 <location filename="../UI/UserInterface.py" line="647" />
88682 <source>Initializing Actions...</source> 88681 <source>Initializing Actions...</source>
88683 <translation type="unfinished" /> 88682 <translation type="unfinished" />
88684 </message> 88683 </message>
88685 <message> 88684 <message>
88686 <location filename="../UI/UserInterface.py" line="642" /> 88685 <location filename="../UI/UserInterface.py" line="649" />
88687 <source>Initializing Menus...</source> 88686 <source>Initializing Menus...</source>
88688 <translation type="unfinished" /> 88687 <translation type="unfinished" />
88689 </message> 88688 </message>
88690 <message> 88689 <message>
88691 <location filename="../UI/UserInterface.py" line="644" /> 88690 <location filename="../UI/UserInterface.py" line="651" />
88692 <source>Initializing Toolbars...</source> 88691 <source>Initializing Toolbars...</source>
88693 <translation type="unfinished" /> 88692 <translation type="unfinished" />
88694 </message> 88693 </message>
88695 <message> 88694 <message>
88696 <location filename="../UI/UserInterface.py" line="646" /> 88695 <location filename="../UI/UserInterface.py" line="653" />
88697 <source>Initializing Statusbar...</source> 88696 <source>Initializing Statusbar...</source>
88698 <translation type="unfinished" /> 88697 <translation type="unfinished" />
88699 </message> 88698 </message>
88700 <message> 88699 <message>
88701 <location filename="../UI/UserInterface.py" line="673" /> 88700 <location filename="../UI/UserInterface.py" line="680" />
88702 <source>Initializing Single Application Server...</source> 88701 <source>Initializing Single Application Server...</source>
88703 <translation type="unfinished" /> 88702 <translation type="unfinished" />
88704 </message> 88703 </message>
88705 <message> 88704 <message>
88706 <location filename="../UI/UserInterface.py" line="679" /> 88705 <location filename="../UI/UserInterface.py" line="686" />
88707 <source>Initializing Plugins...</source> 88706 <source>Initializing Plugins...</source>
88708 <translation type="unfinished" /> 88707 <translation type="unfinished" />
88709 </message> 88708 </message>
88710 <message> 88709 <message>
88711 <location filename="../UI/UserInterface.py" line="682" /> 88710 <location filename="../UI/UserInterface.py" line="689" />
88712 <source>Activating Plugins...</source> 88711 <source>Activating Plugins...</source>
88713 <translation type="unfinished" /> 88712 <translation type="unfinished" />
88714 </message> 88713 </message>
88715 <message> 88714 <message>
88716 <location filename="../UI/UserInterface.py" line="684" /> 88715 <location filename="../UI/UserInterface.py" line="691" />
88717 <source>Generating Plugins Toolbars...</source> 88716 <source>Generating Plugins Toolbars...</source>
88718 <translation type="unfinished" /> 88717 <translation type="unfinished" />
88719 </message> 88718 </message>
88720 <message> 88719 <message>
88721 <location filename="../UI/UserInterface.py" line="687" /> 88720 <location filename="../UI/UserInterface.py" line="694" />
88722 <source>Cleaning Plugins Download Area...</source> 88721 <source>Cleaning Plugins Download Area...</source>
88723 <translation type="unfinished" /> 88722 <translation type="unfinished" />
88724 </message> 88723 </message>
88725 <message> 88724 <message>
88726 <location filename="../UI/UserInterface.py" line="697" /> 88725 <location filename="../UI/UserInterface.py" line="704" />
88727 <source>Restoring Toolbarmanager...</source> 88726 <source>Restoring Toolbarmanager...</source>
88728 <translation type="unfinished" /> 88727 <translation type="unfinished" />
88729 </message> 88728 </message>
88730 <message> 88729 <message>
88731 <location filename="../UI/UserInterface.py" line="705" /> 88730 <location filename="../UI/UserInterface.py" line="712" />
88732 <source>Setting View Profile...</source> 88731 <source>Setting View Profile...</source>
88733 <translation type="unfinished" /> 88732 <translation type="unfinished" />
88734 </message> 88733 </message>
88735 <message> 88734 <message>
88736 <location filename="../UI/UserInterface.py" line="718" /> 88735 <location filename="../UI/UserInterface.py" line="725" />
88737 <source>Reading Tasks...</source> 88736 <source>Reading Tasks...</source>
88738 <translation type="unfinished" /> 88737 <translation type="unfinished" />
88739 </message> 88738 </message>
88740 <message> 88739 <message>
88741 <location filename="../UI/UserInterface.py" line="723" /> 88740 <location filename="../UI/UserInterface.py" line="730" />
88742 <source>Reading Templates...</source> 88741 <source>Reading Templates...</source>
88743 <translation type="unfinished" /> 88742 <translation type="unfinished" />
88744 </message> 88743 </message>
88745 <message> 88744 <message>
88746 <location filename="../UI/UserInterface.py" line="728" /> 88745 <location filename="../UI/UserInterface.py" line="735" />
88747 <source>Starting Debugger...</source> 88746 <source>Starting Debugger...</source>
88748 <translation type="unfinished" /> 88747 <translation type="unfinished" />
88749 </message> 88748 </message>
88750 <message> 88749 <message>
88751 <location filename="../UI/UserInterface.py" line="2188" /> 88750 <location filename="../UI/UserInterface.py" line="2195" />
88752 <location filename="../UI/UserInterface.py" line="1079" /> 88751 <location filename="../UI/UserInterface.py" line="1086" />
88753 <source>Left Toolbox</source> 88752 <source>Left Toolbox</source>
88754 <translation type="unfinished" /> 88753 <translation type="unfinished" />
88755 </message> 88754 </message>
88756 <message> 88755 <message>
88757 <location filename="../UI/UserInterface.py" line="2234" /> 88756 <location filename="../UI/UserInterface.py" line="2241" />
88758 <location filename="../UI/UserInterface.py" line="1089" /> 88757 <location filename="../UI/UserInterface.py" line="1096" />
88759 <source>Horizontal Toolbox</source> 88758 <source>Horizontal Toolbox</source>
88760 <translation type="unfinished" /> 88759 <translation type="unfinished" />
88761 </message> 88760 </message>
88762 <message> 88761 <message>
88763 <location filename="../UI/UserInterface.py" line="2211" /> 88762 <location filename="../UI/UserInterface.py" line="2218" />
88764 <location filename="../UI/UserInterface.py" line="1100" /> 88763 <location filename="../UI/UserInterface.py" line="1107" />
88765 <source>Right Toolbox</source> 88764 <source>Right Toolbox</source>
88766 <translation type="unfinished" /> 88765 <translation type="unfinished" />
88767 </message> 88766 </message>
88768 <message> 88767 <message>
88769 <location filename="../UI/UserInterface.py" line="2030" /> 88768 <location filename="../UI/UserInterface.py" line="2037" />
88770 <location filename="../UI/UserInterface.py" line="1294" /> 88769 <location filename="../UI/UserInterface.py" line="1301" />
88771 <location filename="../UI/UserInterface.py" line="1110" /> 88770 <location filename="../UI/UserInterface.py" line="1117" />
88772 <source>Multiproject-Viewer</source> 88771 <source>Multiproject-Viewer</source>
88773 <translation type="unfinished" /> 88772 <translation type="unfinished" />
88774 </message> 88773 </message>
88775 <message> 88774 <message>
88776 <location filename="../UI/UserInterface.py" line="2008" /> 88775 <location filename="../UI/UserInterface.py" line="2015" />
88777 <location filename="../UI/UserInterface.py" line="1300" />
88778 <location filename="../UI/UserInterface.py" line="1116" />
88779 <source>Project-Viewer</source>
88780 <translation type="unfinished" />
88781 </message>
88782 <message>
88783 <location filename="../UI/UserInterface.py" line="2570" />
88784 <location filename="../UI/UserInterface.py" line="2569" />
88785 <location filename="../UI/UserInterface.py" line="1307" /> 88776 <location filename="../UI/UserInterface.py" line="1307" />
88786 <location filename="../UI/UserInterface.py" line="1123" /> 88777 <location filename="../UI/UserInterface.py" line="1123" />
88787 <source>Find/Replace In Files</source> 88778 <source>Project-Viewer</source>
88788 <translation type="unfinished" /> 88779 <translation type="unfinished" />
88789 </message> 88780 </message>
88790 <message> 88781 <message>
88791 <location filename="../UI/UserInterface.py" line="2593" /> 88782 <location filename="../UI/UserInterface.py" line="2577" />
88792 <location filename="../UI/UserInterface.py" line="2592" /> 88783 <location filename="../UI/UserInterface.py" line="2576" />
88793 <location filename="../UI/UserInterface.py" line="1314" /> 88784 <location filename="../UI/UserInterface.py" line="1314" />
88794 <location filename="../UI/UserInterface.py" line="1130" /> 88785 <location filename="../UI/UserInterface.py" line="1130" />
88786 <source>Find/Replace In Files</source>
88787 <translation type="unfinished" />
88788 </message>
88789 <message>
88790 <location filename="../UI/UserInterface.py" line="2600" />
88791 <location filename="../UI/UserInterface.py" line="2599" />
88792 <location filename="../UI/UserInterface.py" line="1321" />
88793 <location filename="../UI/UserInterface.py" line="1137" />
88795 <source>Find File</source> 88794 <source>Find File</source>
88796 <translation type="unfinished" /> 88795 <translation type="unfinished" />
88797 </message> 88796 </message>
88798 <message> 88797 <message>
88799 <location filename="../UI/UserInterface.py" line="1320" />
88800 <location filename="../UI/UserInterface.py" line="1136" />
88801 <source>VCS Status</source>
88802 <translation type="unfinished" />
88803 </message>
88804 <message>
88805 <location filename="../UI/UserInterface.py" line="2163" />
88806 <location filename="../UI/UserInterface.py" line="1327" /> 88798 <location filename="../UI/UserInterface.py" line="1327" />
88807 <location filename="../UI/UserInterface.py" line="1143" /> 88799 <location filename="../UI/UserInterface.py" line="1143" />
88808 <source>Template-Viewer</source> 88800 <source>VCS Status</source>
88809 <translation type="unfinished" /> 88801 <translation type="unfinished" />
88810 </message> 88802 </message>
88811 <message> 88803 <message>
88812 <location filename="../UI/UserInterface.py" line="2096" /> 88804 <location filename="../UI/UserInterface.py" line="2170" />
88813 <location filename="../UI/UserInterface.py" line="1334" /> 88805 <location filename="../UI/UserInterface.py" line="1334" />
88814 <location filename="../UI/UserInterface.py" line="1150" /> 88806 <location filename="../UI/UserInterface.py" line="1150" />
88815 <source>File-Browser</source> 88807 <source>Template-Viewer</source>
88816 <translation type="unfinished" /> 88808 <translation type="unfinished" />
88817 </message> 88809 </message>
88818 <message> 88810 <message>
88811 <location filename="../UI/UserInterface.py" line="2103" />
88819 <location filename="../UI/UserInterface.py" line="1341" /> 88812 <location filename="../UI/UserInterface.py" line="1341" />
88820 <location filename="../UI/UserInterface.py" line="1157" /> 88813 <location filename="../UI/UserInterface.py" line="1157" />
88814 <source>File-Browser</source>
88815 <translation type="unfinished" />
88816 </message>
88817 <message>
88818 <location filename="../UI/UserInterface.py" line="1348" />
88819 <location filename="../UI/UserInterface.py" line="1164" />
88821 <source>Symbols</source> 88820 <source>Symbols</source>
88822 <translation type="unfinished" /> 88821 <translation type="unfinished" />
88823 </message> 88822 </message>
88824 <message> 88823 <message>
88825 <location filename="../UI/UserInterface.py" line="2052" /> 88824 <location filename="../UI/UserInterface.py" line="2059" />
88826 <location filename="../UI/UserInterface.py" line="1363" /> 88825 <location filename="../UI/UserInterface.py" line="1370" />
88827 <location filename="../UI/UserInterface.py" line="1357" /> 88826 <location filename="../UI/UserInterface.py" line="1364" />
88828 <location filename="../UI/UserInterface.py" line="1167" /> 88827 <location filename="../UI/UserInterface.py" line="1174" />
88829 <source>Debug-Viewer</source> 88828 <source>Debug-Viewer</source>
88830 <translation type="unfinished" /> 88829 <translation type="unfinished" />
88831 </message> 88830 </message>
88832 <message> 88831 <message>
88833 <location filename="../UI/UserInterface.py" line="2424" /> 88832 <location filename="../UI/UserInterface.py" line="2431" />
88834 <location filename="../UI/UserInterface.py" line="2423" /> 88833 <location filename="../UI/UserInterface.py" line="2430" />
88835 <location filename="../UI/UserInterface.py" line="1370" />
88836 <location filename="../UI/UserInterface.py" line="1174" />
88837 <source>Code Documentation Viewer</source>
88838 <translation type="unfinished" />
88839 </message>
88840 <message>
88841 <location filename="../UI/UserInterface.py" line="2639" />
88842 <location filename="../UI/UserInterface.py" line="2638" />
88843 <location filename="../UI/UserInterface.py" line="1377" /> 88834 <location filename="../UI/UserInterface.py" line="1377" />
88844 <location filename="../UI/UserInterface.py" line="1181" /> 88835 <location filename="../UI/UserInterface.py" line="1181" />
88836 <source>Code Documentation Viewer</source>
88837 <translation type="unfinished" />
88838 </message>
88839 <message>
88840 <location filename="../UI/UserInterface.py" line="2646" />
88841 <location filename="../UI/UserInterface.py" line="2645" />
88842 <location filename="../UI/UserInterface.py" line="1384" />
88843 <location filename="../UI/UserInterface.py" line="1188" />
88845 <source>Help Viewer</source> 88844 <source>Help Viewer</source>
88846 <translation type="unfinished" /> 88845 <translation type="unfinished" />
88847 </message> 88846 </message>
88848 <message> 88847 <message>
88849 <location filename="../UI/UserInterface.py" line="3543" /> 88848 <location filename="../UI/UserInterface.py" line="3550" />
88850 <location filename="../UI/UserInterface.py" line="2519" /> 88849 <location filename="../UI/UserInterface.py" line="2526" />
88851 <location filename="../UI/UserInterface.py" line="2518" /> 88850 <location filename="../UI/UserInterface.py" line="2525" />
88852 <location filename="../UI/UserInterface.py" line="1383" /> 88851 <location filename="../UI/UserInterface.py" line="1390" />
88853 <location filename="../UI/UserInterface.py" line="1187" /> 88852 <location filename="../UI/UserInterface.py" line="1194" />
88854 <source>Plugin Repository</source> 88853 <source>Plugin Repository</source>
88855 <translation type="unfinished" /> 88854 <translation type="unfinished" />
88856 </message> 88855 </message>
88857 <message> 88856 <message>
88858 <location filename="../UI/UserInterface.py" line="2543" /> 88857 <location filename="../UI/UserInterface.py" line="2550" />
88859 <location filename="../UI/UserInterface.py" line="2542" /> 88858 <location filename="../UI/UserInterface.py" line="2549" />
88860 <location filename="../UI/UserInterface.py" line="1389" /> 88859 <location filename="../UI/UserInterface.py" line="1396" />
88861 <location filename="../UI/UserInterface.py" line="1193" /> 88860 <location filename="../UI/UserInterface.py" line="1200" />
88862 <source>Virtual Environments</source> 88861 <source>Virtual Environments</source>
88863 <translation type="unfinished" /> 88862 <translation type="unfinished" />
88864 </message> 88863 </message>
88865 <message> 88864 <message>
88866 <location filename="../UI/UserInterface.py" line="2451" /> 88865 <location filename="../UI/UserInterface.py" line="2458" />
88867 <location filename="../UI/UserInterface.py" line="2450" /> 88866 <location filename="../UI/UserInterface.py" line="2457" />
88868 <location filename="../UI/UserInterface.py" line="1394" /> 88867 <location filename="../UI/UserInterface.py" line="1401" />
88869 <location filename="../UI/UserInterface.py" line="1198" /> 88868 <location filename="../UI/UserInterface.py" line="1205" />
88870 <source>PyPI</source> 88869 <source>PyPI</source>
88871 <translation type="unfinished" /> 88870 <translation type="unfinished" />
88872 </message> 88871 </message>
88873 <message> 88872 <message>
88874 <location filename="../UI/UserInterface.py" line="2473" /> 88873 <location filename="../UI/UserInterface.py" line="2480" />
88875 <location filename="../UI/UserInterface.py" line="2472" /> 88874 <location filename="../UI/UserInterface.py" line="2479" />
88876 <location filename="../UI/UserInterface.py" line="1401" />
88877 <location filename="../UI/UserInterface.py" line="1203" />
88878 <source>Conda</source>
88879 <translation type="unfinished" />
88880 </message>
88881 <message>
88882 <location filename="../UI/UserInterface.py" line="1408" /> 88875 <location filename="../UI/UserInterface.py" line="1408" />
88883 <location filename="../UI/UserInterface.py" line="1210" /> 88876 <location filename="../UI/UserInterface.py" line="1210" />
88877 <source>Conda</source>
88878 <translation type="unfinished" />
88879 </message>
88880 <message>
88881 <location filename="../UI/UserInterface.py" line="1415" />
88882 <location filename="../UI/UserInterface.py" line="1217" />
88884 <source>Cooperation</source> 88883 <source>Cooperation</source>
88885 <translation type="unfinished" /> 88884 <translation type="unfinished" />
88886 </message> 88885 </message>
88887 <message> 88886 <message>
88888 <location filename="../UI/UserInterface.py" line="2351" /> 88887 <location filename="../UI/UserInterface.py" line="2358" />
88889 <location filename="../UI/UserInterface.py" line="1412" /> 88888 <location filename="../UI/UserInterface.py" line="1419" />
88890 <location filename="../UI/UserInterface.py" line="1215" /> 88889 <location filename="../UI/UserInterface.py" line="1222" />
88891 <source>IRC</source> 88890 <source>IRC</source>
88892 <translation type="unfinished" /> 88891 <translation type="unfinished" />
88893 </message> 88892 </message>
88894 <message> 88893 <message>
88895 <location filename="../UI/UserInterface.py" line="2495" /> 88894 <location filename="../UI/UserInterface.py" line="2502" />
88896 <location filename="../UI/UserInterface.py" line="2494" /> 88895 <location filename="../UI/UserInterface.py" line="2501" />
88897 <location filename="../UI/UserInterface.py" line="1418" /> 88896 <location filename="../UI/UserInterface.py" line="1425" />
88898 <location filename="../UI/UserInterface.py" line="1222" /> 88897 <location filename="../UI/UserInterface.py" line="1229" />
88899 <source>MicroPython</source> 88898 <source>MicroPython</source>
88900 <translation type="unfinished" /> 88899 <translation type="unfinished" />
88901 </message> 88900 </message>
88902 <message> 88901 <message>
88903 <location filename="../UI/UserInterface.py" line="2074" /> 88902 <location filename="../UI/UserInterface.py" line="2081" />
88904 <location filename="../UI/UserInterface.py" line="1426" /> 88903 <location filename="../UI/UserInterface.py" line="1433" />
88905 <location filename="../UI/UserInterface.py" line="1230" /> 88904 <location filename="../UI/UserInterface.py" line="1237" />
88906 <source>Shell</source> 88905 <source>Shell</source>
88907 <translation type="unfinished" /> 88906 <translation type="unfinished" />
88908 </message> 88907 </message>
88909 <message> 88908 <message>
88910 <location filename="../UI/UserInterface.py" line="2140" /> 88909 <location filename="../UI/UserInterface.py" line="2147" />
88911 <location filename="../UI/UserInterface.py" line="1432" /> 88910 <location filename="../UI/UserInterface.py" line="1439" />
88912 <location filename="../UI/UserInterface.py" line="1234" /> 88911 <location filename="../UI/UserInterface.py" line="1241" />
88913 <source>Task-Viewer</source> 88912 <source>Task-Viewer</source>
88914 <translation type="unfinished" /> 88913 <translation type="unfinished" />
88915 </message> 88914 </message>
88916 <message> 88915 <message>
88917 <location filename="../UI/UserInterface.py" line="2118" /> 88916 <location filename="../UI/UserInterface.py" line="2125" />
88918 <location filename="../UI/UserInterface.py" line="1438" />
88919 <location filename="../UI/UserInterface.py" line="1238" />
88920 <source>Log-Viewer</source>
88921 <translation type="unfinished" />
88922 </message>
88923 <message>
88924 <location filename="../UI/UserInterface.py" line="1445" /> 88917 <location filename="../UI/UserInterface.py" line="1445" />
88925 <location filename="../UI/UserInterface.py" line="1245" /> 88918 <location filename="../UI/UserInterface.py" line="1245" />
88919 <source>Log-Viewer</source>
88920 <translation type="unfinished" />
88921 </message>
88922 <message>
88923 <location filename="../UI/UserInterface.py" line="1452" />
88924 <location filename="../UI/UserInterface.py" line="1252" />
88926 <source>Numbers</source> 88925 <source>Numbers</source>
88927 <translation type="unfinished" /> 88926 <translation type="unfinished" />
88928 </message> 88927 </message>
88929 <message> 88928 <message>
88930 <location filename="../UI/UserInterface.py" line="1820" /> 88929 <location filename="../UI/UserInterface.py" line="1827" />
88931 <source>{0} - Passive Mode</source> 88930 <source>{0} - Passive Mode</source>
88932 <translation type="unfinished" /> 88931 <translation type="unfinished" />
88933 </message> 88932 </message>
88934 <message> 88933 <message>
88935 <location filename="../UI/UserInterface.py" line="1829" /> 88934 <location filename="../UI/UserInterface.py" line="1836" />
88936 <location filename="../UI/UserInterface.py" line="1823" /> 88935 <location filename="../UI/UserInterface.py" line="1830" />
88937 <source>{0} - {1} - Passive Mode</source> 88936 <source>{0} - {1} - Passive Mode</source>
88938 <translation type="unfinished" /> 88937 <translation type="unfinished" />
88939 </message> 88938 </message>
88940 <message> 88939 <message>
88941 <location filename="../UI/UserInterface.py" line="1835" /> 88940 <location filename="../UI/UserInterface.py" line="1842" />
88942 <source>{0} - {1} - {2} - Passive Mode</source> 88941 <source>{0} - {1} - {2} - Passive Mode</source>
88943 <translation type="unfinished" /> 88942 <translation type="unfinished" />
88944 </message> 88943 </message>
88945 <message> 88944 <message>
88946 <location filename="../UI/UserInterface.py" line="1861" /> 88945 <location filename="../UI/UserInterface.py" line="1868" />
88947 <source>Quit</source> 88946 <source>Quit</source>
88948 <translation type="unfinished" /> 88947 <translation type="unfinished" />
88949 </message> 88948 </message>
88950 <message> 88949 <message>
88951 <location filename="../UI/UserInterface.py" line="1863" /> 88950 <location filename="../UI/UserInterface.py" line="1870" />
88952 <source>&amp;Quit</source> 88951 <source>&amp;Quit</source>
88953 <translation type="unfinished" /> 88952 <translation type="unfinished" />
88954 </message> 88953 </message>
88955 <message> 88954 <message>
88956 <location filename="../UI/UserInterface.py" line="1864" /> 88955 <location filename="../UI/UserInterface.py" line="1871" />
88957 <source>Ctrl+Q</source> 88956 <source>Ctrl+Q</source>
88958 <comment>File|Quit</comment> 88957 <comment>File|Quit</comment>
88959 <translation type="unfinished" /> 88958 <translation type="unfinished" />
88960 </message> 88959 </message>
88961 <message> 88960 <message>
88962 <location filename="../UI/UserInterface.py" line="1869" /> 88961 <location filename="../UI/UserInterface.py" line="1876" />
88963 <source>Quit the IDE</source> 88962 <source>Quit the IDE</source>
88964 <translation type="unfinished" /> 88963 <translation type="unfinished" />
88965 </message> 88964 </message>
88966 <message> 88965 <message>
88967 <location filename="../UI/UserInterface.py" line="1871" /> 88966 <location filename="../UI/UserInterface.py" line="1878" />
88968 <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source> 88967 <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
88969 <translation type="unfinished" /> 88968 <translation type="unfinished" />
88970 </message> 88969 </message>
88971 <message> 88970 <message>
88972 <location filename="../UI/UserInterface.py" line="1885" /> 88971 <location filename="../UI/UserInterface.py" line="1892" />
88973 <location filename="../UI/UserInterface.py" line="1883" /> 88972 <location filename="../UI/UserInterface.py" line="1890" />
88974 <source>Restart</source> 88973 <source>Restart</source>
88975 <translation type="unfinished" /> 88974 <translation type="unfinished" />
88976 </message> 88975 </message>
88977 <message> 88976 <message>
88978 <location filename="../UI/UserInterface.py" line="1886" /> 88977 <location filename="../UI/UserInterface.py" line="1893" />
88979 <source>Ctrl+Shift+Q</source> 88978 <source>Ctrl+Shift+Q</source>
88980 <comment>File|Quit</comment> 88979 <comment>File|Quit</comment>
88981 <translation type="unfinished" /> 88980 <translation type="unfinished" />
88982 </message> 88981 </message>
88983 <message> 88982 <message>
88984 <location filename="../UI/UserInterface.py" line="1891" /> 88983 <location filename="../UI/UserInterface.py" line="1898" />
88985 <source>Restart the IDE</source> 88984 <source>Restart the IDE</source>
88986 <translation type="unfinished" /> 88985 <translation type="unfinished" />
88987 </message> 88986 </message>
88988 <message> 88987 <message>
88989 <location filename="../UI/UserInterface.py" line="1893" /> 88988 <location filename="../UI/UserInterface.py" line="1900" />
88990 <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source> 88989 <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
88991 <translation type="unfinished" /> 88990 <translation type="unfinished" />
88992 </message> 88991 </message>
88993 <message> 88992 <message>
88993 <location filename="../UI/UserInterface.py" line="1918" />
88994 <location filename="../UI/UserInterface.py" line="1911" /> 88994 <location filename="../UI/UserInterface.py" line="1911" />
88995 <location filename="../UI/UserInterface.py" line="1904" />
88996 <source>Save session</source> 88995 <source>Save session</source>
88997 <translation type="unfinished" /> 88996 <translation type="unfinished" />
88998 </message> 88997 </message>
88999 <message> 88998 <message>
89000 <location filename="../UI/UserInterface.py" line="1905" /> 88999 <location filename="../UI/UserInterface.py" line="1912" />
89001 <source>Save session...</source> 89000 <source>Save session...</source>
89002 <translation type="unfinished" /> 89001 <translation type="unfinished" />
89003 </message> 89002 </message>
89004 <message> 89003 <message>
89005 <location filename="../UI/UserInterface.py" line="1913" /> 89004 <location filename="../UI/UserInterface.py" line="1920" />
89006 <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source> 89005 <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
89007 <translation type="unfinished" /> 89006 <translation type="unfinished" />
89008 </message> 89007 </message>
89009 <message> 89008 <message>
89010 <location filename="../UI/UserInterface.py" line="7722" /> 89009 <location filename="../UI/UserInterface.py" line="7729" />
89010 <location filename="../UI/UserInterface.py" line="1937" />
89011 <location filename="../UI/UserInterface.py" line="1930" /> 89011 <location filename="../UI/UserInterface.py" line="1930" />
89012 <location filename="../UI/UserInterface.py" line="1923" />
89013 <source>Load session</source> 89012 <source>Load session</source>
89014 <translation type="unfinished" /> 89013 <translation type="unfinished" />
89015 </message> 89014 </message>
89016 <message> 89015 <message>
89017 <location filename="../UI/UserInterface.py" line="1924" /> 89016 <location filename="../UI/UserInterface.py" line="1931" />
89018 <source>Load session...</source> 89017 <source>Load session...</source>
89019 <translation type="unfinished" /> 89018 <translation type="unfinished" />
89020 </message> 89019 </message>
89021 <message> 89020 <message>
89022 <location filename="../UI/UserInterface.py" line="1932" /> 89021 <location filename="../UI/UserInterface.py" line="1939" />
89023 <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source> 89022 <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
89024 <translation type="unfinished" /> 89023 <translation type="unfinished" />
89025 </message> 89024 </message>
89026 <message> 89025 <message>
89027 <location filename="../UI/UserInterface.py" line="1942" /> 89026 <location filename="../UI/UserInterface.py" line="1949" />
89028 <source>New Window</source> 89027 <source>New Window</source>
89029 <translation type="unfinished" /> 89028 <translation type="unfinished" />
89030 </message> 89029 </message>
89031 <message> 89030 <message>
89032 <location filename="../UI/UserInterface.py" line="1944" /> 89031 <location filename="../UI/UserInterface.py" line="1951" />
89033 <source>New &amp;Window</source> 89032 <source>New &amp;Window</source>
89034 <translation type="unfinished" /> 89033 <translation type="unfinished" />
89035 </message> 89034 </message>
89036 <message> 89035 <message>
89037 <location filename="../UI/UserInterface.py" line="1945" /> 89036 <location filename="../UI/UserInterface.py" line="1952" />
89038 <source>Ctrl+Shift+N</source> 89037 <source>Ctrl+Shift+N</source>
89039 <comment>File|New Window</comment> 89038 <comment>File|New Window</comment>
89040 <translation type="unfinished" /> 89039 <translation type="unfinished" />
89041 </message> 89040 </message>
89042 <message> 89041 <message>
89043 <location filename="../UI/UserInterface.py" line="1950" /> 89042 <location filename="../UI/UserInterface.py" line="1957" />
89044 <source>Open a new eric instance</source> 89043 <source>Open a new eric instance</source>
89045 <translation type="unfinished" /> 89044 <translation type="unfinished" />
89046 </message> 89045 </message>
89047 <message> 89046 <message>
89048 <location filename="../UI/UserInterface.py" line="1952" /> 89047 <location filename="../UI/UserInterface.py" line="1959" />
89049 <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source> 89048 <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
89050 <translation type="unfinished" /> 89049 <translation type="unfinished" />
89051 </message> 89050 </message>
89052 <message> 89051 <message>
89053 <location filename="../UI/UserInterface.py" line="1966" /> 89052 <location filename="../UI/UserInterface.py" line="1973" />
89054 <location filename="../UI/UserInterface.py" line="1964" /> 89053 <location filename="../UI/UserInterface.py" line="1971" />
89055 <source>Edit Profile</source> 89054 <source>Edit Profile</source>
89056 <translation type="unfinished" /> 89055 <translation type="unfinished" />
89057 </message> 89056 </message>
89058 <message> 89057 <message>
89059 <location filename="../UI/UserInterface.py" line="1973" /> 89058 <location filename="../UI/UserInterface.py" line="1980" />
89060 <source>Activate the edit view profile</source> 89059 <source>Activate the edit view profile</source>
89061 <translation type="unfinished" /> 89060 <translation type="unfinished" />
89062 </message> 89061 </message>
89063 <message> 89062 <message>
89064 <location filename="../UI/UserInterface.py" line="1975" /> 89063 <location filename="../UI/UserInterface.py" line="1982" />
89065 <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source> 89064 <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
89066 <translation type="unfinished" /> 89065 <translation type="unfinished" />
89067 </message> 89066 </message>
89068 <message> 89067 <message>
89069 <location filename="../UI/UserInterface.py" line="1988" /> 89068 <location filename="../UI/UserInterface.py" line="1995" />
89070 <location filename="../UI/UserInterface.py" line="1986" /> 89069 <location filename="../UI/UserInterface.py" line="1993" />
89071 <source>Debug Profile</source> 89070 <source>Debug Profile</source>
89072 <translation type="unfinished" /> 89071 <translation type="unfinished" />
89073 </message> 89072 </message>
89074 <message> 89073 <message>
89075 <location filename="../UI/UserInterface.py" line="1995" /> 89074 <location filename="../UI/UserInterface.py" line="2002" />
89076 <source>Activate the debug view profile</source> 89075 <source>Activate the debug view profile</source>
89077 <translation type="unfinished" /> 89076 <translation type="unfinished" />
89078 </message> 89077 </message>
89079 <message> 89078 <message>
89080 <location filename="../UI/UserInterface.py" line="1997" /> 89079 <location filename="../UI/UserInterface.py" line="2004" />
89081 <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source> 89080 <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
89082 <translation type="unfinished" /> 89081 <translation type="unfinished" />
89083 </message> 89082 </message>
89084 <message> 89083 <message>
89085 <location filename="../UI/UserInterface.py" line="2009" /> 89084 <location filename="../UI/UserInterface.py" line="2016" />
89086 <source>&amp;Project-Viewer</source> 89085 <source>&amp;Project-Viewer</source>
89087 <translation type="unfinished" /> 89086 <translation type="unfinished" />
89088 </message> 89087 </message>
89089 <message> 89088 <message>
89090 <location filename="../UI/UserInterface.py" line="2010" /> 89089 <location filename="../UI/UserInterface.py" line="2017" />
89091 <source>Alt+Shift+P</source> 89090 <source>Alt+Shift+P</source>
89092 <translation type="unfinished" /> 89091 <translation type="unfinished" />
89093 </message> 89092 </message>
89094 <message> 89093 <message>
89095 <location filename="../UI/UserInterface.py" line="2016" /> 89094 <location filename="../UI/UserInterface.py" line="2023" />
89096 <source>Switch the input focus to the Project-Viewer window.</source> 89095 <source>Switch the input focus to the Project-Viewer window.</source>
89097 <translation type="unfinished" /> 89096 <translation type="unfinished" />
89098 </message> 89097 </message>
89099 <message> 89098 <message>
89100 <location filename="../UI/UserInterface.py" line="2019" /> 89099 <location filename="../UI/UserInterface.py" line="2026" />
89101 <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source> 89100 <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
89102 <translation type="unfinished" /> 89101 <translation type="unfinished" />
89103 </message> 89102 </message>
89104 <message> 89103 <message>
89105 <location filename="../UI/UserInterface.py" line="2031" /> 89104 <location filename="../UI/UserInterface.py" line="2038" />
89106 <source>&amp;Multiproject-Viewer</source> 89105 <source>&amp;Multiproject-Viewer</source>
89107 <translation type="unfinished" /> 89106 <translation type="unfinished" />
89108 </message> 89107 </message>
89109 <message> 89108 <message>
89110 <location filename="../UI/UserInterface.py" line="2032" /> 89109 <location filename="../UI/UserInterface.py" line="2039" />
89111 <source>Alt+Shift+M</source> 89110 <source>Alt+Shift+M</source>
89112 <translation type="unfinished" /> 89111 <translation type="unfinished" />
89113 </message> 89112 </message>
89114 <message> 89113 <message>
89115 <location filename="../UI/UserInterface.py" line="2038" /> 89114 <location filename="../UI/UserInterface.py" line="2045" />
89116 <source>Switch the input focus to the Multiproject-Viewer window.</source> 89115 <source>Switch the input focus to the Multiproject-Viewer window.</source>
89117 <translation type="unfinished" /> 89116 <translation type="unfinished" />
89118 </message> 89117 </message>
89119 <message> 89118 <message>
89120 <location filename="../UI/UserInterface.py" line="2041" /> 89119 <location filename="../UI/UserInterface.py" line="2048" />
89121 <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source> 89120 <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
89122 <translation type="unfinished" /> 89121 <translation type="unfinished" />
89123 </message> 89122 </message>
89124 <message> 89123 <message>
89125 <location filename="../UI/UserInterface.py" line="2053" /> 89124 <location filename="../UI/UserInterface.py" line="2060" />
89126 <source>&amp;Debug-Viewer</source> 89125 <source>&amp;Debug-Viewer</source>
89127 <translation type="unfinished" /> 89126 <translation type="unfinished" />
89128 </message> 89127 </message>
89129 <message> 89128 <message>
89130 <location filename="../UI/UserInterface.py" line="2054" /> 89129 <location filename="../UI/UserInterface.py" line="2061" />
89131 <source>Alt+Shift+D</source> 89130 <source>Alt+Shift+D</source>
89132 <translation type="unfinished" /> 89131 <translation type="unfinished" />
89133 </message> 89132 </message>
89134 <message> 89133 <message>
89135 <location filename="../UI/UserInterface.py" line="2060" /> 89134 <location filename="../UI/UserInterface.py" line="2067" />
89136 <source>Switch the input focus to the Debug-Viewer window.</source> 89135 <source>Switch the input focus to the Debug-Viewer window.</source>
89137 <translation type="unfinished" /> 89136 <translation type="unfinished" />
89138 </message> 89137 </message>
89139 <message> 89138 <message>
89140 <location filename="../UI/UserInterface.py" line="2063" /> 89139 <location filename="../UI/UserInterface.py" line="2070" />
89141 <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source> 89140 <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
89142 <translation type="unfinished" /> 89141 <translation type="unfinished" />
89143 </message> 89142 </message>
89144 <message> 89143 <message>
89145 <location filename="../UI/UserInterface.py" line="2075" /> 89144 <location filename="../UI/UserInterface.py" line="2082" />
89146 <source>&amp;Shell</source> 89145 <source>&amp;Shell</source>
89147 <translation type="unfinished" /> 89146 <translation type="unfinished" />
89148 </message> 89147 </message>
89149 <message> 89148 <message>
89150 <location filename="../UI/UserInterface.py" line="2076" /> 89149 <location filename="../UI/UserInterface.py" line="2083" />
89151 <source>Alt+Shift+S</source> 89150 <source>Alt+Shift+S</source>
89152 <translation type="unfinished" /> 89151 <translation type="unfinished" />
89153 </message> 89152 </message>
89154 <message> 89153 <message>
89155 <location filename="../UI/UserInterface.py" line="2082" /> 89154 <location filename="../UI/UserInterface.py" line="2089" />
89156 <source>Switch the input focus to the Shell window.</source> 89155 <source>Switch the input focus to the Shell window.</source>
89157 <translation type="unfinished" /> 89156 <translation type="unfinished" />
89158 </message> 89157 </message>
89159 <message> 89158 <message>
89160 <location filename="../UI/UserInterface.py" line="2085" /> 89159 <location filename="../UI/UserInterface.py" line="2092" />
89161 <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source> 89160 <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
89162 <translation type="unfinished" /> 89161 <translation type="unfinished" />
89163 </message> 89162 </message>
89164 <message> 89163 <message>
89165 <location filename="../UI/UserInterface.py" line="2097" /> 89164 <location filename="../UI/UserInterface.py" line="2104" />
89166 <source>&amp;File-Browser</source> 89165 <source>&amp;File-Browser</source>
89167 <translation type="unfinished" /> 89166 <translation type="unfinished" />
89168 </message> 89167 </message>
89169 <message> 89168 <message>
89170 <location filename="../UI/UserInterface.py" line="2098" /> 89169 <location filename="../UI/UserInterface.py" line="2105" />
89171 <source>Alt+Shift+F</source> 89170 <source>Alt+Shift+F</source>
89172 <translation type="unfinished" /> 89171 <translation type="unfinished" />
89173 </message> 89172 </message>
89174 <message> 89173 <message>
89175 <location filename="../UI/UserInterface.py" line="2104" /> 89174 <location filename="../UI/UserInterface.py" line="2111" />
89176 <source>Switch the input focus to the File-Browser window.</source> 89175 <source>Switch the input focus to the File-Browser window.</source>
89177 <translation type="unfinished" /> 89176 <translation type="unfinished" />
89178 </message> 89177 </message>
89179 <message> 89178 <message>
89180 <location filename="../UI/UserInterface.py" line="2107" /> 89179 <location filename="../UI/UserInterface.py" line="2114" />
89181 <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source> 89180 <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
89182 <translation type="unfinished" /> 89181 <translation type="unfinished" />
89183 </message> 89182 </message>
89184 <message> 89183 <message>
89185 <location filename="../UI/UserInterface.py" line="2119" /> 89184 <location filename="../UI/UserInterface.py" line="2126" />
89186 <source>Lo&amp;g-Viewer</source> 89185 <source>Lo&amp;g-Viewer</source>
89187 <translation type="unfinished" /> 89186 <translation type="unfinished" />
89188 </message> 89187 </message>
89189 <message> 89188 <message>
89190 <location filename="../UI/UserInterface.py" line="2120" /> 89189 <location filename="../UI/UserInterface.py" line="2127" />
89191 <source>Alt+Shift+G</source> 89190 <source>Alt+Shift+G</source>
89192 <translation type="unfinished" /> 89191 <translation type="unfinished" />
89193 </message> 89192 </message>
89194 <message> 89193 <message>
89195 <location filename="../UI/UserInterface.py" line="2126" /> 89194 <location filename="../UI/UserInterface.py" line="2133" />
89196 <source>Switch the input focus to the Log-Viewer window.</source> 89195 <source>Switch the input focus to the Log-Viewer window.</source>
89197 <translation type="unfinished" /> 89196 <translation type="unfinished" />
89198 </message> 89197 </message>
89199 <message> 89198 <message>
89200 <location filename="../UI/UserInterface.py" line="2129" /> 89199 <location filename="../UI/UserInterface.py" line="2136" />
89201 <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source> 89200 <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
89202 <translation type="unfinished" /> 89201 <translation type="unfinished" />
89203 </message> 89202 </message>
89204 <message> 89203 <message>
89205 <location filename="../UI/UserInterface.py" line="2141" /> 89204 <location filename="../UI/UserInterface.py" line="2148" />
89206 <source>&amp;Task-Viewer</source> 89205 <source>&amp;Task-Viewer</source>
89207 <translation type="unfinished" /> 89206 <translation type="unfinished" />
89208 </message> 89207 </message>
89209 <message> 89208 <message>
89210 <location filename="../UI/UserInterface.py" line="2142" /> 89209 <location filename="../UI/UserInterface.py" line="2149" />
89211 <source>Alt+Shift+T</source> 89210 <source>Alt+Shift+T</source>
89212 <translation type="unfinished" /> 89211 <translation type="unfinished" />
89213 </message> 89212 </message>
89214 <message> 89213 <message>
89215 <location filename="../UI/UserInterface.py" line="2148" /> 89214 <location filename="../UI/UserInterface.py" line="2155" />
89216 <source>Switch the input focus to the Task-Viewer window.</source> 89215 <source>Switch the input focus to the Task-Viewer window.</source>
89217 <translation type="unfinished" /> 89216 <translation type="unfinished" />
89218 </message> 89217 </message>
89219 <message> 89218 <message>
89220 <location filename="../UI/UserInterface.py" line="2151" /> 89219 <location filename="../UI/UserInterface.py" line="2158" />
89221 <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source> 89220 <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
89222 <translation type="unfinished" /> 89221 <translation type="unfinished" />
89223 </message> 89222 </message>
89224 <message> 89223 <message>
89225 <location filename="../UI/UserInterface.py" line="2164" /> 89224 <location filename="../UI/UserInterface.py" line="2171" />
89226 <source>Templ&amp;ate-Viewer</source> 89225 <source>Templ&amp;ate-Viewer</source>
89227 <translation type="unfinished" /> 89226 <translation type="unfinished" />
89228 </message> 89227 </message>
89229 <message> 89228 <message>
89230 <location filename="../UI/UserInterface.py" line="2165" /> 89229 <location filename="../UI/UserInterface.py" line="2172" />
89231 <source>Alt+Shift+A</source> 89230 <source>Alt+Shift+A</source>
89232 <translation type="unfinished" /> 89231 <translation type="unfinished" />
89233 </message> 89232 </message>
89234 <message> 89233 <message>
89235 <location filename="../UI/UserInterface.py" line="2171" /> 89234 <location filename="../UI/UserInterface.py" line="2178" />
89236 <source>Switch the input focus to the Template-Viewer window.</source> 89235 <source>Switch the input focus to the Template-Viewer window.</source>
89237 <translation type="unfinished" /> 89236 <translation type="unfinished" />
89238 </message> 89237 </message>
89239 <message> 89238 <message>
89240 <location filename="../UI/UserInterface.py" line="2174" /> 89239 <location filename="../UI/UserInterface.py" line="2181" />
89241 <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source> 89240 <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
89242 <translation type="unfinished" /> 89241 <translation type="unfinished" />
89243 </message> 89242 </message>
89244 <message> 89243 <message>
89245 <location filename="../UI/UserInterface.py" line="2189" /> 89244 <location filename="../UI/UserInterface.py" line="2196" />
89246 <source>&amp;Left Toolbox</source> 89245 <source>&amp;Left Toolbox</source>
89247 <translation type="unfinished" /> 89246 <translation type="unfinished" />
89248 </message> 89247 </message>
89249 <message> 89248 <message>
89250 <location filename="../UI/UserInterface.py" line="2196" /> 89249 <location filename="../UI/UserInterface.py" line="2203" />
89251 <source>Toggle the Left Toolbox window</source> 89250 <source>Toggle the Left Toolbox window</source>
89252 <translation type="unfinished" /> 89251 <translation type="unfinished" />
89253 </message> 89252 </message>
89254 <message> 89253 <message>
89255 <location filename="../UI/UserInterface.py" line="2198" /> 89254 <location filename="../UI/UserInterface.py" line="2205" />
89256 <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source> 89255 <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
89257 <translation type="unfinished" /> 89256 <translation type="unfinished" />
89258 </message> 89257 </message>
89259 <message> 89258 <message>
89260 <location filename="../UI/UserInterface.py" line="2212" /> 89259 <location filename="../UI/UserInterface.py" line="2219" />
89261 <source>&amp;Right Toolbox</source> 89260 <source>&amp;Right Toolbox</source>
89262 <translation type="unfinished" /> 89261 <translation type="unfinished" />
89263 </message> 89262 </message>
89264 <message> 89263 <message>
89265 <location filename="../UI/UserInterface.py" line="2219" /> 89264 <location filename="../UI/UserInterface.py" line="2226" />
89266 <source>Toggle the Right Toolbox window</source> 89265 <source>Toggle the Right Toolbox window</source>
89267 <translation type="unfinished" /> 89266 <translation type="unfinished" />
89268 </message> 89267 </message>
89269 <message> 89268 <message>
89270 <location filename="../UI/UserInterface.py" line="2221" /> 89269 <location filename="../UI/UserInterface.py" line="2228" />
89271 <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source> 89270 <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
89272 <translation type="unfinished" /> 89271 <translation type="unfinished" />
89273 </message> 89272 </message>
89274 <message> 89273 <message>
89275 <location filename="../UI/UserInterface.py" line="2235" /> 89274 <location filename="../UI/UserInterface.py" line="2242" />
89276 <source>&amp;Horizontal Toolbox</source> 89275 <source>&amp;Horizontal Toolbox</source>
89277 <translation type="unfinished" /> 89276 <translation type="unfinished" />
89278 </message> 89277 </message>
89279 <message> 89278 <message>
89280 <location filename="../UI/UserInterface.py" line="2242" /> 89279 <location filename="../UI/UserInterface.py" line="2249" />
89281 <source>Toggle the Horizontal Toolbox window</source> 89280 <source>Toggle the Horizontal Toolbox window</source>
89282 <translation type="unfinished" /> 89281 <translation type="unfinished" />
89283 </message> 89282 </message>
89284 <message> 89283 <message>
89285 <location filename="../UI/UserInterface.py" line="2244" /> 89284 <location filename="../UI/UserInterface.py" line="2251" />
89286 <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source> 89285 <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
89287 <translation type="unfinished" /> 89286 <translation type="unfinished" />
89288 </message> 89287 </message>
89289 <message> 89288 <message>
89290 <location filename="../UI/UserInterface.py" line="2257" /> 89289 <location filename="../UI/UserInterface.py" line="2264" />
89291 <source>Left Sidebar</source> 89290 <source>Left Sidebar</source>
89292 <translation type="unfinished" /> 89291 <translation type="unfinished" />
89293 </message> 89292 </message>
89294 <message> 89293 <message>
89295 <location filename="../UI/UserInterface.py" line="2258" /> 89294 <location filename="../UI/UserInterface.py" line="2265" />
89296 <source>&amp;Left Sidebar</source> 89295 <source>&amp;Left Sidebar</source>
89297 <translation type="unfinished" /> 89296 <translation type="unfinished" />
89298 </message> 89297 </message>
89299 <message> 89298 <message>
89300 <location filename="../UI/UserInterface.py" line="2265" /> 89299 <location filename="../UI/UserInterface.py" line="2272" />
89301 <source>Toggle the left sidebar window</source> 89300 <source>Toggle the left sidebar window</source>
89302 <translation type="unfinished" /> 89301 <translation type="unfinished" />
89303 </message> 89302 </message>
89304 <message> 89303 <message>
89305 <location filename="../UI/UserInterface.py" line="2267" /> 89304 <location filename="../UI/UserInterface.py" line="2274" />
89306 <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source> 89305 <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
89307 <translation type="unfinished" /> 89306 <translation type="unfinished" />
89308 </message> 89307 </message>
89309 <message> 89308 <message>
89310 <location filename="../UI/UserInterface.py" line="2280" /> 89309 <location filename="../UI/UserInterface.py" line="2287" />
89311 <source>Right Sidebar</source> 89310 <source>Right Sidebar</source>
89312 <translation type="unfinished" /> 89311 <translation type="unfinished" />
89313 </message> 89312 </message>
89314 <message> 89313 <message>
89315 <location filename="../UI/UserInterface.py" line="2281" /> 89314 <location filename="../UI/UserInterface.py" line="2288" />
89316 <source>&amp;Right Sidebar</source> 89315 <source>&amp;Right Sidebar</source>
89317 <translation type="unfinished" /> 89316 <translation type="unfinished" />
89318 </message> 89317 </message>
89319 <message> 89318 <message>
89320 <location filename="../UI/UserInterface.py" line="2288" /> 89319 <location filename="../UI/UserInterface.py" line="2295" />
89321 <source>Toggle the right sidebar window</source> 89320 <source>Toggle the right sidebar window</source>
89322 <translation type="unfinished" /> 89321 <translation type="unfinished" />
89323 </message> 89322 </message>
89324 <message> 89323 <message>
89325 <location filename="../UI/UserInterface.py" line="2290" /> 89324 <location filename="../UI/UserInterface.py" line="2297" />
89326 <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source> 89325 <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
89327 <translation type="unfinished" /> 89326 <translation type="unfinished" />
89328 </message> 89327 </message>
89329 <message> 89328 <message>
89330 <location filename="../UI/UserInterface.py" line="2303" /> 89329 <location filename="../UI/UserInterface.py" line="2310" />
89331 <source>Bottom Sidebar</source> 89330 <source>Bottom Sidebar</source>
89332 <translation type="unfinished" /> 89331 <translation type="unfinished" />
89333 </message> 89332 </message>
89334 <message> 89333 <message>
89335 <location filename="../UI/UserInterface.py" line="2304" /> 89334 <location filename="../UI/UserInterface.py" line="2311" />
89336 <source>&amp;Bottom Sidebar</source> 89335 <source>&amp;Bottom Sidebar</source>
89337 <translation type="unfinished" /> 89336 <translation type="unfinished" />
89338 </message> 89337 </message>
89339 <message> 89338 <message>
89340 <location filename="../UI/UserInterface.py" line="2311" /> 89339 <location filename="../UI/UserInterface.py" line="2318" />
89341 <source>Toggle the bottom sidebar window</source> 89340 <source>Toggle the bottom sidebar window</source>
89342 <translation type="unfinished" /> 89341 <translation type="unfinished" />
89343 </message> 89342 </message>
89344 <message> 89343 <message>
89345 <location filename="../UI/UserInterface.py" line="2313" /> 89344 <location filename="../UI/UserInterface.py" line="2320" />
89346 <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source> 89345 <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
89347 <translation type="unfinished" /> 89346 <translation type="unfinished" />
89348 </message> 89347 </message>
89349 <message> 89348 <message>
89350 <location filename="../UI/UserInterface.py" line="2326" /> 89349 <location filename="../UI/UserInterface.py" line="2333" />
89351 <source>Cooperation-Viewer</source> 89350 <source>Cooperation-Viewer</source>
89352 <translation type="unfinished" /> 89351 <translation type="unfinished" />
89353 </message> 89352 </message>
89354 <message> 89353 <message>
89355 <location filename="../UI/UserInterface.py" line="2327" /> 89354 <location filename="../UI/UserInterface.py" line="2334" />
89356 <source>Co&amp;operation-Viewer</source> 89355 <source>Co&amp;operation-Viewer</source>
89357 <translation type="unfinished" /> 89356 <translation type="unfinished" />
89358 </message> 89357 </message>
89359 <message> 89358 <message>
89360 <location filename="../UI/UserInterface.py" line="2328" /> 89359 <location filename="../UI/UserInterface.py" line="2335" />
89361 <source>Alt+Shift+O</source> 89360 <source>Alt+Shift+O</source>
89362 <translation type="unfinished" /> 89361 <translation type="unfinished" />
89363 </message> 89362 </message>
89364 <message> 89363 <message>
89365 <location filename="../UI/UserInterface.py" line="2334" /> 89364 <location filename="../UI/UserInterface.py" line="2341" />
89366 <source>Switch the input focus to the Cooperation-Viewer window.</source> 89365 <source>Switch the input focus to the Cooperation-Viewer window.</source>
89367 <translation type="unfinished" /> 89366 <translation type="unfinished" />
89368 </message> 89367 </message>
89369 <message> 89368 <message>
89370 <location filename="../UI/UserInterface.py" line="2337" /> 89369 <location filename="../UI/UserInterface.py" line="2344" />
89371 <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source> 89370 <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
89372 <translation type="unfinished" /> 89371 <translation type="unfinished" />
89373 </message> 89372 </message>
89374 <message> 89373 <message>
89375 <location filename="../UI/UserInterface.py" line="2352" /> 89374 <location filename="../UI/UserInterface.py" line="2359" />
89376 <source>&amp;IRC</source> 89375 <source>&amp;IRC</source>
89377 <translation type="unfinished" /> 89376 <translation type="unfinished" />
89378 </message> 89377 </message>
89379 <message> 89378 <message>
89380 <location filename="../UI/UserInterface.py" line="2353" /> 89379 <location filename="../UI/UserInterface.py" line="2360" />
89381 <source>Ctrl+Alt+Shift+I</source> 89380 <source>Ctrl+Alt+Shift+I</source>
89382 <translation type="unfinished" /> 89381 <translation type="unfinished" />
89383 </message> 89382 </message>
89384 <message> 89383 <message>
89385 <location filename="../UI/UserInterface.py" line="2359" /> 89384 <location filename="../UI/UserInterface.py" line="2366" />
89386 <source>Switch the input focus to the IRC window.</source> 89385 <source>Switch the input focus to the IRC window.</source>
89387 <translation type="unfinished" /> 89386 <translation type="unfinished" />
89388 </message> 89387 </message>
89389 <message> 89388 <message>
89390 <location filename="../UI/UserInterface.py" line="2362" /> 89389 <location filename="../UI/UserInterface.py" line="2369" />
89391 <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source> 89390 <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
89392 <translation type="unfinished" /> 89391 <translation type="unfinished" />
89393 </message> 89392 </message>
89394 <message> 89393 <message>
89395 <location filename="../UI/UserInterface.py" line="2373" /> 89394 <location filename="../UI/UserInterface.py" line="2380" />
89396 <source>Symbols-Viewer</source> 89395 <source>Symbols-Viewer</source>
89397 <translation type="unfinished" /> 89396 <translation type="unfinished" />
89398 </message> 89397 </message>
89399 <message> 89398 <message>
89400 <location filename="../UI/UserInterface.py" line="2374" /> 89399 <location filename="../UI/UserInterface.py" line="2381" />
89401 <source>S&amp;ymbols-Viewer</source> 89400 <source>S&amp;ymbols-Viewer</source>
89402 <translation type="unfinished" /> 89401 <translation type="unfinished" />
89403 </message> 89402 </message>
89404 <message> 89403 <message>
89405 <location filename="../UI/UserInterface.py" line="2375" /> 89404 <location filename="../UI/UserInterface.py" line="2382" />
89406 <source>Alt+Shift+Y</source> 89405 <source>Alt+Shift+Y</source>
89407 <translation type="unfinished" /> 89406 <translation type="unfinished" />
89408 </message> 89407 </message>
89409 <message> 89408 <message>
89410 <location filename="../UI/UserInterface.py" line="2381" /> 89409 <location filename="../UI/UserInterface.py" line="2388" />
89411 <source>Switch the input focus to the Symbols-Viewer window.</source> 89410 <source>Switch the input focus to the Symbols-Viewer window.</source>
89412 <translation type="unfinished" /> 89411 <translation type="unfinished" />
89413 </message> 89412 </message>
89414 <message> 89413 <message>
89415 <location filename="../UI/UserInterface.py" line="2384" /> 89414 <location filename="../UI/UserInterface.py" line="2391" />
89416 <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source> 89415 <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
89417 <translation type="unfinished" /> 89416 <translation type="unfinished" />
89418 </message> 89417 </message>
89419 <message> 89418 <message>
89420 <location filename="../UI/UserInterface.py" line="2398" /> 89419 <location filename="../UI/UserInterface.py" line="2405" />
89421 <source>Numbers-Viewer</source> 89420 <source>Numbers-Viewer</source>
89422 <translation type="unfinished" /> 89421 <translation type="unfinished" />
89423 </message> 89422 </message>
89424 <message> 89423 <message>
89425 <location filename="../UI/UserInterface.py" line="2399" /> 89424 <location filename="../UI/UserInterface.py" line="2406" />
89426 <source>Num&amp;bers-Viewer</source> 89425 <source>Num&amp;bers-Viewer</source>
89427 <translation type="unfinished" /> 89426 <translation type="unfinished" />
89428 </message> 89427 </message>
89429 <message> 89428 <message>
89430 <location filename="../UI/UserInterface.py" line="2400" /> 89429 <location filename="../UI/UserInterface.py" line="2407" />
89431 <source>Alt+Shift+B</source> 89430 <source>Alt+Shift+B</source>
89432 <translation type="unfinished" /> 89431 <translation type="unfinished" />
89433 </message> 89432 </message>
89434 <message> 89433 <message>
89435 <location filename="../UI/UserInterface.py" line="2406" /> 89434 <location filename="../UI/UserInterface.py" line="2413" />
89436 <source>Switch the input focus to the Numbers-Viewer window.</source> 89435 <source>Switch the input focus to the Numbers-Viewer window.</source>
89437 <translation type="unfinished" /> 89436 <translation type="unfinished" />
89438 </message> 89437 </message>
89439 <message> 89438 <message>
89440 <location filename="../UI/UserInterface.py" line="2409" /> 89439 <location filename="../UI/UserInterface.py" line="2416" />
89441 <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source> 89440 <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
89442 <translation type="unfinished" /> 89441 <translation type="unfinished" />
89443 </message> 89442 </message>
89444 <message> 89443 <message>
89445 <location filename="../UI/UserInterface.py" line="2425" /> 89444 <location filename="../UI/UserInterface.py" line="2432" />
89446 <source>Ctrl+Alt+Shift+D</source> 89445 <source>Ctrl+Alt+Shift+D</source>
89447 <translation type="unfinished" /> 89446 <translation type="unfinished" />
89448 </message> 89447 </message>
89449 <message> 89448 <message>
89450 <location filename="../UI/UserInterface.py" line="2431" /> 89449 <location filename="../UI/UserInterface.py" line="2438" />
89451 <source>Switch the input focus to the Code Documentation Viewer window.</source> 89450 <source>Switch the input focus to the Code Documentation Viewer window.</source>
89452 <translation type="unfinished" /> 89451 <translation type="unfinished" />
89453 </message> 89452 </message>
89454 <message> 89453 <message>
89455 <location filename="../UI/UserInterface.py" line="2436" /> 89454 <location filename="../UI/UserInterface.py" line="2443" />
89456 <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source> 89455 <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
89457 <translation type="unfinished" /> 89456 <translation type="unfinished" />
89458 </message> 89457 </message>
89459 <message> 89458 <message>
89460 <location filename="../UI/UserInterface.py" line="2452" /> 89459 <location filename="../UI/UserInterface.py" line="2459" />
89461 <source>Ctrl+Alt+Shift+P</source> 89460 <source>Ctrl+Alt+Shift+P</source>
89462 <translation type="unfinished" /> 89461 <translation type="unfinished" />
89463 </message> 89462 </message>
89464 <message> 89463 <message>
89465 <location filename="../UI/UserInterface.py" line="2458" /> 89464 <location filename="../UI/UserInterface.py" line="2465" />
89466 <source>Switch the input focus to the PyPI window.</source> 89465 <source>Switch the input focus to the PyPI window.</source>
89467 <translation type="unfinished" /> 89466 <translation type="unfinished" />
89468 </message> 89467 </message>
89469 <message> 89468 <message>
89470 <location filename="../UI/UserInterface.py" line="2461" /> 89469 <location filename="../UI/UserInterface.py" line="2468" />
89471 <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source> 89470 <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
89472 <translation type="unfinished" /> 89471 <translation type="unfinished" />
89473 </message> 89472 </message>
89474 <message> 89473 <message>
89475 <location filename="../UI/UserInterface.py" line="2474" /> 89474 <location filename="../UI/UserInterface.py" line="2481" />
89476 <source>Ctrl+Alt+Shift+C</source> 89475 <source>Ctrl+Alt+Shift+C</source>
89477 <translation type="unfinished" /> 89476 <translation type="unfinished" />
89478 </message> 89477 </message>
89479 <message> 89478 <message>
89480 <location filename="../UI/UserInterface.py" line="2480" /> 89479 <location filename="../UI/UserInterface.py" line="2487" />
89481 <source>Switch the input focus to the Conda window.</source> 89480 <source>Switch the input focus to the Conda window.</source>
89482 <translation type="unfinished" /> 89481 <translation type="unfinished" />
89483 </message> 89482 </message>
89484 <message> 89483 <message>
89485 <location filename="../UI/UserInterface.py" line="2483" /> 89484 <location filename="../UI/UserInterface.py" line="2490" />
89486 <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source> 89485 <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
89487 <translation type="unfinished" /> 89486 <translation type="unfinished" />
89488 </message> 89487 </message>
89489 <message> 89488 <message>
89490 <location filename="../UI/UserInterface.py" line="2496" /> 89489 <location filename="../UI/UserInterface.py" line="2503" />
89491 <source>Ctrl+Alt+Shift+M</source> 89490 <source>Ctrl+Alt+Shift+M</source>
89492 <translation type="unfinished" /> 89491 <translation type="unfinished" />
89493 </message> 89492 </message>
89494 <message> 89493 <message>
89495 <location filename="../UI/UserInterface.py" line="2502" /> 89494 <location filename="../UI/UserInterface.py" line="2509" />
89496 <source>Switch the input focus to the MicroPython window.</source> 89495 <source>Switch the input focus to the MicroPython window.</source>
89497 <translation type="unfinished" /> 89496 <translation type="unfinished" />
89498 </message> 89497 </message>
89499 <message> 89498 <message>
89500 <location filename="../UI/UserInterface.py" line="2505" /> 89499 <location filename="../UI/UserInterface.py" line="2512" />
89501 <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source> 89500 <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
89502 <translation type="unfinished" /> 89501 <translation type="unfinished" />
89503 </message> 89502 </message>
89504 <message> 89503 <message>
89505 <location filename="../UI/UserInterface.py" line="2520" /> 89504 <location filename="../UI/UserInterface.py" line="2527" />
89506 <source>Ctrl+Alt+Shift+R</source> 89505 <source>Ctrl+Alt+Shift+R</source>
89507 <translation type="unfinished" /> 89506 <translation type="unfinished" />
89508 </message> 89507 </message>
89509 <message> 89508 <message>
89510 <location filename="../UI/UserInterface.py" line="2526" /> 89509 <location filename="../UI/UserInterface.py" line="2533" />
89511 <source>Switch the input focus to the Plugin Repository window.</source> 89510 <source>Switch the input focus to the Plugin Repository window.</source>
89512 <translation type="unfinished" /> 89511 <translation type="unfinished" />
89513 </message> 89512 </message>
89514 <message> 89513 <message>
89515 <location filename="../UI/UserInterface.py" line="2529" /> 89514 <location filename="../UI/UserInterface.py" line="2536" />
89516 <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source> 89515 <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
89517 <translation type="unfinished" /> 89516 <translation type="unfinished" />
89518 </message> 89517 </message>
89519 <message> 89518 <message>
89520 <location filename="../UI/UserInterface.py" line="2544" /> 89519 <location filename="../UI/UserInterface.py" line="2551" />
89521 <source>Ctrl+Alt+V</source> 89520 <source>Ctrl+Alt+V</source>
89522 <translation type="unfinished" /> 89521 <translation type="unfinished" />
89523 </message> 89522 </message>
89524 <message> 89523 <message>
89525 <location filename="../UI/UserInterface.py" line="2550" /> 89524 <location filename="../UI/UserInterface.py" line="2557" />
89526 <source>Switch the input focus to the Virtual Environments Manager window.</source> 89525 <source>Switch the input focus to the Virtual Environments Manager window.</source>
89527 <translation type="unfinished" /> 89526 <translation type="unfinished" />
89528 </message> 89527 </message>
89529 <message> 89528 <message>
89530 <location filename="../UI/UserInterface.py" line="2555" /> 89529 <location filename="../UI/UserInterface.py" line="2562" />
89531 <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source> 89530 <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
89532 <translation type="unfinished" /> 89531 <translation type="unfinished" />
89533 </message> 89532 </message>
89534 <message> 89533 <message>
89535 <location filename="../UI/UserInterface.py" line="2571" /> 89534 <location filename="../UI/UserInterface.py" line="2578" />
89536 <source>Ctrl+Alt+Shift+F</source> 89535 <source>Ctrl+Alt+Shift+F</source>
89537 <translation type="unfinished" /> 89536 <translation type="unfinished" />
89538 </message> 89537 </message>
89539 <message> 89538 <message>
89540 <location filename="../UI/UserInterface.py" line="2577" /> 89539 <location filename="../UI/UserInterface.py" line="2584" />
89541 <source>Switch the input focus to the Find/Replace In Files window.</source> 89540 <source>Switch the input focus to the Find/Replace In Files window.</source>
89542 <translation type="unfinished" /> 89541 <translation type="unfinished" />
89543 </message> 89542 </message>
89544 <message> 89543 <message>
89545 <location filename="../UI/UserInterface.py" line="2580" /> 89544 <location filename="../UI/UserInterface.py" line="2587" />
89546 <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source> 89545 <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
89547 <translation type="unfinished" /> 89546 <translation type="unfinished" />
89548 </message> 89547 </message>
89549 <message> 89548 <message>
89550 <location filename="../UI/UserInterface.py" line="2594" /> 89549 <location filename="../UI/UserInterface.py" line="2601" />
89551 <source>Ctrl+Alt+Shift+L</source> 89550 <source>Ctrl+Alt+Shift+L</source>
89552 <translation type="unfinished" /> 89551 <translation type="unfinished" />
89553 </message> 89552 </message>
89554 <message> 89553 <message>
89555 <location filename="../UI/UserInterface.py" line="2600" /> 89554 <location filename="../UI/UserInterface.py" line="2607" />
89556 <source>Switch the input focus to the Find File window.</source> 89555 <source>Switch the input focus to the Find File window.</source>
89557 <translation type="unfinished" /> 89556 <translation type="unfinished" />
89558 </message> 89557 </message>
89559 <message> 89558 <message>
89560 <location filename="../UI/UserInterface.py" line="2603" /> 89559 <location filename="../UI/UserInterface.py" line="2610" />
89561 <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source> 89560 <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
89562 <translation type="unfinished" /> 89561 <translation type="unfinished" />
89563 </message> 89562 </message>
89564 <message> 89563 <message>
89565 <location filename="../UI/UserInterface.py" line="2617" /> 89564 <location filename="../UI/UserInterface.py" line="2624" />
89566 <location filename="../UI/UserInterface.py" line="2616" /> 89565 <location filename="../UI/UserInterface.py" line="2623" />
89567 <source>VCS Status List</source> 89566 <source>VCS Status List</source>
89568 <translation type="unfinished" /> 89567 <translation type="unfinished" />
89569 </message> 89568 </message>
89570 <message> 89569 <message>
89571 <location filename="../UI/UserInterface.py" line="2618" /> 89570 <location filename="../UI/UserInterface.py" line="2625" />
89572 <source>Alt+Shift+V</source> 89571 <source>Alt+Shift+V</source>
89573 <translation type="unfinished" /> 89572 <translation type="unfinished" />
89574 </message> 89573 </message>
89575 <message> 89574 <message>
89576 <location filename="../UI/UserInterface.py" line="2624" /> 89575 <location filename="../UI/UserInterface.py" line="2631" />
89577 <source>Switch the input focus to the VCS Status List window.</source> 89576 <source>Switch the input focus to the VCS Status List window.</source>
89578 <translation type="unfinished" /> 89577 <translation type="unfinished" />
89579 </message> 89578 </message>
89580 <message> 89579 <message>
89581 <location filename="../UI/UserInterface.py" line="2627" /> 89580 <location filename="../UI/UserInterface.py" line="2634" />
89582 <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source> 89581 <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
89583 <translation type="unfinished" /> 89582 <translation type="unfinished" />
89584 </message> 89583 </message>
89585 <message> 89584 <message>
89586 <location filename="../UI/UserInterface.py" line="2640" /> 89585 <location filename="../UI/UserInterface.py" line="2647" />
89587 <source>Alt+Shift+H</source> 89586 <source>Alt+Shift+H</source>
89588 <translation type="unfinished" /> 89587 <translation type="unfinished" />
89589 </message> 89588 </message>
89590 <message> 89589 <message>
89591 <location filename="../UI/UserInterface.py" line="2646" /> 89590 <location filename="../UI/UserInterface.py" line="2653" />
89592 <source>Switch the input focus to the embedded Help Viewer window.</source> 89591 <source>Switch the input focus to the embedded Help Viewer window.</source>
89593 <translation type="unfinished" /> 89592 <translation type="unfinished" />
89594 </message> 89593 </message>
89595 <message> 89594 <message>
89596 <location filename="../UI/UserInterface.py" line="2649" /> 89595 <location filename="../UI/UserInterface.py" line="2656" />
89597 <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source> 89596 <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
89598 <translation type="unfinished" /> 89597 <translation type="unfinished" />
89599 </message> 89598 </message>
89600 <message> 89599 <message>
89601 <location filename="../UI/UserInterface.py" line="2662" /> 89600 <location filename="../UI/UserInterface.py" line="2669" />
89602 <source>What's This?</source> 89601 <source>What's This?</source>
89603 <translation type="unfinished" /> 89602 <translation type="unfinished" />
89604 </message> 89603 </message>
89605 <message> 89604 <message>
89606 <location filename="../UI/UserInterface.py" line="2664" /> 89605 <location filename="../UI/UserInterface.py" line="2671" />
89607 <source>&amp;What's This?</source> 89606 <source>&amp;What's This?</source>
89608 <translation type="unfinished" /> 89607 <translation type="unfinished" />
89609 </message> 89608 </message>
89610 <message> 89609 <message>
89611 <location filename="../UI/UserInterface.py" line="2665" /> 89610 <location filename="../UI/UserInterface.py" line="2672" />
89612 <source>Shift+F1</source> 89611 <source>Shift+F1</source>
89613 <translation type="unfinished" /> 89612 <translation type="unfinished" />
89614 </message> 89613 </message>
89615 <message> 89614 <message>
89616 <location filename="../UI/UserInterface.py" line="2670" /> 89615 <location filename="../UI/UserInterface.py" line="2677" />
89617 <source>Context sensitive help</source> 89616 <source>Context sensitive help</source>
89618 <translation type="unfinished" /> 89617 <translation type="unfinished" />
89619 </message> 89618 </message>
89620 <message> 89619 <message>
89621 <location filename="../UI/UserInterface.py" line="2672" /> 89620 <location filename="../UI/UserInterface.py" line="2679" />
89622 <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source> 89621 <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
89623 <translation type="unfinished" /> 89622 <translation type="unfinished" />
89624 </message> 89623 </message>
89625 <message> 89624 <message>
89626 <location filename="../UI/UserInterface.py" line="2685" /> 89625 <location filename="../UI/UserInterface.py" line="2692" />
89627 <source>Helpviewer</source> 89626 <source>Helpviewer</source>
89628 <translation type="unfinished" /> 89627 <translation type="unfinished" />
89629 </message> 89628 </message>
89630 <message> 89629 <message>
89631 <location filename="../UI/UserInterface.py" line="2687" /> 89630 <location filename="../UI/UserInterface.py" line="2694" />
89632 <source>&amp;Helpviewer...</source> 89631 <source>&amp;Helpviewer...</source>
89633 <translation type="unfinished" /> 89632 <translation type="unfinished" />
89634 </message> 89633 </message>
89635 <message> 89634 <message>
89636 <location filename="../UI/UserInterface.py" line="2688" /> 89635 <location filename="../UI/UserInterface.py" line="2695" />
89637 <source>F1</source> 89636 <source>F1</source>
89638 <translation type="unfinished" /> 89637 <translation type="unfinished" />
89639 </message> 89638 </message>
89640 <message> 89639 <message>
89641 <location filename="../UI/UserInterface.py" line="2693" /> 89640 <location filename="../UI/UserInterface.py" line="2700" />
89642 <source>Open the helpviewer window</source> 89641 <source>Open the helpviewer window</source>
89643 <translation type="unfinished" /> 89642 <translation type="unfinished" />
89644 </message> 89643 </message>
89645 <message> 89644 <message>
89646 <location filename="../UI/UserInterface.py" line="2695" /> 89645 <location filename="../UI/UserInterface.py" line="2702" />
89647 <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source> 89646 <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;Display the eric web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
89648 <translation type="unfinished" /> 89647 <translation type="unfinished" />
89649 </message> 89648 </message>
89650 <message> 89649 <message>
89651 <location filename="../UI/UserInterface.py" line="2715" /> 89650 <location filename="../UI/UserInterface.py" line="2722" />
89652 <source>Show Versions</source> 89651 <source>Show Versions</source>
89653 <translation type="unfinished" /> 89652 <translation type="unfinished" />
89654 </message> 89653 </message>
89655 <message> 89654 <message>
89656 <location filename="../UI/UserInterface.py" line="2716" /> 89655 <location filename="../UI/UserInterface.py" line="2723" />
89657 <source>Show &amp;Versions</source> 89656 <source>Show &amp;Versions</source>
89658 <translation type="unfinished" /> 89657 <translation type="unfinished" />
89659 </message> 89658 </message>
89660 <message> 89659 <message>
89661 <location filename="../UI/UserInterface.py" line="2722" /> 89660 <location filename="../UI/UserInterface.py" line="2729" />
89662 <source>Display version information</source> 89661 <source>Display version information</source>
89663 <translation type="unfinished" /> 89662 <translation type="unfinished" />
89664 </message> 89663 </message>
89665 <message> 89664 <message>
89666 <location filename="../UI/UserInterface.py" line="2724" /> 89665 <location filename="../UI/UserInterface.py" line="2731" />
89667 <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source> 89666 <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
89668 <translation type="unfinished" /> 89667 <translation type="unfinished" />
89669 </message> 89668 </message>
89670 <message> 89669 <message>
89670 <location filename="../UI/UserInterface.py" line="2744" />
89671 <location filename="../UI/UserInterface.py" line="2737" /> 89671 <location filename="../UI/UserInterface.py" line="2737" />
89672 <location filename="../UI/UserInterface.py" line="2730" />
89673 <source>Show Error Log</source> 89672 <source>Show Error Log</source>
89674 <translation type="unfinished" /> 89673 <translation type="unfinished" />
89675 </message> 89674 </message>
89676 <message> 89675 <message>
89677 <location filename="../UI/UserInterface.py" line="2731" /> 89676 <location filename="../UI/UserInterface.py" line="2738" />
89678 <source>Show Error &amp;Log...</source> 89677 <source>Show Error &amp;Log...</source>
89679 <translation type="unfinished" /> 89678 <translation type="unfinished" />
89680 </message> 89679 </message>
89681 <message> 89680 <message>
89682 <location filename="../UI/UserInterface.py" line="2739" /> 89681 <location filename="../UI/UserInterface.py" line="2746" />
89683 <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source> 89682 <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
89684 <translation type="unfinished" /> 89683 <translation type="unfinished" />
89685 </message> 89684 </message>
89686 <message> 89685 <message>
89687 <location filename="../UI/UserInterface.py" line="2748" /> 89686 <location filename="../UI/UserInterface.py" line="2755" />
89688 <source>Show Install Info</source> 89687 <source>Show Install Info</source>
89689 <translation type="unfinished" /> 89688 <translation type="unfinished" />
89690 </message> 89689 </message>
89691 <message> 89690 <message>
89692 <location filename="../UI/UserInterface.py" line="2749" /> 89691 <location filename="../UI/UserInterface.py" line="2756" />
89693 <source>Show Install &amp;Info...</source> 89692 <source>Show Install &amp;Info...</source>
89694 <translation type="unfinished" /> 89693 <translation type="unfinished" />
89695 </message> 89694 </message>
89696 <message> 89695 <message>
89697 <location filename="../UI/UserInterface.py" line="2755" /> 89696 <location filename="../UI/UserInterface.py" line="2762" />
89698 <source>Show Installation Information</source> 89697 <source>Show Installation Information</source>
89699 <translation type="unfinished" /> 89698 <translation type="unfinished" />
89700 </message> 89699 </message>
89701 <message> 89700 <message>
89702 <location filename="../UI/UserInterface.py" line="2757" /> 89701 <location filename="../UI/UserInterface.py" line="2764" />
89703 <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source> 89702 <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
89704 <translation type="unfinished" /> 89703 <translation type="unfinished" />
89705 </message> 89704 </message>
89706 <message> 89705 <message>
89707 <location filename="../UI/UserInterface.py" line="4627" /> 89706 <location filename="../UI/UserInterface.py" line="4634" />
89708 <location filename="../UI/UserInterface.py" line="2767" /> 89707 <location filename="../UI/UserInterface.py" line="2774" />
89709 <source>Report Bug</source> 89708 <source>Report Bug</source>
89710 <translation type="unfinished" /> 89709 <translation type="unfinished" />
89711 </message> 89710 </message>
89712 <message> 89711 <message>
89713 <location filename="../UI/UserInterface.py" line="2767" /> 89712 <location filename="../UI/UserInterface.py" line="2774" />
89714 <source>Report &amp;Bug...</source> 89713 <source>Report &amp;Bug...</source>
89715 <translation type="unfinished" /> 89714 <translation type="unfinished" />
89716 </message> 89715 </message>
89717 <message> 89716 <message>
89718 <location filename="../UI/UserInterface.py" line="2769" /> 89717 <location filename="../UI/UserInterface.py" line="2776" />
89719 <source>Report a bug</source> 89718 <source>Report a bug</source>
89720 <translation type="unfinished" /> 89719 <translation type="unfinished" />
89721 </message> 89720 </message>
89722 <message> 89721 <message>
89723 <location filename="../UI/UserInterface.py" line="2771" /> 89722 <location filename="../UI/UserInterface.py" line="2778" />
89724 <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source> 89723 <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
89725 <translation type="unfinished" /> 89724 <translation type="unfinished" />
89726 </message> 89725 </message>
89727 <message> 89726 <message>
89728 <location filename="../UI/UserInterface.py" line="2777" /> 89727 <location filename="../UI/UserInterface.py" line="2784" />
89729 <source>Request Feature</source> 89728 <source>Request Feature</source>
89730 <translation type="unfinished" /> 89729 <translation type="unfinished" />
89731 </message> 89730 </message>
89732 <message> 89731 <message>
89733 <location filename="../UI/UserInterface.py" line="2778" /> 89732 <location filename="../UI/UserInterface.py" line="2785" />
89734 <source>Request &amp;Feature...</source> 89733 <source>Request &amp;Feature...</source>
89735 <translation type="unfinished" /> 89734 <translation type="unfinished" />
89736 </message> 89735 </message>
89737 <message> 89736 <message>
89738 <location filename="../UI/UserInterface.py" line="2784" /> 89737 <location filename="../UI/UserInterface.py" line="2791" />
89739 <source>Send a feature request</source> 89738 <source>Send a feature request</source>
89740 <translation type="unfinished" /> 89739 <translation type="unfinished" />
89741 </message> 89740 </message>
89742 <message> 89741 <message>
89743 <location filename="../UI/UserInterface.py" line="2786" /> 89742 <location filename="../UI/UserInterface.py" line="2793" />
89744 <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source> 89743 <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
89745 <translation type="unfinished" /> 89744 <translation type="unfinished" />
89746 </message> 89745 </message>
89747 <message> 89746 <message>
89748 <location filename="../UI/UserInterface.py" line="4087" /> 89747 <location filename="../UI/UserInterface.py" line="4094" />
89749 <location filename="../UI/UserInterface.py" line="2797" /> 89748 <location filename="../UI/UserInterface.py" line="2804" />
89750 <source>Testing</source> 89749 <source>Testing</source>
89751 <translation type="unfinished" /> 89750 <translation type="unfinished" />
89752 </message> 89751 </message>
89753 <message> 89752 <message>
89754 <location filename="../UI/UserInterface.py" line="2799" /> 89753 <location filename="../UI/UserInterface.py" line="2806" />
89755 <source>&amp;Testing...</source> 89754 <source>&amp;Testing...</source>
89756 <translation type="unfinished" /> 89755 <translation type="unfinished" />
89757 </message> 89756 </message>
89758 <message> 89757 <message>
89759 <location filename="../UI/UserInterface.py" line="2805" /> 89758 <location filename="../UI/UserInterface.py" line="2812" />
89760 <source>Start the testing dialog</source> 89759 <source>Start the testing dialog</source>
89761 <translation type="unfinished" /> 89760 <translation type="unfinished" />
89762 </message> 89761 </message>
89763 <message> 89762 <message>
89764 <location filename="../UI/UserInterface.py" line="2807" /> 89763 <location filename="../UI/UserInterface.py" line="2814" />
89765 <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source> 89764 <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
89766 <translation type="unfinished" /> 89765 <translation type="unfinished" />
89767 </message> 89766 </message>
89768 <message> 89767 <message>
89769 <location filename="../UI/UserInterface.py" line="2818" /> 89768 <location filename="../UI/UserInterface.py" line="2825" />
89770 <source>Restart Last Test</source> 89769 <source>Restart Last Test</source>
89771 <translation type="unfinished" /> 89770 <translation type="unfinished" />
89772 </message> 89771 </message>
89773 <message> 89772 <message>
89774 <location filename="../UI/UserInterface.py" line="2820" /> 89773 <location filename="../UI/UserInterface.py" line="2827" />
89775 <source>&amp;Restart Last Test...</source> 89774 <source>&amp;Restart Last Test...</source>
89776 <translation type="unfinished" /> 89775 <translation type="unfinished" />
89777 </message> 89776 </message>
89778 <message> 89777 <message>
89779 <location filename="../UI/UserInterface.py" line="2826" /> 89778 <location filename="../UI/UserInterface.py" line="2833" />
89780 <source>Restarts the last test</source> 89779 <source>Restarts the last test</source>
89781 <translation type="unfinished" /> 89780 <translation type="unfinished" />
89782 </message> 89781 </message>
89783 <message> 89782 <message>
89784 <location filename="../UI/UserInterface.py" line="2828" /> 89783 <location filename="../UI/UserInterface.py" line="2835" />
89785 <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source> 89784 <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
89786 <translation type="unfinished" /> 89785 <translation type="unfinished" />
89787 </message> 89786 </message>
89788 <message> 89787 <message>
89789 <location filename="../UI/UserInterface.py" line="2838" /> 89788 <location filename="../UI/UserInterface.py" line="2845" />
89790 <source>Rerun Failed Tests</source> 89789 <source>Rerun Failed Tests</source>
89791 <translation type="unfinished" /> 89790 <translation type="unfinished" />
89792 </message> 89791 </message>
89793 <message> 89792 <message>
89794 <location filename="../UI/UserInterface.py" line="2840" /> 89793 <location filename="../UI/UserInterface.py" line="2847" />
89795 <source>Rerun Failed Tests...</source> 89794 <source>Rerun Failed Tests...</source>
89796 <translation type="unfinished" /> 89795 <translation type="unfinished" />
89797 </message> 89796 </message>
89798 <message> 89797 <message>
89799 <location filename="../UI/UserInterface.py" line="2847" /> 89798 <location filename="../UI/UserInterface.py" line="2854" />
89800 <source>Rerun failed tests of the last run</source> 89799 <source>Rerun failed tests of the last run</source>
89801 <translation type="unfinished" /> 89800 <translation type="unfinished" />
89802 </message> 89801 </message>
89803 <message> 89802 <message>
89804 <location filename="../UI/UserInterface.py" line="2850" /> 89803 <location filename="../UI/UserInterface.py" line="2857" />
89805 <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source> 89804 <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
89806 <translation type="unfinished" /> 89805 <translation type="unfinished" />
89807 </message> 89806 </message>
89808 <message> 89807 <message>
89809 <location filename="../UI/UserInterface.py" line="2860" /> 89808 <location filename="../UI/UserInterface.py" line="2867" />
89810 <source>Test Script</source> 89809 <source>Test Script</source>
89811 <translation type="unfinished" /> 89810 <translation type="unfinished" />
89812 </message> 89811 </message>
89813 <message> 89812 <message>
89814 <location filename="../UI/UserInterface.py" line="2862" /> 89813 <location filename="../UI/UserInterface.py" line="2869" />
89815 <source>Test &amp;Script...</source> 89814 <source>Test &amp;Script...</source>
89816 <translation type="unfinished" /> 89815 <translation type="unfinished" />
89817 </message> 89816 </message>
89818 <message> 89817 <message>
89819 <location filename="../UI/UserInterface.py" line="2868" /> 89818 <location filename="../UI/UserInterface.py" line="2875" />
89820 <source>Run tests of the current script</source> 89819 <source>Run tests of the current script</source>
89821 <translation type="unfinished" /> 89820 <translation type="unfinished" />
89822 </message> 89821 </message>
89823 <message> 89822 <message>
89824 <location filename="../UI/UserInterface.py" line="2870" /> 89823 <location filename="../UI/UserInterface.py" line="2877" />
89825 <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source> 89824 <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
89826 <translation type="unfinished" /> 89825 <translation type="unfinished" />
89827 </message> 89826 </message>
89828 <message> 89827 <message>
89829 <location filename="../UI/UserInterface.py" line="2877" /> 89828 <location filename="../UI/UserInterface.py" line="2884" />
89830 <source>Test Project</source> 89829 <source>Test Project</source>
89831 <translation type="unfinished" /> 89830 <translation type="unfinished" />
89832 </message> 89831 </message>
89833 <message> 89832 <message>
89834 <location filename="../UI/UserInterface.py" line="2879" /> 89833 <location filename="../UI/UserInterface.py" line="2886" />
89835 <source>Test &amp;Project...</source> 89834 <source>Test &amp;Project...</source>
89836 <translation type="unfinished" /> 89835 <translation type="unfinished" />
89837 </message> 89836 </message>
89838 <message> 89837 <message>
89839 <location filename="../UI/UserInterface.py" line="2885" /> 89838 <location filename="../UI/UserInterface.py" line="2892" />
89840 <source>Run tests of the current project</source> 89839 <source>Run tests of the current project</source>
89841 <translation type="unfinished" /> 89840 <translation type="unfinished" />
89842 </message> 89841 </message>
89843 <message> 89842 <message>
89844 <location filename="../UI/UserInterface.py" line="2887" /> 89843 <location filename="../UI/UserInterface.py" line="2894" />
89845 <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source> 89844 <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
89846 <translation type="unfinished" /> 89845 <translation type="unfinished" />
89847 </message> 89846 </message>
89848 <message> 89847 <message>
89849 <location filename="../UI/UserInterface.py" line="2896" /> 89848 <location filename="../UI/UserInterface.py" line="2903" />
89850 <source>Qt-Designer</source> 89849 <source>Qt-Designer</source>
89851 <translation type="unfinished" /> 89850 <translation type="unfinished" />
89852 </message> 89851 </message>
89853 <message> 89852 <message>
89854 <location filename="../UI/UserInterface.py" line="2898" /> 89853 <location filename="../UI/UserInterface.py" line="2905" />
89855 <source>Qt-&amp;Designer...</source> 89854 <source>Qt-&amp;Designer...</source>
89856 <translation type="unfinished" /> 89855 <translation type="unfinished" />
89857 </message> 89856 </message>
89858 <message> 89857 <message>
89859 <location filename="../UI/UserInterface.py" line="2904" /> 89858 <location filename="../UI/UserInterface.py" line="2911" />
89860 <source>Start Qt-Designer</source> 89859 <source>Start Qt-Designer</source>
89861 <translation type="unfinished" /> 89860 <translation type="unfinished" />
89862 </message> 89861 </message>
89863 <message> 89862 <message>
89864 <location filename="../UI/UserInterface.py" line="2906" /> 89863 <location filename="../UI/UserInterface.py" line="2913" />
89865 <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source> 89864 <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
89866 <translation type="unfinished" /> 89865 <translation type="unfinished" />
89867 </message> 89866 </message>
89868 <message> 89867 <message>
89869 <location filename="../UI/UserInterface.py" line="2915" /> 89868 <location filename="../UI/UserInterface.py" line="2922" />
89870 <source>Qt-Linguist</source> 89869 <source>Qt-Linguist</source>
89871 <translation type="unfinished" /> 89870 <translation type="unfinished" />
89872 </message> 89871 </message>
89873 <message> 89872 <message>
89874 <location filename="../UI/UserInterface.py" line="2917" /> 89873 <location filename="../UI/UserInterface.py" line="2924" />
89875 <source>Qt-&amp;Linguist...</source> 89874 <source>Qt-&amp;Linguist...</source>
89876 <translation type="unfinished" /> 89875 <translation type="unfinished" />
89877 </message> 89876 </message>
89878 <message> 89877 <message>
89879 <location filename="../UI/UserInterface.py" line="2923" /> 89878 <location filename="../UI/UserInterface.py" line="2930" />
89880 <source>Start Qt-Linguist</source> 89879 <source>Start Qt-Linguist</source>
89881 <translation type="unfinished" /> 89880 <translation type="unfinished" />
89882 </message> 89881 </message>
89883 <message> 89882 <message>
89884 <location filename="../UI/UserInterface.py" line="2925" /> 89883 <location filename="../UI/UserInterface.py" line="2932" />
89885 <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source> 89884 <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
89886 <translation type="unfinished" /> 89885 <translation type="unfinished" />
89887 </message> 89886 </message>
89888 <message> 89887 <message>
89889 <location filename="../UI/UserInterface.py" line="2933" /> 89888 <location filename="../UI/UserInterface.py" line="2940" />
89890 <source>UI Previewer</source> 89889 <source>UI Previewer</source>
89891 <translation type="unfinished" /> 89890 <translation type="unfinished" />
89892 </message> 89891 </message>
89893 <message> 89892 <message>
89894 <location filename="../UI/UserInterface.py" line="2935" /> 89893 <location filename="../UI/UserInterface.py" line="2942" />
89895 <source>&amp;UI Previewer...</source> 89894 <source>&amp;UI Previewer...</source>
89896 <translation type="unfinished" /> 89895 <translation type="unfinished" />
89897 </message> 89896 </message>
89898 <message> 89897 <message>
89899 <location filename="../UI/UserInterface.py" line="2941" /> 89898 <location filename="../UI/UserInterface.py" line="2948" />
89900 <source>Start the UI Previewer</source> 89899 <source>Start the UI Previewer</source>
89901 <translation type="unfinished" /> 89900 <translation type="unfinished" />
89902 </message> 89901 </message>
89903 <message> 89902 <message>
89904 <location filename="../UI/UserInterface.py" line="2943" /> 89903 <location filename="../UI/UserInterface.py" line="2950" />
89905 <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source> 89904 <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
89906 <translation type="unfinished" /> 89905 <translation type="unfinished" />
89907 </message> 89906 </message>
89908 <message> 89907 <message>
89909 <location filename="../UI/UserInterface.py" line="2949" /> 89908 <location filename="../UI/UserInterface.py" line="2956" />
89910 <source>Translations Previewer</source> 89909 <source>Translations Previewer</source>
89911 <translation type="unfinished" /> 89910 <translation type="unfinished" />
89912 </message> 89911 </message>
89913 <message> 89912 <message>
89914 <location filename="../UI/UserInterface.py" line="2951" /> 89913 <location filename="../UI/UserInterface.py" line="2958" />
89915 <source>&amp;Translations Previewer...</source> 89914 <source>&amp;Translations Previewer...</source>
89916 <translation type="unfinished" /> 89915 <translation type="unfinished" />
89917 </message> 89916 </message>
89918 <message> 89917 <message>
89919 <location filename="../UI/UserInterface.py" line="2957" /> 89918 <location filename="../UI/UserInterface.py" line="2964" />
89920 <source>Start the Translations Previewer</source> 89919 <source>Start the Translations Previewer</source>
89921 <translation type="unfinished" /> 89920 <translation type="unfinished" />
89922 </message> 89921 </message>
89923 <message> 89922 <message>
89924 <location filename="../UI/UserInterface.py" line="2959" /> 89923 <location filename="../UI/UserInterface.py" line="2966" />
89925 <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source> 89924 <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
89926 <translation type="unfinished" /> 89925 <translation type="unfinished" />
89927 </message> 89926 </message>
89928 <message> 89927 <message>
89929 <location filename="../UI/UserInterface.py" line="2968" /> 89928 <location filename="../UI/UserInterface.py" line="2975" />
89930 <source>Compare Files</source> 89929 <source>Compare Files</source>
89931 <translation type="unfinished" /> 89930 <translation type="unfinished" />
89932 </message> 89931 </message>
89933 <message> 89932 <message>
89934 <location filename="../UI/UserInterface.py" line="2970" /> 89933 <location filename="../UI/UserInterface.py" line="2977" />
89935 <source>&amp;Compare Files...</source> 89934 <source>&amp;Compare Files...</source>
89936 <translation type="unfinished" /> 89935 <translation type="unfinished" />
89937 </message> 89936 </message>
89938 <message> 89937 <message>
89939 <location filename="../UI/UserInterface.py" line="2995" /> 89938 <location filename="../UI/UserInterface.py" line="3002" />
89940 <location filename="../UI/UserInterface.py" line="2976" /> 89939 <location filename="../UI/UserInterface.py" line="2983" />
89941 <source>Compare two files</source> 89940 <source>Compare two files</source>
89942 <translation type="unfinished" /> 89941 <translation type="unfinished" />
89943 </message> 89942 </message>
89944 <message> 89943 <message>
89945 <location filename="../UI/UserInterface.py" line="2978" /> 89944 <location filename="../UI/UserInterface.py" line="2985" />
89946 <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source> 89945 <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
89947 <translation type="unfinished" /> 89946 <translation type="unfinished" />
89948 </message> 89947 </message>
89949 <message> 89948 <message>
89950 <location filename="../UI/UserInterface.py" line="2987" /> 89949 <location filename="../UI/UserInterface.py" line="2994" />
89951 <source>Compare Files side by side</source> 89950 <source>Compare Files side by side</source>
89952 <translation type="unfinished" /> 89951 <translation type="unfinished" />
89953 </message> 89952 </message>
89954 <message> 89953 <message>
89955 <location filename="../UI/UserInterface.py" line="2989" /> 89954 <location filename="../UI/UserInterface.py" line="2996" />
89956 <source>Compare &amp;Files side by side...</source> 89955 <source>Compare &amp;Files side by side...</source>
89957 <translation type="unfinished" /> 89956 <translation type="unfinished" />
89958 </message> 89957 </message>
89959 <message> 89958 <message>
89960 <location filename="../UI/UserInterface.py" line="2997" /> 89959 <location filename="../UI/UserInterface.py" line="3004" />
89961 <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source> 89960 <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
89962 <translation type="unfinished" /> 89961 <translation type="unfinished" />
89963 </message> 89962 </message>
89964 <message> 89963 <message>
89965 <location filename="../UI/UserInterface.py" line="3007" /> 89964 <location filename="../UI/UserInterface.py" line="3014" />
89966 <source>SQL Browser</source> 89965 <source>SQL Browser</source>
89967 <translation type="unfinished" /> 89966 <translation type="unfinished" />
89968 </message> 89967 </message>
89969 <message> 89968 <message>
89970 <location filename="../UI/UserInterface.py" line="3009" /> 89969 <location filename="../UI/UserInterface.py" line="3016" />
89971 <source>SQL &amp;Browser...</source> 89970 <source>SQL &amp;Browser...</source>
89972 <translation type="unfinished" /> 89971 <translation type="unfinished" />
89973 </message> 89972 </message>
89974 <message> 89973 <message>
89975 <location filename="../UI/UserInterface.py" line="3015" /> 89974 <location filename="../UI/UserInterface.py" line="3022" />
89976 <source>Browse a SQL database</source> 89975 <source>Browse a SQL database</source>
89977 <translation type="unfinished" /> 89976 <translation type="unfinished" />
89978 </message> 89977 </message>
89979 <message> 89978 <message>
89980 <location filename="../UI/UserInterface.py" line="3017" /> 89979 <location filename="../UI/UserInterface.py" line="3024" />
89981 <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source> 89980 <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
89982 <translation type="unfinished" /> 89981 <translation type="unfinished" />
89983 </message> 89982 </message>
89984 <message> 89983 <message>
89985 <location filename="../UI/UserInterface.py" line="3031" /> 89984 <location filename="../UI/UserInterface.py" line="3038" />
89986 <location filename="../UI/UserInterface.py" line="3023" /> 89985 <location filename="../UI/UserInterface.py" line="3030" />
89987 <source>Mini Editor</source> 89986 <source>Mini Editor</source>
89988 <translation type="unfinished" /> 89987 <translation type="unfinished" />
89989 </message> 89988 </message>
89990 <message> 89989 <message>
89991 <location filename="../UI/UserInterface.py" line="3025" /> 89990 <location filename="../UI/UserInterface.py" line="3032" />
89992 <source>Mini &amp;Editor...</source> 89991 <source>Mini &amp;Editor...</source>
89993 <translation type="unfinished" /> 89992 <translation type="unfinished" />
89994 </message> 89993 </message>
89995 <message> 89994 <message>
89996 <location filename="../UI/UserInterface.py" line="3033" /> 89995 <location filename="../UI/UserInterface.py" line="3040" />
89997 <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source> 89996 <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
89998 <translation type="unfinished" /> 89997 <translation type="unfinished" />
89999 </message> 89998 </message>
90000 <message> 89999 <message>
90001 <location filename="../UI/UserInterface.py" line="3042" /> 90000 <location filename="../UI/UserInterface.py" line="3049" />
90002 <source>Hex Editor</source> 90001 <source>Hex Editor</source>
90003 <translation type="unfinished" /> 90002 <translation type="unfinished" />
90004 </message> 90003 </message>
90005 <message> 90004 <message>
90006 <location filename="../UI/UserInterface.py" line="3044" /> 90005 <location filename="../UI/UserInterface.py" line="3051" />
90007 <source>&amp;Hex Editor...</source> 90006 <source>&amp;Hex Editor...</source>
90008 <translation type="unfinished" /> 90007 <translation type="unfinished" />
90009 </message> 90008 </message>
90010 <message> 90009 <message>
90011 <location filename="../UI/UserInterface.py" line="3050" /> 90010 <location filename="../UI/UserInterface.py" line="3057" />
90012 <source>Start the eric Hex Editor</source> 90011 <source>Start the eric Hex Editor</source>
90013 <translation type="unfinished" /> 90012 <translation type="unfinished" />
90014 </message> 90013 </message>
90015 <message> 90014 <message>
90016 <location filename="../UI/UserInterface.py" line="3052" /> 90015 <location filename="../UI/UserInterface.py" line="3059" />
90017 <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source> 90016 <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
90018 <translation type="unfinished" /> 90017 <translation type="unfinished" />
90019 </message> 90018 </message>
90020 <message> 90019 <message>
90021 <location filename="../UI/UserInterface.py" line="3062" /> 90020 <location filename="../UI/UserInterface.py" line="3069" />
90022 <source>eric Web Browser</source> 90021 <source>eric Web Browser</source>
90023 <translation type="unfinished" /> 90022 <translation type="unfinished" />
90024 </message> 90023 </message>
90025 <message> 90024 <message>
90026 <location filename="../UI/UserInterface.py" line="3064" /> 90025 <location filename="../UI/UserInterface.py" line="3071" />
90027 <source>eric &amp;Web Browser...</source> 90026 <source>eric &amp;Web Browser...</source>
90028 <translation type="unfinished" /> 90027 <translation type="unfinished" />
90029 </message> 90028 </message>
90030 <message> 90029 <message>
90031 <location filename="../UI/UserInterface.py" line="3070" /> 90030 <location filename="../UI/UserInterface.py" line="3077" />
90032 <source>Start the eric Web Browser</source> 90031 <source>Start the eric Web Browser</source>
90033 <translation type="unfinished" /> 90032 <translation type="unfinished" />
90034 </message> 90033 </message>
90035 <message> 90034 <message>
90036 <location filename="../UI/UserInterface.py" line="3072" /> 90035 <location filename="../UI/UserInterface.py" line="3079" />
90037 <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source> 90036 <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
90038 <translation type="unfinished" /> 90037 <translation type="unfinished" />
90039 </message> 90038 </message>
90040 <message> 90039 <message>
90041 <location filename="../UI/UserInterface.py" line="3081" /> 90040 <location filename="../UI/UserInterface.py" line="3088" />
90042 <source>Icon Editor</source> 90041 <source>Icon Editor</source>
90043 <translation type="unfinished" /> 90042 <translation type="unfinished" />
90044 </message> 90043 </message>
90045 <message> 90044 <message>
90046 <location filename="../UI/UserInterface.py" line="3083" /> 90045 <location filename="../UI/UserInterface.py" line="3090" />
90047 <source>&amp;Icon Editor...</source> 90046 <source>&amp;Icon Editor...</source>
90048 <translation type="unfinished" /> 90047 <translation type="unfinished" />
90049 </message> 90048 </message>
90050 <message> 90049 <message>
90051 <location filename="../UI/UserInterface.py" line="3089" /> 90050 <location filename="../UI/UserInterface.py" line="3096" />
90052 <source>Start the eric Icon Editor</source> 90051 <source>Start the eric Icon Editor</source>
90053 <translation type="unfinished" /> 90052 <translation type="unfinished" />
90054 </message> 90053 </message>
90055 <message> 90054 <message>
90056 <location filename="../UI/UserInterface.py" line="3091" /> 90055 <location filename="../UI/UserInterface.py" line="3098" />
90057 <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source> 90056 <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
90058 <translation type="unfinished" /> 90057 <translation type="unfinished" />
90059 </message> 90058 </message>
90060 <message> 90059 <message>
90061 <location filename="../UI/UserInterface.py" line="6487" /> 90060 <location filename="../UI/UserInterface.py" line="6494" />
90062 <location filename="../UI/UserInterface.py" line="3103" /> 90061 <location filename="../UI/UserInterface.py" line="3110" />
90063 <source>Snapshot</source> 90062 <source>Snapshot</source>
90064 <translation type="unfinished" /> 90063 <translation type="unfinished" />
90065 </message> 90064 </message>
90066 <message> 90065 <message>
90067 <location filename="../UI/UserInterface.py" line="3105" /> 90066 <location filename="../UI/UserInterface.py" line="3112" />
90068 <source>&amp;Snapshot...</source> 90067 <source>&amp;Snapshot...</source>
90069 <translation type="unfinished" /> 90068 <translation type="unfinished" />
90070 </message> 90069 </message>
90071 <message> 90070 <message>
90072 <location filename="../UI/UserInterface.py" line="3111" /> 90071 <location filename="../UI/UserInterface.py" line="3118" />
90073 <source>Take snapshots of a screen region</source> 90072 <source>Take snapshots of a screen region</source>
90074 <translation type="unfinished" /> 90073 <translation type="unfinished" />
90075 </message> 90074 </message>
90076 <message> 90075 <message>
90077 <location filename="../UI/UserInterface.py" line="3113" /> 90076 <location filename="../UI/UserInterface.py" line="3120" />
90078 <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source> 90077 <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
90079 <translation type="unfinished" /> 90078 <translation type="unfinished" />
90080 </message> 90079 </message>
90081 <message> 90080 <message>
90082 <location filename="../UI/UserInterface.py" line="3123" /> 90081 <location filename="../UI/UserInterface.py" line="3130" />
90083 <source>eric PDF Viewer</source> 90082 <source>eric PDF Viewer</source>
90084 <translation type="unfinished" /> 90083 <translation type="unfinished" />
90085 </message> 90084 </message>
90086 <message> 90085 <message>
90087 <location filename="../UI/UserInterface.py" line="3125" /> 90086 <location filename="../UI/UserInterface.py" line="3132" />
90088 <source>eric PDF &amp;Viewer...</source> 90087 <source>eric PDF &amp;Viewer...</source>
90089 <translation type="unfinished" /> 90088 <translation type="unfinished" />
90090 </message> 90089 </message>
90091 <message> 90090 <message>
90092 <location filename="../UI/UserInterface.py" line="3131" /> 90091 <location filename="../UI/UserInterface.py" line="3138" />
90093 <source>Start the eric PDF Viewer</source> 90092 <source>Start the eric PDF Viewer</source>
90094 <translation type="unfinished" /> 90093 <translation type="unfinished" />
90095 </message> 90094 </message>
90096 <message> 90095 <message>
90097 <location filename="../UI/UserInterface.py" line="3133" /> 90096 <location filename="../UI/UserInterface.py" line="3140" />
90098 <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source> 90097 <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
90099 <translation type="unfinished" /> 90098 <translation type="unfinished" />
90100 </message> 90099 </message>
90101 <message> 90100 <message>
90102 <location filename="../UI/UserInterface.py" line="3142" /> 90101 <location filename="../UI/UserInterface.py" line="3149" />
90103 <source>Preferences</source> 90102 <source>Preferences</source>
90104 <translation type="unfinished" /> 90103 <translation type="unfinished" />
90105 </message> 90104 </message>
90106 <message> 90105 <message>
90107 <location filename="../UI/UserInterface.py" line="3144" /> 90106 <location filename="../UI/UserInterface.py" line="3151" />
90108 <source>&amp;Preferences...</source> 90107 <source>&amp;Preferences...</source>
90109 <translation type="unfinished" /> 90108 <translation type="unfinished" />
90110 </message> 90109 </message>
90111 <message> 90110 <message>
90112 <location filename="../UI/UserInterface.py" line="3150" /> 90111 <location filename="../UI/UserInterface.py" line="3157" />
90113 <source>Set the prefered configuration</source> 90112 <source>Set the prefered configuration</source>
90114 <translation type="unfinished" /> 90113 <translation type="unfinished" />
90115 </message> 90114 </message>
90116 <message> 90115 <message>
90117 <location filename="../UI/UserInterface.py" line="3152" /> 90116 <location filename="../UI/UserInterface.py" line="3159" />
90118 <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source> 90117 <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
90119 <translation type="unfinished" /> 90118 <translation type="unfinished" />
90120 </message> 90119 </message>
90121 <message> 90120 <message>
90122 <location filename="../UI/UserInterface.py" line="3163" /> 90121 <location filename="../UI/UserInterface.py" line="3170" />
90123 <source>Export Preferences</source> 90122 <source>Export Preferences</source>
90124 <translation type="unfinished" /> 90123 <translation type="unfinished" />
90125 </message> 90124 </message>
90126 <message> 90125 <message>
90127 <location filename="../UI/UserInterface.py" line="3165" /> 90126 <location filename="../UI/UserInterface.py" line="3172" />
90128 <source>E&amp;xport Preferences...</source> 90127 <source>E&amp;xport Preferences...</source>
90129 <translation type="unfinished" /> 90128 <translation type="unfinished" />
90130 </message> 90129 </message>
90131 <message> 90130 <message>
90132 <location filename="../UI/UserInterface.py" line="3171" /> 90131 <location filename="../UI/UserInterface.py" line="3178" />
90133 <source>Export the current configuration</source> 90132 <source>Export the current configuration</source>
90134 <translation type="unfinished" /> 90133 <translation type="unfinished" />
90135 </message> 90134 </message>
90136 <message> 90135 <message>
90137 <location filename="../UI/UserInterface.py" line="3173" /> 90136 <location filename="../UI/UserInterface.py" line="3180" />
90138 <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source> 90137 <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
90139 <translation type="unfinished" /> 90138 <translation type="unfinished" />
90140 </message> 90139 </message>
90141 <message> 90140 <message>
90142 <location filename="../UI/UserInterface.py" line="3182" /> 90141 <location filename="../UI/UserInterface.py" line="3189" />
90143 <source>Import Preferences</source> 90142 <source>Import Preferences</source>
90144 <translation type="unfinished" /> 90143 <translation type="unfinished" />
90145 </message> 90144 </message>
90146 <message> 90145 <message>
90147 <location filename="../UI/UserInterface.py" line="3184" /> 90146 <location filename="../UI/UserInterface.py" line="3191" />
90148 <source>I&amp;mport Preferences...</source> 90147 <source>I&amp;mport Preferences...</source>
90149 <translation type="unfinished" /> 90148 <translation type="unfinished" />
90150 </message> 90149 </message>
90151 <message> 90150 <message>
90152 <location filename="../UI/UserInterface.py" line="3191" /> 90151 <location filename="../UI/UserInterface.py" line="3198" />
90153 <source>Import a previously exported configuration</source> 90152 <source>Import a previously exported configuration</source>
90154 <translation type="unfinished" /> 90153 <translation type="unfinished" />
90155 </message> 90154 </message>
90156 <message> 90155 <message>
90157 <location filename="../UI/UserInterface.py" line="3194" /> 90156 <location filename="../UI/UserInterface.py" line="3201" />
90158 <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source> 90157 <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
90159 <translation type="unfinished" /> 90158 <translation type="unfinished" />
90160 </message> 90159 </message>
90161 <message> 90160 <message>
90162 <location filename="../UI/UserInterface.py" line="3203" /> 90161 <location filename="../UI/UserInterface.py" line="3210" />
90163 <source>Export Theme</source> 90162 <source>Export Theme</source>
90164 <translation type="unfinished" /> 90163 <translation type="unfinished" />
90165 </message> 90164 </message>
90166 <message> 90165 <message>
90167 <location filename="../UI/UserInterface.py" line="3205" /> 90166 <location filename="../UI/UserInterface.py" line="3212" />
90168 <source>Export Theme...</source> 90167 <source>Export Theme...</source>
90169 <translation type="unfinished" /> 90168 <translation type="unfinished" />
90170 </message> 90169 </message>
90171 <message> 90170 <message>
90172 <location filename="../UI/UserInterface.py" line="3211" /> 90171 <location filename="../UI/UserInterface.py" line="3218" />
90173 <source>Export the current theme</source> 90172 <source>Export the current theme</source>
90174 <translation type="unfinished" /> 90173 <translation type="unfinished" />
90175 </message> 90174 </message>
90176 <message> 90175 <message>
90177 <location filename="../UI/UserInterface.py" line="3213" /> 90176 <location filename="../UI/UserInterface.py" line="3220" />
90178 <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source> 90177 <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
90179 <translation type="unfinished" /> 90178 <translation type="unfinished" />
90180 </message> 90179 </message>
90181 <message> 90180 <message>
90182 <location filename="../UI/UserInterface.py" line="3222" /> 90181 <location filename="../UI/UserInterface.py" line="3229" />
90183 <source>Import Theme</source> 90182 <source>Import Theme</source>
90184 <translation type="unfinished" /> 90183 <translation type="unfinished" />
90185 </message> 90184 </message>
90186 <message> 90185 <message>
90187 <location filename="../UI/UserInterface.py" line="3224" /> 90186 <location filename="../UI/UserInterface.py" line="3231" />
90188 <source>Import Theme...</source> 90187 <source>Import Theme...</source>
90189 <translation type="unfinished" /> 90188 <translation type="unfinished" />
90190 </message> 90189 </message>
90191 <message> 90190 <message>
90192 <location filename="../UI/UserInterface.py" line="3230" /> 90191 <location filename="../UI/UserInterface.py" line="3237" />
90193 <source>Import a previously exported theme</source> 90192 <source>Import a previously exported theme</source>
90194 <translation type="unfinished" /> 90193 <translation type="unfinished" />
90195 </message> 90194 </message>
90196 <message> 90195 <message>
90197 <location filename="../UI/UserInterface.py" line="3232" /> 90196 <location filename="../UI/UserInterface.py" line="3239" />
90198 <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source> 90197 <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
90199 <translation type="unfinished" /> 90198 <translation type="unfinished" />
90200 </message> 90199 </message>
90201 <message> 90200 <message>
90202 <location filename="../UI/UserInterface.py" line="3241" /> 90201 <location filename="../UI/UserInterface.py" line="3248" />
90203 <source>Reload APIs</source> 90202 <source>Reload APIs</source>
90204 <translation type="unfinished" /> 90203 <translation type="unfinished" />
90205 </message> 90204 </message>
90206 <message> 90205 <message>
90207 <location filename="../UI/UserInterface.py" line="3241" /> 90206 <location filename="../UI/UserInterface.py" line="3248" />
90208 <source>Reload &amp;APIs</source> 90207 <source>Reload &amp;APIs</source>
90209 <translation type="unfinished" /> 90208 <translation type="unfinished" />
90210 </message> 90209 </message>
90211 <message> 90210 <message>
90212 <location filename="../UI/UserInterface.py" line="3243" /> 90211 <location filename="../UI/UserInterface.py" line="3250" />
90213 <source>Reload the API information</source> 90212 <source>Reload the API information</source>
90214 <translation type="unfinished" /> 90213 <translation type="unfinished" />
90215 </message> 90214 </message>
90216 <message> 90215 <message>
90217 <location filename="../UI/UserInterface.py" line="3245" /> 90216 <location filename="../UI/UserInterface.py" line="3252" />
90218 <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source> 90217 <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
90219 <translation type="unfinished" /> 90218 <translation type="unfinished" />
90220 </message> 90219 </message>
90221 <message> 90220 <message>
90222 <location filename="../UI/UserInterface.py" line="3259" /> 90221 <location filename="../UI/UserInterface.py" line="3266" />
90223 <location filename="../UI/UserInterface.py" line="3251" /> 90222 <location filename="../UI/UserInterface.py" line="3258" />
90224 <source>Show external tools</source> 90223 <source>Show external tools</source>
90225 <translation type="unfinished" /> 90224 <translation type="unfinished" />
90226 </message> 90225 </message>
90227 <message> 90226 <message>
90228 <location filename="../UI/UserInterface.py" line="3253" /> 90227 <location filename="../UI/UserInterface.py" line="3260" />
90229 <source>Show external &amp;tools</source> 90228 <source>Show external &amp;tools</source>
90230 <translation type="unfinished" /> 90229 <translation type="unfinished" />
90231 </message> 90230 </message>
90232 <message> 90231 <message>
90233 <location filename="../UI/UserInterface.py" line="3261" /> 90232 <location filename="../UI/UserInterface.py" line="3268" />
90234 <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source> 90233 <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
90235 <translation type="unfinished" /> 90234 <translation type="unfinished" />
90236 </message> 90235 </message>
90237 <message> 90236 <message>
90238 <location filename="../UI/UserInterface.py" line="3271" /> 90237 <location filename="../UI/UserInterface.py" line="3278" />
90239 <source>View Profiles</source> 90238 <source>View Profiles</source>
90240 <translation type="unfinished" /> 90239 <translation type="unfinished" />
90241 </message> 90240 </message>
90242 <message> 90241 <message>
90243 <location filename="../UI/UserInterface.py" line="3273" /> 90242 <location filename="../UI/UserInterface.py" line="3280" />
90244 <source>&amp;View Profiles...</source> 90243 <source>&amp;View Profiles...</source>
90245 <translation type="unfinished" /> 90244 <translation type="unfinished" />
90246 </message> 90245 </message>
90247 <message> 90246 <message>
90248 <location filename="../UI/UserInterface.py" line="3279" /> 90247 <location filename="../UI/UserInterface.py" line="3286" />
90249 <source>Configure view profiles</source> 90248 <source>Configure view profiles</source>
90250 <translation type="unfinished" /> 90249 <translation type="unfinished" />
90251 </message> 90250 </message>
90252 <message> 90251 <message>
90253 <location filename="../UI/UserInterface.py" line="3281" /> 90252 <location filename="../UI/UserInterface.py" line="3288" />
90254 <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source> 90253 <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
90255 <translation type="unfinished" /> 90254 <translation type="unfinished" />
90256 </message> 90255 </message>
90257 <message> 90256 <message>
90258 <location filename="../UI/UserInterface.py" line="3292" /> 90257 <location filename="../UI/UserInterface.py" line="3299" />
90259 <source>Toolbars</source> 90258 <source>Toolbars</source>
90260 <translation type="unfinished" /> 90259 <translation type="unfinished" />
90261 </message> 90260 </message>
90262 <message> 90261 <message>
90263 <location filename="../UI/UserInterface.py" line="3294" /> 90262 <location filename="../UI/UserInterface.py" line="3301" />
90264 <source>Tool&amp;bars...</source> 90263 <source>Tool&amp;bars...</source>
90265 <translation type="unfinished" /> 90264 <translation type="unfinished" />
90266 </message> 90265 </message>
90267 <message> 90266 <message>
90268 <location filename="../UI/UserInterface.py" line="3300" /> 90267 <location filename="../UI/UserInterface.py" line="3307" />
90269 <source>Configure toolbars</source> 90268 <source>Configure toolbars</source>
90270 <translation type="unfinished" /> 90269 <translation type="unfinished" />
90271 </message> 90270 </message>
90272 <message> 90271 <message>
90273 <location filename="../UI/UserInterface.py" line="3302" /> 90272 <location filename="../UI/UserInterface.py" line="3309" />
90274 <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source> 90273 <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
90275 <translation type="unfinished" /> 90274 <translation type="unfinished" />
90276 </message> 90275 </message>
90277 <message> 90276 <message>
90278 <location filename="../UI/UserInterface.py" line="3313" /> 90277 <location filename="../UI/UserInterface.py" line="3320" />
90279 <source>Keyboard Shortcuts</source> 90278 <source>Keyboard Shortcuts</source>
90280 <translation type="unfinished" /> 90279 <translation type="unfinished" />
90281 </message> 90280 </message>
90282 <message> 90281 <message>
90283 <location filename="../UI/UserInterface.py" line="3315" /> 90282 <location filename="../UI/UserInterface.py" line="3322" />
90284 <source>Keyboard &amp;Shortcuts...</source> 90283 <source>Keyboard &amp;Shortcuts...</source>
90285 <translation type="unfinished" /> 90284 <translation type="unfinished" />
90286 </message> 90285 </message>
90287 <message> 90286 <message>
90288 <location filename="../UI/UserInterface.py" line="3321" /> 90287 <location filename="../UI/UserInterface.py" line="3328" />
90289 <source>Set the keyboard shortcuts</source> 90288 <source>Set the keyboard shortcuts</source>
90290 <translation type="unfinished" /> 90289 <translation type="unfinished" />
90291 </message> 90290 </message>
90292 <message> 90291 <message>
90293 <location filename="../UI/UserInterface.py" line="3323" /> 90292 <location filename="../UI/UserInterface.py" line="3330" />
90294 <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source> 90293 <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
90295 <translation type="unfinished" /> 90294 <translation type="unfinished" />
90296 </message> 90295 </message>
90297 <message> 90296 <message>
90298 <location filename="../UI/UserInterface.py" line="7446" /> 90297 <location filename="../UI/UserInterface.py" line="7453" />
90299 <location filename="../UI/UserInterface.py" line="7427" /> 90298 <location filename="../UI/UserInterface.py" line="7434" />
90300 <location filename="../UI/UserInterface.py" line="3333" /> 90299 <location filename="../UI/UserInterface.py" line="3340" />
90301 <source>Export Keyboard Shortcuts</source> 90300 <source>Export Keyboard Shortcuts</source>
90302 <translation type="unfinished" /> 90301 <translation type="unfinished" />
90303 </message> 90302 </message>
90304 <message> 90303 <message>
90305 <location filename="../UI/UserInterface.py" line="3335" /> 90304 <location filename="../UI/UserInterface.py" line="3342" />
90306 <source>&amp;Export Keyboard Shortcuts...</source> 90305 <source>&amp;Export Keyboard Shortcuts...</source>
90307 <translation type="unfinished" /> 90306 <translation type="unfinished" />
90308 </message> 90307 </message>
90309 <message> 90308 <message>
90310 <location filename="../UI/UserInterface.py" line="3341" /> 90309 <location filename="../UI/UserInterface.py" line="3348" />
90311 <source>Export the keyboard shortcuts</source> 90310 <source>Export the keyboard shortcuts</source>
90312 <translation type="unfinished" /> 90311 <translation type="unfinished" />
90313 </message> 90312 </message>
90314 <message> 90313 <message>
90315 <location filename="../UI/UserInterface.py" line="3343" /> 90314 <location filename="../UI/UserInterface.py" line="3350" />
90316 <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source> 90315 <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
90317 <translation type="unfinished" /> 90316 <translation type="unfinished" />
90318 </message> 90317 </message>
90319 <message> 90318 <message>
90320 <location filename="../UI/UserInterface.py" line="7465" /> 90319 <location filename="../UI/UserInterface.py" line="7472" />
90321 <location filename="../UI/UserInterface.py" line="3352" /> 90320 <location filename="../UI/UserInterface.py" line="3359" />
90322 <source>Import Keyboard Shortcuts</source> 90321 <source>Import Keyboard Shortcuts</source>
90323 <translation type="unfinished" /> 90322 <translation type="unfinished" />
90324 </message> 90323 </message>
90325 <message> 90324 <message>
90326 <location filename="../UI/UserInterface.py" line="3354" /> 90325 <location filename="../UI/UserInterface.py" line="3361" />
90327 <source>&amp;Import Keyboard Shortcuts...</source> 90326 <source>&amp;Import Keyboard Shortcuts...</source>
90328 <translation type="unfinished" /> 90327 <translation type="unfinished" />
90329 </message> 90328 </message>
90330 <message> 90329 <message>
90331 <location filename="../UI/UserInterface.py" line="3360" /> 90330 <location filename="../UI/UserInterface.py" line="3367" />
90332 <source>Import the keyboard shortcuts</source> 90331 <source>Import the keyboard shortcuts</source>
90333 <translation type="unfinished" /> 90332 <translation type="unfinished" />
90334 </message> 90333 </message>
90335 <message> 90334 <message>
90336 <location filename="../UI/UserInterface.py" line="3362" /> 90335 <location filename="../UI/UserInterface.py" line="3369" />
90337 <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source> 90336 <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
90338 <translation type="unfinished" /> 90337 <translation type="unfinished" />
90339 </message> 90338 </message>
90340 <message> 90339 <message>
90341 <location filename="../UI/UserInterface.py" line="3372" /> 90340 <location filename="../UI/UserInterface.py" line="3379" />
90342 <source>Manage SSL Certificates</source> 90341 <source>Manage SSL Certificates</source>
90343 <translation type="unfinished" /> 90342 <translation type="unfinished" />
90344 </message> 90343 </message>
90345 <message> 90344 <message>
90346 <location filename="../UI/UserInterface.py" line="3374" /> 90345 <location filename="../UI/UserInterface.py" line="3381" />
90347 <source>Manage SSL Certificates...</source> 90346 <source>Manage SSL Certificates...</source>
90348 <translation type="unfinished" /> 90347 <translation type="unfinished" />
90349 </message> 90348 </message>
90350 <message> 90349 <message>
90351 <location filename="../UI/UserInterface.py" line="3381" /> 90350 <location filename="../UI/UserInterface.py" line="3388" />
90352 <source>Manage the saved SSL certificates</source> 90351 <source>Manage the saved SSL certificates</source>
90353 <translation type="unfinished" /> 90352 <translation type="unfinished" />
90354 </message> 90353 </message>
90355 <message> 90354 <message>
90356 <location filename="../UI/UserInterface.py" line="3384" /> 90355 <location filename="../UI/UserInterface.py" line="3391" />
90357 <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source> 90356 <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
90358 <translation type="unfinished" /> 90357 <translation type="unfinished" />
90359 </message> 90358 </message>
90360 <message> 90359 <message>
90361 <location filename="../UI/UserInterface.py" line="3394" /> 90360 <location filename="../UI/UserInterface.py" line="3401" />
90362 <source>Edit Message Filters</source> 90361 <source>Edit Message Filters</source>
90363 <translation type="unfinished" /> 90362 <translation type="unfinished" />
90364 </message> 90363 </message>
90365 <message> 90364 <message>
90366 <location filename="../UI/UserInterface.py" line="3396" /> 90365 <location filename="../UI/UserInterface.py" line="3403" />
90367 <source>Edit Message Filters...</source> 90366 <source>Edit Message Filters...</source>
90368 <translation type="unfinished" /> 90367 <translation type="unfinished" />
90369 </message> 90368 </message>
90370 <message> 90369 <message>
90371 <location filename="../UI/UserInterface.py" line="3403" /> 90370 <location filename="../UI/UserInterface.py" line="3410" />
90372 <source>Edit the message filters used to suppress unwanted messages</source> 90371 <source>Edit the message filters used to suppress unwanted messages</source>
90373 <translation type="unfinished" /> 90372 <translation type="unfinished" />
90374 </message> 90373 </message>
90375 <message> 90374 <message>
90376 <location filename="../UI/UserInterface.py" line="3406" /> 90375 <location filename="../UI/UserInterface.py" line="3413" />
90377 <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source> 90376 <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
90378 <translation type="unfinished" /> 90377 <translation type="unfinished" />
90379 </message> 90378 </message>
90380 <message> 90379 <message>
90381 <location filename="../UI/UserInterface.py" line="3425" /> 90380 <location filename="../UI/UserInterface.py" line="3432" />
90382 <location filename="../UI/UserInterface.py" line="3419" /> 90381 <location filename="../UI/UserInterface.py" line="3426" />
90383 <location filename="../UI/UserInterface.py" line="3417" /> 90382 <location filename="../UI/UserInterface.py" line="3424" />
90384 <source>Clear private data</source> 90383 <source>Clear private data</source>
90385 <translation type="unfinished" /> 90384 <translation type="unfinished" />
90386 </message> 90385 </message>
90387 <message> 90386 <message>
90388 <location filename="../UI/UserInterface.py" line="3427" /> 90387 <location filename="../UI/UserInterface.py" line="3434" />
90389 <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source> 90388 <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
90390 <translation type="unfinished" /> 90389 <translation type="unfinished" />
90391 </message> 90390 </message>
90392 <message> 90391 <message>
90393 <location filename="../UI/UserInterface.py" line="3438" /> 90392 <location filename="../UI/UserInterface.py" line="3445" />
90394 <location filename="../UI/UserInterface.py" line="3437" /> 90393 <location filename="../UI/UserInterface.py" line="3444" />
90395 <source>Activate current editor</source> 90394 <source>Activate current editor</source>
90396 <translation type="unfinished" /> 90395 <translation type="unfinished" />
90397 </message> 90396 </message>
90398 <message> 90397 <message>
90399 <location filename="../UI/UserInterface.py" line="3439" /> 90398 <location filename="../UI/UserInterface.py" line="3446" />
90400 <source>Alt+Shift+E</source> 90399 <source>Alt+Shift+E</source>
90401 <translation type="unfinished" /> 90400 <translation type="unfinished" />
90402 </message> 90401 </message>
90403 <message> 90402 <message>
90404 <location filename="../UI/UserInterface.py" line="3450" /> 90403 <location filename="../UI/UserInterface.py" line="3457" />
90405 <location filename="../UI/UserInterface.py" line="3449" /> 90404 <location filename="../UI/UserInterface.py" line="3456" />
90406 <source>Show next</source> 90405 <source>Show next</source>
90407 <translation type="unfinished" /> 90406 <translation type="unfinished" />
90408 </message> 90407 </message>
90409 <message> 90408 <message>
90410 <location filename="../UI/UserInterface.py" line="3451" /> 90409 <location filename="../UI/UserInterface.py" line="3458" />
90411 <source>Ctrl+Alt+Tab</source> 90410 <source>Ctrl+Alt+Tab</source>
90412 <translation type="unfinished" /> 90411 <translation type="unfinished" />
90413 </message> 90412 </message>
90414 <message> 90413 <message>
90415 <location filename="../UI/UserInterface.py" line="3462" /> 90414 <location filename="../UI/UserInterface.py" line="3469" />
90416 <location filename="../UI/UserInterface.py" line="3461" /> 90415 <location filename="../UI/UserInterface.py" line="3468" />
90417 <source>Show previous</source> 90416 <source>Show previous</source>
90418 <translation type="unfinished" /> 90417 <translation type="unfinished" />
90419 </message> 90418 </message>
90420 <message> 90419 <message>
90421 <location filename="../UI/UserInterface.py" line="3463" /> 90420 <location filename="../UI/UserInterface.py" line="3470" />
90422 <source>Shift+Ctrl+Alt+Tab</source> 90421 <source>Shift+Ctrl+Alt+Tab</source>
90423 <translation type="unfinished" /> 90422 <translation type="unfinished" />
90424 </message> 90423 </message>
90425 <message> 90424 <message>
90426 <location filename="../UI/UserInterface.py" line="3474" /> 90425 <location filename="../UI/UserInterface.py" line="3481" />
90427 <location filename="../UI/UserInterface.py" line="3473" /> 90426 <location filename="../UI/UserInterface.py" line="3480" />
90428 <source>Switch between tabs</source> 90427 <source>Switch between tabs</source>
90429 <translation type="unfinished" /> 90428 <translation type="unfinished" />
90430 </message> 90429 </message>
90431 <message> 90430 <message>
90432 <location filename="../UI/UserInterface.py" line="3475" /> 90431 <location filename="../UI/UserInterface.py" line="3482" />
90433 <source>Ctrl+1</source> 90432 <source>Ctrl+1</source>
90434 <translation type="unfinished" /> 90433 <translation type="unfinished" />
90435 </message> 90434 </message>
90436 <message> 90435 <message>
90437 <location filename="../UI/UserInterface.py" line="3485" /> 90436 <location filename="../UI/UserInterface.py" line="3492" />
90438 <source>Plugin Infos</source> 90437 <source>Plugin Infos</source>
90439 <translation type="unfinished" /> 90438 <translation type="unfinished" />
90440 </message> 90439 </message>
90441 <message> 90440 <message>
90442 <location filename="../UI/UserInterface.py" line="3487" /> 90441 <location filename="../UI/UserInterface.py" line="3494" />
90443 <source>&amp;Plugin Infos...</source> 90442 <source>&amp;Plugin Infos...</source>
90444 <translation type="unfinished" /> 90443 <translation type="unfinished" />
90445 </message> 90444 </message>
90446 <message> 90445 <message>
90447 <location filename="../UI/UserInterface.py" line="3493" /> 90446 <location filename="../UI/UserInterface.py" line="3500" />
90448 <source>Show Plugin Infos</source> 90447 <source>Show Plugin Infos</source>
90449 <translation type="unfinished" /> 90448 <translation type="unfinished" />
90450 </message> 90449 </message>
90451 <message> 90450 <message>
90452 <location filename="../UI/UserInterface.py" line="3495" /> 90451 <location filename="../UI/UserInterface.py" line="3502" />
90453 <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source> 90452 <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
90454 <translation type="unfinished" /> 90453 <translation type="unfinished" />
90455 </message> 90454 </message>
90456 <message> 90455 <message>
90457 <location filename="../UI/UserInterface.py" line="3513" /> 90456 <location filename="../UI/UserInterface.py" line="3520" />
90458 <location filename="../UI/UserInterface.py" line="3505" /> 90457 <location filename="../UI/UserInterface.py" line="3512" />
90459 <source>Install Plugins</source> 90458 <source>Install Plugins</source>
90460 <translation type="unfinished" /> 90459 <translation type="unfinished" />
90461 </message> 90460 </message>
90462 <message> 90461 <message>
90463 <location filename="../UI/UserInterface.py" line="3507" /> 90462 <location filename="../UI/UserInterface.py" line="3514" />
90464 <source>&amp;Install Plugins...</source> 90463 <source>&amp;Install Plugins...</source>
90465 <translation type="unfinished" /> 90464 <translation type="unfinished" />
90466 </message> 90465 </message>
90467 <message> 90466 <message>
90468 <location filename="../UI/UserInterface.py" line="3515" /> 90467 <location filename="../UI/UserInterface.py" line="3522" />
90469 <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source> 90468 <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
90470 <translation type="unfinished" /> 90469 <translation type="unfinished" />
90471 </message> 90470 </message>
90472 <message> 90471 <message>
90473 <location filename="../UI/UserInterface.py" line="3532" /> 90472 <location filename="../UI/UserInterface.py" line="3539" />
90474 <location filename="../UI/UserInterface.py" line="3524" /> 90473 <location filename="../UI/UserInterface.py" line="3531" />
90475 <source>Uninstall Plugin</source> 90474 <source>Uninstall Plugin</source>
90476 <translation type="unfinished" /> 90475 <translation type="unfinished" />
90477 </message> 90476 </message>
90478 <message> 90477 <message>
90479 <location filename="../UI/UserInterface.py" line="3526" /> 90478 <location filename="../UI/UserInterface.py" line="3533" />
90480 <source>&amp;Uninstall Plugin...</source> 90479 <source>&amp;Uninstall Plugin...</source>
90481 <translation type="unfinished" /> 90480 <translation type="unfinished" />
90482 </message> 90481 </message>
90483 <message> 90482 <message>
90484 <location filename="../UI/UserInterface.py" line="3534" /> 90483 <location filename="../UI/UserInterface.py" line="3541" />
90485 <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source> 90484 <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
90486 <translation type="unfinished" /> 90485 <translation type="unfinished" />
90487 </message> 90486 </message>
90488 <message> 90487 <message>
90489 <location filename="../UI/UserInterface.py" line="3545" /> 90488 <location filename="../UI/UserInterface.py" line="3552" />
90490 <source>Plugin &amp;Repository...</source> 90489 <source>Plugin &amp;Repository...</source>
90491 <translation type="unfinished" /> 90490 <translation type="unfinished" />
90492 </message> 90491 </message>
90493 <message> 90492 <message>
90494 <location filename="../UI/UserInterface.py" line="3551" /> 90493 <location filename="../UI/UserInterface.py" line="3558" />
90495 <source>Show Plugins available for download</source> 90494 <source>Show Plugins available for download</source>
90496 <translation type="unfinished" /> 90495 <translation type="unfinished" />
90497 </message> 90496 </message>
90498 <message> 90497 <message>
90499 <location filename="../UI/UserInterface.py" line="3553" /> 90498 <location filename="../UI/UserInterface.py" line="3560" />
90500 <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source> 90499 <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
90501 <translation type="unfinished" /> 90500 <translation type="unfinished" />
90502 </message> 90501 </message>
90503 <message> 90502 <message>
90504 <location filename="../UI/UserInterface.py" line="3580" /> 90503 <location filename="../UI/UserInterface.py" line="3587" />
90505 <location filename="../UI/UserInterface.py" line="3579" /> 90504 <location filename="../UI/UserInterface.py" line="3586" />
90506 <source>Qt5 Documentation</source> 90505 <source>Qt5 Documentation</source>
90507 <translation type="unfinished" /> 90506 <translation type="unfinished" />
90508 </message> 90507 </message>
90509 <message> 90508 <message>
90510 <location filename="../UI/UserInterface.py" line="3586" /> 90509 <location filename="../UI/UserInterface.py" line="3593" />
90511 <source>Open Qt5 Documentation</source> 90510 <source>Open Qt5 Documentation</source>
90512 <translation type="unfinished" /> 90511 <translation type="unfinished" />
90513 </message> 90512 </message>
90514 <message> 90513 <message>
90515 <location filename="../UI/UserInterface.py" line="3588" /> 90514 <location filename="../UI/UserInterface.py" line="3595" />
90516 <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source> 90515 <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
90517 <translation type="unfinished" /> 90516 <translation type="unfinished" />
90518 </message> 90517 </message>
90519 <message> 90518 <message>
90520 <location filename="../UI/UserInterface.py" line="3601" /> 90519 <location filename="../UI/UserInterface.py" line="3608" />
90521 <location filename="../UI/UserInterface.py" line="3600" /> 90520 <location filename="../UI/UserInterface.py" line="3607" />
90522 <source>Qt6 Documentation</source> 90521 <source>Qt6 Documentation</source>
90523 <translation type="unfinished" /> 90522 <translation type="unfinished" />
90524 </message> 90523 </message>
90525 <message> 90524 <message>
90526 <location filename="../UI/UserInterface.py" line="3607" /> 90525 <location filename="../UI/UserInterface.py" line="3614" />
90527 <source>Open Qt6 Documentation</source> 90526 <source>Open Qt6 Documentation</source>
90528 <translation type="unfinished" /> 90527 <translation type="unfinished" />
90529 </message> 90528 </message>
90530 <message> 90529 <message>
90531 <location filename="../UI/UserInterface.py" line="3609" /> 90530 <location filename="../UI/UserInterface.py" line="3616" />
90532 <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source> 90531 <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
90533 <translation type="unfinished" /> 90532 <translation type="unfinished" />
90534 </message> 90533 </message>
90535 <message> 90534 <message>
90536 <location filename="../UI/UserInterface.py" line="3622" /> 90535 <location filename="../UI/UserInterface.py" line="3629" />
90537 <location filename="../UI/UserInterface.py" line="3621" /> 90536 <location filename="../UI/UserInterface.py" line="3628" />
90538 <source>PyQt5 Documentation</source> 90537 <source>PyQt5 Documentation</source>
90539 <translation type="unfinished" /> 90538 <translation type="unfinished" />
90540 </message> 90539 </message>
90541 <message> 90540 <message>
90542 <location filename="../UI/UserInterface.py" line="3628" /> 90541 <location filename="../UI/UserInterface.py" line="3635" />
90543 <source>Open PyQt5 Documentation</source> 90542 <source>Open PyQt5 Documentation</source>
90544 <translation type="unfinished" /> 90543 <translation type="unfinished" />
90545 </message> 90544 </message>
90546 <message> 90545 <message>
90547 <location filename="../UI/UserInterface.py" line="3630" /> 90546 <location filename="../UI/UserInterface.py" line="3637" />
90548 <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source> 90547 <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
90549 <translation type="unfinished" /> 90548 <translation type="unfinished" />
90550 </message> 90549 </message>
90551 <message> 90550 <message>
90552 <location filename="../UI/UserInterface.py" line="3643" /> 90551 <location filename="../UI/UserInterface.py" line="3650" />
90553 <location filename="../UI/UserInterface.py" line="3642" /> 90552 <location filename="../UI/UserInterface.py" line="3649" />
90554 <source>PyQt6 Documentation</source> 90553 <source>PyQt6 Documentation</source>
90555 <translation type="unfinished" /> 90554 <translation type="unfinished" />
90556 </message> 90555 </message>
90557 <message> 90556 <message>
90558 <location filename="../UI/UserInterface.py" line="3649" /> 90557 <location filename="../UI/UserInterface.py" line="3656" />
90559 <source>Open PyQt6 Documentation</source> 90558 <source>Open PyQt6 Documentation</source>
90560 <translation type="unfinished" /> 90559 <translation type="unfinished" />
90561 </message> 90560 </message>
90562 <message> 90561 <message>
90563 <location filename="../UI/UserInterface.py" line="3651" /> 90562 <location filename="../UI/UserInterface.py" line="3658" />
90564 <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source> 90563 <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
90565 <translation type="unfinished" /> 90564 <translation type="unfinished" />
90566 </message> 90565 </message>
90567 <message> 90566 <message>
90568 <location filename="../UI/UserInterface.py" line="3669" /> 90567 <location filename="../UI/UserInterface.py" line="3676" />
90569 <location filename="../UI/UserInterface.py" line="3668" /> 90568 <location filename="../UI/UserInterface.py" line="3675" />
90570 <source>Python 3 Documentation</source> 90569 <source>Python 3 Documentation</source>
90571 <translation type="unfinished" /> 90570 <translation type="unfinished" />
90572 </message> 90571 </message>
90573 <message> 90572 <message>
90574 <location filename="../UI/UserInterface.py" line="3675" /> 90573 <location filename="../UI/UserInterface.py" line="3682" />
90575 <source>Open Python 3 Documentation</source> 90574 <source>Open Python 3 Documentation</source>
90576 <translation type="unfinished" /> 90575 <translation type="unfinished" />
90577 </message> 90576 </message>
90578 <message> 90577 <message>
90579 <location filename="../UI/UserInterface.py" line="3677" /> 90578 <location filename="../UI/UserInterface.py" line="3684" />
90580 <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source> 90579 <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
90581 <translation type="unfinished" /> 90580 <translation type="unfinished" />
90582 </message> 90581 </message>
90583 <message> 90582 <message>
90584 <location filename="../UI/UserInterface.py" line="3696" /> 90583 <location filename="../UI/UserInterface.py" line="3703" />
90585 <location filename="../UI/UserInterface.py" line="3695" /> 90584 <location filename="../UI/UserInterface.py" line="3702" />
90586 <source>eric API Documentation</source> 90585 <source>eric API Documentation</source>
90587 <translation type="unfinished" /> 90586 <translation type="unfinished" />
90588 </message> 90587 </message>
90589 <message> 90588 <message>
90590 <location filename="../UI/UserInterface.py" line="3702" /> 90589 <location filename="../UI/UserInterface.py" line="3709" />
90591 <source>Open eric API Documentation</source> 90590 <source>Open eric API Documentation</source>
90592 <translation type="unfinished" /> 90591 <translation type="unfinished" />
90593 </message> 90592 </message>
90594 <message> 90593 <message>
90595 <location filename="../UI/UserInterface.py" line="3704" /> 90594 <location filename="../UI/UserInterface.py" line="3711" />
90596 <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source> 90595 <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
90597 <translation type="unfinished" /> 90596 <translation type="unfinished" />
90598 </message> 90597 </message>
90599 <message> 90598 <message>
90600 <location filename="../UI/UserInterface.py" line="3722" /> 90599 <location filename="../UI/UserInterface.py" line="3729" />
90601 <location filename="../UI/UserInterface.py" line="3721" /> 90600 <location filename="../UI/UserInterface.py" line="3728" />
90602 <source>PySide2 Documentation</source> 90601 <source>PySide2 Documentation</source>
90603 <translation type="unfinished" /> 90602 <translation type="unfinished" />
90604 </message> 90603 </message>
90605 <message> 90604 <message>
90606 <location filename="../UI/UserInterface.py" line="3728" /> 90605 <location filename="../UI/UserInterface.py" line="3735" />
90607 <source>Open PySide2 Documentation</source> 90606 <source>Open PySide2 Documentation</source>
90608 <translation type="unfinished" /> 90607 <translation type="unfinished" />
90609 </message> 90608 </message>
90610 <message> 90609 <message>
90611 <location filename="../UI/UserInterface.py" line="3730" /> 90610 <location filename="../UI/UserInterface.py" line="3737" />
90612 <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source> 90611 <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
90613 <translation type="unfinished" /> 90612 <translation type="unfinished" />
90614 </message> 90613 </message>
90615 <message> 90614 <message>
90616 <location filename="../UI/UserInterface.py" line="3748" /> 90615 <location filename="../UI/UserInterface.py" line="3755" />
90617 <location filename="../UI/UserInterface.py" line="3747" /> 90616 <location filename="../UI/UserInterface.py" line="3754" />
90618 <source>PySide6 Documentation</source> 90617 <source>PySide6 Documentation</source>
90619 <translation type="unfinished" /> 90618 <translation type="unfinished" />
90620 </message> 90619 </message>
90621 <message> 90620 <message>
90622 <location filename="../UI/UserInterface.py" line="3754" /> 90621 <location filename="../UI/UserInterface.py" line="3761" />
90623 <source>Open PySide6 Documentation</source> 90622 <source>Open PySide6 Documentation</source>
90624 <translation type="unfinished" /> 90623 <translation type="unfinished" />
90625 </message> 90624 </message>
90626 <message> 90625 <message>
90627 <location filename="../UI/UserInterface.py" line="3756" /> 90626 <location filename="../UI/UserInterface.py" line="3763" />
90628 <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source> 90627 <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
90629 <translation type="unfinished" /> 90628 <translation type="unfinished" />
90630 </message> 90629 </message>
90631 <message> 90630 <message>
90632 <location filename="../UI/UserInterface.py" line="3858" /> 90631 <location filename="../UI/UserInterface.py" line="3865" />
90633 <source>E&amp;xtras</source> 90632 <source>E&amp;xtras</source>
90634 <translation type="unfinished" /> 90633 <translation type="unfinished" />
90635 </message> 90634 </message>
90636 <message> 90635 <message>
90637 <location filename="../UI/UserInterface.py" line="3868" /> 90636 <location filename="../UI/UserInterface.py" line="3875" />
90638 <source>Wi&amp;zards</source> 90637 <source>Wi&amp;zards</source>
90639 <translation type="unfinished" /> 90638 <translation type="unfinished" />
90640 </message> 90639 </message>
90641 <message> 90640 <message>
90642 <location filename="../UI/UserInterface.py" line="3886" /> 90641 <location filename="../UI/UserInterface.py" line="3893" />
90643 <source>P&amp;lugins</source> 90642 <source>P&amp;lugins</source>
90644 <translation type="unfinished" /> 90643 <translation type="unfinished" />
90645 </message> 90644 </message>
90646 <message> 90645 <message>
90647 <location filename="../UI/UserInterface.py" line="3895" /> 90646 <location filename="../UI/UserInterface.py" line="3902" />
90648 <source>Configure...</source> 90647 <source>Configure...</source>
90649 <translation type="unfinished" /> 90648 <translation type="unfinished" />
90650 </message> 90649 </message>
90651 <message> 90650 <message>
90652 <location filename="../UI/UserInterface.py" line="3904" /> 90651 <location filename="../UI/UserInterface.py" line="3911" />
90653 <source>&amp;Testing</source> 90652 <source>&amp;Testing</source>
90654 <translation type="unfinished" /> 90653 <translation type="unfinished" />
90655 </message> 90654 </message>
90656 <message> 90655 <message>
90657 <location filename="../UI/UserInterface.py" line="3921" /> 90656 <location filename="../UI/UserInterface.py" line="3928" />
90658 <source>Select Tool Group</source> 90657 <source>Select Tool Group</source>
90659 <translation type="unfinished" /> 90658 <translation type="unfinished" />
90660 </message> 90659 </message>
90661 <message> 90660 <message>
90662 <location filename="../UI/UserInterface.py" line="3932" /> 90661 <location filename="../UI/UserInterface.py" line="3939" />
90663 <source>Se&amp;ttings</source> 90662 <source>Se&amp;ttings</source>
90664 <translation type="unfinished" /> 90663 <translation type="unfinished" />
90665 </message> 90664 </message>
90666 <message> 90665 <message>
90667 <location filename="../UI/UserInterface.py" line="3965" /> 90666 <location filename="../UI/UserInterface.py" line="3972" />
90668 <source>&amp;Window</source> 90667 <source>&amp;Window</source>
90669 <translation type="unfinished" /> 90668 <translation type="unfinished" />
90670 </message> 90669 </message>
90671 <message> 90670 <message>
90672 <location filename="../UI/UserInterface.py" line="3974" /> 90671 <location filename="../UI/UserInterface.py" line="3981" />
90673 <source>&amp;Windows</source> 90672 <source>&amp;Windows</source>
90674 <translation type="unfinished" /> 90673 <translation type="unfinished" />
90675 </message> 90674 </message>
90676 <message> 90675 <message>
90677 <location filename="../UI/UserInterface.py" line="3978" /> 90676 <location filename="../UI/UserInterface.py" line="3985" />
90678 <source>Central Park</source> 90677 <source>Central Park</source>
90679 <translation type="unfinished" /> 90678 <translation type="unfinished" />
90680 </message> 90679 </message>
90681 <message> 90680 <message>
90682 <location filename="../UI/UserInterface.py" line="3982" /> 90681 <location filename="../UI/UserInterface.py" line="3989" />
90683 <source>Left Side</source> 90682 <source>Left Side</source>
90684 <translation type="unfinished" /> 90683 <translation type="unfinished" />
90685 </message> 90684 </message>
90686 <message> 90685 <message>
90687 <location filename="../UI/UserInterface.py" line="4001" /> 90686 <location filename="../UI/UserInterface.py" line="4008" />
90688 <source>Right Side</source> 90687 <source>Right Side</source>
90689 <translation type="unfinished" /> 90688 <translation type="unfinished" />
90690 </message> 90689 </message>
90691 <message> 90690 <message>
90692 <location filename="../UI/UserInterface.py" line="4020" /> 90691 <location filename="../UI/UserInterface.py" line="4027" />
90693 <source>Bottom Side</source> 90692 <source>Bottom Side</source>
90694 <translation type="unfinished" /> 90693 <translation type="unfinished" />
90695 </message> 90694 </message>
90696 <message> 90695 <message>
90697 <location filename="../UI/UserInterface.py" line="4028" /> 90696 <location filename="../UI/UserInterface.py" line="4035" />
90698 <source>Plug-ins</source> 90697 <source>Plug-ins</source>
90699 <translation type="unfinished" /> 90698 <translation type="unfinished" />
90700 </message> 90699 </message>
90701 <message> 90700 <message>
90702 <location filename="../UI/UserInterface.py" line="4034" /> 90701 <location filename="../UI/UserInterface.py" line="4041" />
90703 <source>&amp;Toolbars</source> 90702 <source>&amp;Toolbars</source>
90704 <translation type="unfinished" /> 90703 <translation type="unfinished" />
90705 </message> 90704 </message>
90706 <message> 90705 <message>
90707 <location filename="../UI/UserInterface.py" line="4047" /> 90706 <location filename="../UI/UserInterface.py" line="4054" />
90708 <source>&amp;Help</source> 90707 <source>&amp;Help</source>
90709 <translation type="unfinished" /> 90708 <translation type="unfinished" />
90710 </message> 90709 </message>
90711 <message> 90710 <message>
90712 <location filename="../UI/UserInterface.py" line="4102" /> 90711 <location filename="../UI/UserInterface.py" line="4109" />
90713 <location filename="../UI/UserInterface.py" line="4086" /> 90712 <location filename="../UI/UserInterface.py" line="4093" />
90714 <source>Tools</source> 90713 <source>Tools</source>
90715 <translation type="unfinished" /> 90714 <translation type="unfinished" />
90716 </message> 90715 </message>
90717 <message> 90716 <message>
90718 <location filename="../UI/UserInterface.py" line="4104" /> 90717 <location filename="../UI/UserInterface.py" line="4111" />
90719 <location filename="../UI/UserInterface.py" line="4090" /> 90718 <location filename="../UI/UserInterface.py" line="4097" />
90720 <source>Settings</source> 90719 <source>Settings</source>
90721 <translation type="unfinished" /> 90720 <translation type="unfinished" />
90722 </message> 90721 </message>
90723 <message> 90722 <message>
90724 <location filename="../UI/UserInterface.py" line="6215" /> 90723 <location filename="../UI/UserInterface.py" line="6222" />
90725 <location filename="../UI/UserInterface.py" line="4105" /> 90724 <location filename="../UI/UserInterface.py" line="4112" />
90726 <location filename="../UI/UserInterface.py" line="4091" /> 90725 <location filename="../UI/UserInterface.py" line="4098" />
90727 <source>Help</source> 90726 <source>Help</source>
90728 <translation type="unfinished" /> 90727 <translation type="unfinished" />
90729 </message> 90728 </message>
90730 <message> 90729 <message>
90731 <location filename="../UI/UserInterface.py" line="4106" /> 90730 <location filename="../UI/UserInterface.py" line="4113" />
90732 <location filename="../UI/UserInterface.py" line="4092" /> 90731 <location filename="../UI/UserInterface.py" line="4099" />
90733 <source>Profiles</source> 90732 <source>Profiles</source>
90734 <translation type="unfinished" /> 90733 <translation type="unfinished" />
90735 </message> 90734 </message>
90736 <message> 90735 <message>
90737 <location filename="../UI/UserInterface.py" line="4107" /> 90736 <location filename="../UI/UserInterface.py" line="4114" />
90738 <location filename="../UI/UserInterface.py" line="4093" /> 90737 <location filename="../UI/UserInterface.py" line="4100" />
90739 <source>Plugins</source> 90738 <source>Plugins</source>
90740 <translation type="unfinished" /> 90739 <translation type="unfinished" />
90741 </message> 90740 </message>
90742 <message> 90741 <message>
90743 <location filename="../UI/UserInterface.py" line="4103" /> 90742 <location filename="../UI/UserInterface.py" line="4110" />
90744 <source>Unittest</source> 90743 <source>Unittest</source>
90745 <translation type="unfinished" /> 90744 <translation type="unfinished" />
90746 </message> 90745 </message>
90747 <message> 90746 <message>
90748 <location filename="../UI/UserInterface.py" line="4277" /> 90747 <location filename="../UI/UserInterface.py" line="4284" />
90749 <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source> 90748 <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
90750 <translation type="unfinished" /> 90749 <translation type="unfinished" />
90751 </message> 90750 </message>
90752 <message> 90751 <message>
90753 <location filename="../UI/UserInterface.py" line="4286" /> 90752 <location filename="../UI/UserInterface.py" line="4293" />
90754 <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source> 90753 <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
90755 <translation type="unfinished" /> 90754 <translation type="unfinished" />
90756 </message> 90755 </message>
90757 <message> 90756 <message>
90758 <location filename="../UI/UserInterface.py" line="4295" /> 90757 <location filename="../UI/UserInterface.py" line="4302" />
90759 <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source> 90758 <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
90760 <translation type="unfinished" /> 90759 <translation type="unfinished" />
90761 </message> 90760 </message>
90762 <message> 90761 <message>
90763 <location filename="../UI/UserInterface.py" line="4304" /> 90762 <location filename="../UI/UserInterface.py" line="4311" />
90764 <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source> 90763 <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
90765 <translation type="unfinished" /> 90764 <translation type="unfinished" />
90766 </message> 90765 </message>
90767 <message> 90766 <message>
90768 <location filename="../UI/UserInterface.py" line="4313" /> 90767 <location filename="../UI/UserInterface.py" line="4320" />
90769 <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source> 90768 <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
90770 <translation type="unfinished" /> 90769 <translation type="unfinished" />
90771 </message> 90770 </message>
90772 <message> 90771 <message>
90773 <location filename="../UI/UserInterface.py" line="4322" /> 90772 <location filename="../UI/UserInterface.py" line="4329" />
90774 <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source> 90773 <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
90775 <translation type="unfinished" /> 90774 <translation type="unfinished" />
90776 </message> 90775 </message>
90777 <message> 90776 <message>
90778 <location filename="../UI/UserInterface.py" line="4336" /> 90777 <location filename="../UI/UserInterface.py" line="4343" />
90779 <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source> 90778 <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
90780 <translation type="unfinished" /> 90779 <translation type="unfinished" />
90781 </message> 90780 </message>
90782 <message> 90781 <message>
90783 <location filename="../UI/UserInterface.py" line="4407" /> 90782 <location filename="../UI/UserInterface.py" line="4414" />
90784 <location filename="../UI/UserInterface.py" line="4366" /> 90783 <location filename="../UI/UserInterface.py" line="4373" />
90785 <source>External Tools/{0}</source> 90784 <source>External Tools/{0}</source>
90786 <translation type="unfinished" /> 90785 <translation type="unfinished" />
90787 </message> 90786 </message>
90788 <message> 90787 <message>
90789 <location filename="../UI/UserInterface.py" line="4515" /> 90788 <location filename="../UI/UserInterface.py" line="4522" />
90790 <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source> 90789 <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
90791 <translation type="unfinished" /> 90790 <translation type="unfinished" />
90792 </message> 90791 </message>
90793 <message> 90792 <message>
90794 <location filename="../UI/UserInterface.py" line="4564" /> 90793 <location filename="../UI/UserInterface.py" line="4571" />
90795 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;WebEngine (Security)&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source> 90794 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;WebEngine (Security)&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
90796 <translation type="unfinished" /> 90795 <translation type="unfinished" />
90797 </message> 90796 </message>
90798 <message> 90797 <message>
90799 <location filename="../UI/UserInterface.py" line="4581" /> 90798 <location filename="../UI/UserInterface.py" line="4588" />
90800 <source>Desktop</source> 90799 <source>Desktop</source>
90801 <translation type="unfinished" /> 90800 <translation type="unfinished" />
90802 </message> 90801 </message>
90803 <message> 90802 <message>
90804 <location filename="../UI/UserInterface.py" line="4585" /> 90803 <location filename="../UI/UserInterface.py" line="4592" />
90805 <source>Session Type</source> 90804 <source>Session Type</source>
90806 <translation type="unfinished" /> 90805 <translation type="unfinished" />
90807 </message> 90806 </message>
90808 <message> 90807 <message>
90809 <location filename="../UI/UserInterface.py" line="4588" /> 90808 <location filename="../UI/UserInterface.py" line="4595" />
90810 <source>&lt;/table&gt;</source> 90809 <source>&lt;/table&gt;</source>
90811 <translation type="unfinished" /> 90810 <translation type="unfinished" />
90812 </message> 90811 </message>
90813 <message> 90812 <message>
90814 <location filename="../UI/UserInterface.py" line="4628" /> 90813 <location filename="../UI/UserInterface.py" line="4635" />
90815 <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> 90814 <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
90816 <translation type="unfinished" /> 90815 <translation type="unfinished" />
90817 </message> 90816 </message>
90818 <message> 90817 <message>
90819 <location filename="../UI/UserInterface.py" line="4963" /> 90818 <location filename="../UI/UserInterface.py" line="4970" />
90820 <source>Restart application</source> 90819 <source>Restart application</source>
90821 <translation type="unfinished" /> 90820 <translation type="unfinished" />
90822 </message> 90821 </message>
90823 <message> 90822 <message>
90824 <location filename="../UI/UserInterface.py" line="4964" /> 90823 <location filename="../UI/UserInterface.py" line="4971" />
90825 <source>The application needs to be restarted. Do it now?</source> 90824 <source>The application needs to be restarted. Do it now?</source>
90826 <translation type="unfinished" /> 90825 <translation type="unfinished" />
90827 </message> 90826 </message>
90828 <message> 90827 <message>
90829 <location filename="../UI/UserInterface.py" line="4988" /> 90828 <location filename="../UI/UserInterface.py" line="4995" />
90830 <source>Upgrade PyQt</source> 90829 <source>Upgrade PyQt</source>
90831 <translation type="unfinished" /> 90830 <translation type="unfinished" />
90832 </message> 90831 </message>
90833 <message> 90832 <message>
90834 <location filename="../UI/UserInterface.py" line="4989" /> 90833 <location filename="../UI/UserInterface.py" line="4996" />
90835 <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time. 90834 <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
90836 90835
90837 Shall the upgrade be done now?</source> 90836 Shall the upgrade be done now?</source>
90838 <translation type="unfinished" /> 90837 <translation type="unfinished" />
90839 </message> 90838 </message>
90840 <message> 90839 <message>
90841 <location filename="../UI/UserInterface.py" line="5039" /> 90840 <location filename="../UI/UserInterface.py" line="5046" />
90842 <location filename="../UI/UserInterface.py" line="5013" /> 90841 <location filename="../UI/UserInterface.py" line="5020" />
90843 <source>Upgrade Eric</source> 90842 <source>Upgrade Eric</source>
90844 <translation type="unfinished" /> 90843 <translation type="unfinished" />
90845 </message> 90844 </message>
90846 <message> 90845 <message>
90847 <location filename="../UI/UserInterface.py" line="5014" /> 90846 <location filename="../UI/UserInterface.py" line="5021" />
90848 <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time. 90847 <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
90849 90848
90850 Shall the upgrade be done now?</source> 90849 Shall the upgrade be done now?</source>
90851 <translation type="unfinished" /> 90850 <translation type="unfinished" />
90852 </message> 90851 </message>
90853 <message> 90852 <message>
90854 <location filename="../UI/UserInterface.py" line="5040" /> 90853 <location filename="../UI/UserInterface.py" line="5047" />
90855 <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time. 90854 <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
90856 90855
90857 Shall the upgrade be done now?</source> 90856 Shall the upgrade be done now?</source>
90858 <translation type="unfinished" /> 90857 <translation type="unfinished" />
90859 </message> 90858 </message>
90860 <message> 90859 <message>
90861 <location filename="../UI/UserInterface.py" line="5098" /> 90860 <location filename="../UI/UserInterface.py" line="5105" />
90862 <source>&amp;Builtin Tools</source> 90861 <source>&amp;Builtin Tools</source>
90863 <translation type="unfinished" /> 90862 <translation type="unfinished" />
90864 </message> 90863 </message>
90865 <message> 90864 <message>
90866 <location filename="../UI/UserInterface.py" line="5117" /> 90865 <location filename="../UI/UserInterface.py" line="5124" />
90867 <source>&amp;Plugin Tools</source> 90866 <source>&amp;Plugin Tools</source>
90868 <translation type="unfinished" /> 90867 <translation type="unfinished" />
90869 </message> 90868 </message>
90870 <message> 90869 <message>
90871 <location filename="../UI/UserInterface.py" line="5120" /> 90870 <location filename="../UI/UserInterface.py" line="5127" />
90872 <source>&amp;User Tools</source> 90871 <source>&amp;User Tools</source>
90873 <translation type="unfinished" /> 90872 <translation type="unfinished" />
90874 </message> 90873 </message>
90875 <message> 90874 <message>
90876 <location filename="../UI/UserInterface.py" line="5146" /> 90875 <location filename="../UI/UserInterface.py" line="5153" />
90877 <source>Configure Tool Groups ...</source> 90876 <source>Configure Tool Groups ...</source>
90878 <translation type="unfinished" /> 90877 <translation type="unfinished" />
90879 </message> 90878 </message>
90880 <message> 90879 <message>
90881 <location filename="../UI/UserInterface.py" line="5150" /> 90880 <location filename="../UI/UserInterface.py" line="5157" />
90882 <source>Configure current Tool Group ...</source> 90881 <source>Configure current Tool Group ...</source>
90883 <translation type="unfinished" /> 90882 <translation type="unfinished" />
90884 </message> 90883 </message>
90885 <message> 90884 <message>
90886 <location filename="../UI/UserInterface.py" line="5189" /> 90885 <location filename="../UI/UserInterface.py" line="5196" />
90887 <location filename="../UI/UserInterface.py" line="5169" /> 90886 <location filename="../UI/UserInterface.py" line="5176" />
90888 <source>No User Tools Configured</source> 90887 <source>No User Tools Configured</source>
90889 <translation type="unfinished" /> 90888 <translation type="unfinished" />
90890 </message> 90889 </message>
90891 <message> 90890 <message>
90892 <location filename="../UI/UserInterface.py" line="5265" /> 90891 <location filename="../UI/UserInterface.py" line="5272" />
90893 <source>&amp;Show all</source> 90892 <source>&amp;Show all</source>
90894 <translation type="unfinished" /> 90893 <translation type="unfinished" />
90895 </message> 90894 </message>
90896 <message> 90895 <message>
90897 <location filename="../UI/UserInterface.py" line="5267" /> 90896 <location filename="../UI/UserInterface.py" line="5274" />
90898 <source>&amp;Hide all</source> 90897 <source>&amp;Hide all</source>
90899 <translation type="unfinished" /> 90898 <translation type="unfinished" />
90900 </message> 90899 </message>
90901 <message> 90900 <message>
90902 <location filename="../UI/UserInterface.py" line="6352" /> 90901 <location filename="../UI/UserInterface.py" line="6359" />
90903 <location filename="../UI/UserInterface.py" line="6341" /> 90902 <location filename="../UI/UserInterface.py" line="6348" />
90904 <location filename="../UI/UserInterface.py" line="6293" /> 90903 <location filename="../UI/UserInterface.py" line="6300" />
90905 <location filename="../UI/UserInterface.py" line="6283" /> 90904 <location filename="../UI/UserInterface.py" line="6290" />
90906 <location filename="../UI/UserInterface.py" line="6114" /> 90905 <location filename="../UI/UserInterface.py" line="6121" />
90907 <location filename="../UI/UserInterface.py" line="6104" /> 90906 <location filename="../UI/UserInterface.py" line="6111" />
90908 <location filename="../UI/UserInterface.py" line="6046" /> 90907 <location filename="../UI/UserInterface.py" line="6053" />
90909 <location filename="../UI/UserInterface.py" line="6036" /> 90908 <location filename="../UI/UserInterface.py" line="6043" />
90910 <source>Problem</source> 90909 <source>Problem</source>
90911 <translation type="unfinished" /> 90910 <translation type="unfinished" />
90912 </message> 90911 </message>
90913 <message> 90912 <message>
90914 <location filename="../UI/UserInterface.py" line="6353" /> 90913 <location filename="../UI/UserInterface.py" line="6360" />
90915 <location filename="../UI/UserInterface.py" line="6342" /> 90914 <location filename="../UI/UserInterface.py" line="6349" />
90916 <location filename="../UI/UserInterface.py" line="6294" /> 90915 <location filename="../UI/UserInterface.py" line="6301" />
90917 <location filename="../UI/UserInterface.py" line="6284" /> 90916 <location filename="../UI/UserInterface.py" line="6291" />
90918 <location filename="../UI/UserInterface.py" line="6115" /> 90917 <location filename="../UI/UserInterface.py" line="6122" />
90919 <location filename="../UI/UserInterface.py" line="6105" /> 90918 <location filename="../UI/UserInterface.py" line="6112" />
90920 <location filename="../UI/UserInterface.py" line="6047" /> 90919 <location filename="../UI/UserInterface.py" line="6054" />
90921 <location filename="../UI/UserInterface.py" line="6037" /> 90920 <location filename="../UI/UserInterface.py" line="6044" />
90922 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source> 90921 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
90923 <translation type="unfinished" /> 90922 <translation type="unfinished" />
90924 </message> 90923 </message>
90925 <message> 90924 <message>
90926 <location filename="../UI/UserInterface.py" line="6596" /> 90925 <location filename="../UI/UserInterface.py" line="6603" />
90927 <location filename="../UI/UserInterface.py" line="6507" /> 90926 <location filename="../UI/UserInterface.py" line="6514" />
90928 <location filename="../UI/UserInterface.py" line="6388" /> 90927 <location filename="../UI/UserInterface.py" line="6395" />
90929 <location filename="../UI/UserInterface.py" line="6365" /> 90928 <location filename="../UI/UserInterface.py" line="6372" />
90930 <location filename="../UI/UserInterface.py" line="6306" /> 90929 <location filename="../UI/UserInterface.py" line="6313" />
90931 <location filename="../UI/UserInterface.py" line="6253" /> 90930 <location filename="../UI/UserInterface.py" line="6260" />
90932 <location filename="../UI/UserInterface.py" line="6231" /> 90931 <location filename="../UI/UserInterface.py" line="6238" />
90933 <location filename="../UI/UserInterface.py" line="6190" /> 90932 <location filename="../UI/UserInterface.py" line="6197" />
90934 <location filename="../UI/UserInterface.py" line="6181" /> 90933 <location filename="../UI/UserInterface.py" line="6188" />
90935 <location filename="../UI/UserInterface.py" line="6146" /> 90934 <location filename="../UI/UserInterface.py" line="6153" />
90936 <location filename="../UI/UserInterface.py" line="6137" /> 90935 <location filename="../UI/UserInterface.py" line="6144" />
90937 <location filename="../UI/UserInterface.py" line="6078" /> 90936 <location filename="../UI/UserInterface.py" line="6085" />
90938 <location filename="../UI/UserInterface.py" line="6069" /> 90937 <location filename="../UI/UserInterface.py" line="6076" />
90939 <source>Process Generation Error</source> 90938 <source>Process Generation Error</source>
90940 <translation type="unfinished" /> 90939 <translation type="unfinished" />
90941 </message> 90940 </message>
90942 <message> 90941 <message>
90943 <location filename="../UI/UserInterface.py" line="6070" /> 90942 <location filename="../UI/UserInterface.py" line="6077" />
90944 <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source> 90943 <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
90945 <translation type="unfinished" /> 90944 <translation type="unfinished" />
90946 </message> 90945 </message>
90947 <message> 90946 <message>
90948 <location filename="../UI/UserInterface.py" line="6079" /> 90947 <location filename="../UI/UserInterface.py" line="6086" />
90949 <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source> 90948 <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
90950 <translation type="unfinished" /> 90949 <translation type="unfinished" />
90951 </message> 90950 </message>
90952 <message> 90951 <message>
90953 <location filename="../UI/UserInterface.py" line="6138" /> 90952 <location filename="../UI/UserInterface.py" line="6145" />
90954 <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source> 90953 <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
90955 <translation type="unfinished" /> 90954 <translation type="unfinished" />
90956 </message> 90955 </message>
90957 <message> 90956 <message>
90958 <location filename="../UI/UserInterface.py" line="6147" /> 90957 <location filename="../UI/UserInterface.py" line="6154" />
90959 <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source> 90958 <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
90960 <translation type="unfinished" /> 90959 <translation type="unfinished" />
90961 </message> 90960 </message>
90962 <message> 90961 <message>
90963 <location filename="../UI/UserInterface.py" line="6182" /> 90962 <location filename="../UI/UserInterface.py" line="6189" />
90964 <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source> 90963 <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
90965 <translation type="unfinished" /> 90964 <translation type="unfinished" />
90966 </message> 90965 </message>
90967 <message> 90966 <message>
90968 <location filename="../UI/UserInterface.py" line="6191" /> 90967 <location filename="../UI/UserInterface.py" line="6198" />
90969 <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source> 90968 <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
90970 <translation type="unfinished" /> 90969 <translation type="unfinished" />
90971 </message> 90970 </message>
90972 <message> 90971 <message>
90973 <location filename="../UI/UserInterface.py" line="6216" /> 90972 <location filename="../UI/UserInterface.py" line="6223" />
90974 <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> 90973 <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
90975 <translation type="unfinished" /> 90974 <translation type="unfinished" />
90976 </message> 90975 </message>
90977 <message> 90976 <message>
90978 <location filename="../UI/UserInterface.py" line="6232" /> 90977 <location filename="../UI/UserInterface.py" line="6239" />
90979 <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source> 90978 <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
90980 <translation type="unfinished" /> 90979 <translation type="unfinished" />
90981 </message> 90980 </message>
90982 <message> 90981 <message>
90983 <location filename="../UI/UserInterface.py" line="6254" /> 90982 <location filename="../UI/UserInterface.py" line="6261" />
90984 <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source> 90983 <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
90985 <translation type="unfinished" /> 90984 <translation type="unfinished" />
90986 </message> 90985 </message>
90987 <message> 90986 <message>
90988 <location filename="../UI/UserInterface.py" line="6307" /> 90987 <location filename="../UI/UserInterface.py" line="6314" />
90989 <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source> 90988 <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
90990 <translation type="unfinished" /> 90989 <translation type="unfinished" />
90991 </message> 90990 </message>
90992 <message> 90991 <message>
90993 <location filename="../UI/UserInterface.py" line="6366" /> 90992 <location filename="../UI/UserInterface.py" line="6373" />
90994 <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source> 90993 <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
90995 <translation type="unfinished" /> 90994 <translation type="unfinished" />
90996 </message> 90995 </message>
90997 <message> 90996 <message>
90998 <location filename="../UI/UserInterface.py" line="6389" /> 90997 <location filename="../UI/UserInterface.py" line="6396" />
90999 <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source> 90998 <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
91000 <translation type="unfinished" /> 90999 <translation type="unfinished" />
91001 </message> 91000 </message>
91002 <message> 91001 <message>
91003 <location filename="../UI/UserInterface.py" line="6488" /> 91002 <location filename="../UI/UserInterface.py" line="6495" />
91004 <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source> 91003 <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
91005 <translation type="unfinished" /> 91004 <translation type="unfinished" />
91006 </message> 91005 </message>
91007 <message> 91006 <message>
91008 <location filename="../UI/UserInterface.py" line="6508" /> 91007 <location filename="../UI/UserInterface.py" line="6515" />
91009 <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source> 91008 <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
91010 <translation type="unfinished" /> 91009 <translation type="unfinished" />
91011 </message> 91010 </message>
91012 <message> 91011 <message>
91013 <location filename="../UI/UserInterface.py" line="6541" /> 91012 <location filename="../UI/UserInterface.py" line="6548" />
91014 <location filename="../UI/UserInterface.py" line="6531" /> 91013 <location filename="../UI/UserInterface.py" line="6538" />
91015 <source>External Tools</source> 91014 <source>External Tools</source>
91016 <translation type="unfinished" /> 91015 <translation type="unfinished" />
91017 </message> 91016 </message>
91018 <message> 91017 <message>
91019 <location filename="../UI/UserInterface.py" line="6532" /> 91018 <location filename="../UI/UserInterface.py" line="6539" />
91020 <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> 91019 <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
91021 <translation type="unfinished" /> 91020 <translation type="unfinished" />
91022 </message> 91021 </message>
91023 <message> 91022 <message>
91024 <location filename="../UI/UserInterface.py" line="6542" /> 91023 <location filename="../UI/UserInterface.py" line="6549" />
91025 <source>No toolgroup entry '{0}' found.</source> 91024 <source>No toolgroup entry '{0}' found.</source>
91026 <translation type="unfinished" /> 91025 <translation type="unfinished" />
91027 </message> 91026 </message>
91028 <message> 91027 <message>
91029 <location filename="../UI/UserInterface.py" line="6579" /> 91028 <location filename="../UI/UserInterface.py" line="6586" />
91030 <source>Starting process '{0} {1}'. 91029 <source>Starting process '{0} {1}'.
91031 </source> 91030 </source>
91032 <translation type="unfinished" /> 91031 <translation type="unfinished" />
91033 </message> 91032 </message>
91034 <message> 91033 <message>
91035 <location filename="../UI/UserInterface.py" line="6597" /> 91034 <location filename="../UI/UserInterface.py" line="6604" />
91036 <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source> 91035 <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
91037 <translation type="unfinished" /> 91036 <translation type="unfinished" />
91038 </message> 91037 </message>
91039 <message> 91038 <message>
91040 <location filename="../UI/UserInterface.py" line="6676" /> 91039 <location filename="../UI/UserInterface.py" line="6683" />
91041 <source>Process '{0}' has exited. 91040 <source>Process '{0}' has exited.
91042 </source> 91041 </source>
91043 <translation type="unfinished" /> 91042 <translation type="unfinished" />
91044 </message> 91043 </message>
91045 <message> 91044 <message>
91046 <location filename="../UI/UserInterface.py" line="6963" /> 91045 <location filename="../UI/UserInterface.py" line="6970" />
91047 <location filename="../UI/UserInterface.py" line="6901" /> 91046 <location filename="../UI/UserInterface.py" line="6908" />
91048 <location filename="../UI/UserInterface.py" line="6857" /> 91047 <location filename="../UI/UserInterface.py" line="6864" />
91049 <location filename="../UI/UserInterface.py" line="6783" /> 91048 <location filename="../UI/UserInterface.py" line="6790" />
91050 <location filename="../UI/UserInterface.py" line="6719" /> 91049 <location filename="../UI/UserInterface.py" line="6726" />
91051 <source>Documentation Missing</source> 91050 <source>Documentation Missing</source>
91052 <translation type="unfinished" /> 91051 <translation type="unfinished" />
91053 </message> 91052 </message>
91054 <message> 91053 <message>
91055 <location filename="../UI/UserInterface.py" line="6964" /> 91054 <location filename="../UI/UserInterface.py" line="6971" />
91056 <location filename="../UI/UserInterface.py" line="6902" /> 91055 <location filename="../UI/UserInterface.py" line="6909" />
91057 <location filename="../UI/UserInterface.py" line="6858" /> 91056 <location filename="../UI/UserInterface.py" line="6865" />
91058 <location filename="../UI/UserInterface.py" line="6784" /> 91057 <location filename="../UI/UserInterface.py" line="6791" />
91059 <location filename="../UI/UserInterface.py" line="6720" /> 91058 <location filename="../UI/UserInterface.py" line="6727" />
91060 <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source> 91059 <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
91061 <translation type="unfinished" /> 91060 <translation type="unfinished" />
91062 </message> 91061 </message>
91063 <message> 91062 <message>
91064 <location filename="../UI/UserInterface.py" line="6945" /> 91063 <location filename="../UI/UserInterface.py" line="6952" />
91065 <location filename="../UI/UserInterface.py" line="6827" /> 91064 <location filename="../UI/UserInterface.py" line="6834" />
91066 <source>Documentation</source> 91065 <source>Documentation</source>
91067 <translation type="unfinished" /> 91066 <translation type="unfinished" />
91068 </message> 91067 </message>
91069 <message> 91068 <message>
91070 <location filename="../UI/UserInterface.py" line="6828" /> 91069 <location filename="../UI/UserInterface.py" line="6835" />
91071 <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source> 91070 <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
91072 <translation type="unfinished" /> 91071 <translation type="unfinished" />
91073 </message> 91072 </message>
91074 <message> 91073 <message>
91075 <location filename="../UI/UserInterface.py" line="6946" /> 91074 <location filename="../UI/UserInterface.py" line="6953" />
91076 <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source> 91075 <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
91077 <translation type="unfinished" /> 91076 <translation type="unfinished" />
91078 </message> 91077 </message>
91079 <message> 91078 <message>
91080 <location filename="../UI/UserInterface.py" line="7125" /> 91079 <location filename="../UI/UserInterface.py" line="7132" />
91081 <location filename="../UI/UserInterface.py" line="7061" /> 91080 <location filename="../UI/UserInterface.py" line="7068" />
91082 <source>Start Web Browser</source> 91081 <source>Start Web Browser</source>
91083 <translation type="unfinished" /> 91082 <translation type="unfinished" />
91084 </message> 91083 </message>
91085 <message> 91084 <message>
91086 <location filename="../UI/UserInterface.py" line="7062" /> 91085 <location filename="../UI/UserInterface.py" line="7069" />
91087 <source>The eric web browser could not be started.</source> 91086 <source>The eric web browser could not be started.</source>
91088 <translation type="unfinished" /> 91087 <translation type="unfinished" />
91089 </message> 91088 </message>
91090 <message> 91089 <message>
91091 <location filename="../UI/UserInterface.py" line="7126" /> 91090 <location filename="../UI/UserInterface.py" line="7133" />
91092 <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source> 91091 <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
91093 <translation type="unfinished" /> 91092 <translation type="unfinished" />
91094 </message> 91093 </message>
91095 <message> 91094 <message>
91096 <location filename="../UI/UserInterface.py" line="7172" /> 91095 <location filename="../UI/UserInterface.py" line="7179" />
91097 <source>Open Browser</source> 91096 <source>Open Browser</source>
91098 <translation type="unfinished" /> 91097 <translation type="unfinished" />
91099 </message> 91098 </message>
91100 <message> 91099 <message>
91101 <location filename="../UI/UserInterface.py" line="7172" /> 91100 <location filename="../UI/UserInterface.py" line="7179" />
91102 <source>Could not start a web browser</source> 91101 <source>Could not start a web browser</source>
91103 <translation type="unfinished" /> 91102 <translation type="unfinished" />
91104 </message> 91103 </message>
91105 <message> 91104 <message>
91106 <location filename="../UI/UserInterface.py" line="7467" /> 91105 <location filename="../UI/UserInterface.py" line="7474" />
91107 <location filename="../UI/UserInterface.py" line="7429" /> 91106 <location filename="../UI/UserInterface.py" line="7436" />
91108 <source>Keyboard Shortcuts File (*.ekj)</source> 91107 <source>Keyboard Shortcuts File (*.ekj)</source>
91109 <translation type="unfinished" /> 91108 <translation type="unfinished" />
91110 </message> 91109 </message>
91111 <message> 91110 <message>
91112 <location filename="../UI/UserInterface.py" line="7447" /> 91111 <location filename="../UI/UserInterface.py" line="7454" />
91113 <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source> 91112 <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
91114 <translation type="unfinished" /> 91113 <translation type="unfinished" />
91115 </message> 91114 </message>
91116 <message> 91115 <message>
91117 <location filename="../UI/UserInterface.py" line="7675" /> 91116 <location filename="../UI/UserInterface.py" line="7682" />
91118 <source>Read Session</source> 91117 <source>Read Session</source>
91119 <translation type="unfinished" /> 91118 <translation type="unfinished" />
91120 </message> 91119 </message>
91121 <message> 91120 <message>
91122 <location filename="../UI/UserInterface.py" line="7676" /> 91121 <location filename="../UI/UserInterface.py" line="7683" />
91123 <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source> 91122 <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
91124 <translation type="unfinished" /> 91123 <translation type="unfinished" />
91125 </message> 91124 </message>
91126 <message> 91125 <message>
91127 <location filename="../UI/UserInterface.py" line="7699" /> 91126 <location filename="../UI/UserInterface.py" line="7706" />
91128 <source>Save Session</source> 91127 <source>Save Session</source>
91129 <translation type="unfinished" /> 91128 <translation type="unfinished" />
91130 </message> 91129 </message>
91131 <message> 91130 <message>
91132 <location filename="../UI/UserInterface.py" line="7724" /> 91131 <location filename="../UI/UserInterface.py" line="7731" />
91133 <location filename="../UI/UserInterface.py" line="7701" /> 91132 <location filename="../UI/UserInterface.py" line="7708" />
91134 <source>eric Session Files (*.esj)</source> 91133 <source>eric Session Files (*.esj)</source>
91135 <translation type="unfinished" /> 91134 <translation type="unfinished" />
91136 </message> 91135 </message>
91137 <message> 91136 <message>
91138 <location filename="../UI/UserInterface.py" line="7769" /> 91137 <location filename="../UI/UserInterface.py" line="7776" />
91139 <source>Crash Session found!</source> 91138 <source>Crash Session found!</source>
91140 <translation type="unfinished" /> 91139 <translation type="unfinished" />
91141 </message> 91140 </message>
91142 <message> 91141 <message>
91143 <location filename="../UI/UserInterface.py" line="7770" /> 91142 <location filename="../UI/UserInterface.py" line="7777" />
91144 <source>A session file of a crashed session was found. Shall this session be restored?</source> 91143 <source>A session file of a crashed session was found. Shall this session be restored?</source>
91145 <translation type="unfinished" /> 91144 <translation type="unfinished" />
91146 </message> 91145 </message>
91147 <message> 91146 <message>
91148 <location filename="../UI/UserInterface.py" line="8147" /> 91147 <location filename="../UI/UserInterface.py" line="8154" />
91149 <source>Drop Error</source> 91148 <source>Drop Error</source>
91150 <translation type="unfinished" /> 91149 <translation type="unfinished" />
91151 </message> 91150 </message>
91152 <message> 91151 <message>
91153 <location filename="../UI/UserInterface.py" line="8148" /> 91152 <location filename="../UI/UserInterface.py" line="8155" />
91154 <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source> 91153 <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
91155 <translation type="unfinished" /> 91154 <translation type="unfinished" />
91156 </message> 91155 </message>
91157 <message> 91156 <message>
91158 <location filename="../UI/UserInterface.py" line="8330" /> 91157 <location filename="../UI/UserInterface.py" line="8341" />
91159 <source>Upgrade available</source> 91158 <source>Upgrade available</source>
91160 <translation type="unfinished" /> 91159 <translation type="unfinished" />
91161 </message> 91160 </message>
91162 <message> 91161 <message>
91163 <location filename="../UI/UserInterface.py" line="8331" /> 91162 <location filename="../UI/UserInterface.py" line="8342" />
91164 <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source> 91163 <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
91165 <translation type="unfinished" /> 91164 <translation type="unfinished" />
91166 </message> 91165 </message>
91167 <message> 91166 <message>
91168 <location filename="../UI/UserInterface.py" line="8376" /> 91167 <location filename="../UI/UserInterface.py" line="8387" />
91169 <source>First time usage</source> 91168 <source>First time usage</source>
91170 <translation type="unfinished" /> 91169 <translation type="unfinished" />
91171 </message> 91170 </message>
91172 <message> 91171 <message>
91173 <location filename="../UI/UserInterface.py" line="8377" /> 91172 <location filename="../UI/UserInterface.py" line="8388" />
91174 <source>eric has not been configured yet. The configuration dialog will be started.</source> 91173 <source>eric has not been configured yet. The configuration dialog will be started.</source>
91175 <translation type="unfinished" /> 91174 <translation type="unfinished" />
91176 </message> 91175 </message>
91177 <message> 91176 <message>
91178 <location filename="../UI/UserInterface.py" line="8399" /> 91177 <location filename="../UI/UserInterface.py" line="8410" />
91179 <source>Select Workspace Directory</source> 91178 <source>Select Workspace Directory</source>
91180 <translation type="unfinished" /> 91179 <translation type="unfinished" />
91181 </message> 91180 </message>
91182 <message> 91181 <message>
91183 <location filename="../UI/UserInterface.py" line="8564" /> 91182 <location filename="../UI/UserInterface.py" line="8575" />
91184 <source>Unsaved Data Detected</source> 91183 <source>Unsaved Data Detected</source>
91185 <translation type="unfinished" /> 91184 <translation type="unfinished" />
91186 </message> 91185 </message>
91187 <message> 91186 <message>
91188 <location filename="../UI/UserInterface.py" line="8565" /> 91187 <location filename="../UI/UserInterface.py" line="8576" />
91189 <source>Some editors contain unsaved data. Shall these be saved?</source> 91188 <source>Some editors contain unsaved data. Shall these be saved?</source>
91190 <translation type="unfinished" /> 91189 <translation type="unfinished" />
91191 </message> 91190 </message>
91192 </context> 91191 </context>
91193 <context> 91192 <context>
91611 <location filename="../Debugger/VariablesViewer.py" line="931" /> 91610 <location filename="../Debugger/VariablesViewer.py" line="931" />
91612 <source>&lt;b&gt;The Local Variables Viewer Window&lt;/b&gt;&lt;p&gt;This window displays the local variables of the debugged program.&lt;/p&gt;</source> 91611 <source>&lt;b&gt;The Local Variables Viewer Window&lt;/b&gt;&lt;p&gt;This window displays the local variables of the debugged program.&lt;/p&gt;</source>
91613 <translation type="unfinished" /> 91612 <translation type="unfinished" />
91614 </message> 91613 </message>
91615 <message> 91614 <message>
91615 <location filename="../Debugger/VariablesViewer.py" line="1055" />
91616 <source>Show Details...</source>
91617 <translation type="unfinished" />
91618 </message>
91619 <message>
91616 <location filename="../Debugger/VariablesViewer.py" line="1057" /> 91620 <location filename="../Debugger/VariablesViewer.py" line="1057" />
91617 <source>Show Details...</source> 91621 <source>Expand</source>
91622 <translation type="unfinished" />
91623 </message>
91624 <message>
91625 <location filename="../Debugger/VariablesViewer.py" line="1058" />
91626 <source>Collapse</source>
91618 <translation type="unfinished" /> 91627 <translation type="unfinished" />
91619 </message> 91628 </message>
91620 <message> 91629 <message>
91621 <location filename="../Debugger/VariablesViewer.py" line="1059" /> 91630 <location filename="../Debugger/VariablesViewer.py" line="1059" />
91622 <source>Expand</source> 91631 <source>Collapse All</source>
91623 <translation type="unfinished" /> 91632 <translation type="unfinished" />
91624 </message> 91633 </message>
91625 <message> 91634 <message>
91626 <location filename="../Debugger/VariablesViewer.py" line="1060" /> 91635 <location filename="../Debugger/VariablesViewer.py" line="1067" />
91627 <source>Collapse</source>
91628 <translation type="unfinished" />
91629 </message>
91630 <message>
91631 <location filename="../Debugger/VariablesViewer.py" line="1061" /> 91636 <location filename="../Debugger/VariablesViewer.py" line="1061" />
91632 <source>Collapse All</source> 91637 <source>Refresh</source>
91633 <translation type="unfinished" /> 91638 <translation type="unfinished" />
91634 </message> 91639 </message>
91635 <message> 91640 <message>
91636 <location filename="../Debugger/VariablesViewer.py" line="1069" /> 91641 <location filename="../Debugger/VariablesViewer.py" line="1069" />
91637 <location filename="../Debugger/VariablesViewer.py" line="1063" /> 91642 <location filename="../Debugger/VariablesViewer.py" line="1063" />
91638 <source>Refresh</source> 91643 <source>Configure...</source>
91639 <translation type="unfinished" /> 91644 <translation type="unfinished" />
91640 </message> 91645 </message>
91641 <message> 91646 <message>
91642 <location filename="../Debugger/VariablesViewer.py" line="1071" /> 91647 <location filename="../Debugger/VariablesViewer.py" line="1071" />
91643 <location filename="../Debugger/VariablesViewer.py" line="1065" /> 91648 <location filename="../Debugger/VariablesViewer.py" line="1064" />
91644 <source>Configure...</source>
91645 <translation type="unfinished" />
91646 </message>
91647 <message>
91648 <location filename="../Debugger/VariablesViewer.py" line="1073" />
91649 <location filename="../Debugger/VariablesViewer.py" line="1066" />
91650 <source>Variables Type Filter...</source> 91649 <source>Variables Type Filter...</source>
91651 <translation type="unfinished" /> 91650 <translation type="unfinished" />
91652 </message> 91651 </message>
91653 </context> 91652 </context>
91654 <context> 91653 <context>
92363 </message> 92362 </message>
92364 </context> 92363 </context>
92365 <context> 92364 <context>
92366 <name>ViewManager</name> 92365 <name>ViewManager</name>
92367 <message> 92366 <message>
92368 <location filename="../ViewManager/ViewManager.py" line="606" /> 92367 <location filename="../ViewManager/ViewManager.py" line="609" />
92369 <source>New</source> 92368 <source>New</source>
92370 <translation type="unfinished" /> 92369 <translation type="unfinished" />
92371 </message> 92370 </message>
92372 <message> 92371 <message>
92373 <location filename="../ViewManager/ViewManager.py" line="608" /> 92372 <location filename="../ViewManager/ViewManager.py" line="611" />
92374 <source>&amp;New</source> 92373 <source>&amp;New</source>
92375 <translation type="unfinished" /> 92374 <translation type="unfinished" />
92376 </message> 92375 </message>
92377 <message> 92376 <message>
92378 <location filename="../ViewManager/ViewManager.py" line="610" /> 92377 <location filename="../ViewManager/ViewManager.py" line="613" />
92379 <source>Ctrl+N</source> 92378 <source>Ctrl+N</source>
92380 <comment>File|New</comment> 92379 <comment>File|New</comment>
92381 <translation type="unfinished" /> 92380 <translation type="unfinished" />
92382 </message> 92381 </message>
92383 <message> 92382 <message>
92384 <location filename="../ViewManager/ViewManager.py" line="617" /> 92383 <location filename="../ViewManager/ViewManager.py" line="620" />
92385 <source>Open an empty editor window</source> 92384 <source>Open an empty editor window</source>
92386 <translation type="unfinished" /> 92385 <translation type="unfinished" />
92387 </message> 92386 </message>
92388 <message> 92387 <message>
92389 <location filename="../ViewManager/ViewManager.py" line="620" /> 92388 <location filename="../ViewManager/ViewManager.py" line="623" />
92390 <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source> 92389 <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
92391 <translation type="unfinished" /> 92390 <translation type="unfinished" />
92392 </message> 92391 </message>
92393 <message> 92392 <message>
92394 <location filename="../ViewManager/ViewManager.py" line="629" /> 92393 <location filename="../ViewManager/ViewManager.py" line="632" />
92395 <source>Open</source> 92394 <source>Open</source>
92396 <translation type="unfinished" /> 92395 <translation type="unfinished" />
92397 </message> 92396 </message>
92398 <message> 92397 <message>
92399 <location filename="../ViewManager/ViewManager.py" line="631" /> 92398 <location filename="../ViewManager/ViewManager.py" line="634" />
92400 <source>&amp;Open...</source> 92399 <source>&amp;Open...</source>
92401 <translation type="unfinished" /> 92400 <translation type="unfinished" />
92402 </message> 92401 </message>
92403 <message> 92402 <message>
92404 <location filename="../ViewManager/ViewManager.py" line="633" /> 92403 <location filename="../ViewManager/ViewManager.py" line="636" />
92405 <source>Ctrl+O</source> 92404 <source>Ctrl+O</source>
92406 <comment>File|Open</comment> 92405 <comment>File|Open</comment>
92407 <translation type="unfinished" /> 92406 <translation type="unfinished" />
92408 </message> 92407 </message>
92409 <message> 92408 <message>
92410 <location filename="../ViewManager/ViewManager.py" line="640" /> 92409 <location filename="../ViewManager/ViewManager.py" line="643" />
92411 <source>Open a file</source> 92410 <source>Open a file</source>
92412 <translation type="unfinished" /> 92411 <translation type="unfinished" />
92413 </message> 92412 </message>
92414 <message> 92413 <message>
92415 <location filename="../ViewManager/ViewManager.py" line="643" /> 92414 <location filename="../ViewManager/ViewManager.py" line="646" />
92416 <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source> 92415 <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
92417 <translation type="unfinished" /> 92416 <translation type="unfinished" />
92418 </message> 92417 </message>
92419 <message> 92418 <message>
92420 <location filename="../ViewManager/ViewManager.py" line="656" /> 92419 <location filename="../ViewManager/ViewManager.py" line="659" />
92421 <location filename="../ViewManager/ViewManager.py" line="654" /> 92420 <location filename="../ViewManager/ViewManager.py" line="657" />
92422 <source>Reload</source> 92421 <source>Reload</source>
92423 <translation type="unfinished" /> 92422 <translation type="unfinished" />
92424 </message> 92423 </message>
92425 <message> 92424 <message>
92426 <location filename="../ViewManager/ViewManager.py" line="663" /> 92425 <location filename="../ViewManager/ViewManager.py" line="666" />
92427 <source>Reload the current file</source> 92426 <source>Reload the current file</source>
92428 <translation type="unfinished" /> 92427 <translation type="unfinished" />
92429 </message> 92428 </message>
92430 <message> 92429 <message>
92431 <location filename="../ViewManager/ViewManager.py" line="666" /> 92430 <location filename="../ViewManager/ViewManager.py" line="669" />
92432 <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;Reload the contents of current editor window. If the editor contents was modified, a warning will be issued.&lt;/p&gt;</source> 92431 <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;Reload the contents of current editor window. If the editor contents was modified, a warning will be issued.&lt;/p&gt;</source>
92433 <translation type="unfinished" /> 92432 <translation type="unfinished" />
92434 </message> 92433 </message>
92435 <message> 92434 <message>
92436 <location filename="../ViewManager/ViewManager.py" line="679" /> 92435 <location filename="../ViewManager/ViewManager.py" line="682" />
92437 <source>Close</source> 92436 <source>Close</source>
92438 <translation type="unfinished" /> 92437 <translation type="unfinished" />
92439 </message> 92438 </message>
92440 <message> 92439 <message>
92441 <location filename="../ViewManager/ViewManager.py" line="681" /> 92440 <location filename="../ViewManager/ViewManager.py" line="684" />
92442 <source>&amp;Close</source> 92441 <source>&amp;Close</source>
92443 <translation type="unfinished" /> 92442 <translation type="unfinished" />
92444 </message> 92443 </message>
92445 <message> 92444 <message>
92446 <location filename="../ViewManager/ViewManager.py" line="683" /> 92445 <location filename="../ViewManager/ViewManager.py" line="686" />
92447 <source>Ctrl+W</source> 92446 <source>Ctrl+W</source>
92448 <comment>File|Close</comment> 92447 <comment>File|Close</comment>
92449 <translation type="unfinished" /> 92448 <translation type="unfinished" />
92450 </message> 92449 </message>
92451 <message> 92450 <message>
92452 <location filename="../ViewManager/ViewManager.py" line="690" /> 92451 <location filename="../ViewManager/ViewManager.py" line="693" />
92453 <source>Close the current window</source> 92452 <source>Close the current window</source>
92454 <translation type="unfinished" /> 92453 <translation type="unfinished" />
92455 </message> 92454 </message>
92456 <message> 92455 <message>
92457 <location filename="../ViewManager/ViewManager.py" line="693" /> 92456 <location filename="../ViewManager/ViewManager.py" line="696" />
92458 <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source> 92457 <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
92459 <translation type="unfinished" /> 92458 <translation type="unfinished" />
92460 </message> 92459 </message>
92461 <message> 92460 <message>
92462 <location filename="../ViewManager/ViewManager.py" line="702" /> 92461 <location filename="../ViewManager/ViewManager.py" line="705" />
92463 <source>Close All</source> 92462 <source>Close All</source>
92464 <translation type="unfinished" /> 92463 <translation type="unfinished" />
92465 </message> 92464 </message>
92466 <message> 92465 <message>
92467 <location filename="../ViewManager/ViewManager.py" line="703" /> 92466 <location filename="../ViewManager/ViewManager.py" line="706" />
92468 <source>Clos&amp;e All</source> 92467 <source>Clos&amp;e All</source>
92469 <translation type="unfinished" /> 92468 <translation type="unfinished" />
92470 </message> 92469 </message>
92471 <message> 92470 <message>
92472 <location filename="../ViewManager/ViewManager.py" line="710" /> 92471 <location filename="../ViewManager/ViewManager.py" line="713" />
92473 <source>Close all editor windows</source> 92472 <source>Close all editor windows</source>
92474 <translation type="unfinished" /> 92473 <translation type="unfinished" />
92475 </message> 92474 </message>
92476 <message> 92475 <message>
92477 <location filename="../ViewManager/ViewManager.py" line="713" /> 92476 <location filename="../ViewManager/ViewManager.py" line="716" />
92478 <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source> 92477 <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
92479 <translation type="unfinished" /> 92478 <translation type="unfinished" />
92480 </message> 92479 </message>
92481 <message> 92480 <message>
92482 <location filename="../ViewManager/ViewManager.py" line="726" /> 92481 <location filename="../ViewManager/ViewManager.py" line="729" />
92483 <source>Save</source> 92482 <source>Save</source>
92484 <translation type="unfinished" /> 92483 <translation type="unfinished" />
92485 </message> 92484 </message>
92486 <message> 92485 <message>
92487 <location filename="../ViewManager/ViewManager.py" line="728" /> 92486 <location filename="../ViewManager/ViewManager.py" line="731" />
92488 <source>&amp;Save</source> 92487 <source>&amp;Save</source>
92489 <translation type="unfinished" /> 92488 <translation type="unfinished" />
92490 </message> 92489 </message>
92491 <message> 92490 <message>
92492 <location filename="../QScintilla/ShellWindow.py" line="312" /> 92491 <location filename="../QScintilla/ShellWindow.py" line="312" />
92493 <location filename="../ViewManager/ViewManager.py" line="730" /> 92492 <location filename="../ViewManager/ViewManager.py" line="733" />
92494 <source>Ctrl+S</source> 92493 <source>Ctrl+S</source>
92495 <comment>File|Save</comment> 92494 <comment>File|Save</comment>
92496 <translation type="unfinished" /> 92495 <translation type="unfinished" />
92497 </message> 92496 </message>
92498 <message> 92497 <message>
92499 <location filename="../ViewManager/ViewManager.py" line="737" /> 92498 <location filename="../ViewManager/ViewManager.py" line="740" />
92500 <source>Save the current file</source> 92499 <source>Save the current file</source>
92501 <translation type="unfinished" /> 92500 <translation type="unfinished" />
92502 </message> 92501 </message>
92503 <message> 92502 <message>
92504 <location filename="../ViewManager/ViewManager.py" line="740" /> 92503 <location filename="../ViewManager/ViewManager.py" line="743" />
92505 <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source> 92504 <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
92506 <translation type="unfinished" /> 92505 <translation type="unfinished" />
92507 </message> 92506 </message>
92508 <message> 92507 <message>
92509 <location filename="../ViewManager/ViewManager.py" line="750" /> 92508 <location filename="../ViewManager/ViewManager.py" line="753" />
92510 <source>Save as</source> 92509 <source>Save as</source>
92511 <translation type="unfinished" /> 92510 <translation type="unfinished" />
92512 </message> 92511 </message>
92513 <message> 92512 <message>
92514 <location filename="../ViewManager/ViewManager.py" line="752" /> 92513 <location filename="../ViewManager/ViewManager.py" line="755" />
92515 <source>Save &amp;as...</source> 92514 <source>Save &amp;as...</source>
92516 <translation type="unfinished" /> 92515 <translation type="unfinished" />
92517 </message> 92516 </message>
92518 <message> 92517 <message>
92519 <location filename="../ViewManager/ViewManager.py" line="754" /> 92518 <location filename="../ViewManager/ViewManager.py" line="757" />
92520 <source>Shift+Ctrl+S</source> 92519 <source>Shift+Ctrl+S</source>
92521 <comment>File|Save As</comment> 92520 <comment>File|Save As</comment>
92522 <translation type="unfinished" /> 92521 <translation type="unfinished" />
92523 </message> 92522 </message>
92524 <message> 92523 <message>
92525 <location filename="../ViewManager/ViewManager.py" line="763" /> 92524 <location filename="../ViewManager/ViewManager.py" line="766" />
92526 <source>Save the current file to a new one</source> 92525 <source>Save the current file to a new one</source>
92527 <translation type="unfinished" /> 92526 <translation type="unfinished" />
92528 </message> 92527 </message>
92529 <message> 92528 <message>
92530 <location filename="../ViewManager/ViewManager.py" line="768" /> 92529 <location filename="../ViewManager/ViewManager.py" line="771" />
92531 <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source> 92530 <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
92532 <translation type="unfinished" /> 92531 <translation type="unfinished" />
92533 </message> 92532 </message>
92534 <message> 92533 <message>
92535 <location filename="../ViewManager/ViewManager.py" line="779" /> 92534 <location filename="../ViewManager/ViewManager.py" line="782" />
92536 <source>Save Copy</source> 92535 <source>Save Copy</source>
92537 <translation type="unfinished" /> 92536 <translation type="unfinished" />
92538 </message> 92537 </message>
92539 <message> 92538 <message>
92540 <location filename="../ViewManager/ViewManager.py" line="781" /> 92539 <location filename="../ViewManager/ViewManager.py" line="784" />
92541 <source>Save &amp;Copy...</source> 92540 <source>Save &amp;Copy...</source>
92542 <translation type="unfinished" /> 92541 <translation type="unfinished" />
92543 </message> 92542 </message>
92544 <message> 92543 <message>
92545 <location filename="../ViewManager/ViewManager.py" line="788" /> 92544 <location filename="../ViewManager/ViewManager.py" line="791" />
92546 <source>Save a copy of the current file</source> 92545 <source>Save a copy of the current file</source>
92547 <translation type="unfinished" /> 92546 <translation type="unfinished" />
92548 </message> 92547 </message>
92549 <message> 92548 <message>
92550 <location filename="../ViewManager/ViewManager.py" line="791" /> 92549 <location filename="../ViewManager/ViewManager.py" line="794" />
92551 <source>&lt;b&gt;Save Copy&lt;/b&gt;&lt;p&gt;Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.&lt;/p&gt;</source> 92550 <source>&lt;b&gt;Save Copy&lt;/b&gt;&lt;p&gt;Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
92552 <translation type="unfinished" /> 92551 <translation type="unfinished" />
92553 </message> 92552 </message>
92554 <message> 92553 <message>
92555 <location filename="../ViewManager/ViewManager.py" line="802" /> 92554 <location filename="../ViewManager/ViewManager.py" line="805" />
92556 <source>Save all</source> 92555 <source>Save all</source>
92557 <translation type="unfinished" /> 92556 <translation type="unfinished" />
92558 </message> 92557 </message>
92559 <message> 92558 <message>
92560 <location filename="../ViewManager/ViewManager.py" line="804" /> 92559 <location filename="../ViewManager/ViewManager.py" line="807" />
92561 <source>Save a&amp;ll</source> 92560 <source>Save a&amp;ll</source>
92562 <translation type="unfinished" /> 92561 <translation type="unfinished" />
92563 </message> 92562 </message>
92564 <message> 92563 <message>
92565 <location filename="../ViewManager/ViewManager.py" line="811" /> 92564 <location filename="../ViewManager/ViewManager.py" line="814" />
92566 <source>Save all files</source> 92565 <source>Save all files</source>
92567 <translation type="unfinished" /> 92566 <translation type="unfinished" />
92568 </message> 92567 </message>
92569 <message> 92568 <message>
92570 <location filename="../ViewManager/ViewManager.py" line="814" /> 92569 <location filename="../ViewManager/ViewManager.py" line="817" />
92571 <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source> 92570 <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
92572 <translation type="unfinished" /> 92571 <translation type="unfinished" />
92573 </message> 92572 </message>
92574 <message> 92573 <message>
92575 <location filename="../ViewManager/ViewManager.py" line="826" /> 92574 <location filename="../ViewManager/ViewManager.py" line="829" />
92576 <source>Print</source> 92575 <source>Print</source>
92577 <translation type="unfinished" /> 92576 <translation type="unfinished" />
92578 </message> 92577 </message>
92579 <message> 92578 <message>
92580 <location filename="../ViewManager/ViewManager.py" line="828" /> 92579 <location filename="../ViewManager/ViewManager.py" line="831" />
92581 <source>&amp;Print</source> 92580 <source>&amp;Print</source>
92582 <translation type="unfinished" /> 92581 <translation type="unfinished" />
92583 </message> 92582 </message>
92584 <message> 92583 <message>
92585 <location filename="../ViewManager/ViewManager.py" line="830" /> 92584 <location filename="../ViewManager/ViewManager.py" line="833" />
92586 <source>Ctrl+P</source> 92585 <source>Ctrl+P</source>
92587 <comment>File|Print</comment> 92586 <comment>File|Print</comment>
92588 <translation type="unfinished" /> 92587 <translation type="unfinished" />
92589 </message> 92588 </message>
92590 <message> 92589 <message>
92591 <location filename="../ViewManager/ViewManager.py" line="837" /> 92590 <location filename="../ViewManager/ViewManager.py" line="840" />
92592 <source>Print the current file</source> 92591 <source>Print the current file</source>
92593 <translation type="unfinished" /> 92592 <translation type="unfinished" />
92594 </message> 92593 </message>
92595 <message> 92594 <message>
92596 <location filename="../ViewManager/ViewManager.py" line="840" /> 92595 <location filename="../ViewManager/ViewManager.py" line="843" />
92597 <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source> 92596 <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
92598 <translation type="unfinished" /> 92597 <translation type="unfinished" />
92599 </message> 92598 </message>
92600 <message> 92599 <message>
92601 <location filename="../QScintilla/MiniEditor.py" line="765" /> 92600 <location filename="../QScintilla/MiniEditor.py" line="765" />
92602 <location filename="../ViewManager/ViewManager.py" line="853" /> 92601 <location filename="../ViewManager/ViewManager.py" line="856" />
92603 <location filename="../ViewManager/ViewManager.py" line="851" /> 92602 <location filename="../ViewManager/ViewManager.py" line="854" />
92604 <source>Print Preview</source> 92603 <source>Print Preview</source>
92605 <translation type="unfinished" /> 92604 <translation type="unfinished" />
92606 </message> 92605 </message>
92607 <message> 92606 <message>
92608 <location filename="../ViewManager/ViewManager.py" line="860" /> 92607 <location filename="../ViewManager/ViewManager.py" line="863" />
92609 <source>Print preview of the current file</source> 92608 <source>Print preview of the current file</source>
92610 <translation type="unfinished" /> 92609 <translation type="unfinished" />
92611 </message> 92610 </message>
92612 <message> 92611 <message>
92613 <location filename="../ViewManager/ViewManager.py" line="865" /> 92612 <location filename="../ViewManager/ViewManager.py" line="868" />
92614 <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source> 92613 <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
92615 <translation type="unfinished" /> 92614 <translation type="unfinished" />
92616 </message> 92615 </message>
92617 <message> 92616 <message>
92618 <location filename="../ViewManager/ViewManager.py" line="876" /> 92617 <location filename="../ViewManager/ViewManager.py" line="879" />
92619 <source>Find File</source> 92618 <source>Find File</source>
92620 <translation type="unfinished" /> 92619 <translation type="unfinished" />
92621 </message> 92620 </message>
92622 <message> 92621 <message>
92623 <location filename="../ViewManager/ViewManager.py" line="878" /> 92622 <location filename="../ViewManager/ViewManager.py" line="881" />
92624 <source>Find &amp;File...</source> 92623 <source>Find &amp;File...</source>
92625 <translation type="unfinished" /> 92624 <translation type="unfinished" />
92626 </message> 92625 </message>
92627 <message> 92626 <message>
92628 <location filename="../ViewManager/ViewManager.py" line="880" /> 92627 <location filename="../ViewManager/ViewManager.py" line="883" />
92629 <source>Alt+Ctrl+F</source> 92628 <source>Alt+Ctrl+F</source>
92630 <comment>File|Find File</comment> 92629 <comment>File|Find File</comment>
92631 <translation type="unfinished" /> 92630 <translation type="unfinished" />
92632 </message> 92631 </message>
92633 <message> 92632 <message>
92634 <location filename="../ViewManager/ViewManager.py" line="889" /> 92633 <location filename="../ViewManager/ViewManager.py" line="892" />
92635 <source>Search for a file by entering a search pattern</source> 92634 <source>Search for a file by entering a search pattern</source>
92636 <translation type="unfinished" /> 92635 <translation type="unfinished" />
92637 </message> 92636 </message>
92638 <message> 92637 <message>
92639 <location filename="../ViewManager/ViewManager.py" line="894" /> 92638 <location filename="../ViewManager/ViewManager.py" line="897" />
92640 <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This searches for a file by entering a search pattern.&lt;/p&gt;</source> 92639 <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This searches for a file by entering a search pattern.&lt;/p&gt;</source>
92641 <translation type="unfinished" /> 92640 <translation type="unfinished" />
92642 </message> 92641 </message>
92643 <message> 92642 <message>
92644 <location filename="../ViewManager/ViewManager.py" line="910" /> 92643 <location filename="../ViewManager/ViewManager.py" line="913" />
92645 <source>&amp;File</source> 92644 <source>&amp;File</source>
92646 <translation type="unfinished" /> 92645 <translation type="unfinished" />
92647 </message> 92646 </message>
92648 <message> 92647 <message>
92649 <location filename="../ViewManager/ViewManager.py" line="912" /> 92648 <location filename="../ViewManager/ViewManager.py" line="915" />
92650 <source>Open &amp;Recent Files</source> 92649 <source>Open &amp;Recent Files</source>
92651 <translation type="unfinished" /> 92650 <translation type="unfinished" />
92652 </message> 92651 </message>
92653 <message> 92652 <message>
92654 <location filename="../ViewManager/ViewManager.py" line="915" /> 92653 <location filename="../ViewManager/ViewManager.py" line="918" />
92655 <source>Open &amp;Bookmarked Files</source> 92654 <source>Open &amp;Bookmarked Files</source>
92656 <translation type="unfinished" /> 92655 <translation type="unfinished" />
92657 </message> 92656 </message>
92658 <message> 92657 <message>
92659 <location filename="../ViewManager/ViewManager.py" line="961" /> 92658 <location filename="../ViewManager/ViewManager.py" line="964" />
92660 <location filename="../ViewManager/ViewManager.py" line="959" /> 92659 <location filename="../ViewManager/ViewManager.py" line="962" />
92661 <source>File</source> 92660 <source>File</source>
92662 <translation type="unfinished" /> 92661 <translation type="unfinished" />
92663 </message> 92662 </message>
92664 <message> 92663 <message>
92665 <location filename="../ViewManager/ViewManager.py" line="986" /> 92664 <location filename="../ViewManager/ViewManager.py" line="989" />
92666 <source>Export as</source> 92665 <source>Export as</source>
92667 <translation type="unfinished" /> 92666 <translation type="unfinished" />
92668 </message> 92667 </message>
92669 <message> 92668 <message>
92670 <location filename="../ViewManager/ViewManager.py" line="1009" /> 92669 <location filename="../ViewManager/ViewManager.py" line="1012" />
92671 <source>Undo</source> 92670 <source>Undo</source>
92672 <translation type="unfinished" /> 92671 <translation type="unfinished" />
92673 </message> 92672 </message>
92674 <message> 92673 <message>
92675 <location filename="../ViewManager/ViewManager.py" line="1011" /> 92674 <location filename="../ViewManager/ViewManager.py" line="1014" />
92676 <source>&amp;Undo</source> 92675 <source>&amp;Undo</source>
92677 <translation type="unfinished" /> 92676 <translation type="unfinished" />
92678 </message> 92677 </message>
92679 <message> 92678 <message>
92680 <location filename="../ViewManager/ViewManager.py" line="1013" /> 92679 <location filename="../ViewManager/ViewManager.py" line="1016" />
92681 <source>Ctrl+Z</source> 92680 <source>Ctrl+Z</source>
92682 <comment>Edit|Undo</comment> 92681 <comment>Edit|Undo</comment>
92683 <translation type="unfinished" /> 92682 <translation type="unfinished" />
92684 </message> 92683 </message>
92685 <message> 92684 <message>
92686 <location filename="../ViewManager/ViewManager.py" line="1016" /> 92685 <location filename="../ViewManager/ViewManager.py" line="1019" />
92687 <source>Alt+Backspace</source> 92686 <source>Alt+Backspace</source>
92688 <comment>Edit|Undo</comment> 92687 <comment>Edit|Undo</comment>
92689 <translation type="unfinished" /> 92688 <translation type="unfinished" />
92690 </message> 92689 </message>
92691 <message> 92690 <message>
92692 <location filename="../ViewManager/ViewManager.py" line="1022" /> 92691 <location filename="../ViewManager/ViewManager.py" line="1025" />
92693 <source>Undo the last change</source> 92692 <source>Undo the last change</source>
92694 <translation type="unfinished" /> 92693 <translation type="unfinished" />
92695 </message> 92694 </message>
92696 <message> 92695 <message>
92697 <location filename="../ViewManager/ViewManager.py" line="1025" /> 92696 <location filename="../ViewManager/ViewManager.py" line="1028" />
92698 <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source> 92697 <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
92699 <translation type="unfinished" /> 92698 <translation type="unfinished" />
92700 </message> 92699 </message>
92701 <message> 92700 <message>
92702 <location filename="../ViewManager/ViewManager.py" line="1035" /> 92701 <location filename="../ViewManager/ViewManager.py" line="1038" />
92703 <source>Redo</source> 92702 <source>Redo</source>
92704 <translation type="unfinished" /> 92703 <translation type="unfinished" />
92705 </message> 92704 </message>
92706 <message> 92705 <message>
92707 <location filename="../ViewManager/ViewManager.py" line="1037" /> 92706 <location filename="../ViewManager/ViewManager.py" line="1040" />
92708 <source>&amp;Redo</source> 92707 <source>&amp;Redo</source>
92709 <translation type="unfinished" /> 92708 <translation type="unfinished" />
92710 </message> 92709 </message>
92711 <message> 92710 <message>
92712 <location filename="../ViewManager/ViewManager.py" line="1039" /> 92711 <location filename="../ViewManager/ViewManager.py" line="1042" />
92713 <source>Ctrl+Shift+Z</source> 92712 <source>Ctrl+Shift+Z</source>
92714 <comment>Edit|Redo</comment> 92713 <comment>Edit|Redo</comment>
92715 <translation type="unfinished" /> 92714 <translation type="unfinished" />
92716 </message> 92715 </message>
92717 <message> 92716 <message>
92718 <location filename="../ViewManager/ViewManager.py" line="1046" /> 92717 <location filename="../ViewManager/ViewManager.py" line="1049" />
92719 <source>Redo the last change</source> 92718 <source>Redo the last change</source>
92720 <translation type="unfinished" /> 92719 <translation type="unfinished" />
92721 </message> 92720 </message>
92722 <message> 92721 <message>
92723 <location filename="../ViewManager/ViewManager.py" line="1049" /> 92722 <location filename="../ViewManager/ViewManager.py" line="1052" />
92724 <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source> 92723 <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
92725 <translation type="unfinished" /> 92724 <translation type="unfinished" />
92726 </message> 92725 </message>
92727 <message> 92726 <message>
92728 <location filename="../ViewManager/ViewManager.py" line="1069" /> 92727 <location filename="../ViewManager/ViewManager.py" line="1072" />
92729 <location filename="../ViewManager/ViewManager.py" line="1059" /> 92728 <location filename="../ViewManager/ViewManager.py" line="1062" />
92730 <source>Revert to last saved state</source> 92729 <source>Revert to last saved state</source>
92731 <translation type="unfinished" /> 92730 <translation type="unfinished" />
92732 </message> 92731 </message>
92733 <message> 92732 <message>
92734 <location filename="../ViewManager/ViewManager.py" line="1060" /> 92733 <location filename="../ViewManager/ViewManager.py" line="1063" />
92735 <source>Re&amp;vert to last saved state</source> 92734 <source>Re&amp;vert to last saved state</source>
92736 <translation type="unfinished" /> 92735 <translation type="unfinished" />
92737 </message> 92736 </message>
92738 <message> 92737 <message>
92739 <location filename="../ViewManager/ViewManager.py" line="1062" /> 92738 <location filename="../ViewManager/ViewManager.py" line="1065" />
92740 <source>Ctrl+Y</source> 92739 <source>Ctrl+Y</source>
92741 <comment>Edit|Revert</comment> 92740 <comment>Edit|Revert</comment>
92742 <translation type="unfinished" /> 92741 <translation type="unfinished" />
92743 </message> 92742 </message>
92744 <message> 92743 <message>
92745 <location filename="../ViewManager/ViewManager.py" line="1072" /> 92744 <location filename="../ViewManager/ViewManager.py" line="1075" />
92746 <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source> 92745 <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
92747 <translation type="unfinished" /> 92746 <translation type="unfinished" />
92748 </message> 92747 </message>
92749 <message> 92748 <message>
92750 <location filename="../QScintilla/ShellWindow.py" line="339" /> 92749 <location filename="../QScintilla/ShellWindow.py" line="339" />
92751 <location filename="../ViewManager/ViewManager.py" line="1085" /> 92750 <location filename="../ViewManager/ViewManager.py" line="1088" />
92752 <source>Cut</source> 92751 <source>Cut</source>
92753 <translation type="unfinished" /> 92752 <translation type="unfinished" />
92754 </message> 92753 </message>
92755 <message> 92754 <message>
92756 <location filename="../QScintilla/ShellWindow.py" line="341" /> 92755 <location filename="../QScintilla/ShellWindow.py" line="341" />
92757 <location filename="../ViewManager/ViewManager.py" line="1087" /> 92756 <location filename="../ViewManager/ViewManager.py" line="1090" />
92758 <source>Cu&amp;t</source> 92757 <source>Cu&amp;t</source>
92759 <translation type="unfinished" /> 92758 <translation type="unfinished" />
92760 </message> 92759 </message>
92761 <message> 92760 <message>
92762 <location filename="../QScintilla/ShellWindow.py" line="343" /> 92761 <location filename="../QScintilla/ShellWindow.py" line="343" />
92763 <location filename="../ViewManager/ViewManager.py" line="1089" /> 92762 <location filename="../ViewManager/ViewManager.py" line="1092" />
92764 <source>Ctrl+X</source> 92763 <source>Ctrl+X</source>
92765 <comment>Edit|Cut</comment> 92764 <comment>Edit|Cut</comment>
92766 <translation type="unfinished" /> 92765 <translation type="unfinished" />
92767 </message> 92766 </message>
92768 <message> 92767 <message>
92769 <location filename="../QScintilla/ShellWindow.py" line="346" /> 92768 <location filename="../QScintilla/ShellWindow.py" line="346" />
92770 <location filename="../ViewManager/ViewManager.py" line="1092" /> 92769 <location filename="../ViewManager/ViewManager.py" line="1095" />
92771 <source>Shift+Del</source> 92770 <source>Shift+Del</source>
92772 <comment>Edit|Cut</comment> 92771 <comment>Edit|Cut</comment>
92773 <translation type="unfinished" /> 92772 <translation type="unfinished" />
92774 </message> 92773 </message>
92775 <message> 92774 <message>
92776 <location filename="../QScintilla/ShellWindow.py" line="352" /> 92775 <location filename="../QScintilla/ShellWindow.py" line="352" />
92777 <location filename="../ViewManager/ViewManager.py" line="1098" /> 92776 <location filename="../ViewManager/ViewManager.py" line="1101" />
92778 <source>Cut the selection</source> 92777 <source>Cut the selection</source>
92779 <translation type="unfinished" /> 92778 <translation type="unfinished" />
92780 </message> 92779 </message>
92781 <message> 92780 <message>
92782 <location filename="../ViewManager/ViewManager.py" line="1101" /> 92781 <location filename="../ViewManager/ViewManager.py" line="1104" />
92783 <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source> 92782 <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
92784 <translation type="unfinished" /> 92783 <translation type="unfinished" />
92785 </message> 92784 </message>
92786 <message> 92785 <message>
92787 <location filename="../QScintilla/ShellWindow.py" line="361" /> 92786 <location filename="../QScintilla/ShellWindow.py" line="361" />
92788 <location filename="../ViewManager/ViewManager.py" line="1112" /> 92787 <location filename="../ViewManager/ViewManager.py" line="1115" />
92789 <source>Copy</source> 92788 <source>Copy</source>
92790 <translation type="unfinished" /> 92789 <translation type="unfinished" />
92791 </message> 92790 </message>
92792 <message> 92791 <message>
92793 <location filename="../QScintilla/ShellWindow.py" line="363" /> 92792 <location filename="../QScintilla/ShellWindow.py" line="363" />
92794 <location filename="../ViewManager/ViewManager.py" line="1114" /> 92793 <location filename="../ViewManager/ViewManager.py" line="1117" />
92795 <source>&amp;Copy</source> 92794 <source>&amp;Copy</source>
92796 <translation type="unfinished" /> 92795 <translation type="unfinished" />
92797 </message> 92796 </message>
92798 <message> 92797 <message>
92799 <location filename="../QScintilla/ShellWindow.py" line="365" /> 92798 <location filename="../QScintilla/ShellWindow.py" line="365" />
92800 <location filename="../ViewManager/ViewManager.py" line="1116" /> 92799 <location filename="../ViewManager/ViewManager.py" line="1119" />
92801 <source>Ctrl+C</source> 92800 <source>Ctrl+C</source>
92802 <comment>Edit|Copy</comment> 92801 <comment>Edit|Copy</comment>
92803 <translation type="unfinished" /> 92802 <translation type="unfinished" />
92804 </message> 92803 </message>
92805 <message> 92804 <message>
92806 <location filename="../QScintilla/ShellWindow.py" line="368" /> 92805 <location filename="../QScintilla/ShellWindow.py" line="368" />
92807 <location filename="../ViewManager/ViewManager.py" line="1119" /> 92806 <location filename="../ViewManager/ViewManager.py" line="1122" />
92808 <source>Ctrl+Ins</source> 92807 <source>Ctrl+Ins</source>
92809 <comment>Edit|Copy</comment> 92808 <comment>Edit|Copy</comment>
92810 <translation type="unfinished" /> 92809 <translation type="unfinished" />
92811 </message> 92810 </message>
92812 <message> 92811 <message>
92813 <location filename="../QScintilla/ShellWindow.py" line="374" /> 92812 <location filename="../QScintilla/ShellWindow.py" line="374" />
92814 <location filename="../ViewManager/ViewManager.py" line="1125" /> 92813 <location filename="../ViewManager/ViewManager.py" line="1128" />
92815 <source>Copy the selection</source> 92814 <source>Copy the selection</source>
92816 <translation type="unfinished" /> 92815 <translation type="unfinished" />
92817 </message> 92816 </message>
92818 <message> 92817 <message>
92819 <location filename="../ViewManager/ViewManager.py" line="1128" /> 92818 <location filename="../ViewManager/ViewManager.py" line="1131" />
92820 <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source> 92819 <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
92821 <translation type="unfinished" /> 92820 <translation type="unfinished" />
92822 </message> 92821 </message>
92823 <message> 92822 <message>
92824 <location filename="../QScintilla/ShellWindow.py" line="383" /> 92823 <location filename="../QScintilla/ShellWindow.py" line="383" />
92825 <location filename="../ViewManager/ViewManager.py" line="1139" /> 92824 <location filename="../ViewManager/ViewManager.py" line="1142" />
92826 <source>Paste</source> 92825 <source>Paste</source>
92827 <translation type="unfinished" /> 92826 <translation type="unfinished" />
92828 </message> 92827 </message>
92829 <message> 92828 <message>
92830 <location filename="../QScintilla/ShellWindow.py" line="385" /> 92829 <location filename="../QScintilla/ShellWindow.py" line="385" />
92831 <location filename="../ViewManager/ViewManager.py" line="1141" /> 92830 <location filename="../ViewManager/ViewManager.py" line="1144" />
92832 <source>&amp;Paste</source> 92831 <source>&amp;Paste</source>
92833 <translation type="unfinished" /> 92832 <translation type="unfinished" />
92834 </message> 92833 </message>
92835 <message> 92834 <message>
92836 <location filename="../QScintilla/ShellWindow.py" line="387" /> 92835 <location filename="../QScintilla/ShellWindow.py" line="387" />
92837 <location filename="../ViewManager/ViewManager.py" line="1143" /> 92836 <location filename="../ViewManager/ViewManager.py" line="1146" />
92838 <source>Ctrl+V</source> 92837 <source>Ctrl+V</source>
92839 <comment>Edit|Paste</comment> 92838 <comment>Edit|Paste</comment>
92840 <translation type="unfinished" /> 92839 <translation type="unfinished" />
92841 </message> 92840 </message>
92842 <message> 92841 <message>
92843 <location filename="../QScintilla/ShellWindow.py" line="390" /> 92842 <location filename="../QScintilla/ShellWindow.py" line="390" />
92844 <location filename="../ViewManager/ViewManager.py" line="1146" /> 92843 <location filename="../ViewManager/ViewManager.py" line="1149" />
92845 <source>Shift+Ins</source> 92844 <source>Shift+Ins</source>
92846 <comment>Edit|Paste</comment> 92845 <comment>Edit|Paste</comment>
92847 <translation type="unfinished" /> 92846 <translation type="unfinished" />
92848 </message> 92847 </message>
92849 <message> 92848 <message>
92850 <location filename="../QScintilla/ShellWindow.py" line="396" /> 92849 <location filename="../QScintilla/ShellWindow.py" line="396" />
92851 <location filename="../ViewManager/ViewManager.py" line="1152" /> 92850 <location filename="../ViewManager/ViewManager.py" line="1155" />
92852 <source>Paste the last cut/copied text</source> 92851 <source>Paste the last cut/copied text</source>
92853 <translation type="unfinished" /> 92852 <translation type="unfinished" />
92854 </message> 92853 </message>
92855 <message> 92854 <message>
92856 <location filename="../ViewManager/ViewManager.py" line="1155" /> 92855 <location filename="../ViewManager/ViewManager.py" line="1158" />
92857 <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source> 92856 <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
92858 <translation type="unfinished" /> 92857 <translation type="unfinished" />
92859 </message> 92858 </message>
92860 <message> 92859 <message>
92861 <location filename="../QScintilla/ShellWindow.py" line="410" /> 92860 <location filename="../QScintilla/ShellWindow.py" line="410" />
92862 <location filename="../QScintilla/ShellWindow.py" line="408" /> 92861 <location filename="../QScintilla/ShellWindow.py" line="408" />
92863 <location filename="../ViewManager/ViewManager.py" line="1168" /> 92862 <location filename="../ViewManager/ViewManager.py" line="1171" />
92864 <location filename="../ViewManager/ViewManager.py" line="1166" /> 92863 <location filename="../ViewManager/ViewManager.py" line="1169" />
92865 <source>Clear</source> 92864 <source>Clear</source>
92866 <translation type="unfinished" /> 92865 <translation type="unfinished" />
92867 </message> 92866 </message>
92868 <message> 92867 <message>
92869 <location filename="../QScintilla/ShellWindow.py" line="412" /> 92868 <location filename="../QScintilla/ShellWindow.py" line="412" />
92870 <location filename="../ViewManager/ViewManager.py" line="1170" /> 92869 <location filename="../ViewManager/ViewManager.py" line="1173" />
92871 <source>Alt+Shift+C</source> 92870 <source>Alt+Shift+C</source>
92872 <comment>Edit|Clear</comment> 92871 <comment>Edit|Clear</comment>
92873 <translation type="unfinished" /> 92872 <translation type="unfinished" />
92874 </message> 92873 </message>
92875 <message> 92874 <message>
92876 <location filename="../QScintilla/ShellWindow.py" line="419" /> 92875 <location filename="../QScintilla/ShellWindow.py" line="419" />
92877 <location filename="../ViewManager/ViewManager.py" line="1177" /> 92876 <location filename="../ViewManager/ViewManager.py" line="1180" />
92878 <source>Clear all text</source> 92877 <source>Clear all text</source>
92879 <translation type="unfinished" /> 92878 <translation type="unfinished" />
92880 </message> 92879 </message>
92881 <message> 92880 <message>
92882 <location filename="../ViewManager/ViewManager.py" line="1180" /> 92881 <location filename="../ViewManager/ViewManager.py" line="1183" />
92883 <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source> 92882 <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
92884 <translation type="unfinished" /> 92883 <translation type="unfinished" />
92885 </message> 92884 </message>
92886 <message> 92885 <message>
92887 <location filename="../ViewManager/ViewManager.py" line="1199" /> 92886 <location filename="../ViewManager/ViewManager.py" line="1202" />
92888 <location filename="../ViewManager/ViewManager.py" line="1190" /> 92887 <location filename="../ViewManager/ViewManager.py" line="1193" />
92889 <location filename="../ViewManager/ViewManager.py" line="1189" /> 92888 <location filename="../ViewManager/ViewManager.py" line="1192" />
92890 <source>Join Lines</source> 92889 <source>Join Lines</source>
92891 <translation type="unfinished" /> 92890 <translation type="unfinished" />
92892 </message> 92891 </message>
92893 <message> 92892 <message>
92894 <location filename="../ViewManager/ViewManager.py" line="1192" /> 92893 <location filename="../ViewManager/ViewManager.py" line="1195" />
92895 <source>Ctrl+J</source> 92894 <source>Ctrl+J</source>
92896 <comment>Edit|Join Lines</comment> 92895 <comment>Edit|Join Lines</comment>
92897 <translation type="unfinished" /> 92896 <translation type="unfinished" />
92898 </message> 92897 </message>
92899 <message> 92898 <message>
92900 <location filename="../ViewManager/ViewManager.py" line="1202" /> 92899 <location filename="../ViewManager/ViewManager.py" line="1205" />
92901 <source>&lt;b&gt;Join Lines&lt;/b&gt;&lt;p&gt;Join the current and the next lines.&lt;/p&gt;</source> 92900 <source>&lt;b&gt;Join Lines&lt;/b&gt;&lt;p&gt;Join the current and the next lines.&lt;/p&gt;</source>
92902 <translation type="unfinished" /> 92901 <translation type="unfinished" />
92903 </message> 92902 </message>
92904 <message> 92903 <message>
92905 <location filename="../ViewManager/ViewManager.py" line="1212" /> 92904 <location filename="../ViewManager/ViewManager.py" line="1215" />
92906 <source>Indent</source> 92905 <source>Indent</source>
92907 <translation type="unfinished" /> 92906 <translation type="unfinished" />
92908 </message> 92907 </message>
92909 <message> 92908 <message>
92910 <location filename="../ViewManager/ViewManager.py" line="1214" /> 92909 <location filename="../ViewManager/ViewManager.py" line="1217" />
92911 <source>&amp;Indent</source> 92910 <source>&amp;Indent</source>
92912 <translation type="unfinished" /> 92911 <translation type="unfinished" />
92913 </message> 92912 </message>
92914 <message> 92913 <message>
92915 <location filename="../ViewManager/ViewManager.py" line="1216" /> 92914 <location filename="../ViewManager/ViewManager.py" line="1219" />
92916 <source>Ctrl+I</source> 92915 <source>Ctrl+I</source>
92917 <comment>Edit|Indent</comment> 92916 <comment>Edit|Indent</comment>
92918 <translation type="unfinished" /> 92917 <translation type="unfinished" />
92919 </message> 92918 </message>
92920 <message> 92919 <message>
92921 <location filename="../ViewManager/ViewManager.py" line="1223" /> 92920 <location filename="../ViewManager/ViewManager.py" line="1226" />
92922 <source>Indent line</source> 92921 <source>Indent line</source>
92923 <translation type="unfinished" /> 92922 <translation type="unfinished" />
92924 </message> 92923 </message>
92925 <message> 92924 <message>
92926 <location filename="../ViewManager/ViewManager.py" line="1226" /> 92925 <location filename="../ViewManager/ViewManager.py" line="1229" />
92927 <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source> 92926 <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
92928 <translation type="unfinished" /> 92927 <translation type="unfinished" />
92929 </message> 92928 </message>
92930 <message> 92929 <message>
92931 <location filename="../ViewManager/ViewManager.py" line="1237" /> 92930 <location filename="../ViewManager/ViewManager.py" line="1240" />
92932 <source>Unindent</source> 92931 <source>Unindent</source>
92933 <translation type="unfinished" /> 92932 <translation type="unfinished" />
92934 </message> 92933 </message>
92935 <message> 92934 <message>
92936 <location filename="../ViewManager/ViewManager.py" line="1239" /> 92935 <location filename="../ViewManager/ViewManager.py" line="1242" />
92937 <source>U&amp;nindent</source> 92936 <source>U&amp;nindent</source>
92938 <translation type="unfinished" /> 92937 <translation type="unfinished" />
92939 </message> 92938 </message>
92940 <message> 92939 <message>
92941 <location filename="../ViewManager/ViewManager.py" line="1241" /> 92940 <location filename="../ViewManager/ViewManager.py" line="1244" />
92942 <source>Ctrl+Shift+I</source> 92941 <source>Ctrl+Shift+I</source>
92943 <comment>Edit|Unindent</comment> 92942 <comment>Edit|Unindent</comment>
92944 <translation type="unfinished" /> 92943 <translation type="unfinished" />
92945 </message> 92944 </message>
92946 <message> 92945 <message>
92947 <location filename="../ViewManager/ViewManager.py" line="1250" /> 92946 <location filename="../ViewManager/ViewManager.py" line="1253" />
92948 <source>Unindent line</source> 92947 <source>Unindent line</source>
92949 <translation type="unfinished" /> 92948 <translation type="unfinished" />
92950 </message> 92949 </message>
92951 <message> 92950 <message>
92952 <location filename="../ViewManager/ViewManager.py" line="1253" /> 92951 <location filename="../ViewManager/ViewManager.py" line="1256" />
92953 <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source> 92952 <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
92954 <translation type="unfinished" /> 92953 <translation type="unfinished" />
92955 </message> 92954 </message>
92956 <message> 92955 <message>
92957 <location filename="../ViewManager/ViewManager.py" line="1266" /> 92956 <location filename="../ViewManager/ViewManager.py" line="1269" />
92958 <location filename="../ViewManager/ViewManager.py" line="1264" /> 92957 <location filename="../ViewManager/ViewManager.py" line="1267" />
92959 <source>Smart indent</source> 92958 <source>Smart indent</source>
92960 <translation type="unfinished" /> 92959 <translation type="unfinished" />
92961 </message> 92960 </message>
92962 <message> 92961 <message>
92963 <location filename="../ViewManager/ViewManager.py" line="1273" /> 92962 <location filename="../ViewManager/ViewManager.py" line="1276" />
92964 <source>Smart indent Line or Selection</source> 92963 <source>Smart indent Line or Selection</source>
92965 <translation type="unfinished" /> 92964 <translation type="unfinished" />
92966 </message> 92965 </message>
92967 <message> 92966 <message>
92968 <location filename="../ViewManager/ViewManager.py" line="1276" /> 92967 <location filename="../ViewManager/ViewManager.py" line="1279" />
92969 <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source> 92968 <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
92970 <translation type="unfinished" /> 92969 <translation type="unfinished" />
92971 </message> 92970 </message>
92972 <message> 92971 <message>
92973 <location filename="../ViewManager/ViewManager.py" line="1287" /> 92972 <location filename="../ViewManager/ViewManager.py" line="1290" />
92974 <source>Comment</source> 92973 <source>Comment</source>
92975 <translation type="unfinished" /> 92974 <translation type="unfinished" />
92976 </message> 92975 </message>
92977 <message> 92976 <message>
92978 <location filename="../ViewManager/ViewManager.py" line="1289" /> 92977 <location filename="../ViewManager/ViewManager.py" line="1292" />
92979 <source>C&amp;omment</source> 92978 <source>C&amp;omment</source>
92980 <translation type="unfinished" /> 92979 <translation type="unfinished" />
92981 </message> 92980 </message>
92982 <message> 92981 <message>
92983 <location filename="../ViewManager/ViewManager.py" line="1291" /> 92982 <location filename="../ViewManager/ViewManager.py" line="1294" />
92984 <source>Ctrl+M</source> 92983 <source>Ctrl+M</source>
92985 <comment>Edit|Comment</comment> 92984 <comment>Edit|Comment</comment>
92986 <translation type="unfinished" /> 92985 <translation type="unfinished" />
92987 </message> 92986 </message>
92988 <message> 92987 <message>
92989 <location filename="../ViewManager/ViewManager.py" line="1298" /> 92988 <location filename="../ViewManager/ViewManager.py" line="1301" />
92990 <source>Comment Line or Selection</source> 92989 <source>Comment Line or Selection</source>
92991 <translation type="unfinished" /> 92990 <translation type="unfinished" />
92992 </message> 92991 </message>
92993 <message> 92992 <message>
92994 <location filename="../ViewManager/ViewManager.py" line="1301" /> 92993 <location filename="../ViewManager/ViewManager.py" line="1304" />
92995 <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source> 92994 <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
92996 <translation type="unfinished" /> 92995 <translation type="unfinished" />
92997 </message> 92996 </message>
92998 <message> 92997 <message>
92999 <location filename="../ViewManager/ViewManager.py" line="1312" /> 92998 <location filename="../ViewManager/ViewManager.py" line="1315" />
93000 <source>Uncomment</source> 92999 <source>Uncomment</source>
93001 <translation type="unfinished" /> 93000 <translation type="unfinished" />
93002 </message> 93001 </message>
93003 <message> 93002 <message>
93004 <location filename="../ViewManager/ViewManager.py" line="1314" /> 93003 <location filename="../ViewManager/ViewManager.py" line="1317" />
93005 <source>Unco&amp;mment</source> 93004 <source>Unco&amp;mment</source>
93006 <translation type="unfinished" /> 93005 <translation type="unfinished" />
93007 </message> 93006 </message>
93008 <message> 93007 <message>
93009 <location filename="../ViewManager/ViewManager.py" line="1316" /> 93008 <location filename="../ViewManager/ViewManager.py" line="1319" />
93010 <source>Ctrl+Shift+M</source> 93009 <source>Ctrl+Shift+M</source>
93011 <comment>Edit|Uncomment</comment> 93010 <comment>Edit|Uncomment</comment>
93012 <translation type="unfinished" /> 93011 <translation type="unfinished" />
93013 </message> 93012 </message>
93014 <message> 93013 <message>
93015 <location filename="../ViewManager/ViewManager.py" line="1325" /> 93014 <location filename="../ViewManager/ViewManager.py" line="1328" />
93016 <source>Uncomment Line or Selection</source> 93015 <source>Uncomment Line or Selection</source>
93017 <translation type="unfinished" /> 93016 <translation type="unfinished" />
93018 </message> 93017 </message>
93019 <message> 93018 <message>
93020 <location filename="../ViewManager/ViewManager.py" line="1328" /> 93019 <location filename="../ViewManager/ViewManager.py" line="1331" />
93021 <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source> 93020 <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
93022 <translation type="unfinished" /> 93021 <translation type="unfinished" />
93023 </message> 93022 </message>
93024 <message> 93023 <message>
93025 <location filename="../ViewManager/ViewManager.py" line="1341" /> 93024 <location filename="../ViewManager/ViewManager.py" line="1344" />
93026 <location filename="../ViewManager/ViewManager.py" line="1339" /> 93025 <location filename="../ViewManager/ViewManager.py" line="1342" />
93027 <source>Toggle Comment</source> 93026 <source>Toggle Comment</source>
93028 <translation type="unfinished" /> 93027 <translation type="unfinished" />
93029 </message> 93028 </message>
93030 <message> 93029 <message>
93031 <location filename="../ViewManager/ViewManager.py" line="1343" /> 93030 <location filename="../ViewManager/ViewManager.py" line="1346" />
93032 <source>Ctrl+#</source> 93031 <source>Ctrl+#</source>
93033 <comment>Edit|Toggle Comment</comment> 93032 <comment>Edit|Toggle Comment</comment>
93034 <translation type="unfinished" /> 93033 <translation type="unfinished" />
93035 </message> 93034 </message>
93036 <message> 93035 <message>
93037 <location filename="../ViewManager/ViewManager.py" line="1352" /> 93036 <location filename="../ViewManager/ViewManager.py" line="1355" />
93038 <source>Toggle the comment of the current line, selection or comment block</source> 93037 <source>Toggle the comment of the current line, selection or comment block</source>
93039 <translation type="unfinished" /> 93038 <translation type="unfinished" />
93040 </message> 93039 </message>
93041 <message> 93040 <message>
93042 <location filename="../ViewManager/ViewManager.py" line="1358" /> 93041 <location filename="../ViewManager/ViewManager.py" line="1361" />
93043 <source>&lt;b&gt;Toggle Comment&lt;/b&gt;&lt;p&gt;If the current line does not start with a block comment, the current line or selection is commented. If it is already commented, this comment block is uncommented. &lt;/p&gt;</source> 93042 <source>&lt;b&gt;Toggle Comment&lt;/b&gt;&lt;p&gt;If the current line does not start with a block comment, the current line or selection is commented. If it is already commented, this comment block is uncommented. &lt;/p&gt;</source>
93044 <translation type="unfinished" /> 93043 <translation type="unfinished" />
93045 </message> 93044 </message>
93046 <message> 93045 <message>
93047 <location filename="../ViewManager/ViewManager.py" line="1371" /> 93046 <location filename="../ViewManager/ViewManager.py" line="1374" />
93048 <location filename="../ViewManager/ViewManager.py" line="1370" /> 93047 <location filename="../ViewManager/ViewManager.py" line="1373" />
93049 <source>Stream Comment</source> 93048 <source>Stream Comment</source>
93050 <translation type="unfinished" /> 93049 <translation type="unfinished" />
93051 </message> 93050 </message>
93052 <message> 93051 <message>
93053 <location filename="../ViewManager/ViewManager.py" line="1378" /> 93052 <location filename="../ViewManager/ViewManager.py" line="1381" />
93054 <source>Stream Comment Line or Selection</source> 93053 <source>Stream Comment Line or Selection</source>
93055 <translation type="unfinished" /> 93054 <translation type="unfinished" />
93056 </message> 93055 </message>
93057 <message> 93056 <message>
93058 <location filename="../ViewManager/ViewManager.py" line="1383" /> 93057 <location filename="../ViewManager/ViewManager.py" line="1386" />
93059 <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source> 93058 <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
93060 <translation type="unfinished" /> 93059 <translation type="unfinished" />
93061 </message> 93060 </message>
93062 <message> 93061 <message>
93063 <location filename="../ViewManager/ViewManager.py" line="1395" /> 93062 <location filename="../ViewManager/ViewManager.py" line="1398" />
93064 <location filename="../ViewManager/ViewManager.py" line="1394" /> 93063 <location filename="../ViewManager/ViewManager.py" line="1397" />
93065 <source>Box Comment</source> 93064 <source>Box Comment</source>
93066 <translation type="unfinished" /> 93065 <translation type="unfinished" />
93067 </message> 93066 </message>
93068 <message> 93067 <message>
93069 <location filename="../ViewManager/ViewManager.py" line="1402" /> 93068 <location filename="../ViewManager/ViewManager.py" line="1405" />
93070 <source>Box Comment Line or Selection</source> 93069 <source>Box Comment Line or Selection</source>
93071 <translation type="unfinished" /> 93070 <translation type="unfinished" />
93072 </message> 93071 </message>
93073 <message> 93072 <message>
93074 <location filename="../ViewManager/ViewManager.py" line="1405" /> 93073 <location filename="../ViewManager/ViewManager.py" line="1408" />
93075 <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source> 93074 <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
93076 <translation type="unfinished" /> 93075 <translation type="unfinished" />
93077 </message> 93076 </message>
93078 <message> 93077 <message>
93079 <location filename="../ViewManager/ViewManager.py" line="1416" /> 93078 <location filename="../ViewManager/ViewManager.py" line="1419" />
93080 <source>Select to brace</source> 93079 <source>Select to brace</source>
93081 <translation type="unfinished" /> 93080 <translation type="unfinished" />
93082 </message> 93081 </message>
93083 <message> 93082 <message>
93084 <location filename="../ViewManager/ViewManager.py" line="1417" /> 93083 <location filename="../ViewManager/ViewManager.py" line="1420" />
93085 <source>Select to &amp;brace</source> 93084 <source>Select to &amp;brace</source>
93086 <translation type="unfinished" /> 93085 <translation type="unfinished" />
93087 </message> 93086 </message>
93088 <message> 93087 <message>
93089 <location filename="../ViewManager/ViewManager.py" line="1419" /> 93088 <location filename="../ViewManager/ViewManager.py" line="1422" />
93090 <source>Ctrl+E</source> 93089 <source>Ctrl+E</source>
93091 <comment>Edit|Select to brace</comment> 93090 <comment>Edit|Select to brace</comment>
93092 <translation type="unfinished" /> 93091 <translation type="unfinished" />
93093 </message> 93092 </message>
93094 <message> 93093 <message>
93095 <location filename="../ViewManager/ViewManager.py" line="1428" /> 93094 <location filename="../ViewManager/ViewManager.py" line="1431" />
93096 <source>Select text to the matching brace</source> 93095 <source>Select text to the matching brace</source>
93097 <translation type="unfinished" /> 93096 <translation type="unfinished" />
93098 </message> 93097 </message>
93099 <message> 93098 <message>
93100 <location filename="../ViewManager/ViewManager.py" line="1433" /> 93099 <location filename="../ViewManager/ViewManager.py" line="1436" />
93101 <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source> 93100 <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
93102 <translation type="unfinished" /> 93101 <translation type="unfinished" />
93103 </message> 93102 </message>
93104 <message> 93103 <message>
93105 <location filename="../ViewManager/ViewManager.py" line="1444" /> 93104 <location filename="../ViewManager/ViewManager.py" line="1447" />
93106 <source>Select all</source> 93105 <source>Select all</source>
93107 <translation type="unfinished" /> 93106 <translation type="unfinished" />
93108 </message> 93107 </message>
93109 <message> 93108 <message>
93110 <location filename="../ViewManager/ViewManager.py" line="1446" /> 93109 <location filename="../ViewManager/ViewManager.py" line="1449" />
93111 <source>&amp;Select all</source> 93110 <source>&amp;Select all</source>
93112 <translation type="unfinished" /> 93111 <translation type="unfinished" />
93113 </message> 93112 </message>
93114 <message> 93113 <message>
93115 <location filename="../ViewManager/ViewManager.py" line="1448" /> 93114 <location filename="../ViewManager/ViewManager.py" line="1451" />
93116 <source>Ctrl+A</source> 93115 <source>Ctrl+A</source>
93117 <comment>Edit|Select all</comment> 93116 <comment>Edit|Select all</comment>
93118 <translation type="unfinished" /> 93117 <translation type="unfinished" />
93119 </message> 93118 </message>
93120 <message> 93119 <message>
93121 <location filename="../ViewManager/ViewManager.py" line="1455" /> 93120 <location filename="../ViewManager/ViewManager.py" line="1458" />
93122 <source>Select all text</source> 93121 <source>Select all text</source>
93123 <translation type="unfinished" /> 93122 <translation type="unfinished" />
93124 </message> 93123 </message>
93125 <message> 93124 <message>
93126 <location filename="../ViewManager/ViewManager.py" line="1458" /> 93125 <location filename="../ViewManager/ViewManager.py" line="1461" />
93127 <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source> 93126 <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
93128 <translation type="unfinished" /> 93127 <translation type="unfinished" />
93129 </message> 93128 </message>
93130 <message> 93129 <message>
93131 <location filename="../ViewManager/ViewManager.py" line="1468" /> 93130 <location filename="../ViewManager/ViewManager.py" line="1471" />
93132 <source>Deselect all</source> 93131 <source>Deselect all</source>
93133 <translation type="unfinished" /> 93132 <translation type="unfinished" />
93134 </message> 93133 </message>
93135 <message> 93134 <message>
93136 <location filename="../ViewManager/ViewManager.py" line="1469" /> 93135 <location filename="../ViewManager/ViewManager.py" line="1472" />
93137 <source>&amp;Deselect all</source> 93136 <source>&amp;Deselect all</source>
93138 <translation type="unfinished" /> 93137 <translation type="unfinished" />
93139 </message> 93138 </message>
93140 <message> 93139 <message>
93141 <location filename="../ViewManager/ViewManager.py" line="1471" /> 93140 <location filename="../ViewManager/ViewManager.py" line="1474" />
93142 <source>Alt+Ctrl+A</source> 93141 <source>Alt+Ctrl+A</source>
93143 <comment>Edit|Deselect all</comment> 93142 <comment>Edit|Deselect all</comment>
93144 <translation type="unfinished" /> 93143 <translation type="unfinished" />
93145 </message> 93144 </message>
93146 <message> 93145 <message>
93147 <location filename="../ViewManager/ViewManager.py" line="1480" /> 93146 <location filename="../ViewManager/ViewManager.py" line="1483" />
93148 <source>Deselect all text</source> 93147 <source>Deselect all text</source>
93149 <translation type="unfinished" /> 93148 <translation type="unfinished" />
93150 </message> 93149 </message>
93151 <message> 93150 <message>
93152 <location filename="../ViewManager/ViewManager.py" line="1483" /> 93151 <location filename="../ViewManager/ViewManager.py" line="1486" />
93153 <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source> 93152 <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
93154 <translation type="unfinished" /> 93153 <translation type="unfinished" />
93155 </message> 93154 </message>
93156 <message> 93155 <message>
93157 <location filename="../ViewManager/ViewManager.py" line="1501" /> 93156 <location filename="../ViewManager/ViewManager.py" line="1504" />
93158 <location filename="../ViewManager/ViewManager.py" line="1494" /> 93157 <location filename="../ViewManager/ViewManager.py" line="1497" />
93159 <location filename="../ViewManager/ViewManager.py" line="1493" /> 93158 <location filename="../ViewManager/ViewManager.py" line="1496" />
93160 <source>Convert Line End Characters</source> 93159 <source>Convert Line End Characters</source>
93161 <translation type="unfinished" /> 93160 <translation type="unfinished" />
93162 </message> 93161 </message>
93163 <message> 93162 <message>
93164 <location filename="../ViewManager/ViewManager.py" line="1504" /> 93163 <location filename="../ViewManager/ViewManager.py" line="1507" />
93165 <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source> 93164 <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
93166 <translation type="unfinished" /> 93165 <translation type="unfinished" />
93167 </message> 93166 </message>
93168 <message> 93167 <message>
93169 <location filename="../ViewManager/ViewManager.py" line="1523" /> 93168 <location filename="../ViewManager/ViewManager.py" line="1526" />
93170 <location filename="../ViewManager/ViewManager.py" line="1516" /> 93169 <location filename="../ViewManager/ViewManager.py" line="1519" />
93171 <location filename="../ViewManager/ViewManager.py" line="1515" /> 93170 <location filename="../ViewManager/ViewManager.py" line="1518" />
93172 <source>Convert Tabs to Spaces</source> 93171 <source>Convert Tabs to Spaces</source>
93173 <translation type="unfinished" /> 93172 <translation type="unfinished" />
93174 </message> 93173 </message>
93175 <message> 93174 <message>
93176 <location filename="../ViewManager/ViewManager.py" line="1526" /> 93175 <location filename="../ViewManager/ViewManager.py" line="1529" />
93177 <source>&lt;b&gt;Convert Tabs to Spaces&lt;/b&gt;&lt;p&gt;Convert tabulators to the configured amount of space characters.&lt;/p&gt;</source> 93176 <source>&lt;b&gt;Convert Tabs to Spaces&lt;/b&gt;&lt;p&gt;Convert tabulators to the configured amount of space characters.&lt;/p&gt;</source>
93178 <translation type="unfinished" /> 93177 <translation type="unfinished" />
93179 </message> 93178 </message>
93180 <message> 93179 <message>
93181 <location filename="../ViewManager/ViewManager.py" line="1545" /> 93180 <location filename="../ViewManager/ViewManager.py" line="1548" />
93182 <location filename="../ViewManager/ViewManager.py" line="1538" /> 93181 <location filename="../ViewManager/ViewManager.py" line="1541" />
93183 <location filename="../ViewManager/ViewManager.py" line="1537" /> 93182 <location filename="../ViewManager/ViewManager.py" line="1540" />
93184 <source>Shorten empty lines</source> 93183 <source>Shorten empty lines</source>
93185 <translation type="unfinished" /> 93184 <translation type="unfinished" />
93186 </message> 93185 </message>
93187 <message> 93186 <message>
93188 <location filename="../ViewManager/ViewManager.py" line="1548" /> 93187 <location filename="../ViewManager/ViewManager.py" line="1551" />
93189 <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source> 93188 <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
93190 <translation type="unfinished" /> 93189 <translation type="unfinished" />
93191 </message> 93190 </message>
93192 <message> 93191 <message>
93193 <location filename="../ViewManager/ViewManager.py" line="3432" /> 93192 <location filename="../ViewManager/ViewManager.py" line="3435" />
93194 <location filename="../ViewManager/ViewManager.py" line="1559" /> 93193 <location filename="../ViewManager/ViewManager.py" line="1562" />
93195 <source>Complete</source> 93194 <source>Complete</source>
93196 <translation type="unfinished" /> 93195 <translation type="unfinished" />
93197 </message> 93196 </message>
93198 <message> 93197 <message>
93199 <location filename="../ViewManager/ViewManager.py" line="1560" /> 93198 <location filename="../ViewManager/ViewManager.py" line="1563" />
93200 <source>&amp;Complete</source> 93199 <source>&amp;Complete</source>
93201 <translation type="unfinished" /> 93200 <translation type="unfinished" />
93202 </message> 93201 </message>
93203 <message> 93202 <message>
93204 <location filename="../ViewManager/ViewManager.py" line="1562" /> 93203 <location filename="../ViewManager/ViewManager.py" line="1565" />
93205 <source>Ctrl+Space</source> 93204 <source>Ctrl+Space</source>
93206 <comment>Edit|Complete</comment> 93205 <comment>Edit|Complete</comment>
93207 <translation type="unfinished" /> 93206 <translation type="unfinished" />
93208 </message> 93207 </message>
93209 <message> 93208 <message>
93210 <location filename="../ViewManager/ViewManager.py" line="1569" /> 93209 <location filename="../ViewManager/ViewManager.py" line="1572" />
93211 <source>Complete current word</source> 93210 <source>Complete current word</source>
93212 <translation type="unfinished" /> 93211 <translation type="unfinished" />
93213 </message> 93212 </message>
93214 <message> 93213 <message>
93215 <location filename="../ViewManager/ViewManager.py" line="1572" /> 93214 <location filename="../ViewManager/ViewManager.py" line="1575" />
93216 <source>&lt;b&gt;Complete&lt;/b&gt;&lt;p&gt;Performs a completion of the word containing the cursor.&lt;/p&gt;</source> 93215 <source>&lt;b&gt;Complete&lt;/b&gt;&lt;p&gt;Performs a completion of the word containing the cursor.&lt;/p&gt;</source>
93217 <translation type="unfinished" /> 93216 <translation type="unfinished" />
93218 </message> 93217 </message>
93219 <message> 93218 <message>
93220 <location filename="../ViewManager/ViewManager.py" line="1584" /> 93219 <location filename="../ViewManager/ViewManager.py" line="1587" />
93221 <location filename="../ViewManager/ViewManager.py" line="1583" /> 93220 <location filename="../ViewManager/ViewManager.py" line="1586" />
93222 <source>Complete from Document</source> 93221 <source>Complete from Document</source>
93223 <translation type="unfinished" /> 93222 <translation type="unfinished" />
93224 </message> 93223 </message>
93225 <message> 93224 <message>
93226 <location filename="../ViewManager/ViewManager.py" line="1586" /> 93225 <location filename="../ViewManager/ViewManager.py" line="1589" />
93227 <source>Ctrl+Shift+Space</source> 93226 <source>Ctrl+Shift+Space</source>
93228 <comment>Edit|Complete from Document</comment> 93227 <comment>Edit|Complete from Document</comment>
93229 <translation type="unfinished" /> 93228 <translation type="unfinished" />
93230 </message> 93229 </message>
93231 <message> 93230 <message>
93232 <location filename="../ViewManager/ViewManager.py" line="1595" /> 93231 <location filename="../ViewManager/ViewManager.py" line="1598" />
93233 <source>Complete current word from Document</source> 93232 <source>Complete current word from Document</source>
93234 <translation type="unfinished" /> 93233 <translation type="unfinished" />
93235 </message> 93234 </message>
93236 <message> 93235 <message>
93237 <location filename="../ViewManager/ViewManager.py" line="1600" /> 93236 <location filename="../ViewManager/ViewManager.py" line="1603" />
93238 <source>&lt;b&gt;Complete from Document&lt;/b&gt;&lt;p&gt;Performs a completion from document of the word containing the cursor.&lt;/p&gt;</source> 93237 <source>&lt;b&gt;Complete from Document&lt;/b&gt;&lt;p&gt;Performs a completion from document of the word containing the cursor.&lt;/p&gt;</source>
93239 <translation type="unfinished" /> 93238 <translation type="unfinished" />
93240 </message> 93239 </message>
93241 <message> 93240 <message>
93242 <location filename="../ViewManager/ViewManager.py" line="1612" /> 93241 <location filename="../ViewManager/ViewManager.py" line="1615" />
93243 <location filename="../ViewManager/ViewManager.py" line="1611" /> 93242 <location filename="../ViewManager/ViewManager.py" line="1614" />
93244 <source>Complete from APIs</source> 93243 <source>Complete from APIs</source>
93245 <translation type="unfinished" /> 93244 <translation type="unfinished" />
93246 </message> 93245 </message>
93247 <message> 93246 <message>
93248 <location filename="../ViewManager/ViewManager.py" line="1614" /> 93247 <location filename="../ViewManager/ViewManager.py" line="1617" />
93249 <source>Ctrl+Alt+Space</source> 93248 <source>Ctrl+Alt+Space</source>
93250 <comment>Edit|Complete from APIs</comment> 93249 <comment>Edit|Complete from APIs</comment>
93251 <translation type="unfinished" /> 93250 <translation type="unfinished" />
93252 </message> 93251 </message>
93253 <message> 93252 <message>
93254 <location filename="../ViewManager/ViewManager.py" line="1623" /> 93253 <location filename="../ViewManager/ViewManager.py" line="1626" />
93255 <source>Complete current word from APIs</source> 93254 <source>Complete current word from APIs</source>
93256 <translation type="unfinished" /> 93255 <translation type="unfinished" />
93257 </message> 93256 </message>
93258 <message> 93257 <message>
93259 <location filename="../ViewManager/ViewManager.py" line="1626" /> 93258 <location filename="../ViewManager/ViewManager.py" line="1629" />
93260 <source>&lt;b&gt;Complete from APIs&lt;/b&gt;&lt;p&gt;Performs a completion from APIs of the word containing the cursor.&lt;/p&gt;</source> 93259 <source>&lt;b&gt;Complete from APIs&lt;/b&gt;&lt;p&gt;Performs a completion from APIs of the word containing the cursor.&lt;/p&gt;</source>
93261 <translation type="unfinished" /> 93260 <translation type="unfinished" />
93262 </message> 93261 </message>
93263 <message> 93262 <message>
93263 <location filename="../ViewManager/ViewManager.py" line="1643" />
93264 <location filename="../ViewManager/ViewManager.py" line="1640" /> 93264 <location filename="../ViewManager/ViewManager.py" line="1640" />
93265 <location filename="../ViewManager/ViewManager.py" line="1637" />
93266 <source>Complete from Document and APIs</source> 93265 <source>Complete from Document and APIs</source>
93267 <translation type="unfinished" /> 93266 <translation type="unfinished" />
93268 </message> 93267 </message>
93269 <message> 93268 <message>
93270 <location filename="../ViewManager/ViewManager.py" line="1644" /> 93269 <location filename="../ViewManager/ViewManager.py" line="1647" />
93271 <source>Alt+Shift+Space</source> 93270 <source>Alt+Shift+Space</source>
93272 <comment>Edit|Complete from Document and APIs</comment> 93271 <comment>Edit|Complete from Document and APIs</comment>
93273 <translation type="unfinished" /> 93272 <translation type="unfinished" />
93274 </message> 93273 </message>
93275 <message> 93274 <message>
93276 <location filename="../ViewManager/ViewManager.py" line="1655" /> 93275 <location filename="../ViewManager/ViewManager.py" line="1658" />
93277 <source>Complete current word from Document and APIs</source> 93276 <source>Complete current word from Document and APIs</source>
93278 <translation type="unfinished" /> 93277 <translation type="unfinished" />
93279 </message> 93278 </message>
93280 <message> 93279 <message>
93281 <location filename="../ViewManager/ViewManager.py" line="1660" /> 93280 <location filename="../ViewManager/ViewManager.py" line="1663" />
93282 <source>&lt;b&gt;Complete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs a completion from document and APIs of the word containing the cursor.&lt;/p&gt;</source> 93281 <source>&lt;b&gt;Complete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs a completion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
93283 <translation type="unfinished" /> 93282 <translation type="unfinished" />
93284 </message> 93283 </message>
93285 <message> 93284 <message>
93286 <location filename="../ViewManager/ViewManager.py" line="1671" /> 93285 <location filename="../ViewManager/ViewManager.py" line="1674" />
93287 <source>Calltip</source> 93286 <source>Calltip</source>
93288 <translation type="unfinished" /> 93287 <translation type="unfinished" />
93289 </message> 93288 </message>
93290 <message> 93289 <message>
93291 <location filename="../ViewManager/ViewManager.py" line="1672" /> 93290 <location filename="../ViewManager/ViewManager.py" line="1675" />
93292 <source>&amp;Calltip</source> 93291 <source>&amp;Calltip</source>
93293 <translation type="unfinished" /> 93292 <translation type="unfinished" />
93294 </message> 93293 </message>
93295 <message> 93294 <message>
93296 <location filename="../ViewManager/ViewManager.py" line="1674" /> 93295 <location filename="../ViewManager/ViewManager.py" line="1677" />
93297 <source>Meta+Alt+Space</source> 93296 <source>Meta+Alt+Space</source>
93298 <comment>Edit|Calltip</comment> 93297 <comment>Edit|Calltip</comment>
93299 <translation type="unfinished" /> 93298 <translation type="unfinished" />
93300 </message> 93299 </message>
93301 <message> 93300 <message>
93302 <location filename="../ViewManager/ViewManager.py" line="1683" /> 93301 <location filename="../ViewManager/ViewManager.py" line="1686" />
93303 <source>Show Calltips</source> 93302 <source>Show Calltips</source>
93304 <translation type="unfinished" /> 93303 <translation type="unfinished" />
93305 </message> 93304 </message>
93306 <message> 93305 <message>
93307 <location filename="../ViewManager/ViewManager.py" line="1686" /> 93306 <location filename="../ViewManager/ViewManager.py" line="1689" />
93308 <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source> 93307 <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
93309 <translation type="unfinished" /> 93308 <translation type="unfinished" />
93310 </message> 93309 </message>
93311 <message> 93310 <message>
93312 <location filename="../ViewManager/ViewManager.py" line="1699" /> 93311 <location filename="../ViewManager/ViewManager.py" line="1702" />
93313 <location filename="../ViewManager/ViewManager.py" line="1697" /> 93312 <location filename="../ViewManager/ViewManager.py" line="1700" />
93314 <source>Code Info</source> 93313 <source>Code Info</source>
93315 <translation type="unfinished" /> 93314 <translation type="unfinished" />
93316 </message> 93315 </message>
93317 <message> 93316 <message>
93318 <location filename="../ViewManager/ViewManager.py" line="1701" /> 93317 <location filename="../ViewManager/ViewManager.py" line="1704" />
93319 <source>Ctrl+Alt+I</source> 93318 <source>Ctrl+Alt+I</source>
93320 <comment>Edit|Code Info</comment> 93319 <comment>Edit|Code Info</comment>
93321 <translation type="unfinished" /> 93320 <translation type="unfinished" />
93322 </message> 93321 </message>
93323 <message> 93322 <message>
93324 <location filename="../ViewManager/ViewManager.py" line="1710" /> 93323 <location filename="../ViewManager/ViewManager.py" line="1713" />
93325 <source>Show Code Info</source> 93324 <source>Show Code Info</source>
93326 <translation type="unfinished" /> 93325 <translation type="unfinished" />
93327 </message> 93326 </message>
93328 <message> 93327 <message>
93329 <location filename="../ViewManager/ViewManager.py" line="1713" /> 93328 <location filename="../ViewManager/ViewManager.py" line="1716" />
93330 <source>&lt;b&gt;Code Info&lt;/b&gt;&lt;p&gt;Show code information based on the cursor position.&lt;/p&gt;</source> 93329 <source>&lt;b&gt;Code Info&lt;/b&gt;&lt;p&gt;Show code information based on the cursor position.&lt;/p&gt;</source>
93331 <translation type="unfinished" /> 93330 <translation type="unfinished" />
93332 </message> 93331 </message>
93333 <message> 93332 <message>
93334 <location filename="../ViewManager/ViewManager.py" line="1724" /> 93333 <location filename="../ViewManager/ViewManager.py" line="1727" />
93335 <location filename="../ViewManager/ViewManager.py" line="1723" /> 93334 <location filename="../ViewManager/ViewManager.py" line="1726" />
93336 <source>Sort</source> 93335 <source>Sort</source>
93337 <translation type="unfinished" /> 93336 <translation type="unfinished" />
93338 </message> 93337 </message>
93339 <message> 93338 <message>
93340 <location filename="../ViewManager/ViewManager.py" line="1726" /> 93339 <location filename="../ViewManager/ViewManager.py" line="1729" />
93341 <source>Ctrl+Alt+S</source> 93340 <source>Ctrl+Alt+S</source>
93342 <comment>Edit|Sort</comment> 93341 <comment>Edit|Sort</comment>
93343 <translation type="unfinished" /> 93342 <translation type="unfinished" />
93344 </message> 93343 </message>
93345 <message> 93344 <message>
93346 <location filename="../ViewManager/ViewManager.py" line="1733" /> 93345 <location filename="../ViewManager/ViewManager.py" line="1736" />
93347 <source>Sort the lines containing the rectangular selection</source> 93346 <source>Sort the lines containing the rectangular selection</source>
93348 <translation type="unfinished" /> 93347 <translation type="unfinished" />
93349 </message> 93348 </message>
93350 <message> 93349 <message>
93351 <location filename="../ViewManager/ViewManager.py" line="1738" /> 93350 <location filename="../ViewManager/ViewManager.py" line="1741" />
93352 <source>&lt;b&gt;Sort&lt;/b&gt;&lt;p&gt;Sort the lines spanned by a rectangular selection based on the selection ignoring leading and trailing whitespace.&lt;/p&gt;</source> 93351 <source>&lt;b&gt;Sort&lt;/b&gt;&lt;p&gt;Sort the lines spanned by a rectangular selection based on the selection ignoring leading and trailing whitespace.&lt;/p&gt;</source>
93353 <translation type="unfinished" /> 93352 <translation type="unfinished" />
93354 </message> 93353 </message>
93355 <message> 93354 <message>
93356 <location filename="../ViewManager/ViewManager.py" line="1750" /> 93355 <location filename="../ViewManager/ViewManager.py" line="1753" />
93357 <location filename="../ViewManager/ViewManager.py" line="1749" /> 93356 <location filename="../ViewManager/ViewManager.py" line="1752" />
93358 <source>Generate Docstring</source> 93357 <source>Generate Docstring</source>
93359 <translation type="unfinished" /> 93358 <translation type="unfinished" />
93360 </message> 93359 </message>
93361 <message> 93360 <message>
93362 <location filename="../ViewManager/ViewManager.py" line="1752" /> 93361 <location filename="../ViewManager/ViewManager.py" line="1755" />
93363 <source>Ctrl+Alt+D</source> 93362 <source>Ctrl+Alt+D</source>
93364 <comment>Edit|Generate Docstring</comment> 93363 <comment>Edit|Generate Docstring</comment>
93365 <translation type="unfinished" /> 93364 <translation type="unfinished" />
93366 </message> 93365 </message>
93367 <message> 93366 <message>
93368 <location filename="../ViewManager/ViewManager.py" line="1761" /> 93367 <location filename="../ViewManager/ViewManager.py" line="1764" />
93369 <source>Generate a docstring for the current function/method</source> 93368 <source>Generate a docstring for the current function/method</source>
93370 <translation type="unfinished" /> 93369 <translation type="unfinished" />
93371 </message> 93370 </message>
93372 <message> 93371 <message>
93373 <location filename="../ViewManager/ViewManager.py" line="1766" /> 93372 <location filename="../ViewManager/ViewManager.py" line="1769" />
93374 <source>&lt;b&gt;Generate Docstring&lt;/b&gt;&lt;p&gt;Generate a docstring for the current function/method if the cursor is placed on the line starting the function definition or on the line thereafter. The docstring is inserted at the appropriate position and the cursor is placed at the end of the description line.&lt;/p&gt;</source> 93373 <source>&lt;b&gt;Generate Docstring&lt;/b&gt;&lt;p&gt;Generate a docstring for the current function/method if the cursor is placed on the line starting the function definition or on the line thereafter. The docstring is inserted at the appropriate position and the cursor is placed at the end of the description line.&lt;/p&gt;</source>
93375 <translation type="unfinished" /> 93374 <translation type="unfinished" />
93376 </message> 93375 </message>
93377 <message> 93376 <message>
93378 <location filename="../QScintilla/MiniEditor.py" line="915" /> 93377 <location filename="../QScintilla/MiniEditor.py" line="915" />
93379 <location filename="../QScintilla/MiniEditor.py" line="914" /> 93378 <location filename="../QScintilla/MiniEditor.py" line="914" />
93380 <location filename="../QScintilla/ShellWindow.py" line="575" /> 93379 <location filename="../QScintilla/ShellWindow.py" line="575" />
93381 <location filename="../QScintilla/ShellWindow.py" line="574" /> 93380 <location filename="../QScintilla/ShellWindow.py" line="574" />
93382 <location filename="../ViewManager/ViewManager.py" line="1793" /> 93381 <location filename="../ViewManager/ViewManager.py" line="1796" />
93383 <location filename="../ViewManager/ViewManager.py" line="1792" /> 93382 <location filename="../ViewManager/ViewManager.py" line="1795" />
93384 <source>Move left one character</source> 93383 <source>Move left one character</source>
93385 <translation type="unfinished" /> 93384 <translation type="unfinished" />
93386 </message> 93385 </message>
93387 <message> 93386 <message>
93388 <location filename="../QScintilla/MiniEditor.py" line="916" /> 93387 <location filename="../QScintilla/MiniEditor.py" line="916" />
93389 <location filename="../QScintilla/ShellWindow.py" line="576" /> 93388 <location filename="../QScintilla/ShellWindow.py" line="576" />
93390 <location filename="../ViewManager/ViewManager.py" line="1794" /> 93389 <location filename="../ViewManager/ViewManager.py" line="1797" />
93391 <source>Left</source> 93390 <source>Left</source>
93392 <translation type="unfinished" /> 93391 <translation type="unfinished" />
93393 </message> 93392 </message>
93394 <message> 93393 <message>
93395 <location filename="../QScintilla/MiniEditor.py" line="924" /> 93394 <location filename="../QScintilla/MiniEditor.py" line="924" />
93396 <location filename="../QScintilla/ShellWindow.py" line="584" /> 93395 <location filename="../QScintilla/ShellWindow.py" line="584" />
93397 <location filename="../ViewManager/ViewManager.py" line="1802" /> 93396 <location filename="../ViewManager/ViewManager.py" line="1805" />
93398 <source>Meta+B</source> 93397 <source>Meta+B</source>
93399 <translation type="unfinished" /> 93398 <translation type="unfinished" />
93400 </message> 93399 </message>
93401 <message> 93400 <message>
93402 <location filename="../QScintilla/MiniEditor.py" line="931" /> 93401 <location filename="../QScintilla/MiniEditor.py" line="931" />
93403 <location filename="../QScintilla/MiniEditor.py" line="930" /> 93402 <location filename="../QScintilla/MiniEditor.py" line="930" />
93404 <location filename="../QScintilla/ShellWindow.py" line="591" /> 93403 <location filename="../QScintilla/ShellWindow.py" line="591" />
93405 <location filename="../QScintilla/ShellWindow.py" line="590" /> 93404 <location filename="../QScintilla/ShellWindow.py" line="590" />
93406 <location filename="../ViewManager/ViewManager.py" line="1809" /> 93405 <location filename="../ViewManager/ViewManager.py" line="1812" />
93407 <location filename="../ViewManager/ViewManager.py" line="1808" /> 93406 <location filename="../ViewManager/ViewManager.py" line="1811" />
93408 <source>Move right one character</source> 93407 <source>Move right one character</source>
93409 <translation type="unfinished" /> 93408 <translation type="unfinished" />
93410 </message> 93409 </message>
93411 <message> 93410 <message>
93412 <location filename="../QScintilla/MiniEditor.py" line="932" /> 93411 <location filename="../QScintilla/MiniEditor.py" line="932" />
93413 <location filename="../QScintilla/ShellWindow.py" line="592" /> 93412 <location filename="../QScintilla/ShellWindow.py" line="592" />
93414 <location filename="../ViewManager/ViewManager.py" line="1810" /> 93413 <location filename="../ViewManager/ViewManager.py" line="1813" />
93415 <source>Right</source> 93414 <source>Right</source>
93416 <translation type="unfinished" /> 93415 <translation type="unfinished" />
93417 </message> 93416 </message>
93418 <message> 93417 <message>
93419 <location filename="../QScintilla/MiniEditor.py" line="939" /> 93418 <location filename="../QScintilla/MiniEditor.py" line="939" />
93420 <location filename="../QScintilla/ShellWindow.py" line="599" /> 93419 <location filename="../QScintilla/ShellWindow.py" line="599" />
93421 <location filename="../ViewManager/ViewManager.py" line="1817" /> 93420 <location filename="../ViewManager/ViewManager.py" line="1820" />
93422 <source>Meta+F</source> 93421 <source>Meta+F</source>
93423 <translation type="unfinished" /> 93422 <translation type="unfinished" />
93424 </message> 93423 </message>
93425 <message> 93424 <message>
93426 <location filename="../QScintilla/MiniEditor.py" line="947" /> 93425 <location filename="../QScintilla/MiniEditor.py" line="947" />
93427 <location filename="../QScintilla/MiniEditor.py" line="946" /> 93426 <location filename="../QScintilla/MiniEditor.py" line="946" />
93428 <location filename="../QScintilla/ShellWindow.py" line="683" /> 93427 <location filename="../QScintilla/ShellWindow.py" line="683" />
93429 <location filename="../QScintilla/ShellWindow.py" line="682" /> 93428 <location filename="../QScintilla/ShellWindow.py" line="682" />
93430 <location filename="../ViewManager/ViewManager.py" line="1825" /> 93429 <location filename="../ViewManager/ViewManager.py" line="1828" />
93431 <location filename="../ViewManager/ViewManager.py" line="1824" /> 93430 <location filename="../ViewManager/ViewManager.py" line="1827" />
93432 <source>Move up one line</source> 93431 <source>Move up one line</source>
93433 <translation type="unfinished" /> 93432 <translation type="unfinished" />
93434 </message> 93433 </message>
93435 <message> 93434 <message>
93436 <location filename="../QScintilla/MiniEditor.py" line="948" /> 93435 <location filename="../QScintilla/MiniEditor.py" line="948" />
93437 <location filename="../QScintilla/ShellWindow.py" line="684" /> 93436 <location filename="../QScintilla/ShellWindow.py" line="684" />
93438 <location filename="../ViewManager/ViewManager.py" line="1826" /> 93437 <location filename="../ViewManager/ViewManager.py" line="1829" />
93439 <source>Up</source> 93438 <source>Up</source>
93440 <translation type="unfinished" /> 93439 <translation type="unfinished" />
93441 </message> 93440 </message>
93442 <message> 93441 <message>
93443 <location filename="../QScintilla/MiniEditor.py" line="955" /> 93442 <location filename="../QScintilla/MiniEditor.py" line="955" />
93444 <location filename="../QScintilla/ShellWindow.py" line="691" /> 93443 <location filename="../QScintilla/ShellWindow.py" line="691" />
93445 <location filename="../ViewManager/ViewManager.py" line="1833" /> 93444 <location filename="../ViewManager/ViewManager.py" line="1836" />
93446 <source>Meta+P</source> 93445 <source>Meta+P</source>
93447 <translation type="unfinished" /> 93446 <translation type="unfinished" />
93448 </message> 93447 </message>
93449 <message> 93448 <message>
93450 <location filename="../QScintilla/MiniEditor.py" line="963" /> 93449 <location filename="../QScintilla/MiniEditor.py" line="963" />
93451 <location filename="../QScintilla/MiniEditor.py" line="962" /> 93450 <location filename="../QScintilla/MiniEditor.py" line="962" />
93452 <location filename="../QScintilla/ShellWindow.py" line="699" /> 93451 <location filename="../QScintilla/ShellWindow.py" line="699" />
93453 <location filename="../QScintilla/ShellWindow.py" line="698" /> 93452 <location filename="../QScintilla/ShellWindow.py" line="698" />
93454 <location filename="../ViewManager/ViewManager.py" line="1841" /> 93453 <location filename="../ViewManager/ViewManager.py" line="1844" />
93455 <location filename="../ViewManager/ViewManager.py" line="1840" /> 93454 <location filename="../ViewManager/ViewManager.py" line="1843" />
93456 <source>Move down one line</source> 93455 <source>Move down one line</source>
93457 <translation type="unfinished" /> 93456 <translation type="unfinished" />
93458 </message> 93457 </message>
93459 <message> 93458 <message>
93460 <location filename="../QScintilla/MiniEditor.py" line="964" /> 93459 <location filename="../QScintilla/MiniEditor.py" line="964" />
93461 <location filename="../QScintilla/ShellWindow.py" line="700" /> 93460 <location filename="../QScintilla/ShellWindow.py" line="700" />
93462 <location filename="../ViewManager/ViewManager.py" line="1842" /> 93461 <location filename="../ViewManager/ViewManager.py" line="1845" />
93463 <source>Down</source> 93462 <source>Down</source>
93464 <translation type="unfinished" /> 93463 <translation type="unfinished" />
93465 </message> 93464 </message>
93466 <message> 93465 <message>
93467 <location filename="../QScintilla/MiniEditor.py" line="971" /> 93466 <location filename="../QScintilla/MiniEditor.py" line="971" />
93468 <location filename="../QScintilla/ShellWindow.py" line="707" /> 93467 <location filename="../QScintilla/ShellWindow.py" line="707" />
93469 <location filename="../ViewManager/ViewManager.py" line="1849" /> 93468 <location filename="../ViewManager/ViewManager.py" line="1852" />
93470 <source>Meta+N</source> 93469 <source>Meta+N</source>
93471 <translation type="unfinished" /> 93470 <translation type="unfinished" />
93472 </message> 93471 </message>
93473 <message> 93472 <message>
93474 <location filename="../QScintilla/MiniEditor.py" line="979" /> 93473 <location filename="../QScintilla/MiniEditor.py" line="979" />
93475 <location filename="../QScintilla/MiniEditor.py" line="978" /> 93474 <location filename="../QScintilla/MiniEditor.py" line="978" />
93476 <location filename="../ViewManager/ViewManager.py" line="1857" /> 93475 <location filename="../ViewManager/ViewManager.py" line="1860" />
93477 <location filename="../ViewManager/ViewManager.py" line="1856" /> 93476 <location filename="../ViewManager/ViewManager.py" line="1859" />
93478 <source>Move left one word part</source> 93477 <source>Move left one word part</source>
93479 <translation type="unfinished" /> 93478 <translation type="unfinished" />
93480 </message> 93479 </message>
93481 <message> 93480 <message>
93482 <location filename="../QScintilla/MiniEditor.py" line="1019" /> 93481 <location filename="../QScintilla/MiniEditor.py" line="1019" />
93483 <location filename="../QScintilla/MiniEditor.py" line="987" /> 93482 <location filename="../QScintilla/MiniEditor.py" line="987" />
93484 <location filename="../QScintilla/ShellWindow.py" line="615" /> 93483 <location filename="../QScintilla/ShellWindow.py" line="615" />
93485 <location filename="../ViewManager/ViewManager.py" line="1897" /> 93484 <location filename="../ViewManager/ViewManager.py" line="1900" />
93486 <location filename="../ViewManager/ViewManager.py" line="1865" /> 93485 <location filename="../ViewManager/ViewManager.py" line="1868" />
93487 <source>Alt+Left</source> 93486 <source>Alt+Left</source>
93488 <translation type="unfinished" /> 93487 <translation type="unfinished" />
93489 </message> 93488 </message>
93490 <message> 93489 <message>
93491 <location filename="../QScintilla/MiniEditor.py" line="995" /> 93490 <location filename="../QScintilla/MiniEditor.py" line="995" />
93492 <location filename="../QScintilla/MiniEditor.py" line="994" /> 93491 <location filename="../QScintilla/MiniEditor.py" line="994" />
93493 <location filename="../ViewManager/ViewManager.py" line="1873" /> 93492 <location filename="../ViewManager/ViewManager.py" line="1876" />
93494 <location filename="../ViewManager/ViewManager.py" line="1872" /> 93493 <location filename="../ViewManager/ViewManager.py" line="1875" />
93495 <source>Move right one word part</source> 93494 <source>Move right one word part</source>
93496 <translation type="unfinished" /> 93495 <translation type="unfinished" />
93497 </message> 93496 </message>
93498 <message> 93497 <message>
93499 <location filename="../QScintilla/MiniEditor.py" line="2149" /> 93498 <location filename="../QScintilla/MiniEditor.py" line="2149" />
93500 <location filename="../QScintilla/MiniEditor.py" line="1039" /> 93499 <location filename="../QScintilla/MiniEditor.py" line="1039" />
93501 <location filename="../QScintilla/MiniEditor.py" line="1003" /> 93500 <location filename="../QScintilla/MiniEditor.py" line="1003" />
93502 <location filename="../ViewManager/ViewManager.py" line="3006" /> 93501 <location filename="../ViewManager/ViewManager.py" line="3009" />
93503 <location filename="../ViewManager/ViewManager.py" line="1881" /> 93502 <location filename="../ViewManager/ViewManager.py" line="1884" />
93504 <source>Alt+Right</source> 93503 <source>Alt+Right</source>
93505 <translation type="unfinished" /> 93504 <translation type="unfinished" />
93506 </message> 93505 </message>
93507 <message> 93506 <message>
93508 <location filename="../QScintilla/MiniEditor.py" line="1011" /> 93507 <location filename="../QScintilla/MiniEditor.py" line="1011" />
93509 <location filename="../QScintilla/MiniEditor.py" line="1010" /> 93508 <location filename="../QScintilla/MiniEditor.py" line="1010" />
93510 <location filename="../QScintilla/ShellWindow.py" line="607" /> 93509 <location filename="../QScintilla/ShellWindow.py" line="607" />
93511 <location filename="../QScintilla/ShellWindow.py" line="606" /> 93510 <location filename="../QScintilla/ShellWindow.py" line="606" />
93512 <location filename="../ViewManager/ViewManager.py" line="1889" /> 93511 <location filename="../ViewManager/ViewManager.py" line="1892" />
93513 <location filename="../ViewManager/ViewManager.py" line="1888" /> 93512 <location filename="../ViewManager/ViewManager.py" line="1891" />
93514 <source>Move left one word</source> 93513 <source>Move left one word</source>
93515 <translation type="unfinished" /> 93514 <translation type="unfinished" />
93516 </message> 93515 </message>
93517 <message> 93516 <message>
93518 <location filename="../QScintilla/MiniEditor.py" line="1079" /> 93517 <location filename="../QScintilla/MiniEditor.py" line="1079" />
93519 <location filename="../QScintilla/MiniEditor.py" line="1023" /> 93518 <location filename="../QScintilla/MiniEditor.py" line="1023" />
93520 <location filename="../QScintilla/ShellWindow.py" line="619" /> 93519 <location filename="../QScintilla/ShellWindow.py" line="619" />
93521 <location filename="../ViewManager/ViewManager.py" line="1953" /> 93520 <location filename="../ViewManager/ViewManager.py" line="1956" />
93522 <location filename="../ViewManager/ViewManager.py" line="1901" /> 93521 <location filename="../ViewManager/ViewManager.py" line="1904" />
93523 <source>Ctrl+Left</source> 93522 <source>Ctrl+Left</source>
93524 <translation type="unfinished" /> 93523 <translation type="unfinished" />
93525 </message> 93524 </message>
93526 <message> 93525 <message>
93527 <location filename="../QScintilla/MiniEditor.py" line="1031" /> 93526 <location filename="../QScintilla/MiniEditor.py" line="1031" />
93528 <location filename="../QScintilla/MiniEditor.py" line="1030" /> 93527 <location filename="../QScintilla/MiniEditor.py" line="1030" />
93529 <location filename="../QScintilla/ShellWindow.py" line="627" /> 93528 <location filename="../QScintilla/ShellWindow.py" line="627" />
93530 <location filename="../QScintilla/ShellWindow.py" line="626" /> 93529 <location filename="../QScintilla/ShellWindow.py" line="626" />
93531 <location filename="../ViewManager/ViewManager.py" line="1909" /> 93530 <location filename="../ViewManager/ViewManager.py" line="1912" />
93532 <location filename="../ViewManager/ViewManager.py" line="1908" /> 93531 <location filename="../ViewManager/ViewManager.py" line="1911" />
93533 <source>Move right one word</source> 93532 <source>Move right one word</source>
93534 <translation type="unfinished" /> 93533 <translation type="unfinished" />
93535 </message> 93534 </message>
93536 <message> 93535 <message>
93537 <location filename="../QScintilla/MiniEditor.py" line="1833" /> 93536 <location filename="../QScintilla/MiniEditor.py" line="1833" />
93538 <location filename="../QScintilla/MiniEditor.py" line="1043" /> 93537 <location filename="../QScintilla/MiniEditor.py" line="1043" />
93539 <location filename="../QScintilla/ShellWindow.py" line="635" /> 93538 <location filename="../QScintilla/ShellWindow.py" line="635" />
93540 <location filename="../ViewManager/ViewManager.py" line="2690" /> 93539 <location filename="../ViewManager/ViewManager.py" line="2693" />
93541 <location filename="../ViewManager/ViewManager.py" line="1917" /> 93540 <location filename="../ViewManager/ViewManager.py" line="1920" />
93542 <source>Ctrl+Right</source> 93541 <source>Ctrl+Right</source>
93543 <translation type="unfinished" /> 93542 <translation type="unfinished" />
93544 </message> 93543 </message>
93545 <message> 93544 <message>
93546 <location filename="../QScintilla/MiniEditor.py" line="1053" /> 93545 <location filename="../QScintilla/MiniEditor.py" line="1053" />
93547 <location filename="../QScintilla/MiniEditor.py" line="1050" /> 93546 <location filename="../QScintilla/MiniEditor.py" line="1050" />
93548 <location filename="../QScintilla/ShellWindow.py" line="645" /> 93547 <location filename="../QScintilla/ShellWindow.py" line="645" />
93549 <location filename="../QScintilla/ShellWindow.py" line="642" /> 93548 <location filename="../QScintilla/ShellWindow.py" line="642" />
93549 <location filename="../ViewManager/ViewManager.py" line="1930" />
93550 <location filename="../ViewManager/ViewManager.py" line="1927" /> 93550 <location filename="../ViewManager/ViewManager.py" line="1927" />
93551 <location filename="../ViewManager/ViewManager.py" line="1924" />
93552 <source>Move to first visible character in document line</source> 93551 <source>Move to first visible character in document line</source>
93553 <translation type="unfinished" /> 93552 <translation type="unfinished" />
93554 </message> 93553 </message>
93555 <message> 93554 <message>
93556 <location filename="../QScintilla/MiniEditor.py" line="2094" /> 93555 <location filename="../QScintilla/MiniEditor.py" line="2094" />
93557 <location filename="../QScintilla/MiniEditor.py" line="1063" /> 93556 <location filename="../QScintilla/MiniEditor.py" line="1063" />
93558 <location filename="../QScintilla/ShellWindow.py" line="655" /> 93557 <location filename="../QScintilla/ShellWindow.py" line="655" />
93559 <location filename="../ViewManager/ViewManager.py" line="2951" /> 93558 <location filename="../ViewManager/ViewManager.py" line="2954" />
93560 <location filename="../ViewManager/ViewManager.py" line="1937" /> 93559 <location filename="../ViewManager/ViewManager.py" line="1940" />
93561 <source>Home</source> 93560 <source>Home</source>
93562 <translation type="unfinished" /> 93561 <translation type="unfinished" />
93563 </message> 93562 </message>
93564 <message> 93563 <message>
93565 <location filename="../QScintilla/MiniEditor.py" line="1071" /> 93564 <location filename="../QScintilla/MiniEditor.py" line="1071" />
93566 <location filename="../QScintilla/MiniEditor.py" line="1070" /> 93565 <location filename="../QScintilla/MiniEditor.py" line="1070" />
93567 <location filename="../ViewManager/ViewManager.py" line="1945" /> 93566 <location filename="../ViewManager/ViewManager.py" line="1948" />
93568 <location filename="../ViewManager/ViewManager.py" line="1944" /> 93567 <location filename="../ViewManager/ViewManager.py" line="1947" />
93569 <source>Move to start of display line</source> 93568 <source>Move to start of display line</source>
93570 <translation type="unfinished" /> 93569 <translation type="unfinished" />
93571 </message> 93570 </message>
93572 <message> 93571 <message>
93573 <location filename="../QScintilla/MiniEditor.py" line="1083" /> 93572 <location filename="../QScintilla/MiniEditor.py" line="1083" />
93574 <location filename="../ViewManager/ViewManager.py" line="1957" /> 93573 <location filename="../ViewManager/ViewManager.py" line="1960" />
93575 <source>Alt+Home</source> 93574 <source>Alt+Home</source>
93576 <translation type="unfinished" /> 93575 <translation type="unfinished" />
93577 </message> 93576 </message>
93578 <message> 93577 <message>
93579 <location filename="../QScintilla/MiniEditor.py" line="1091" /> 93578 <location filename="../QScintilla/MiniEditor.py" line="1091" />
93580 <location filename="../QScintilla/MiniEditor.py" line="1090" /> 93579 <location filename="../QScintilla/MiniEditor.py" line="1090" />
93581 <location filename="../QScintilla/ShellWindow.py" line="663" /> 93580 <location filename="../QScintilla/ShellWindow.py" line="663" />
93582 <location filename="../QScintilla/ShellWindow.py" line="662" /> 93581 <location filename="../QScintilla/ShellWindow.py" line="662" />
93583 <location filename="../ViewManager/ViewManager.py" line="1965" /> 93582 <location filename="../ViewManager/ViewManager.py" line="1968" />
93584 <location filename="../ViewManager/ViewManager.py" line="1964" /> 93583 <location filename="../ViewManager/ViewManager.py" line="1967" />
93585 <source>Move to end of document line</source> 93584 <source>Move to end of document line</source>
93586 <translation type="unfinished" /> 93585 <translation type="unfinished" />
93587 </message> 93586 </message>
93588 <message> 93587 <message>
93589 <location filename="../QScintilla/MiniEditor.py" line="1099" /> 93588 <location filename="../QScintilla/MiniEditor.py" line="1099" />
93590 <location filename="../QScintilla/ShellWindow.py" line="671" /> 93589 <location filename="../QScintilla/ShellWindow.py" line="671" />
93591 <location filename="../ViewManager/ViewManager.py" line="1973" /> 93590 <location filename="../ViewManager/ViewManager.py" line="1976" />
93592 <source>Meta+E</source> 93591 <source>Meta+E</source>
93593 <translation type="unfinished" /> 93592 <translation type="unfinished" />
93594 </message> 93593 </message>
93595 <message> 93594 <message>
93596 <location filename="../QScintilla/MiniEditor.py" line="2111" /> 93595 <location filename="../QScintilla/MiniEditor.py" line="2111" />
93597 <location filename="../QScintilla/MiniEditor.py" line="1103" /> 93596 <location filename="../QScintilla/MiniEditor.py" line="1103" />
93598 <location filename="../QScintilla/ShellWindow.py" line="675" /> 93597 <location filename="../QScintilla/ShellWindow.py" line="675" />
93599 <location filename="../ViewManager/ViewManager.py" line="2968" /> 93598 <location filename="../ViewManager/ViewManager.py" line="2971" />
93600 <location filename="../ViewManager/ViewManager.py" line="1977" /> 93599 <location filename="../ViewManager/ViewManager.py" line="1980" />
93601 <source>End</source> 93600 <source>End</source>
93602 <translation type="unfinished" /> 93601 <translation type="unfinished" />
93603 </message> 93602 </message>
93604 <message> 93603 <message>
93605 <location filename="../QScintilla/MiniEditor.py" line="1111" /> 93604 <location filename="../QScintilla/MiniEditor.py" line="1111" />
93606 <location filename="../QScintilla/MiniEditor.py" line="1110" /> 93605 <location filename="../QScintilla/MiniEditor.py" line="1110" />
93607 <location filename="../ViewManager/ViewManager.py" line="1985" /> 93606 <location filename="../ViewManager/ViewManager.py" line="1988" />
93608 <location filename="../ViewManager/ViewManager.py" line="1984" /> 93607 <location filename="../ViewManager/ViewManager.py" line="1987" />
93609 <source>Scroll view down one line</source> 93608 <source>Scroll view down one line</source>
93610 <translation type="unfinished" /> 93609 <translation type="unfinished" />
93611 </message> 93610 </message>
93612 <message> 93611 <message>
93613 <location filename="../QScintilla/MiniEditor.py" line="1215" /> 93612 <location filename="../QScintilla/MiniEditor.py" line="1215" />
93614 <location filename="../QScintilla/MiniEditor.py" line="1112" /> 93613 <location filename="../QScintilla/MiniEditor.py" line="1112" />
93615 <location filename="../QScintilla/ShellWindow.py" line="716" /> 93614 <location filename="../QScintilla/ShellWindow.py" line="716" />
93616 <location filename="../ViewManager/ViewManager.py" line="2089" /> 93615 <location filename="../ViewManager/ViewManager.py" line="2092" />
93617 <location filename="../ViewManager/ViewManager.py" line="1986" /> 93616 <location filename="../ViewManager/ViewManager.py" line="1989" />
93618 <source>Ctrl+Down</source> 93617 <source>Ctrl+Down</source>
93619 <translation type="unfinished" /> 93618 <translation type="unfinished" />
93620 </message> 93619 </message>
93621 <message> 93620 <message>
93622 <location filename="../QScintilla/MiniEditor.py" line="1123" /> 93621 <location filename="../QScintilla/MiniEditor.py" line="1123" />
93623 <location filename="../QScintilla/MiniEditor.py" line="1122" /> 93622 <location filename="../QScintilla/MiniEditor.py" line="1122" />
93624 <location filename="../ViewManager/ViewManager.py" line="1997" /> 93623 <location filename="../ViewManager/ViewManager.py" line="2000" />
93625 <location filename="../ViewManager/ViewManager.py" line="1996" /> 93624 <location filename="../ViewManager/ViewManager.py" line="1999" />
93626 <source>Scroll view up one line</source> 93625 <source>Scroll view up one line</source>
93627 <translation type="unfinished" /> 93626 <translation type="unfinished" />
93628 </message> 93627 </message>
93629 <message> 93628 <message>
93630 <location filename="../QScintilla/MiniEditor.py" line="1195" /> 93629 <location filename="../QScintilla/MiniEditor.py" line="1195" />
93631 <location filename="../QScintilla/MiniEditor.py" line="1124" /> 93630 <location filename="../QScintilla/MiniEditor.py" line="1124" />
93632 <location filename="../QScintilla/ShellWindow.py" line="728" /> 93631 <location filename="../QScintilla/ShellWindow.py" line="728" />
93633 <location filename="../ViewManager/ViewManager.py" line="2069" /> 93632 <location filename="../ViewManager/ViewManager.py" line="2072" />
93634 <location filename="../ViewManager/ViewManager.py" line="1998" /> 93633 <location filename="../ViewManager/ViewManager.py" line="2001" />
93635 <source>Ctrl+Up</source> 93634 <source>Ctrl+Up</source>
93636 <translation type="unfinished" /> 93635 <translation type="unfinished" />
93637 </message> 93636 </message>
93638 <message> 93637 <message>
93639 <location filename="../QScintilla/MiniEditor.py" line="1135" /> 93638 <location filename="../QScintilla/MiniEditor.py" line="1135" />
93640 <location filename="../QScintilla/MiniEditor.py" line="1134" /> 93639 <location filename="../QScintilla/MiniEditor.py" line="1134" />
93641 <location filename="../ViewManager/ViewManager.py" line="2009" /> 93640 <location filename="../ViewManager/ViewManager.py" line="2012" />
93642 <location filename="../ViewManager/ViewManager.py" line="2008" /> 93641 <location filename="../ViewManager/ViewManager.py" line="2011" />
93643 <source>Move up one paragraph</source> 93642 <source>Move up one paragraph</source>
93644 <translation type="unfinished" /> 93643 <translation type="unfinished" />
93645 </message> 93644 </message>
93646 <message> 93645 <message>
93647 <location filename="../QScintilla/MiniEditor.py" line="1136" /> 93646 <location filename="../QScintilla/MiniEditor.py" line="1136" />
93648 <location filename="../ViewManager/ViewManager.py" line="2010" /> 93647 <location filename="../ViewManager/ViewManager.py" line="2013" />
93649 <source>Alt+Up</source> 93648 <source>Alt+Up</source>
93650 <translation type="unfinished" /> 93649 <translation type="unfinished" />
93651 </message> 93650 </message>
93652 <message> 93651 <message>
93653 <location filename="../QScintilla/MiniEditor.py" line="1147" /> 93652 <location filename="../QScintilla/MiniEditor.py" line="1147" />
93654 <location filename="../QScintilla/MiniEditor.py" line="1146" /> 93653 <location filename="../QScintilla/MiniEditor.py" line="1146" />
93655 <location filename="../ViewManager/ViewManager.py" line="2021" /> 93654 <location filename="../ViewManager/ViewManager.py" line="2024" />
93656 <location filename="../ViewManager/ViewManager.py" line="2020" /> 93655 <location filename="../ViewManager/ViewManager.py" line="2023" />
93657 <source>Move down one paragraph</source> 93656 <source>Move down one paragraph</source>
93658 <translation type="unfinished" /> 93657 <translation type="unfinished" />
93659 </message> 93658 </message>
93660 <message> 93659 <message>
93661 <location filename="../QScintilla/MiniEditor.py" line="1148" /> 93660 <location filename="../QScintilla/MiniEditor.py" line="1148" />
93662 <location filename="../ViewManager/ViewManager.py" line="2022" /> 93661 <location filename="../ViewManager/ViewManager.py" line="2025" />
93663 <source>Alt+Down</source> 93662 <source>Alt+Down</source>
93664 <translation type="unfinished" /> 93663 <translation type="unfinished" />
93665 </message> 93664 </message>
93666 <message> 93665 <message>
93667 <location filename="../QScintilla/MiniEditor.py" line="1159" /> 93666 <location filename="../QScintilla/MiniEditor.py" line="1159" />
93668 <location filename="../QScintilla/MiniEditor.py" line="1158" /> 93667 <location filename="../QScintilla/MiniEditor.py" line="1158" />
93669 <location filename="../QScintilla/ShellWindow.py" line="739" /> 93668 <location filename="../QScintilla/ShellWindow.py" line="739" />
93670 <location filename="../QScintilla/ShellWindow.py" line="738" /> 93669 <location filename="../QScintilla/ShellWindow.py" line="738" />
93671 <location filename="../ViewManager/ViewManager.py" line="2033" /> 93670 <location filename="../ViewManager/ViewManager.py" line="2036" />
93672 <location filename="../ViewManager/ViewManager.py" line="2032" /> 93671 <location filename="../ViewManager/ViewManager.py" line="2035" />
93673 <source>Move up one page</source> 93672 <source>Move up one page</source>
93674 <translation type="unfinished" /> 93673 <translation type="unfinished" />
93675 </message> 93674 </message>
93676 <message> 93675 <message>
93677 <location filename="../QScintilla/MiniEditor.py" line="1160" /> 93676 <location filename="../QScintilla/MiniEditor.py" line="1160" />
93678 <location filename="../QScintilla/ShellWindow.py" line="740" /> 93677 <location filename="../QScintilla/ShellWindow.py" line="740" />
93679 <location filename="../ViewManager/ViewManager.py" line="2034" /> 93678 <location filename="../ViewManager/ViewManager.py" line="2037" />
93680 <source>PgUp</source> 93679 <source>PgUp</source>
93681 <translation type="unfinished" /> 93680 <translation type="unfinished" />
93682 </message> 93681 </message>
93683 <message> 93682 <message>
93684 <location filename="../QScintilla/MiniEditor.py" line="1171" /> 93683 <location filename="../QScintilla/MiniEditor.py" line="1171" />
93685 <location filename="../QScintilla/MiniEditor.py" line="1170" /> 93684 <location filename="../QScintilla/MiniEditor.py" line="1170" />
93686 <location filename="../QScintilla/ShellWindow.py" line="751" /> 93685 <location filename="../QScintilla/ShellWindow.py" line="751" />
93687 <location filename="../QScintilla/ShellWindow.py" line="750" /> 93686 <location filename="../QScintilla/ShellWindow.py" line="750" />
93688 <location filename="../ViewManager/ViewManager.py" line="2045" /> 93687 <location filename="../ViewManager/ViewManager.py" line="2048" />
93689 <location filename="../ViewManager/ViewManager.py" line="2044" /> 93688 <location filename="../ViewManager/ViewManager.py" line="2047" />
93690 <source>Move down one page</source> 93689 <source>Move down one page</source>
93691 <translation type="unfinished" /> 93690 <translation type="unfinished" />
93692 </message> 93691 </message>
93693 <message> 93692 <message>
93694 <location filename="../QScintilla/MiniEditor.py" line="1172" /> 93693 <location filename="../QScintilla/MiniEditor.py" line="1172" />
93695 <location filename="../QScintilla/ShellWindow.py" line="752" /> 93694 <location filename="../QScintilla/ShellWindow.py" line="752" />
93696 <location filename="../ViewManager/ViewManager.py" line="2046" /> 93695 <location filename="../ViewManager/ViewManager.py" line="2049" />
93697 <source>PgDown</source> 93696 <source>PgDown</source>
93698 <translation type="unfinished" /> 93697 <translation type="unfinished" />
93699 </message> 93698 </message>
93700 <message> 93699 <message>
93701 <location filename="../QScintilla/MiniEditor.py" line="1179" /> 93700 <location filename="../QScintilla/MiniEditor.py" line="1179" />
93702 <location filename="../QScintilla/ShellWindow.py" line="759" /> 93701 <location filename="../QScintilla/ShellWindow.py" line="759" />
93703 <location filename="../ViewManager/ViewManager.py" line="2053" /> 93702 <location filename="../ViewManager/ViewManager.py" line="2056" />
93704 <source>Meta+V</source> 93703 <source>Meta+V</source>
93705 <translation type="unfinished" /> 93704 <translation type="unfinished" />
93706 </message> 93705 </message>
93707 <message> 93706 <message>
93708 <location filename="../QScintilla/MiniEditor.py" line="1187" /> 93707 <location filename="../QScintilla/MiniEditor.py" line="1187" />
93709 <location filename="../QScintilla/MiniEditor.py" line="1186" /> 93708 <location filename="../QScintilla/MiniEditor.py" line="1186" />
93710 <location filename="../ViewManager/ViewManager.py" line="2061" /> 93709 <location filename="../ViewManager/ViewManager.py" line="2064" />
93711 <location filename="../ViewManager/ViewManager.py" line="2060" /> 93710 <location filename="../ViewManager/ViewManager.py" line="2063" />
93712 <source>Move to start of document</source> 93711 <source>Move to start of document</source>
93713 <translation type="unfinished" /> 93712 <translation type="unfinished" />
93714 </message> 93713 </message>
93715 <message> 93714 <message>
93716 <location filename="../QScintilla/MiniEditor.py" line="1199" /> 93715 <location filename="../QScintilla/MiniEditor.py" line="1199" />
93717 <location filename="../ViewManager/ViewManager.py" line="2073" /> 93716 <location filename="../ViewManager/ViewManager.py" line="2076" />
93718 <source>Ctrl+Home</source> 93717 <source>Ctrl+Home</source>
93719 <translation type="unfinished" /> 93718 <translation type="unfinished" />
93720 </message> 93719 </message>
93721 <message> 93720 <message>
93722 <location filename="../QScintilla/MiniEditor.py" line="1207" /> 93721 <location filename="../QScintilla/MiniEditor.py" line="1207" />
93723 <location filename="../QScintilla/MiniEditor.py" line="1206" /> 93722 <location filename="../QScintilla/MiniEditor.py" line="1206" />
93724 <location filename="../ViewManager/ViewManager.py" line="2081" /> 93723 <location filename="../ViewManager/ViewManager.py" line="2084" />
93725 <location filename="../ViewManager/ViewManager.py" line="2080" /> 93724 <location filename="../ViewManager/ViewManager.py" line="2083" />
93726 <source>Move to end of document</source> 93725 <source>Move to end of document</source>
93727 <translation type="unfinished" /> 93726 <translation type="unfinished" />
93728 </message> 93727 </message>
93729 <message> 93728 <message>
93730 <location filename="../QScintilla/MiniEditor.py" line="1219" /> 93729 <location filename="../QScintilla/MiniEditor.py" line="1219" />
93731 <location filename="../ViewManager/ViewManager.py" line="2093" /> 93730 <location filename="../ViewManager/ViewManager.py" line="2096" />
93732 <source>Ctrl+End</source> 93731 <source>Ctrl+End</source>
93733 <translation type="unfinished" /> 93732 <translation type="unfinished" />
93734 </message> 93733 </message>
93735 <message> 93734 <message>
93736 <location filename="../QScintilla/MiniEditor.py" line="1227" /> 93735 <location filename="../QScintilla/MiniEditor.py" line="1227" />
93737 <location filename="../QScintilla/MiniEditor.py" line="1226" /> 93736 <location filename="../QScintilla/MiniEditor.py" line="1226" />
93738 <location filename="../QScintilla/ShellWindow.py" line="453" /> 93737 <location filename="../QScintilla/ShellWindow.py" line="453" />
93739 <location filename="../QScintilla/ShellWindow.py" line="452" /> 93738 <location filename="../QScintilla/ShellWindow.py" line="452" />
93740 <location filename="../ViewManager/ViewManager.py" line="2101" /> 93739 <location filename="../ViewManager/ViewManager.py" line="2104" />
93741 <location filename="../ViewManager/ViewManager.py" line="2100" /> 93740 <location filename="../ViewManager/ViewManager.py" line="2103" />
93742 <source>Indent one level</source> 93741 <source>Indent one level</source>
93743 <translation type="unfinished" /> 93742 <translation type="unfinished" />
93744 </message> 93743 </message>
93745 <message> 93744 <message>
93746 <location filename="../QScintilla/MiniEditor.py" line="1228" /> 93745 <location filename="../QScintilla/MiniEditor.py" line="1228" />
93747 <location filename="../QScintilla/ShellWindow.py" line="454" /> 93746 <location filename="../QScintilla/ShellWindow.py" line="454" />
93748 <location filename="../ViewManager/ViewManager.py" line="2102" /> 93747 <location filename="../ViewManager/ViewManager.py" line="2105" />
93749 <source>Tab</source> 93748 <source>Tab</source>
93750 <translation type="unfinished" /> 93749 <translation type="unfinished" />
93751 </message> 93750 </message>
93752 <message> 93751 <message>
93753 <location filename="../QScintilla/MiniEditor.py" line="1239" /> 93752 <location filename="../QScintilla/MiniEditor.py" line="1239" />
93754 <location filename="../QScintilla/MiniEditor.py" line="1238" /> 93753 <location filename="../QScintilla/MiniEditor.py" line="1238" />
93755 <location filename="../ViewManager/ViewManager.py" line="2113" /> 93754 <location filename="../ViewManager/ViewManager.py" line="2116" />
93756 <location filename="../ViewManager/ViewManager.py" line="2112" /> 93755 <location filename="../ViewManager/ViewManager.py" line="2115" />
93757 <source>Unindent one level</source> 93756 <source>Unindent one level</source>
93758 <translation type="unfinished" /> 93757 <translation type="unfinished" />
93759 </message> 93758 </message>
93760 <message> 93759 <message>
93761 <location filename="../QScintilla/MiniEditor.py" line="1240" /> 93760 <location filename="../QScintilla/MiniEditor.py" line="1240" />
93762 <location filename="../ViewManager/ViewManager.py" line="2114" /> 93761 <location filename="../ViewManager/ViewManager.py" line="2117" />
93763 <source>Shift+Tab</source> 93762 <source>Shift+Tab</source>
93764 <translation type="unfinished" /> 93763 <translation type="unfinished" />
93765 </message> 93764 </message>
93766 <message> 93765 <message>
93767 <location filename="../QScintilla/MiniEditor.py" line="1253" /> 93766 <location filename="../QScintilla/MiniEditor.py" line="1253" />
93768 <location filename="../QScintilla/MiniEditor.py" line="1250" /> 93767 <location filename="../QScintilla/MiniEditor.py" line="1250" />
93769 <location filename="../QScintilla/ShellWindow.py" line="781" /> 93768 <location filename="../QScintilla/ShellWindow.py" line="781" />
93770 <location filename="../QScintilla/ShellWindow.py" line="778" /> 93769 <location filename="../QScintilla/ShellWindow.py" line="778" />
93770 <location filename="../ViewManager/ViewManager.py" line="2130" />
93771 <location filename="../ViewManager/ViewManager.py" line="2127" /> 93771 <location filename="../ViewManager/ViewManager.py" line="2127" />
93772 <location filename="../ViewManager/ViewManager.py" line="2124" />
93773 <source>Extend selection left one character</source> 93772 <source>Extend selection left one character</source>
93774 <translation type="unfinished" /> 93773 <translation type="unfinished" />
93775 </message> 93774 </message>
93776 <message> 93775 <message>
93777 <location filename="../QScintilla/MiniEditor.py" line="1256" /> 93776 <location filename="../QScintilla/MiniEditor.py" line="1256" />
93778 <location filename="../QScintilla/ShellWindow.py" line="784" /> 93777 <location filename="../QScintilla/ShellWindow.py" line="784" />
93779 <location filename="../ViewManager/ViewManager.py" line="2130" /> 93778 <location filename="../ViewManager/ViewManager.py" line="2133" />
93780 <source>Shift+Left</source> 93779 <source>Shift+Left</source>
93781 <translation type="unfinished" /> 93780 <translation type="unfinished" />
93782 </message> 93781 </message>
93783 <message> 93782 <message>
93784 <location filename="../QScintilla/MiniEditor.py" line="1263" /> 93783 <location filename="../QScintilla/MiniEditor.py" line="1263" />
93785 <location filename="../QScintilla/ShellWindow.py" line="791" /> 93784 <location filename="../QScintilla/ShellWindow.py" line="791" />
93786 <location filename="../ViewManager/ViewManager.py" line="2137" /> 93785 <location filename="../ViewManager/ViewManager.py" line="2140" />
93787 <source>Meta+Shift+B</source> 93786 <source>Meta+Shift+B</source>
93788 <translation type="unfinished" /> 93787 <translation type="unfinished" />
93789 </message> 93788 </message>
93790 <message> 93789 <message>
93791 <location filename="../QScintilla/MiniEditor.py" line="1273" /> 93790 <location filename="../QScintilla/MiniEditor.py" line="1273" />
93792 <location filename="../QScintilla/MiniEditor.py" line="1270" /> 93791 <location filename="../QScintilla/MiniEditor.py" line="1270" />
93793 <location filename="../QScintilla/ShellWindow.py" line="801" /> 93792 <location filename="../QScintilla/ShellWindow.py" line="801" />
93794 <location filename="../QScintilla/ShellWindow.py" line="798" /> 93793 <location filename="../QScintilla/ShellWindow.py" line="798" />
93794 <location filename="../ViewManager/ViewManager.py" line="2150" />
93795 <location filename="../ViewManager/ViewManager.py" line="2147" /> 93795 <location filename="../ViewManager/ViewManager.py" line="2147" />
93796 <location filename="../ViewManager/ViewManager.py" line="2144" />
93797 <source>Extend selection right one character</source> 93796 <source>Extend selection right one character</source>
93798 <translation type="unfinished" /> 93797 <translation type="unfinished" />
93799 </message> 93798 </message>
93800 <message> 93799 <message>
93801 <location filename="../QScintilla/MiniEditor.py" line="1276" /> 93800 <location filename="../QScintilla/MiniEditor.py" line="1276" />
93802 <location filename="../QScintilla/ShellWindow.py" line="804" /> 93801 <location filename="../QScintilla/ShellWindow.py" line="804" />
93803 <location filename="../ViewManager/ViewManager.py" line="2150" /> 93802 <location filename="../ViewManager/ViewManager.py" line="2153" />
93804 <source>Shift+Right</source> 93803 <source>Shift+Right</source>
93805 <translation type="unfinished" /> 93804 <translation type="unfinished" />
93806 </message> 93805 </message>
93807 <message> 93806 <message>
93808 <location filename="../QScintilla/MiniEditor.py" line="1283" /> 93807 <location filename="../QScintilla/MiniEditor.py" line="1283" />
93809 <location filename="../QScintilla/ShellWindow.py" line="811" /> 93808 <location filename="../QScintilla/ShellWindow.py" line="811" />
93810 <location filename="../ViewManager/ViewManager.py" line="2157" /> 93809 <location filename="../ViewManager/ViewManager.py" line="2160" />
93811 <source>Meta+Shift+F</source> 93810 <source>Meta+Shift+F</source>
93812 <translation type="unfinished" /> 93811 <translation type="unfinished" />
93813 </message> 93812 </message>
93814 <message> 93813 <message>
93815 <location filename="../QScintilla/MiniEditor.py" line="1291" /> 93814 <location filename="../QScintilla/MiniEditor.py" line="1291" />
93816 <location filename="../QScintilla/MiniEditor.py" line="1290" /> 93815 <location filename="../QScintilla/MiniEditor.py" line="1290" />
93817 <location filename="../ViewManager/ViewManager.py" line="2165" /> 93816 <location filename="../ViewManager/ViewManager.py" line="2168" />
93818 <location filename="../ViewManager/ViewManager.py" line="2164" /> 93817 <location filename="../ViewManager/ViewManager.py" line="2167" />
93819 <source>Extend selection up one line</source> 93818 <source>Extend selection up one line</source>
93820 <translation type="unfinished" /> 93819 <translation type="unfinished" />
93821 </message> 93820 </message>
93822 <message> 93821 <message>
93823 <location filename="../QScintilla/MiniEditor.py" line="1292" /> 93822 <location filename="../QScintilla/MiniEditor.py" line="1292" />
93824 <location filename="../ViewManager/ViewManager.py" line="2166" /> 93823 <location filename="../ViewManager/ViewManager.py" line="2169" />
93825 <source>Shift+Up</source> 93824 <source>Shift+Up</source>
93826 <translation type="unfinished" /> 93825 <translation type="unfinished" />
93827 </message> 93826 </message>
93828 <message> 93827 <message>
93829 <location filename="../QScintilla/MiniEditor.py" line="1299" /> 93828 <location filename="../QScintilla/MiniEditor.py" line="1299" />
93830 <location filename="../ViewManager/ViewManager.py" line="2173" /> 93829 <location filename="../ViewManager/ViewManager.py" line="2176" />
93831 <source>Meta+Shift+P</source> 93830 <source>Meta+Shift+P</source>
93832 <translation type="unfinished" /> 93831 <translation type="unfinished" />
93833 </message> 93832 </message>
93834 <message> 93833 <message>
93835 <location filename="../QScintilla/MiniEditor.py" line="1307" /> 93834 <location filename="../QScintilla/MiniEditor.py" line="1307" />
93836 <location filename="../QScintilla/MiniEditor.py" line="1306" /> 93835 <location filename="../QScintilla/MiniEditor.py" line="1306" />
93837 <location filename="../ViewManager/ViewManager.py" line="2181" /> 93836 <location filename="../ViewManager/ViewManager.py" line="2184" />
93838 <location filename="../ViewManager/ViewManager.py" line="2180" /> 93837 <location filename="../ViewManager/ViewManager.py" line="2183" />
93839 <source>Extend selection down one line</source> 93838 <source>Extend selection down one line</source>
93840 <translation type="unfinished" /> 93839 <translation type="unfinished" />
93841 </message> 93840 </message>
93842 <message> 93841 <message>
93843 <location filename="../QScintilla/MiniEditor.py" line="1308" /> 93842 <location filename="../QScintilla/MiniEditor.py" line="1308" />
93844 <location filename="../ViewManager/ViewManager.py" line="2182" /> 93843 <location filename="../ViewManager/ViewManager.py" line="2185" />
93845 <source>Shift+Down</source> 93844 <source>Shift+Down</source>
93846 <translation type="unfinished" /> 93845 <translation type="unfinished" />
93847 </message> 93846 </message>
93848 <message> 93847 <message>
93849 <location filename="../QScintilla/MiniEditor.py" line="1315" /> 93848 <location filename="../QScintilla/MiniEditor.py" line="1315" />
93850 <location filename="../ViewManager/ViewManager.py" line="2189" /> 93849 <location filename="../ViewManager/ViewManager.py" line="2192" />
93851 <source>Meta+Shift+N</source> 93850 <source>Meta+Shift+N</source>
93852 <translation type="unfinished" /> 93851 <translation type="unfinished" />
93853 </message> 93852 </message>
93854 <message> 93853 <message>
93855 <location filename="../QScintilla/MiniEditor.py" line="1325" /> 93854 <location filename="../QScintilla/MiniEditor.py" line="1325" />
93856 <location filename="../QScintilla/MiniEditor.py" line="1322" /> 93855 <location filename="../QScintilla/MiniEditor.py" line="1322" />
93856 <location filename="../ViewManager/ViewManager.py" line="2202" />
93857 <location filename="../ViewManager/ViewManager.py" line="2199" /> 93857 <location filename="../ViewManager/ViewManager.py" line="2199" />
93858 <location filename="../ViewManager/ViewManager.py" line="2196" />
93859 <source>Extend selection left one word part</source> 93858 <source>Extend selection left one word part</source>
93860 <translation type="unfinished" /> 93859 <translation type="unfinished" />
93861 </message> 93860 </message>
93862 <message> 93861 <message>
93863 <location filename="../QScintilla/MiniEditor.py" line="1376" /> 93862 <location filename="../QScintilla/MiniEditor.py" line="1376" />
93864 <location filename="../QScintilla/MiniEditor.py" line="1336" /> 93863 <location filename="../QScintilla/MiniEditor.py" line="1336" />
93865 <location filename="../QScintilla/ShellWindow.py" line="828" /> 93864 <location filename="../QScintilla/ShellWindow.py" line="828" />
93866 <location filename="../ViewManager/ViewManager.py" line="2250" /> 93865 <location filename="../ViewManager/ViewManager.py" line="2253" />
93867 <location filename="../ViewManager/ViewManager.py" line="2210" /> 93866 <location filename="../ViewManager/ViewManager.py" line="2213" />
93868 <source>Alt+Shift+Left</source> 93867 <source>Alt+Shift+Left</source>
93869 <translation type="unfinished" /> 93868 <translation type="unfinished" />
93870 </message> 93869 </message>
93871 <message> 93870 <message>
93872 <location filename="../QScintilla/MiniEditor.py" line="1347" /> 93871 <location filename="../QScintilla/MiniEditor.py" line="1347" />
93873 <location filename="../QScintilla/MiniEditor.py" line="1344" /> 93872 <location filename="../QScintilla/MiniEditor.py" line="1344" />
93873 <location filename="../ViewManager/ViewManager.py" line="2224" />
93874 <location filename="../ViewManager/ViewManager.py" line="2221" /> 93874 <location filename="../ViewManager/ViewManager.py" line="2221" />
93875 <location filename="../ViewManager/ViewManager.py" line="2218" />
93876 <source>Extend selection right one word part</source> 93875 <source>Extend selection right one word part</source>
93877 <translation type="unfinished" /> 93876 <translation type="unfinished" />
93878 </message> 93877 </message>
93879 <message> 93878 <message>
93880 <location filename="../QScintilla/MiniEditor.py" line="2171" /> 93879 <location filename="../QScintilla/MiniEditor.py" line="2171" />
93881 <location filename="../QScintilla/MiniEditor.py" line="1404" /> 93880 <location filename="../QScintilla/MiniEditor.py" line="1404" />
93882 <location filename="../QScintilla/MiniEditor.py" line="1358" /> 93881 <location filename="../QScintilla/MiniEditor.py" line="1358" />
93883 <location filename="../QScintilla/ShellWindow.py" line="856" /> 93882 <location filename="../QScintilla/ShellWindow.py" line="856" />
93884 <location filename="../ViewManager/ViewManager.py" line="3028" /> 93883 <location filename="../ViewManager/ViewManager.py" line="3031" />
93885 <location filename="../ViewManager/ViewManager.py" line="2278" /> 93884 <location filename="../ViewManager/ViewManager.py" line="2281" />
93886 <location filename="../ViewManager/ViewManager.py" line="2232" /> 93885 <location filename="../ViewManager/ViewManager.py" line="2235" />
93887 <source>Alt+Shift+Right</source> 93886 <source>Alt+Shift+Right</source>
93888 <translation type="unfinished" /> 93887 <translation type="unfinished" />
93889 </message> 93888 </message>
93890 <message> 93889 <message>
93891 <location filename="../QScintilla/MiniEditor.py" line="1367" /> 93890 <location filename="../QScintilla/MiniEditor.py" line="1367" />
93892 <location filename="../QScintilla/MiniEditor.py" line="1366" /> 93891 <location filename="../QScintilla/MiniEditor.py" line="1366" />
93893 <location filename="../QScintilla/ShellWindow.py" line="819" /> 93892 <location filename="../QScintilla/ShellWindow.py" line="819" />
93894 <location filename="../QScintilla/ShellWindow.py" line="818" /> 93893 <location filename="../QScintilla/ShellWindow.py" line="818" />
93895 <location filename="../ViewManager/ViewManager.py" line="2241" /> 93894 <location filename="../ViewManager/ViewManager.py" line="2244" />
93896 <location filename="../ViewManager/ViewManager.py" line="2240" /> 93895 <location filename="../ViewManager/ViewManager.py" line="2243" />
93897 <source>Extend selection left one word</source> 93896 <source>Extend selection left one word</source>
93898 <translation type="unfinished" /> 93897 <translation type="unfinished" />
93899 </message> 93898 </message>
93900 <message> 93899 <message>
93901 <location filename="../QScintilla/MiniEditor.py" line="2297" /> 93900 <location filename="../QScintilla/MiniEditor.py" line="2297" />
93902 <location filename="../QScintilla/MiniEditor.py" line="1382" /> 93901 <location filename="../QScintilla/MiniEditor.py" line="1382" />
93903 <location filename="../QScintilla/ShellWindow.py" line="834" /> 93902 <location filename="../QScintilla/ShellWindow.py" line="834" />
93904 <location filename="../ViewManager/ViewManager.py" line="3154" /> 93903 <location filename="../ViewManager/ViewManager.py" line="3157" />
93905 <location filename="../ViewManager/ViewManager.py" line="2256" /> 93904 <location filename="../ViewManager/ViewManager.py" line="2259" />
93906 <source>Ctrl+Shift+Left</source> 93905 <source>Ctrl+Shift+Left</source>
93907 <translation type="unfinished" /> 93906 <translation type="unfinished" />
93908 </message> 93907 </message>
93909 <message> 93908 <message>
93910 <location filename="../QScintilla/MiniEditor.py" line="1393" /> 93909 <location filename="../QScintilla/MiniEditor.py" line="1393" />
93911 <location filename="../QScintilla/MiniEditor.py" line="1390" /> 93910 <location filename="../QScintilla/MiniEditor.py" line="1390" />
93912 <location filename="../QScintilla/ShellWindow.py" line="845" /> 93911 <location filename="../QScintilla/ShellWindow.py" line="845" />
93913 <location filename="../QScintilla/ShellWindow.py" line="842" /> 93912 <location filename="../QScintilla/ShellWindow.py" line="842" />
93913 <location filename="../ViewManager/ViewManager.py" line="2270" />
93914 <location filename="../ViewManager/ViewManager.py" line="2267" /> 93914 <location filename="../ViewManager/ViewManager.py" line="2267" />
93915 <location filename="../ViewManager/ViewManager.py" line="2264" />
93916 <source>Extend selection right one word</source> 93915 <source>Extend selection right one word</source>
93917 <translation type="unfinished" /> 93916 <translation type="unfinished" />
93918 </message> 93917 </message>
93919 <message> 93918 <message>
93920 <location filename="../QScintilla/MiniEditor.py" line="1858" /> 93919 <location filename="../QScintilla/MiniEditor.py" line="1858" />
93921 <location filename="../QScintilla/MiniEditor.py" line="1410" /> 93920 <location filename="../QScintilla/MiniEditor.py" line="1410" />
93922 <location filename="../QScintilla/ShellWindow.py" line="862" /> 93921 <location filename="../QScintilla/ShellWindow.py" line="862" />
93923 <location filename="../ViewManager/ViewManager.py" line="2715" /> 93922 <location filename="../ViewManager/ViewManager.py" line="2718" />
93924 <location filename="../ViewManager/ViewManager.py" line="2284" /> 93923 <location filename="../ViewManager/ViewManager.py" line="2287" />
93925 <source>Ctrl+Shift+Right</source> 93924 <source>Ctrl+Shift+Right</source>
93926 <translation type="unfinished" /> 93925 <translation type="unfinished" />
93927 </message> 93926 </message>
93928 <message> 93927 <message>
93929 <location filename="../QScintilla/MiniEditor.py" line="1422" /> 93928 <location filename="../QScintilla/MiniEditor.py" line="1422" />
93930 <location filename="../QScintilla/MiniEditor.py" line="1418" /> 93929 <location filename="../QScintilla/MiniEditor.py" line="1418" />
93931 <location filename="../QScintilla/ShellWindow.py" line="874" /> 93930 <location filename="../QScintilla/ShellWindow.py" line="874" />
93932 <location filename="../QScintilla/ShellWindow.py" line="870" /> 93931 <location filename="../QScintilla/ShellWindow.py" line="870" />
93933 <location filename="../ViewManager/ViewManager.py" line="2296" /> 93932 <location filename="../ViewManager/ViewManager.py" line="2299" />
93934 <location filename="../ViewManager/ViewManager.py" line="2292" /> 93933 <location filename="../ViewManager/ViewManager.py" line="2295" />
93935 <source>Extend selection to first visible character in document line</source> 93934 <source>Extend selection to first visible character in document line</source>
93936 <translation type="unfinished" /> 93935 <translation type="unfinished" />
93937 </message> 93936 </message>
93938 <message> 93937 <message>
93939 <location filename="../QScintilla/MiniEditor.py" line="1433" /> 93938 <location filename="../QScintilla/MiniEditor.py" line="1433" />
93940 <location filename="../QScintilla/ShellWindow.py" line="885" /> 93939 <location filename="../QScintilla/ShellWindow.py" line="885" />
93941 <location filename="../ViewManager/ViewManager.py" line="2307" /> 93940 <location filename="../ViewManager/ViewManager.py" line="2310" />
93942 <source>Shift+Home</source> 93941 <source>Shift+Home</source>
93943 <translation type="unfinished" /> 93942 <translation type="unfinished" />
93944 </message> 93943 </message>
93945 <message> 93944 <message>
93946 <location filename="../QScintilla/MiniEditor.py" line="1443" /> 93945 <location filename="../QScintilla/MiniEditor.py" line="1443" />
93947 <location filename="../QScintilla/MiniEditor.py" line="1440" /> 93946 <location filename="../QScintilla/MiniEditor.py" line="1440" />
93948 <location filename="../QScintilla/ShellWindow.py" line="895" /> 93947 <location filename="../QScintilla/ShellWindow.py" line="895" />
93949 <location filename="../QScintilla/ShellWindow.py" line="892" /> 93948 <location filename="../QScintilla/ShellWindow.py" line="892" />
93949 <location filename="../ViewManager/ViewManager.py" line="2320" />
93950 <location filename="../ViewManager/ViewManager.py" line="2317" /> 93950 <location filename="../ViewManager/ViewManager.py" line="2317" />
93951 <location filename="../ViewManager/ViewManager.py" line="2314" />
93952 <source>Extend selection to end of document line</source> 93951 <source>Extend selection to end of document line</source>
93953 <translation type="unfinished" /> 93952 <translation type="unfinished" />
93954 </message> 93953 </message>
93955 <message> 93954 <message>
93956 <location filename="../QScintilla/MiniEditor.py" line="1453" /> 93955 <location filename="../QScintilla/MiniEditor.py" line="1453" />
93957 <location filename="../QScintilla/ShellWindow.py" line="905" /> 93956 <location filename="../QScintilla/ShellWindow.py" line="905" />
93958 <location filename="../ViewManager/ViewManager.py" line="2327" /> 93957 <location filename="../ViewManager/ViewManager.py" line="2330" />
93959 <source>Meta+Shift+E</source> 93958 <source>Meta+Shift+E</source>
93960 <translation type="unfinished" /> 93959 <translation type="unfinished" />
93961 </message> 93960 </message>
93962 <message> 93961 <message>
93963 <location filename="../QScintilla/MiniEditor.py" line="1457" /> 93962 <location filename="../QScintilla/MiniEditor.py" line="1457" />
93964 <location filename="../QScintilla/ShellWindow.py" line="909" /> 93963 <location filename="../QScintilla/ShellWindow.py" line="909" />
93965 <location filename="../ViewManager/ViewManager.py" line="2331" /> 93964 <location filename="../ViewManager/ViewManager.py" line="2334" />
93966 <source>Shift+End</source> 93965 <source>Shift+End</source>
93967 <translation type="unfinished" /> 93966 <translation type="unfinished" />
93968 </message> 93967 </message>
93969 <message> 93968 <message>
93970 <location filename="../QScintilla/MiniEditor.py" line="1467" /> 93969 <location filename="../QScintilla/MiniEditor.py" line="1467" />
93971 <location filename="../QScintilla/MiniEditor.py" line="1464" /> 93970 <location filename="../QScintilla/MiniEditor.py" line="1464" />
93971 <location filename="../ViewManager/ViewManager.py" line="2344" />
93972 <location filename="../ViewManager/ViewManager.py" line="2341" /> 93972 <location filename="../ViewManager/ViewManager.py" line="2341" />
93973 <location filename="../ViewManager/ViewManager.py" line="2338" />
93974 <source>Extend selection up one paragraph</source> 93973 <source>Extend selection up one paragraph</source>
93975 <translation type="unfinished" /> 93974 <translation type="unfinished" />
93976 </message> 93975 </message>
93977 <message> 93976 <message>
93978 <location filename="../QScintilla/MiniEditor.py" line="1470" /> 93977 <location filename="../QScintilla/MiniEditor.py" line="1470" />
93979 <location filename="../ViewManager/ViewManager.py" line="2344" /> 93978 <location filename="../ViewManager/ViewManager.py" line="2347" />
93980 <source>Alt+Shift+Up</source> 93979 <source>Alt+Shift+Up</source>
93981 <translation type="unfinished" /> 93980 <translation type="unfinished" />
93982 </message> 93981 </message>
93983 <message> 93982 <message>
93984 <location filename="../QScintilla/MiniEditor.py" line="1483" /> 93983 <location filename="../QScintilla/MiniEditor.py" line="1483" />
93985 <location filename="../QScintilla/MiniEditor.py" line="1480" /> 93984 <location filename="../QScintilla/MiniEditor.py" line="1480" />
93985 <location filename="../ViewManager/ViewManager.py" line="2360" />
93986 <location filename="../ViewManager/ViewManager.py" line="2357" /> 93986 <location filename="../ViewManager/ViewManager.py" line="2357" />
93987 <location filename="../ViewManager/ViewManager.py" line="2354" />
93988 <source>Extend selection down one paragraph</source> 93987 <source>Extend selection down one paragraph</source>
93989 <translation type="unfinished" /> 93988 <translation type="unfinished" />
93990 </message> 93989 </message>
93991 <message> 93990 <message>
93992 <location filename="../QScintilla/MiniEditor.py" line="1486" /> 93991 <location filename="../QScintilla/MiniEditor.py" line="1486" />
93993 <location filename="../ViewManager/ViewManager.py" line="2360" /> 93992 <location filename="../ViewManager/ViewManager.py" line="2363" />
93994 <source>Alt+Shift+Down</source> 93993 <source>Alt+Shift+Down</source>
93995 <translation type="unfinished" /> 93994 <translation type="unfinished" />
93996 </message> 93995 </message>
93997 <message> 93996 <message>
93998 <location filename="../QScintilla/MiniEditor.py" line="1497" /> 93997 <location filename="../QScintilla/MiniEditor.py" line="1497" />
93999 <location filename="../QScintilla/MiniEditor.py" line="1496" /> 93998 <location filename="../QScintilla/MiniEditor.py" line="1496" />
94000 <location filename="../ViewManager/ViewManager.py" line="2371" /> 93999 <location filename="../ViewManager/ViewManager.py" line="2374" />
94001 <location filename="../ViewManager/ViewManager.py" line="2370" /> 94000 <location filename="../ViewManager/ViewManager.py" line="2373" />
94002 <source>Extend selection up one page</source> 94001 <source>Extend selection up one page</source>
94003 <translation type="unfinished" /> 94002 <translation type="unfinished" />
94004 </message> 94003 </message>
94005 <message> 94004 <message>
94006 <location filename="../QScintilla/MiniEditor.py" line="1498" /> 94005 <location filename="../QScintilla/MiniEditor.py" line="1498" />
94007 <location filename="../ViewManager/ViewManager.py" line="2372" /> 94006 <location filename="../ViewManager/ViewManager.py" line="2375" />
94008 <source>Shift+PgUp</source> 94007 <source>Shift+PgUp</source>
94009 <translation type="unfinished" /> 94008 <translation type="unfinished" />
94010 </message> 94009 </message>
94011 <message> 94010 <message>
94012 <location filename="../QScintilla/MiniEditor.py" line="1509" /> 94011 <location filename="../QScintilla/MiniEditor.py" line="1509" />
94013 <location filename="../QScintilla/MiniEditor.py" line="1508" /> 94012 <location filename="../QScintilla/MiniEditor.py" line="1508" />
94014 <location filename="../ViewManager/ViewManager.py" line="2383" /> 94013 <location filename="../ViewManager/ViewManager.py" line="2386" />
94015 <location filename="../ViewManager/ViewManager.py" line="2382" /> 94014 <location filename="../ViewManager/ViewManager.py" line="2385" />
94016 <source>Extend selection down one page</source> 94015 <source>Extend selection down one page</source>
94017 <translation type="unfinished" /> 94016 <translation type="unfinished" />
94018 </message> 94017 </message>
94019 <message> 94018 <message>
94020 <location filename="../QScintilla/MiniEditor.py" line="1510" /> 94019 <location filename="../QScintilla/MiniEditor.py" line="1510" />
94021 <location filename="../ViewManager/ViewManager.py" line="2384" /> 94020 <location filename="../ViewManager/ViewManager.py" line="2387" />
94022 <source>Shift+PgDown</source> 94021 <source>Shift+PgDown</source>
94023 <translation type="unfinished" /> 94022 <translation type="unfinished" />
94024 </message> 94023 </message>
94025 <message> 94024 <message>
94026 <location filename="../QScintilla/MiniEditor.py" line="1517" /> 94025 <location filename="../QScintilla/MiniEditor.py" line="1517" />
94027 <location filename="../ViewManager/ViewManager.py" line="2391" /> 94026 <location filename="../ViewManager/ViewManager.py" line="2394" />
94028 <source>Meta+Shift+V</source> 94027 <source>Meta+Shift+V</source>
94029 <translation type="unfinished" /> 94028 <translation type="unfinished" />
94030 </message> 94029 </message>
94031 <message> 94030 <message>
94032 <location filename="../QScintilla/MiniEditor.py" line="1527" /> 94031 <location filename="../QScintilla/MiniEditor.py" line="1527" />
94033 <location filename="../QScintilla/MiniEditor.py" line="1524" /> 94032 <location filename="../QScintilla/MiniEditor.py" line="1524" />
94033 <location filename="../ViewManager/ViewManager.py" line="2404" />
94034 <location filename="../ViewManager/ViewManager.py" line="2401" /> 94034 <location filename="../ViewManager/ViewManager.py" line="2401" />
94035 <location filename="../ViewManager/ViewManager.py" line="2398" />
94036 <source>Extend selection to start of document</source> 94035 <source>Extend selection to start of document</source>
94037 <translation type="unfinished" /> 94036 <translation type="unfinished" />
94038 </message> 94037 </message>
94039 <message> 94038 <message>
94040 <location filename="../QScintilla/MiniEditor.py" line="1537" /> 94039 <location filename="../QScintilla/MiniEditor.py" line="1537" />
94041 <location filename="../ViewManager/ViewManager.py" line="2411" /> 94040 <location filename="../ViewManager/ViewManager.py" line="2414" />
94042 <source>Ctrl+Shift+Up</source> 94041 <source>Ctrl+Shift+Up</source>
94043 <translation type="unfinished" /> 94042 <translation type="unfinished" />
94044 </message> 94043 </message>
94045 <message> 94044 <message>
94046 <location filename="../QScintilla/MiniEditor.py" line="1542" /> 94045 <location filename="../QScintilla/MiniEditor.py" line="1542" />
94047 <location filename="../ViewManager/ViewManager.py" line="2416" /> 94046 <location filename="../ViewManager/ViewManager.py" line="2419" />
94048 <source>Ctrl+Shift+Home</source> 94047 <source>Ctrl+Shift+Home</source>
94049 <translation type="unfinished" /> 94048 <translation type="unfinished" />
94050 </message> 94049 </message>
94051 <message> 94050 <message>
94052 <location filename="../QScintilla/MiniEditor.py" line="1553" /> 94051 <location filename="../QScintilla/MiniEditor.py" line="1553" />
94053 <location filename="../QScintilla/MiniEditor.py" line="1550" /> 94052 <location filename="../QScintilla/MiniEditor.py" line="1550" />
94053 <location filename="../ViewManager/ViewManager.py" line="2430" />
94054 <location filename="../ViewManager/ViewManager.py" line="2427" /> 94054 <location filename="../ViewManager/ViewManager.py" line="2427" />
94055 <location filename="../ViewManager/ViewManager.py" line="2424" />
94056 <source>Extend selection to end of document</source> 94055 <source>Extend selection to end of document</source>
94057 <translation type="unfinished" /> 94056 <translation type="unfinished" />
94058 </message> 94057 </message>
94059 <message> 94058 <message>
94060 <location filename="../QScintilla/MiniEditor.py" line="1564" /> 94059 <location filename="../QScintilla/MiniEditor.py" line="1564" />
94061 <location filename="../ViewManager/ViewManager.py" line="2438" /> 94060 <location filename="../ViewManager/ViewManager.py" line="2441" />
94062 <source>Ctrl+Shift+Down</source> 94061 <source>Ctrl+Shift+Down</source>
94063 <translation type="unfinished" /> 94062 <translation type="unfinished" />
94064 </message> 94063 </message>
94065 <message> 94064 <message>
94066 <location filename="../QScintilla/MiniEditor.py" line="1570" /> 94065 <location filename="../QScintilla/MiniEditor.py" line="1570" />
94067 <location filename="../ViewManager/ViewManager.py" line="2444" /> 94066 <location filename="../ViewManager/ViewManager.py" line="2447" />
94068 <source>Ctrl+Shift+End</source> 94067 <source>Ctrl+Shift+End</source>
94069 <translation type="unfinished" /> 94068 <translation type="unfinished" />
94070 </message> 94069 </message>
94071 <message> 94070 <message>
94072 <location filename="../QScintilla/MiniEditor.py" line="1579" /> 94071 <location filename="../QScintilla/MiniEditor.py" line="1579" />
94073 <location filename="../QScintilla/MiniEditor.py" line="1578" /> 94072 <location filename="../QScintilla/MiniEditor.py" line="1578" />
94074 <location filename="../QScintilla/ShellWindow.py" line="477" /> 94073 <location filename="../QScintilla/ShellWindow.py" line="477" />
94075 <location filename="../QScintilla/ShellWindow.py" line="476" /> 94074 <location filename="../QScintilla/ShellWindow.py" line="476" />
94076 <location filename="../ViewManager/ViewManager.py" line="2453" /> 94075 <location filename="../ViewManager/ViewManager.py" line="2456" />
94077 <location filename="../ViewManager/ViewManager.py" line="2452" /> 94076 <location filename="../ViewManager/ViewManager.py" line="2455" />
94078 <source>Delete previous character</source> 94077 <source>Delete previous character</source>
94079 <translation type="unfinished" /> 94078 <translation type="unfinished" />
94080 </message> 94079 </message>
94081 <message> 94080 <message>
94082 <location filename="../QScintilla/MiniEditor.py" line="1580" /> 94081 <location filename="../QScintilla/MiniEditor.py" line="1580" />
94083 <location filename="../QScintilla/ShellWindow.py" line="478" /> 94082 <location filename="../QScintilla/ShellWindow.py" line="478" />
94084 <location filename="../ViewManager/ViewManager.py" line="2454" /> 94083 <location filename="../ViewManager/ViewManager.py" line="2457" />
94085 <source>Backspace</source> 94084 <source>Backspace</source>
94086 <translation type="unfinished" /> 94085 <translation type="unfinished" />
94087 </message> 94086 </message>
94088 <message> 94087 <message>
94089 <location filename="../QScintilla/MiniEditor.py" line="1587" /> 94088 <location filename="../QScintilla/MiniEditor.py" line="1587" />
94090 <location filename="../QScintilla/ShellWindow.py" line="485" /> 94089 <location filename="../QScintilla/ShellWindow.py" line="485" />
94091 <location filename="../ViewManager/ViewManager.py" line="2461" /> 94090 <location filename="../ViewManager/ViewManager.py" line="2464" />
94092 <source>Meta+H</source> 94091 <source>Meta+H</source>
94093 <translation type="unfinished" /> 94092 <translation type="unfinished" />
94094 </message> 94093 </message>
94095 <message> 94094 <message>
94096 <location filename="../QScintilla/MiniEditor.py" line="1592" /> 94095 <location filename="../QScintilla/MiniEditor.py" line="1592" />
94097 <location filename="../QScintilla/ShellWindow.py" line="490" /> 94096 <location filename="../QScintilla/ShellWindow.py" line="490" />
94098 <location filename="../ViewManager/ViewManager.py" line="2466" /> 94097 <location filename="../ViewManager/ViewManager.py" line="2469" />
94099 <source>Shift+Backspace</source> 94098 <source>Shift+Backspace</source>
94100 <translation type="unfinished" /> 94099 <translation type="unfinished" />
94101 </message> 94100 </message>
94102 <message> 94101 <message>
94103 <location filename="../QScintilla/MiniEditor.py" line="1603" /> 94102 <location filename="../QScintilla/MiniEditor.py" line="1603" />
94104 <location filename="../QScintilla/MiniEditor.py" line="1600" /> 94103 <location filename="../QScintilla/MiniEditor.py" line="1600" />
94104 <location filename="../ViewManager/ViewManager.py" line="2480" />
94105 <location filename="../ViewManager/ViewManager.py" line="2477" /> 94105 <location filename="../ViewManager/ViewManager.py" line="2477" />
94106 <location filename="../ViewManager/ViewManager.py" line="2474" />
94107 <source>Delete previous character if not at start of line</source> 94106 <source>Delete previous character if not at start of line</source>
94108 <translation type="unfinished" /> 94107 <translation type="unfinished" />
94109 </message> 94108 </message>
94110 <message> 94109 <message>
94111 <location filename="../QScintilla/MiniEditor.py" line="1617" /> 94110 <location filename="../QScintilla/MiniEditor.py" line="1617" />
94112 <location filename="../QScintilla/MiniEditor.py" line="1616" /> 94111 <location filename="../QScintilla/MiniEditor.py" line="1616" />
94113 <location filename="../QScintilla/ShellWindow.py" line="499" /> 94112 <location filename="../QScintilla/ShellWindow.py" line="499" />
94114 <location filename="../QScintilla/ShellWindow.py" line="498" /> 94113 <location filename="../QScintilla/ShellWindow.py" line="498" />
94115 <location filename="../ViewManager/ViewManager.py" line="2491" /> 94114 <location filename="../ViewManager/ViewManager.py" line="2494" />
94116 <location filename="../ViewManager/ViewManager.py" line="2490" /> 94115 <location filename="../ViewManager/ViewManager.py" line="2493" />
94117 <source>Delete current character</source> 94116 <source>Delete current character</source>
94118 <translation type="unfinished" /> 94117 <translation type="unfinished" />
94119 </message> 94118 </message>
94120 <message> 94119 <message>
94121 <location filename="../QScintilla/MiniEditor.py" line="1618" /> 94120 <location filename="../QScintilla/MiniEditor.py" line="1618" />
94122 <location filename="../QScintilla/ShellWindow.py" line="500" /> 94121 <location filename="../QScintilla/ShellWindow.py" line="500" />
94123 <location filename="../ViewManager/ViewManager.py" line="2492" /> 94122 <location filename="../ViewManager/ViewManager.py" line="2495" />
94124 <source>Del</source> 94123 <source>Del</source>
94125 <translation type="unfinished" /> 94124 <translation type="unfinished" />
94126 </message> 94125 </message>
94127 <message> 94126 <message>
94128 <location filename="../QScintilla/MiniEditor.py" line="1625" /> 94127 <location filename="../QScintilla/MiniEditor.py" line="1625" />
94129 <location filename="../QScintilla/ShellWindow.py" line="507" /> 94128 <location filename="../QScintilla/ShellWindow.py" line="507" />
94130 <location filename="../ViewManager/ViewManager.py" line="2499" /> 94129 <location filename="../ViewManager/ViewManager.py" line="2502" />
94131 <source>Meta+D</source> 94130 <source>Meta+D</source>
94132 <translation type="unfinished" /> 94131 <translation type="unfinished" />
94133 </message> 94132 </message>
94134 <message> 94133 <message>
94135 <location filename="../QScintilla/MiniEditor.py" line="1633" /> 94134 <location filename="../QScintilla/MiniEditor.py" line="1633" />
94136 <location filename="../QScintilla/MiniEditor.py" line="1632" /> 94135 <location filename="../QScintilla/MiniEditor.py" line="1632" />
94137 <location filename="../QScintilla/ShellWindow.py" line="515" /> 94136 <location filename="../QScintilla/ShellWindow.py" line="515" />
94138 <location filename="../QScintilla/ShellWindow.py" line="514" /> 94137 <location filename="../QScintilla/ShellWindow.py" line="514" />
94139 <location filename="../ViewManager/ViewManager.py" line="2507" /> 94138 <location filename="../ViewManager/ViewManager.py" line="2510" />
94140 <location filename="../ViewManager/ViewManager.py" line="2506" /> 94139 <location filename="../ViewManager/ViewManager.py" line="2509" />
94141 <source>Delete word to left</source> 94140 <source>Delete word to left</source>
94142 <translation type="unfinished" /> 94141 <translation type="unfinished" />
94143 </message> 94142 </message>
94144 <message> 94143 <message>
94145 <location filename="../QScintilla/MiniEditor.py" line="1634" /> 94144 <location filename="../QScintilla/MiniEditor.py" line="1634" />
94146 <location filename="../QScintilla/ShellWindow.py" line="516" /> 94145 <location filename="../QScintilla/ShellWindow.py" line="516" />
94147 <location filename="../ViewManager/ViewManager.py" line="2508" /> 94146 <location filename="../ViewManager/ViewManager.py" line="2511" />
94148 <source>Ctrl+Backspace</source> 94147 <source>Ctrl+Backspace</source>
94149 <translation type="unfinished" /> 94148 <translation type="unfinished" />
94150 </message> 94149 </message>
94151 <message> 94150 <message>
94152 <location filename="../QScintilla/MiniEditor.py" line="1645" /> 94151 <location filename="../QScintilla/MiniEditor.py" line="1645" />
94153 <location filename="../QScintilla/MiniEditor.py" line="1644" /> 94152 <location filename="../QScintilla/MiniEditor.py" line="1644" />
94154 <location filename="../QScintilla/ShellWindow.py" line="527" /> 94153 <location filename="../QScintilla/ShellWindow.py" line="527" />
94155 <location filename="../QScintilla/ShellWindow.py" line="526" /> 94154 <location filename="../QScintilla/ShellWindow.py" line="526" />
94156 <location filename="../ViewManager/ViewManager.py" line="2519" /> 94155 <location filename="../ViewManager/ViewManager.py" line="2522" />
94157 <location filename="../ViewManager/ViewManager.py" line="2518" /> 94156 <location filename="../ViewManager/ViewManager.py" line="2521" />
94158 <source>Delete word to right</source> 94157 <source>Delete word to right</source>
94159 <translation type="unfinished" /> 94158 <translation type="unfinished" />
94160 </message> 94159 </message>
94161 <message> 94160 <message>
94162 <location filename="../QScintilla/MiniEditor.py" line="1646" /> 94161 <location filename="../QScintilla/MiniEditor.py" line="1646" />
94163 <location filename="../QScintilla/ShellWindow.py" line="528" /> 94162 <location filename="../QScintilla/ShellWindow.py" line="528" />
94164 <location filename="../ViewManager/ViewManager.py" line="2520" /> 94163 <location filename="../ViewManager/ViewManager.py" line="2523" />
94165 <source>Ctrl+Del</source> 94164 <source>Ctrl+Del</source>
94166 <translation type="unfinished" /> 94165 <translation type="unfinished" />
94167 </message> 94166 </message>
94168 <message> 94167 <message>
94169 <location filename="../QScintilla/MiniEditor.py" line="1657" /> 94168 <location filename="../QScintilla/MiniEditor.py" line="1657" />
94170 <location filename="../QScintilla/MiniEditor.py" line="1656" /> 94169 <location filename="../QScintilla/MiniEditor.py" line="1656" />
94171 <location filename="../QScintilla/ShellWindow.py" line="539" /> 94170 <location filename="../QScintilla/ShellWindow.py" line="539" />
94172 <location filename="../QScintilla/ShellWindow.py" line="538" /> 94171 <location filename="../QScintilla/ShellWindow.py" line="538" />
94173 <location filename="../ViewManager/ViewManager.py" line="2531" /> 94172 <location filename="../ViewManager/ViewManager.py" line="2534" />
94174 <location filename="../ViewManager/ViewManager.py" line="2530" /> 94173 <location filename="../ViewManager/ViewManager.py" line="2533" />
94175 <source>Delete line to left</source> 94174 <source>Delete line to left</source>
94176 <translation type="unfinished" /> 94175 <translation type="unfinished" />
94177 </message> 94176 </message>
94178 <message> 94177 <message>
94179 <location filename="../QScintilla/MiniEditor.py" line="1659" /> 94178 <location filename="../QScintilla/MiniEditor.py" line="1659" />
94180 <location filename="../QScintilla/ShellWindow.py" line="541" /> 94179 <location filename="../QScintilla/ShellWindow.py" line="541" />
94181 <location filename="../ViewManager/ViewManager.py" line="2533" /> 94180 <location filename="../ViewManager/ViewManager.py" line="2536" />
94182 <source>Ctrl+Shift+Backspace</source> 94181 <source>Ctrl+Shift+Backspace</source>
94183 <translation type="unfinished" /> 94182 <translation type="unfinished" />
94184 </message> 94183 </message>
94185 <message> 94184 <message>
94186 <location filename="../QScintilla/MiniEditor.py" line="1671" /> 94185 <location filename="../QScintilla/MiniEditor.py" line="1671" />
94187 <location filename="../QScintilla/MiniEditor.py" line="1670" /> 94186 <location filename="../QScintilla/MiniEditor.py" line="1670" />
94188 <location filename="../QScintilla/ShellWindow.py" line="553" /> 94187 <location filename="../QScintilla/ShellWindow.py" line="553" />
94189 <location filename="../QScintilla/ShellWindow.py" line="552" /> 94188 <location filename="../QScintilla/ShellWindow.py" line="552" />
94190 <location filename="../ViewManager/ViewManager.py" line="2545" /> 94189 <location filename="../ViewManager/ViewManager.py" line="2548" />
94191 <location filename="../ViewManager/ViewManager.py" line="2544" /> 94190 <location filename="../ViewManager/ViewManager.py" line="2547" />
94192 <source>Delete line to right</source> 94191 <source>Delete line to right</source>
94193 <translation type="unfinished" /> 94192 <translation type="unfinished" />
94194 </message> 94193 </message>
94195 <message> 94194 <message>
94196 <location filename="../QScintilla/MiniEditor.py" line="1679" /> 94195 <location filename="../QScintilla/MiniEditor.py" line="1679" />
94197 <location filename="../QScintilla/ShellWindow.py" line="561" /> 94196 <location filename="../QScintilla/ShellWindow.py" line="561" />
94198 <location filename="../ViewManager/ViewManager.py" line="2553" /> 94197 <location filename="../ViewManager/ViewManager.py" line="2556" />
94199 <source>Meta+K</source> 94198 <source>Meta+K</source>
94200 <translation type="unfinished" /> 94199 <translation type="unfinished" />
94201 </message> 94200 </message>
94202 <message> 94201 <message>
94203 <location filename="../QScintilla/MiniEditor.py" line="1684" /> 94202 <location filename="../QScintilla/MiniEditor.py" line="1684" />
94204 <location filename="../QScintilla/ShellWindow.py" line="566" /> 94203 <location filename="../QScintilla/ShellWindow.py" line="566" />
94205 <location filename="../ViewManager/ViewManager.py" line="2558" /> 94204 <location filename="../ViewManager/ViewManager.py" line="2561" />
94206 <source>Ctrl+Shift+Del</source> 94205 <source>Ctrl+Shift+Del</source>
94207 <translation type="unfinished" /> 94206 <translation type="unfinished" />
94208 </message> 94207 </message>
94209 <message> 94208 <message>
94210 <location filename="../QScintilla/MiniEditor.py" line="1693" /> 94209 <location filename="../QScintilla/MiniEditor.py" line="1693" />
94211 <location filename="../QScintilla/MiniEditor.py" line="1692" /> 94210 <location filename="../QScintilla/MiniEditor.py" line="1692" />
94212 <location filename="../QScintilla/ShellWindow.py" line="465" /> 94211 <location filename="../QScintilla/ShellWindow.py" line="465" />
94213 <location filename="../QScintilla/ShellWindow.py" line="464" /> 94212 <location filename="../QScintilla/ShellWindow.py" line="464" />
94214 <location filename="../ViewManager/ViewManager.py" line="2567" /> 94213 <location filename="../ViewManager/ViewManager.py" line="2570" />
94215 <location filename="../ViewManager/ViewManager.py" line="2566" /> 94214 <location filename="../ViewManager/ViewManager.py" line="2569" />
94216 <source>Insert new line</source> 94215 <source>Insert new line</source>
94217 <translation type="unfinished" /> 94216 <translation type="unfinished" />
94218 </message> 94217 </message>
94219 <message> 94218 <message>
94220 <location filename="../QScintilla/MiniEditor.py" line="1694" /> 94219 <location filename="../QScintilla/MiniEditor.py" line="1694" />
94221 <location filename="../QScintilla/ShellWindow.py" line="466" /> 94220 <location filename="../QScintilla/ShellWindow.py" line="466" />
94222 <location filename="../ViewManager/ViewManager.py" line="2568" /> 94221 <location filename="../ViewManager/ViewManager.py" line="2571" />
94223 <source>Return</source> 94222 <source>Return</source>
94224 <translation type="unfinished" /> 94223 <translation type="unfinished" />
94225 </message> 94224 </message>
94226 <message> 94225 <message>
94227 <location filename="../QScintilla/MiniEditor.py" line="1695" /> 94226 <location filename="../QScintilla/MiniEditor.py" line="1695" />
94228 <location filename="../QScintilla/ShellWindow.py" line="467" /> 94227 <location filename="../QScintilla/ShellWindow.py" line="467" />
94229 <location filename="../ViewManager/ViewManager.py" line="2569" /> 94228 <location filename="../ViewManager/ViewManager.py" line="2572" />
94230 <source>Enter</source> 94229 <source>Enter</source>
94231 <translation type="unfinished" /> 94230 <translation type="unfinished" />
94232 </message> 94231 </message>
94233 <message> 94232 <message>
94233 <location filename="../ViewManager/ViewManager.py" line="2584" />
94234 <location filename="../ViewManager/ViewManager.py" line="2581" /> 94234 <location filename="../ViewManager/ViewManager.py" line="2581" />
94235 <location filename="../ViewManager/ViewManager.py" line="2578" />
94236 <source>Insert new line below current line</source> 94235 <source>Insert new line below current line</source>
94237 <translation type="unfinished" /> 94236 <translation type="unfinished" />
94238 </message> 94237 </message>
94239 <message> 94238 <message>
94240 <location filename="../ViewManager/ViewManager.py" line="2584" /> 94239 <location filename="../ViewManager/ViewManager.py" line="2587" />
94241 <source>Shift+Return</source> 94240 <source>Shift+Return</source>
94242 <translation type="unfinished" /> 94241 <translation type="unfinished" />
94243 </message> 94242 </message>
94244 <message> 94243 <message>
94245 <location filename="../ViewManager/ViewManager.py" line="2585" /> 94244 <location filename="../ViewManager/ViewManager.py" line="2588" />
94246 <source>Shift+Enter</source> 94245 <source>Shift+Enter</source>
94247 <translation type="unfinished" /> 94246 <translation type="unfinished" />
94248 </message> 94247 </message>
94249 <message> 94248 <message>
94250 <location filename="../QScintilla/MiniEditor.py" line="1705" /> 94249 <location filename="../QScintilla/MiniEditor.py" line="1705" />
94251 <location filename="../QScintilla/MiniEditor.py" line="1704" /> 94250 <location filename="../QScintilla/MiniEditor.py" line="1704" />
94252 <location filename="../QScintilla/ShellWindow.py" line="441" /> 94251 <location filename="../QScintilla/ShellWindow.py" line="441" />
94253 <location filename="../QScintilla/ShellWindow.py" line="440" /> 94252 <location filename="../QScintilla/ShellWindow.py" line="440" />
94254 <location filename="../ViewManager/ViewManager.py" line="2594" /> 94253 <location filename="../ViewManager/ViewManager.py" line="2597" />
94255 <location filename="../ViewManager/ViewManager.py" line="2593" /> 94254 <location filename="../ViewManager/ViewManager.py" line="2596" />
94256 <source>Delete current line</source> 94255 <source>Delete current line</source>
94257 <translation type="unfinished" /> 94256 <translation type="unfinished" />
94258 </message> 94257 </message>
94259 <message> 94258 <message>
94260 <location filename="../QScintilla/MiniEditor.py" line="1706" /> 94259 <location filename="../QScintilla/MiniEditor.py" line="1706" />
94261 <location filename="../QScintilla/ShellWindow.py" line="442" /> 94260 <location filename="../QScintilla/ShellWindow.py" line="442" />
94262 <location filename="../ViewManager/ViewManager.py" line="2595" /> 94261 <location filename="../ViewManager/ViewManager.py" line="2598" />
94263 <source>Ctrl+Shift+L</source> 94262 <source>Ctrl+Shift+L</source>
94264 <translation type="unfinished" /> 94263 <translation type="unfinished" />
94265 </message> 94264 </message>
94266 <message> 94265 <message>
94267 <location filename="../QScintilla/MiniEditor.py" line="1717" /> 94266 <location filename="../QScintilla/MiniEditor.py" line="1717" />
94268 <location filename="../QScintilla/MiniEditor.py" line="1716" /> 94267 <location filename="../QScintilla/MiniEditor.py" line="1716" />
94269 <location filename="../ViewManager/ViewManager.py" line="2606" /> 94268 <location filename="../ViewManager/ViewManager.py" line="2609" />
94270 <location filename="../ViewManager/ViewManager.py" line="2605" /> 94269 <location filename="../ViewManager/ViewManager.py" line="2608" />
94271 <source>Duplicate current line</source> 94270 <source>Duplicate current line</source>
94272 <translation type="unfinished" /> 94271 <translation type="unfinished" />
94273 </message> 94272 </message>
94274 <message> 94273 <message>
94275 <location filename="../QScintilla/MiniEditor.py" line="1718" /> 94274 <location filename="../QScintilla/MiniEditor.py" line="1718" />
94276 <location filename="../ViewManager/ViewManager.py" line="2607" /> 94275 <location filename="../ViewManager/ViewManager.py" line="2610" />
94277 <source>Ctrl+D</source> 94276 <source>Ctrl+D</source>
94278 <translation type="unfinished" /> 94277 <translation type="unfinished" />
94279 </message> 94278 </message>
94280 <message> 94279 <message>
94281 <location filename="../QScintilla/MiniEditor.py" line="1731" /> 94280 <location filename="../QScintilla/MiniEditor.py" line="1731" />
94282 <location filename="../QScintilla/MiniEditor.py" line="1728" /> 94281 <location filename="../QScintilla/MiniEditor.py" line="1728" />
94282 <location filename="../ViewManager/ViewManager.py" line="2623" />
94283 <location filename="../ViewManager/ViewManager.py" line="2620" /> 94283 <location filename="../ViewManager/ViewManager.py" line="2620" />
94284 <location filename="../ViewManager/ViewManager.py" line="2617" />
94285 <source>Swap current and previous lines</source> 94284 <source>Swap current and previous lines</source>
94286 <translation type="unfinished" /> 94285 <translation type="unfinished" />
94287 </message> 94286 </message>
94288 <message> 94287 <message>
94289 <location filename="../QScintilla/MiniEditor.py" line="1734" /> 94288 <location filename="../QScintilla/MiniEditor.py" line="1734" />
94290 <location filename="../ViewManager/ViewManager.py" line="2623" /> 94289 <location filename="../ViewManager/ViewManager.py" line="2626" />
94291 <source>Ctrl+T</source> 94290 <source>Ctrl+T</source>
94292 <translation type="unfinished" /> 94291 <translation type="unfinished" />
94293 </message> 94292 </message>
94294 <message> 94293 <message>
94295 <location filename="../QScintilla/MiniEditor.py" line="1745" /> 94294 <location filename="../QScintilla/MiniEditor.py" line="1745" />
94296 <location filename="../QScintilla/MiniEditor.py" line="1744" /> 94295 <location filename="../QScintilla/MiniEditor.py" line="1744" />
94297 <location filename="../ViewManager/ViewManager.py" line="2634" /> 94296 <location filename="../ViewManager/ViewManager.py" line="2637" />
94298 <location filename="../ViewManager/ViewManager.py" line="2633" /> 94297 <location filename="../ViewManager/ViewManager.py" line="2636" />
94299 <source>Reverse selected lines</source> 94298 <source>Reverse selected lines</source>
94300 <translation type="unfinished" /> 94299 <translation type="unfinished" />
94301 </message> 94300 </message>
94302 <message> 94301 <message>
94303 <location filename="../QScintilla/MiniEditor.py" line="1746" /> 94302 <location filename="../QScintilla/MiniEditor.py" line="1746" />
94304 <location filename="../ViewManager/ViewManager.py" line="2635" /> 94303 <location filename="../ViewManager/ViewManager.py" line="2638" />
94305 <source>Meta+Alt+R</source> 94304 <source>Meta+Alt+R</source>
94306 <translation type="unfinished" /> 94305 <translation type="unfinished" />
94307 </message> 94306 </message>
94308 <message> 94307 <message>
94309 <location filename="../QScintilla/MiniEditor.py" line="1757" /> 94308 <location filename="../QScintilla/MiniEditor.py" line="1757" />
94310 <location filename="../QScintilla/MiniEditor.py" line="1756" /> 94309 <location filename="../QScintilla/MiniEditor.py" line="1756" />
94311 <location filename="../ViewManager/ViewManager.py" line="2646" /> 94310 <location filename="../ViewManager/ViewManager.py" line="2649" />
94312 <location filename="../ViewManager/ViewManager.py" line="2645" /> 94311 <location filename="../ViewManager/ViewManager.py" line="2648" />
94313 <source>Cut current line</source> 94312 <source>Cut current line</source>
94314 <translation type="unfinished" /> 94313 <translation type="unfinished" />
94315 </message> 94314 </message>
94316 <message> 94315 <message>
94317 <location filename="../QScintilla/MiniEditor.py" line="1758" /> 94316 <location filename="../QScintilla/MiniEditor.py" line="1758" />
94318 <location filename="../ViewManager/ViewManager.py" line="2647" /> 94317 <location filename="../ViewManager/ViewManager.py" line="2650" />
94319 <source>Alt+Shift+L</source> 94318 <source>Alt+Shift+L</source>
94320 <translation type="unfinished" /> 94319 <translation type="unfinished" />
94321 </message> 94320 </message>
94322 <message> 94321 <message>
94323 <location filename="../QScintilla/MiniEditor.py" line="1769" /> 94322 <location filename="../QScintilla/MiniEditor.py" line="1769" />
94324 <location filename="../QScintilla/MiniEditor.py" line="1768" /> 94323 <location filename="../QScintilla/MiniEditor.py" line="1768" />
94325 <location filename="../ViewManager/ViewManager.py" line="2658" /> 94324 <location filename="../ViewManager/ViewManager.py" line="2661" />
94326 <location filename="../ViewManager/ViewManager.py" line="2657" /> 94325 <location filename="../ViewManager/ViewManager.py" line="2660" />
94327 <source>Copy current line</source> 94326 <source>Copy current line</source>
94328 <translation type="unfinished" /> 94327 <translation type="unfinished" />
94329 </message> 94328 </message>
94330 <message> 94329 <message>
94331 <location filename="../QScintilla/MiniEditor.py" line="1770" /> 94330 <location filename="../QScintilla/MiniEditor.py" line="1770" />
94332 <location filename="../ViewManager/ViewManager.py" line="2659" /> 94331 <location filename="../ViewManager/ViewManager.py" line="2662" />
94333 <source>Ctrl+Shift+T</source> 94332 <source>Ctrl+Shift+T</source>
94334 <translation type="unfinished" /> 94333 <translation type="unfinished" />
94335 </message> 94334 </message>
94336 <message> 94335 <message>
94337 <location filename="../QScintilla/MiniEditor.py" line="1781" /> 94336 <location filename="../QScintilla/MiniEditor.py" line="1781" />
94338 <location filename="../QScintilla/MiniEditor.py" line="1780" /> 94337 <location filename="../QScintilla/MiniEditor.py" line="1780" />
94339 <location filename="../ViewManager/ViewManager.py" line="2670" /> 94338 <location filename="../ViewManager/ViewManager.py" line="2673" />
94340 <location filename="../ViewManager/ViewManager.py" line="2669" /> 94339 <location filename="../ViewManager/ViewManager.py" line="2672" />
94341 <source>Toggle insert/overtype</source> 94340 <source>Toggle insert/overtype</source>
94342 <translation type="unfinished" /> 94341 <translation type="unfinished" />
94343 </message> 94342 </message>
94344 <message> 94343 <message>
94345 <location filename="../QScintilla/MiniEditor.py" line="1782" /> 94344 <location filename="../QScintilla/MiniEditor.py" line="1782" />
94346 <location filename="../ViewManager/ViewManager.py" line="2671" /> 94345 <location filename="../ViewManager/ViewManager.py" line="2674" />
94347 <source>Ins</source> 94346 <source>Ins</source>
94348 <translation type="unfinished" /> 94347 <translation type="unfinished" />
94349 </message> 94348 </message>
94350 <message> 94349 <message>
94351 <location filename="../QScintilla/MiniEditor.py" line="1825" /> 94350 <location filename="../QScintilla/MiniEditor.py" line="1825" />
94352 <location filename="../QScintilla/MiniEditor.py" line="1824" /> 94351 <location filename="../QScintilla/MiniEditor.py" line="1824" />
94353 <location filename="../ViewManager/ViewManager.py" line="2682" /> 94352 <location filename="../ViewManager/ViewManager.py" line="2685" />
94354 <location filename="../ViewManager/ViewManager.py" line="2681" /> 94353 <location filename="../ViewManager/ViewManager.py" line="2684" />
94355 <source>Move to end of display line</source> 94354 <source>Move to end of display line</source>
94356 <translation type="unfinished" /> 94355 <translation type="unfinished" />
94357 </message> 94356 </message>
94358 <message> 94357 <message>
94359 <location filename="../QScintilla/MiniEditor.py" line="1837" /> 94358 <location filename="../QScintilla/MiniEditor.py" line="1837" />
94360 <location filename="../ViewManager/ViewManager.py" line="2694" /> 94359 <location filename="../ViewManager/ViewManager.py" line="2697" />
94361 <source>Alt+End</source> 94360 <source>Alt+End</source>
94362 <translation type="unfinished" /> 94361 <translation type="unfinished" />
94363 </message> 94362 </message>
94364 <message> 94363 <message>
94365 <location filename="../QScintilla/MiniEditor.py" line="1847" /> 94364 <location filename="../QScintilla/MiniEditor.py" line="1847" />
94366 <location filename="../QScintilla/MiniEditor.py" line="1844" /> 94365 <location filename="../QScintilla/MiniEditor.py" line="1844" />
94366 <location filename="../ViewManager/ViewManager.py" line="2707" />
94367 <location filename="../ViewManager/ViewManager.py" line="2704" /> 94367 <location filename="../ViewManager/ViewManager.py" line="2704" />
94368 <location filename="../ViewManager/ViewManager.py" line="2701" />
94369 <source>Extend selection to end of display line</source> 94368 <source>Extend selection to end of display line</source>
94370 <translation type="unfinished" /> 94369 <translation type="unfinished" />
94371 </message> 94370 </message>
94372 <message> 94371 <message>
94373 <location filename="../QScintilla/MiniEditor.py" line="1867" /> 94372 <location filename="../QScintilla/MiniEditor.py" line="1867" />
94374 <location filename="../QScintilla/MiniEditor.py" line="1866" /> 94373 <location filename="../QScintilla/MiniEditor.py" line="1866" />
94375 <location filename="../ViewManager/ViewManager.py" line="2724" /> 94374 <location filename="../ViewManager/ViewManager.py" line="2727" />
94376 <location filename="../ViewManager/ViewManager.py" line="2723" /> 94375 <location filename="../ViewManager/ViewManager.py" line="2726" />
94377 <source>Formfeed</source> 94376 <source>Formfeed</source>
94378 <translation type="unfinished" /> 94377 <translation type="unfinished" />
94379 </message> 94378 </message>
94380 <message> 94379 <message>
94381 <location filename="../QScintilla/MiniEditor.py" line="1879" /> 94380 <location filename="../QScintilla/MiniEditor.py" line="1879" />
94382 <location filename="../QScintilla/MiniEditor.py" line="1878" /> 94381 <location filename="../QScintilla/MiniEditor.py" line="1878" />
94383 <location filename="../QScintilla/ShellWindow.py" line="767" /> 94382 <location filename="../QScintilla/ShellWindow.py" line="767" />
94384 <location filename="../QScintilla/ShellWindow.py" line="766" /> 94383 <location filename="../QScintilla/ShellWindow.py" line="766" />
94385 <location filename="../ViewManager/ViewManager.py" line="2736" /> 94384 <location filename="../ViewManager/ViewManager.py" line="2739" />
94386 <location filename="../ViewManager/ViewManager.py" line="2735" /> 94385 <location filename="../ViewManager/ViewManager.py" line="2738" />
94387 <source>Escape</source> 94386 <source>Escape</source>
94388 <translation type="unfinished" /> 94387 <translation type="unfinished" />
94389 </message> 94388 </message>
94390 <message> 94389 <message>
94391 <location filename="../QScintilla/MiniEditor.py" line="1880" /> 94390 <location filename="../QScintilla/MiniEditor.py" line="1880" />
94392 <location filename="../QScintilla/ShellWindow.py" line="768" /> 94391 <location filename="../QScintilla/ShellWindow.py" line="768" />
94393 <location filename="../ViewManager/ViewManager.py" line="2737" /> 94392 <location filename="../ViewManager/ViewManager.py" line="2740" />
94394 <source>Esc</source> 94393 <source>Esc</source>
94395 <translation type="unfinished" /> 94394 <translation type="unfinished" />
94396 </message> 94395 </message>
94397 <message> 94396 <message>
94398 <location filename="../QScintilla/MiniEditor.py" line="1893" /> 94397 <location filename="../QScintilla/MiniEditor.py" line="1893" />
94399 <location filename="../QScintilla/MiniEditor.py" line="1890" /> 94398 <location filename="../QScintilla/MiniEditor.py" line="1890" />
94399 <location filename="../ViewManager/ViewManager.py" line="2753" />
94400 <location filename="../ViewManager/ViewManager.py" line="2750" /> 94400 <location filename="../ViewManager/ViewManager.py" line="2750" />
94401 <location filename="../ViewManager/ViewManager.py" line="2747" />
94402 <source>Extend rectangular selection down one line</source> 94401 <source>Extend rectangular selection down one line</source>
94403 <translation type="unfinished" /> 94402 <translation type="unfinished" />
94404 </message> 94403 </message>
94405 <message> 94404 <message>
94406 <location filename="../QScintilla/MiniEditor.py" line="1896" /> 94405 <location filename="../QScintilla/MiniEditor.py" line="1896" />
94407 <location filename="../ViewManager/ViewManager.py" line="2753" /> 94406 <location filename="../ViewManager/ViewManager.py" line="2756" />
94408 <source>Alt+Ctrl+Down</source> 94407 <source>Alt+Ctrl+Down</source>
94409 <translation type="unfinished" /> 94408 <translation type="unfinished" />
94410 </message> 94409 </message>
94411 <message> 94410 <message>
94412 <location filename="../QScintilla/MiniEditor.py" line="1904" /> 94411 <location filename="../QScintilla/MiniEditor.py" line="1904" />
94413 <location filename="../ViewManager/ViewManager.py" line="2761" /> 94412 <location filename="../ViewManager/ViewManager.py" line="2764" />
94414 <source>Meta+Alt+Shift+N</source> 94413 <source>Meta+Alt+Shift+N</source>
94415 <translation type="unfinished" /> 94414 <translation type="unfinished" />
94416 </message> 94415 </message>
94417 <message> 94416 <message>
94418 <location filename="../QScintilla/MiniEditor.py" line="1915" /> 94417 <location filename="../QScintilla/MiniEditor.py" line="1915" />
94419 <location filename="../QScintilla/MiniEditor.py" line="1912" /> 94418 <location filename="../QScintilla/MiniEditor.py" line="1912" />
94419 <location filename="../ViewManager/ViewManager.py" line="2775" />
94420 <location filename="../ViewManager/ViewManager.py" line="2772" /> 94420 <location filename="../ViewManager/ViewManager.py" line="2772" />
94421 <location filename="../ViewManager/ViewManager.py" line="2769" />
94422 <source>Extend rectangular selection up one line</source> 94421 <source>Extend rectangular selection up one line</source>
94423 <translation type="unfinished" /> 94422 <translation type="unfinished" />
94424 </message> 94423 </message>
94425 <message> 94424 <message>
94426 <location filename="../QScintilla/MiniEditor.py" line="1918" /> 94425 <location filename="../QScintilla/MiniEditor.py" line="1918" />
94427 <location filename="../ViewManager/ViewManager.py" line="2775" /> 94426 <location filename="../ViewManager/ViewManager.py" line="2778" />
94428 <source>Alt+Ctrl+Up</source> 94427 <source>Alt+Ctrl+Up</source>
94429 <translation type="unfinished" /> 94428 <translation type="unfinished" />
94430 </message> 94429 </message>
94431 <message> 94430 <message>
94432 <location filename="../QScintilla/MiniEditor.py" line="1926" /> 94431 <location filename="../QScintilla/MiniEditor.py" line="1926" />
94433 <location filename="../ViewManager/ViewManager.py" line="2783" /> 94432 <location filename="../ViewManager/ViewManager.py" line="2786" />
94434 <source>Meta+Alt+Shift+P</source> 94433 <source>Meta+Alt+Shift+P</source>
94435 <translation type="unfinished" /> 94434 <translation type="unfinished" />
94436 </message> 94435 </message>
94437 <message> 94436 <message>
94438 <location filename="../QScintilla/MiniEditor.py" line="1937" /> 94437 <location filename="../QScintilla/MiniEditor.py" line="1937" />
94439 <location filename="../QScintilla/MiniEditor.py" line="1934" /> 94438 <location filename="../QScintilla/MiniEditor.py" line="1934" />
94439 <location filename="../ViewManager/ViewManager.py" line="2797" />
94440 <location filename="../ViewManager/ViewManager.py" line="2794" /> 94440 <location filename="../ViewManager/ViewManager.py" line="2794" />
94441 <location filename="../ViewManager/ViewManager.py" line="2791" />
94442 <source>Extend rectangular selection left one character</source> 94441 <source>Extend rectangular selection left one character</source>
94443 <translation type="unfinished" /> 94442 <translation type="unfinished" />
94444 </message> 94443 </message>
94445 <message> 94444 <message>
94446 <location filename="../QScintilla/MiniEditor.py" line="1940" /> 94445 <location filename="../QScintilla/MiniEditor.py" line="1940" />
94447 <location filename="../ViewManager/ViewManager.py" line="2797" /> 94446 <location filename="../ViewManager/ViewManager.py" line="2800" />
94448 <source>Alt+Ctrl+Left</source> 94447 <source>Alt+Ctrl+Left</source>
94449 <translation type="unfinished" /> 94448 <translation type="unfinished" />
94450 </message> 94449 </message>
94451 <message> 94450 <message>
94452 <location filename="../QScintilla/MiniEditor.py" line="1948" /> 94451 <location filename="../QScintilla/MiniEditor.py" line="1948" />
94453 <location filename="../ViewManager/ViewManager.py" line="2805" /> 94452 <location filename="../ViewManager/ViewManager.py" line="2808" />
94454 <source>Meta+Alt+Shift+B</source> 94453 <source>Meta+Alt+Shift+B</source>
94455 <translation type="unfinished" /> 94454 <translation type="unfinished" />
94456 </message> 94455 </message>
94457 <message> 94456 <message>
94458 <location filename="../QScintilla/MiniEditor.py" line="1959" /> 94457 <location filename="../QScintilla/MiniEditor.py" line="1959" />
94459 <location filename="../QScintilla/MiniEditor.py" line="1956" /> 94458 <location filename="../QScintilla/MiniEditor.py" line="1956" />
94459 <location filename="../ViewManager/ViewManager.py" line="2819" />
94460 <location filename="../ViewManager/ViewManager.py" line="2816" /> 94460 <location filename="../ViewManager/ViewManager.py" line="2816" />
94461 <location filename="../ViewManager/ViewManager.py" line="2813" />
94462 <source>Extend rectangular selection right one character</source> 94461 <source>Extend rectangular selection right one character</source>
94463 <translation type="unfinished" /> 94462 <translation type="unfinished" />
94464 </message> 94463 </message>
94465 <message> 94464 <message>
94466 <location filename="../QScintilla/MiniEditor.py" line="1962" /> 94465 <location filename="../QScintilla/MiniEditor.py" line="1962" />
94467 <location filename="../ViewManager/ViewManager.py" line="2819" /> 94466 <location filename="../ViewManager/ViewManager.py" line="2822" />
94468 <source>Alt+Ctrl+Right</source> 94467 <source>Alt+Ctrl+Right</source>
94469 <translation type="unfinished" /> 94468 <translation type="unfinished" />
94470 </message> 94469 </message>
94471 <message> 94470 <message>
94472 <location filename="../QScintilla/MiniEditor.py" line="1970" /> 94471 <location filename="../QScintilla/MiniEditor.py" line="1970" />
94473 <location filename="../ViewManager/ViewManager.py" line="2827" /> 94472 <location filename="../ViewManager/ViewManager.py" line="2830" />
94474 <source>Meta+Alt+Shift+F</source> 94473 <source>Meta+Alt+Shift+F</source>
94475 <translation type="unfinished" /> 94474 <translation type="unfinished" />
94476 </message> 94475 </message>
94477 <message> 94476 <message>
94478 <location filename="../QScintilla/MiniEditor.py" line="1983" /> 94477 <location filename="../QScintilla/MiniEditor.py" line="1983" />
94479 <location filename="../QScintilla/MiniEditor.py" line="1978" /> 94478 <location filename="../QScintilla/MiniEditor.py" line="1978" />
94480 <location filename="../ViewManager/ViewManager.py" line="2840" /> 94479 <location filename="../ViewManager/ViewManager.py" line="2843" />
94481 <location filename="../ViewManager/ViewManager.py" line="2835" /> 94480 <location filename="../ViewManager/ViewManager.py" line="2838" />
94482 <source>Extend rectangular selection to first visible character in document line</source> 94481 <source>Extend rectangular selection to first visible character in document line</source>
94483 <translation type="unfinished" /> 94482 <translation type="unfinished" />
94484 </message> 94483 </message>
94485 <message> 94484 <message>
94486 <location filename="../QScintilla/MiniEditor.py" line="1996" /> 94485 <location filename="../QScintilla/MiniEditor.py" line="1996" />
94487 <location filename="../ViewManager/ViewManager.py" line="2853" /> 94486 <location filename="../ViewManager/ViewManager.py" line="2856" />
94488 <source>Alt+Shift+Home</source> 94487 <source>Alt+Shift+Home</source>
94489 <translation type="unfinished" /> 94488 <translation type="unfinished" />
94490 </message> 94489 </message>
94491 <message> 94490 <message>
94492 <location filename="../QScintilla/MiniEditor.py" line="2007" /> 94491 <location filename="../QScintilla/MiniEditor.py" line="2007" />
94493 <location filename="../QScintilla/MiniEditor.py" line="2004" /> 94492 <location filename="../QScintilla/MiniEditor.py" line="2004" />
94493 <location filename="../ViewManager/ViewManager.py" line="2867" />
94494 <location filename="../ViewManager/ViewManager.py" line="2864" /> 94494 <location filename="../ViewManager/ViewManager.py" line="2864" />
94495 <location filename="../ViewManager/ViewManager.py" line="2861" />
94496 <source>Extend rectangular selection to end of document line</source> 94495 <source>Extend rectangular selection to end of document line</source>
94497 <translation type="unfinished" /> 94496 <translation type="unfinished" />
94498 </message> 94497 </message>
94499 <message> 94498 <message>
94500 <location filename="../QScintilla/MiniEditor.py" line="2018" /> 94499 <location filename="../QScintilla/MiniEditor.py" line="2018" />
94501 <location filename="../ViewManager/ViewManager.py" line="2875" /> 94500 <location filename="../ViewManager/ViewManager.py" line="2878" />
94502 <source>Meta+Alt+Shift+E</source> 94501 <source>Meta+Alt+Shift+E</source>
94503 <translation type="unfinished" /> 94502 <translation type="unfinished" />
94504 </message> 94503 </message>
94505 <message> 94504 <message>
94506 <location filename="../QScintilla/MiniEditor.py" line="2023" /> 94505 <location filename="../QScintilla/MiniEditor.py" line="2023" />
94507 <location filename="../ViewManager/ViewManager.py" line="2880" /> 94506 <location filename="../ViewManager/ViewManager.py" line="2883" />
94508 <source>Alt+Shift+End</source> 94507 <source>Alt+Shift+End</source>
94509 <translation type="unfinished" /> 94508 <translation type="unfinished" />
94510 </message> 94509 </message>
94511 <message> 94510 <message>
94512 <location filename="../QScintilla/MiniEditor.py" line="2033" /> 94511 <location filename="../QScintilla/MiniEditor.py" line="2033" />
94513 <location filename="../QScintilla/MiniEditor.py" line="2030" /> 94512 <location filename="../QScintilla/MiniEditor.py" line="2030" />
94513 <location filename="../ViewManager/ViewManager.py" line="2893" />
94514 <location filename="../ViewManager/ViewManager.py" line="2890" /> 94514 <location filename="../ViewManager/ViewManager.py" line="2890" />
94515 <location filename="../ViewManager/ViewManager.py" line="2887" />
94516 <source>Extend rectangular selection up one page</source> 94515 <source>Extend rectangular selection up one page</source>
94517 <translation type="unfinished" /> 94516 <translation type="unfinished" />
94518 </message> 94517 </message>
94519 <message> 94518 <message>
94520 <location filename="../QScintilla/MiniEditor.py" line="2036" /> 94519 <location filename="../QScintilla/MiniEditor.py" line="2036" />
94521 <location filename="../ViewManager/ViewManager.py" line="2893" /> 94520 <location filename="../ViewManager/ViewManager.py" line="2896" />
94522 <source>Alt+Shift+PgUp</source> 94521 <source>Alt+Shift+PgUp</source>
94523 <translation type="unfinished" /> 94522 <translation type="unfinished" />
94524 </message> 94523 </message>
94525 <message> 94524 <message>
94526 <location filename="../QScintilla/MiniEditor.py" line="2049" /> 94525 <location filename="../QScintilla/MiniEditor.py" line="2049" />
94527 <location filename="../QScintilla/MiniEditor.py" line="2046" /> 94526 <location filename="../QScintilla/MiniEditor.py" line="2046" />
94527 <location filename="../ViewManager/ViewManager.py" line="2909" />
94528 <location filename="../ViewManager/ViewManager.py" line="2906" /> 94528 <location filename="../ViewManager/ViewManager.py" line="2906" />
94529 <location filename="../ViewManager/ViewManager.py" line="2903" />
94530 <source>Extend rectangular selection down one page</source> 94529 <source>Extend rectangular selection down one page</source>
94531 <translation type="unfinished" /> 94530 <translation type="unfinished" />
94532 </message> 94531 </message>
94533 <message> 94532 <message>
94534 <location filename="../QScintilla/MiniEditor.py" line="2052" /> 94533 <location filename="../QScintilla/MiniEditor.py" line="2052" />
94535 <location filename="../ViewManager/ViewManager.py" line="2909" /> 94534 <location filename="../ViewManager/ViewManager.py" line="2912" />
94536 <source>Alt+Shift+PgDown</source> 94535 <source>Alt+Shift+PgDown</source>
94537 <translation type="unfinished" /> 94536 <translation type="unfinished" />
94538 </message> 94537 </message>
94539 <message> 94538 <message>
94540 <location filename="../QScintilla/MiniEditor.py" line="2060" /> 94539 <location filename="../QScintilla/MiniEditor.py" line="2060" />
94541 <location filename="../ViewManager/ViewManager.py" line="2917" /> 94540 <location filename="../ViewManager/ViewManager.py" line="2920" />
94542 <source>Meta+Alt+Shift+V</source> 94541 <source>Meta+Alt+Shift+V</source>
94543 <translation type="unfinished" /> 94542 <translation type="unfinished" />
94544 </message> 94543 </message>
94545 <message> 94544 <message>
94546 <location filename="../QScintilla/MiniEditor.py" line="2535" /> 94545 <location filename="../QScintilla/MiniEditor.py" line="2535" />
94547 <location filename="../QScintilla/MiniEditor.py" line="2534" /> 94546 <location filename="../QScintilla/MiniEditor.py" line="2534" />
94548 <location filename="../QScintilla/MiniEditor.py" line="2069" /> 94547 <location filename="../QScintilla/MiniEditor.py" line="2069" />
94549 <location filename="../QScintilla/MiniEditor.py" line="2068" /> 94548 <location filename="../QScintilla/MiniEditor.py" line="2068" />
94550 <location filename="../ViewManager/ViewManager.py" line="2926" /> 94549 <location filename="../ViewManager/ViewManager.py" line="2929" />
94551 <location filename="../ViewManager/ViewManager.py" line="2925" /> 94550 <location filename="../ViewManager/ViewManager.py" line="2928" />
94552 <source>Duplicate current selection</source> 94551 <source>Duplicate current selection</source>
94553 <translation type="unfinished" /> 94552 <translation type="unfinished" />
94554 </message> 94553 </message>
94555 <message> 94554 <message>
94556 <location filename="../QScintilla/MiniEditor.py" line="2536" /> 94555 <location filename="../QScintilla/MiniEditor.py" line="2536" />
94557 <location filename="../QScintilla/MiniEditor.py" line="2070" /> 94556 <location filename="../QScintilla/MiniEditor.py" line="2070" />
94558 <location filename="../ViewManager/ViewManager.py" line="2927" /> 94557 <location filename="../ViewManager/ViewManager.py" line="2930" />
94559 <source>Ctrl+Shift+D</source> 94558 <source>Ctrl+Shift+D</source>
94560 <translation type="unfinished" /> 94559 <translation type="unfinished" />
94561 </message> 94560 </message>
94562 <message> 94561 <message>
94563 <location filename="../QScintilla/MiniEditor.py" line="2084" /> 94562 <location filename="../QScintilla/MiniEditor.py" line="2084" />
94564 <location filename="../QScintilla/MiniEditor.py" line="2081" /> 94563 <location filename="../QScintilla/MiniEditor.py" line="2081" />
94564 <location filename="../ViewManager/ViewManager.py" line="2944" />
94565 <location filename="../ViewManager/ViewManager.py" line="2941" /> 94565 <location filename="../ViewManager/ViewManager.py" line="2941" />
94566 <location filename="../ViewManager/ViewManager.py" line="2938" />
94567 <source>Scroll to start of document</source> 94566 <source>Scroll to start of document</source>
94568 <translation type="unfinished" /> 94567 <translation type="unfinished" />
94569 </message> 94568 </message>
94570 <message> 94569 <message>
94571 <location filename="../QScintilla/MiniEditor.py" line="2103" /> 94570 <location filename="../QScintilla/MiniEditor.py" line="2103" />
94572 <location filename="../QScintilla/MiniEditor.py" line="2102" /> 94571 <location filename="../QScintilla/MiniEditor.py" line="2102" />
94573 <location filename="../ViewManager/ViewManager.py" line="2960" /> 94572 <location filename="../ViewManager/ViewManager.py" line="2963" />
94574 <location filename="../ViewManager/ViewManager.py" line="2959" /> 94573 <location filename="../ViewManager/ViewManager.py" line="2962" />
94575 <source>Scroll to end of document</source> 94574 <source>Scroll to end of document</source>
94576 <translation type="unfinished" /> 94575 <translation type="unfinished" />
94577 </message> 94576 </message>
94578 <message> 94577 <message>
94579 <location filename="../QScintilla/MiniEditor.py" line="2122" /> 94578 <location filename="../QScintilla/MiniEditor.py" line="2122" />
94580 <location filename="../QScintilla/MiniEditor.py" line="2119" /> 94579 <location filename="../QScintilla/MiniEditor.py" line="2119" />
94580 <location filename="../ViewManager/ViewManager.py" line="2982" />
94581 <location filename="../ViewManager/ViewManager.py" line="2979" /> 94581 <location filename="../ViewManager/ViewManager.py" line="2979" />
94582 <location filename="../ViewManager/ViewManager.py" line="2976" />
94583 <source>Scroll vertically to center current line</source> 94582 <source>Scroll vertically to center current line</source>
94584 <translation type="unfinished" /> 94583 <translation type="unfinished" />
94585 </message> 94584 </message>
94586 <message> 94585 <message>
94587 <location filename="../QScintilla/MiniEditor.py" line="2132" /> 94586 <location filename="../QScintilla/MiniEditor.py" line="2132" />
94588 <location filename="../ViewManager/ViewManager.py" line="2989" /> 94587 <location filename="../ViewManager/ViewManager.py" line="2992" />
94589 <source>Meta+L</source> 94588 <source>Meta+L</source>
94590 <translation type="unfinished" /> 94589 <translation type="unfinished" />
94591 </message> 94590 </message>
94592 <message> 94591 <message>
94593 <location filename="../QScintilla/MiniEditor.py" line="2141" /> 94592 <location filename="../QScintilla/MiniEditor.py" line="2141" />
94594 <location filename="../QScintilla/MiniEditor.py" line="2140" /> 94593 <location filename="../QScintilla/MiniEditor.py" line="2140" />
94595 <location filename="../ViewManager/ViewManager.py" line="2998" /> 94594 <location filename="../ViewManager/ViewManager.py" line="3001" />
94596 <location filename="../ViewManager/ViewManager.py" line="2997" /> 94595 <location filename="../ViewManager/ViewManager.py" line="3000" />
94597 <source>Move to end of next word</source> 94596 <source>Move to end of next word</source>
94598 <translation type="unfinished" /> 94597 <translation type="unfinished" />
94599 </message> 94598 </message>
94600 <message> 94599 <message>
94601 <location filename="../QScintilla/MiniEditor.py" line="2160" /> 94600 <location filename="../QScintilla/MiniEditor.py" line="2160" />
94602 <location filename="../QScintilla/MiniEditor.py" line="2157" /> 94601 <location filename="../QScintilla/MiniEditor.py" line="2157" />
94602 <location filename="../ViewManager/ViewManager.py" line="3020" />
94603 <location filename="../ViewManager/ViewManager.py" line="3017" /> 94603 <location filename="../ViewManager/ViewManager.py" line="3017" />
94604 <location filename="../ViewManager/ViewManager.py" line="3014" />
94605 <source>Extend selection to end of next word</source> 94604 <source>Extend selection to end of next word</source>
94606 <translation type="unfinished" /> 94605 <translation type="unfinished" />
94607 </message> 94606 </message>
94608 <message> 94607 <message>
94609 <location filename="../QScintilla/MiniEditor.py" line="2183" /> 94608 <location filename="../QScintilla/MiniEditor.py" line="2183" />
94610 <location filename="../QScintilla/MiniEditor.py" line="2180" /> 94609 <location filename="../QScintilla/MiniEditor.py" line="2180" />
94610 <location filename="../ViewManager/ViewManager.py" line="3043" />
94611 <location filename="../ViewManager/ViewManager.py" line="3040" /> 94611 <location filename="../ViewManager/ViewManager.py" line="3040" />
94612 <location filename="../ViewManager/ViewManager.py" line="3037" />
94613 <source>Move to end of previous word</source> 94612 <source>Move to end of previous word</source>
94614 <translation type="unfinished" /> 94613 <translation type="unfinished" />
94615 </message> 94614 </message>
94616 <message> 94615 <message>
94617 <location filename="../QScintilla/MiniEditor.py" line="2200" /> 94616 <location filename="../QScintilla/MiniEditor.py" line="2200" />
94618 <location filename="../QScintilla/MiniEditor.py" line="2197" /> 94617 <location filename="../QScintilla/MiniEditor.py" line="2197" />
94618 <location filename="../ViewManager/ViewManager.py" line="3060" />
94619 <location filename="../ViewManager/ViewManager.py" line="3057" /> 94619 <location filename="../ViewManager/ViewManager.py" line="3057" />
94620 <location filename="../ViewManager/ViewManager.py" line="3054" />
94621 <source>Extend selection to end of previous word</source> 94620 <source>Extend selection to end of previous word</source>
94622 <translation type="unfinished" /> 94621 <translation type="unfinished" />
94623 </message> 94622 </message>
94624 <message> 94623 <message>
94625 <location filename="../QScintilla/MiniEditor.py" line="2217" /> 94624 <location filename="../QScintilla/MiniEditor.py" line="2217" />
94626 <location filename="../QScintilla/MiniEditor.py" line="2214" /> 94625 <location filename="../QScintilla/MiniEditor.py" line="2214" />
94626 <location filename="../ViewManager/ViewManager.py" line="3077" />
94627 <location filename="../ViewManager/ViewManager.py" line="3074" /> 94627 <location filename="../ViewManager/ViewManager.py" line="3074" />
94628 <location filename="../ViewManager/ViewManager.py" line="3071" />
94629 <source>Move to start of document line</source> 94628 <source>Move to start of document line</source>
94630 <translation type="unfinished" /> 94629 <translation type="unfinished" />
94631 </message> 94630 </message>
94632 <message> 94631 <message>
94633 <location filename="../QScintilla/MiniEditor.py" line="2227" /> 94632 <location filename="../QScintilla/MiniEditor.py" line="2227" />
94634 <location filename="../ViewManager/ViewManager.py" line="3084" /> 94633 <location filename="../ViewManager/ViewManager.py" line="3087" />
94635 <source>Meta+A</source> 94634 <source>Meta+A</source>
94636 <translation type="unfinished" /> 94635 <translation type="unfinished" />
94637 </message> 94636 </message>
94638 <message> 94637 <message>
94639 <location filename="../QScintilla/MiniEditor.py" line="2238" /> 94638 <location filename="../QScintilla/MiniEditor.py" line="2238" />
94640 <location filename="../QScintilla/MiniEditor.py" line="2235" /> 94639 <location filename="../QScintilla/MiniEditor.py" line="2235" />
94640 <location filename="../ViewManager/ViewManager.py" line="3098" />
94641 <location filename="../ViewManager/ViewManager.py" line="3095" /> 94641 <location filename="../ViewManager/ViewManager.py" line="3095" />
94642 <location filename="../ViewManager/ViewManager.py" line="3092" />
94643 <source>Extend selection to start of document line</source> 94642 <source>Extend selection to start of document line</source>
94644 <translation type="unfinished" /> 94643 <translation type="unfinished" />
94645 </message> 94644 </message>
94646 <message> 94645 <message>
94647 <location filename="../QScintilla/MiniEditor.py" line="2249" /> 94646 <location filename="../QScintilla/MiniEditor.py" line="2249" />
94648 <location filename="../ViewManager/ViewManager.py" line="3106" /> 94647 <location filename="../ViewManager/ViewManager.py" line="3109" />
94649 <source>Meta+Shift+A</source> 94648 <source>Meta+Shift+A</source>
94650 <translation type="unfinished" /> 94649 <translation type="unfinished" />
94651 </message> 94650 </message>
94652 <message> 94651 <message>
94653 <location filename="../QScintilla/MiniEditor.py" line="2262" /> 94652 <location filename="../QScintilla/MiniEditor.py" line="2262" />
94654 <location filename="../QScintilla/MiniEditor.py" line="2258" /> 94653 <location filename="../QScintilla/MiniEditor.py" line="2258" />
94655 <location filename="../ViewManager/ViewManager.py" line="3119" /> 94654 <location filename="../ViewManager/ViewManager.py" line="3122" />
94656 <location filename="../ViewManager/ViewManager.py" line="3115" /> 94655 <location filename="../ViewManager/ViewManager.py" line="3118" />
94657 <source>Extend rectangular selection to start of document line</source> 94656 <source>Extend rectangular selection to start of document line</source>
94658 <translation type="unfinished" /> 94657 <translation type="unfinished" />
94659 </message> 94658 </message>
94660 <message> 94659 <message>
94661 <location filename="../QScintilla/MiniEditor.py" line="2274" /> 94660 <location filename="../QScintilla/MiniEditor.py" line="2274" />
94662 <location filename="../ViewManager/ViewManager.py" line="3131" /> 94661 <location filename="../ViewManager/ViewManager.py" line="3134" />
94663 <source>Meta+Alt+Shift+A</source> 94662 <source>Meta+Alt+Shift+A</source>
94664 <translation type="unfinished" /> 94663 <translation type="unfinished" />
94665 </message> 94664 </message>
94666 <message> 94665 <message>
94667 <location filename="../QScintilla/MiniEditor.py" line="2286" /> 94666 <location filename="../QScintilla/MiniEditor.py" line="2286" />
94668 <location filename="../QScintilla/MiniEditor.py" line="2283" /> 94667 <location filename="../QScintilla/MiniEditor.py" line="2283" />
94668 <location filename="../ViewManager/ViewManager.py" line="3146" />
94669 <location filename="../ViewManager/ViewManager.py" line="3143" /> 94669 <location filename="../ViewManager/ViewManager.py" line="3143" />
94670 <location filename="../ViewManager/ViewManager.py" line="3140" />
94671 <source>Extend selection to start of display line</source> 94670 <source>Extend selection to start of display line</source>
94672 <translation type="unfinished" /> 94671 <translation type="unfinished" />
94673 </message> 94672 </message>
94674 <message> 94673 <message>
94675 <location filename="../QScintilla/MiniEditor.py" line="2309" /> 94674 <location filename="../QScintilla/MiniEditor.py" line="2309" />
94676 <location filename="../QScintilla/MiniEditor.py" line="2306" /> 94675 <location filename="../QScintilla/MiniEditor.py" line="2306" />
94676 <location filename="../ViewManager/ViewManager.py" line="3169" />
94677 <location filename="../ViewManager/ViewManager.py" line="3166" /> 94677 <location filename="../ViewManager/ViewManager.py" line="3166" />
94678 <location filename="../ViewManager/ViewManager.py" line="3163" />
94679 <source>Move to start of display or document line</source> 94678 <source>Move to start of display or document line</source>
94680 <translation type="unfinished" /> 94679 <translation type="unfinished" />
94681 </message> 94680 </message>
94682 <message> 94681 <message>
94683 <location filename="../QScintilla/MiniEditor.py" line="2327" /> 94682 <location filename="../QScintilla/MiniEditor.py" line="2327" />
94684 <location filename="../QScintilla/MiniEditor.py" line="2323" /> 94683 <location filename="../QScintilla/MiniEditor.py" line="2323" />
94685 <location filename="../ViewManager/ViewManager.py" line="3184" /> 94684 <location filename="../ViewManager/ViewManager.py" line="3187" />
94686 <location filename="../ViewManager/ViewManager.py" line="3180" /> 94685 <location filename="../ViewManager/ViewManager.py" line="3183" />
94687 <source>Extend selection to start of display or document line</source> 94686 <source>Extend selection to start of display or document line</source>
94688 <translation type="unfinished" /> 94687 <translation type="unfinished" />
94689 </message> 94688 </message>
94690 <message> 94689 <message>
94691 <location filename="../QScintilla/MiniEditor.py" line="2346" /> 94690 <location filename="../QScintilla/MiniEditor.py" line="2346" />
94692 <location filename="../QScintilla/MiniEditor.py" line="2342" /> 94691 <location filename="../QScintilla/MiniEditor.py" line="2342" />
94693 <location filename="../ViewManager/ViewManager.py" line="3203" /> 94692 <location filename="../ViewManager/ViewManager.py" line="3206" />
94694 <location filename="../ViewManager/ViewManager.py" line="3199" /> 94693 <location filename="../ViewManager/ViewManager.py" line="3202" />
94695 <source>Move to first visible character in display or document line</source> 94694 <source>Move to first visible character in display or document line</source>
94696 <translation type="unfinished" /> 94695 <translation type="unfinished" />
94697 </message> 94696 </message>
94698 <message> 94697 <message>
94699 <location filename="../QScintilla/MiniEditor.py" line="2366" /> 94698 <location filename="../QScintilla/MiniEditor.py" line="2366" />
94700 <location filename="../QScintilla/MiniEditor.py" line="2361" /> 94699 <location filename="../QScintilla/MiniEditor.py" line="2361" />
94701 <location filename="../ViewManager/ViewManager.py" line="3223" /> 94700 <location filename="../ViewManager/ViewManager.py" line="3226" />
94702 <location filename="../ViewManager/ViewManager.py" line="3218" /> 94701 <location filename="../ViewManager/ViewManager.py" line="3221" />
94703 <source>Extend selection to first visible character in display or document line</source> 94702 <source>Extend selection to first visible character in display or document line</source>
94704 <translation type="unfinished" /> 94703 <translation type="unfinished" />
94705 </message> 94704 </message>
94706 <message> 94705 <message>
94707 <location filename="../QScintilla/MiniEditor.py" line="2385" /> 94706 <location filename="../QScintilla/MiniEditor.py" line="2385" />
94708 <location filename="../QScintilla/MiniEditor.py" line="2382" /> 94707 <location filename="../QScintilla/MiniEditor.py" line="2382" />
94708 <location filename="../ViewManager/ViewManager.py" line="3245" />
94709 <location filename="../ViewManager/ViewManager.py" line="3242" /> 94709 <location filename="../ViewManager/ViewManager.py" line="3242" />
94710 <location filename="../ViewManager/ViewManager.py" line="3239" />
94711 <source>Move to end of display or document line</source> 94710 <source>Move to end of display or document line</source>
94712 <translation type="unfinished" /> 94711 <translation type="unfinished" />
94713 </message> 94712 </message>
94714 <message> 94713 <message>
94715 <location filename="../QScintilla/MiniEditor.py" line="2402" /> 94714 <location filename="../QScintilla/MiniEditor.py" line="2402" />
94716 <location filename="../QScintilla/MiniEditor.py" line="2399" /> 94715 <location filename="../QScintilla/MiniEditor.py" line="2399" />
94716 <location filename="../ViewManager/ViewManager.py" line="3262" />
94717 <location filename="../ViewManager/ViewManager.py" line="3259" /> 94717 <location filename="../ViewManager/ViewManager.py" line="3259" />
94718 <location filename="../ViewManager/ViewManager.py" line="3256" />
94719 <source>Extend selection to end of display or document line</source> 94718 <source>Extend selection to end of display or document line</source>
94720 <translation type="unfinished" /> 94719 <translation type="unfinished" />
94721 </message> 94720 </message>
94722 <message> 94721 <message>
94723 <location filename="../QScintilla/MiniEditor.py" line="2417" /> 94722 <location filename="../QScintilla/MiniEditor.py" line="2417" />
94724 <location filename="../QScintilla/MiniEditor.py" line="2416" /> 94723 <location filename="../QScintilla/MiniEditor.py" line="2416" />
94725 <location filename="../ViewManager/ViewManager.py" line="3274" /> 94724 <location filename="../ViewManager/ViewManager.py" line="3277" />
94726 <location filename="../ViewManager/ViewManager.py" line="3273" /> 94725 <location filename="../ViewManager/ViewManager.py" line="3276" />
94727 <source>Stuttered move up one page</source> 94726 <source>Stuttered move up one page</source>
94728 <translation type="unfinished" /> 94727 <translation type="unfinished" />
94729 </message> 94728 </message>
94730 <message> 94729 <message>
94731 <location filename="../QScintilla/MiniEditor.py" line="2432" /> 94730 <location filename="../QScintilla/MiniEditor.py" line="2432" />
94732 <location filename="../QScintilla/MiniEditor.py" line="2429" /> 94731 <location filename="../QScintilla/MiniEditor.py" line="2429" />
94732 <location filename="../ViewManager/ViewManager.py" line="3292" />
94733 <location filename="../ViewManager/ViewManager.py" line="3289" /> 94733 <location filename="../ViewManager/ViewManager.py" line="3289" />
94734 <location filename="../ViewManager/ViewManager.py" line="3286" />
94735 <source>Stuttered extend selection up one page</source> 94734 <source>Stuttered extend selection up one page</source>
94736 <translation type="unfinished" /> 94735 <translation type="unfinished" />
94737 </message> 94736 </message>
94738 <message> 94737 <message>
94739 <location filename="../QScintilla/MiniEditor.py" line="2449" /> 94738 <location filename="../QScintilla/MiniEditor.py" line="2449" />
94740 <location filename="../QScintilla/MiniEditor.py" line="2446" /> 94739 <location filename="../QScintilla/MiniEditor.py" line="2446" />
94740 <location filename="../ViewManager/ViewManager.py" line="3309" />
94741 <location filename="../ViewManager/ViewManager.py" line="3306" /> 94741 <location filename="../ViewManager/ViewManager.py" line="3306" />
94742 <location filename="../ViewManager/ViewManager.py" line="3303" />
94743 <source>Stuttered move down one page</source> 94742 <source>Stuttered move down one page</source>
94744 <translation type="unfinished" /> 94743 <translation type="unfinished" />
94745 </message> 94744 </message>
94746 <message> 94745 <message>
94747 <location filename="../QScintilla/MiniEditor.py" line="2466" /> 94746 <location filename="../QScintilla/MiniEditor.py" line="2466" />
94748 <location filename="../QScintilla/MiniEditor.py" line="2463" /> 94747 <location filename="../QScintilla/MiniEditor.py" line="2463" />
94748 <location filename="../ViewManager/ViewManager.py" line="3326" />
94749 <location filename="../ViewManager/ViewManager.py" line="3323" /> 94749 <location filename="../ViewManager/ViewManager.py" line="3323" />
94750 <location filename="../ViewManager/ViewManager.py" line="3320" />
94751 <source>Stuttered extend selection down one page</source> 94750 <source>Stuttered extend selection down one page</source>
94752 <translation type="unfinished" /> 94751 <translation type="unfinished" />
94753 </message> 94752 </message>
94754 <message> 94753 <message>
94755 <location filename="../QScintilla/MiniEditor.py" line="2483" /> 94754 <location filename="../QScintilla/MiniEditor.py" line="2483" />
94756 <location filename="../QScintilla/MiniEditor.py" line="2480" /> 94755 <location filename="../QScintilla/MiniEditor.py" line="2480" />
94756 <location filename="../ViewManager/ViewManager.py" line="3343" />
94757 <location filename="../ViewManager/ViewManager.py" line="3340" /> 94757 <location filename="../ViewManager/ViewManager.py" line="3340" />
94758 <location filename="../ViewManager/ViewManager.py" line="3337" />
94759 <source>Delete right to end of next word</source> 94758 <source>Delete right to end of next word</source>
94760 <translation type="unfinished" /> 94759 <translation type="unfinished" />
94761 </message> 94760 </message>
94762 <message> 94761 <message>
94763 <location filename="../QScintilla/MiniEditor.py" line="2493" /> 94762 <location filename="../QScintilla/MiniEditor.py" line="2493" />
94764 <location filename="../ViewManager/ViewManager.py" line="3350" /> 94763 <location filename="../ViewManager/ViewManager.py" line="3353" />
94765 <source>Alt+Del</source> 94764 <source>Alt+Del</source>
94766 <translation type="unfinished" /> 94765 <translation type="unfinished" />
94767 </message> 94766 </message>
94768 <message> 94767 <message>
94769 <location filename="../QScintilla/MiniEditor.py" line="2504" /> 94768 <location filename="../QScintilla/MiniEditor.py" line="2504" />
94770 <location filename="../QScintilla/MiniEditor.py" line="2501" /> 94769 <location filename="../QScintilla/MiniEditor.py" line="2501" />
94770 <location filename="../ViewManager/ViewManager.py" line="3364" />
94771 <location filename="../ViewManager/ViewManager.py" line="3361" /> 94771 <location filename="../ViewManager/ViewManager.py" line="3361" />
94772 <location filename="../ViewManager/ViewManager.py" line="3358" />
94773 <source>Move selected lines up one line</source> 94772 <source>Move selected lines up one line</source>
94774 <translation type="unfinished" /> 94773 <translation type="unfinished" />
94775 </message> 94774 </message>
94776 <message> 94775 <message>
94777 <location filename="../QScintilla/MiniEditor.py" line="2521" /> 94776 <location filename="../QScintilla/MiniEditor.py" line="2521" />
94778 <location filename="../QScintilla/MiniEditor.py" line="2518" /> 94777 <location filename="../QScintilla/MiniEditor.py" line="2518" />
94778 <location filename="../ViewManager/ViewManager.py" line="3381" />
94779 <location filename="../ViewManager/ViewManager.py" line="3378" /> 94779 <location filename="../ViewManager/ViewManager.py" line="3378" />
94780 <location filename="../ViewManager/ViewManager.py" line="3375" />
94781 <source>Move selected lines down one line</source> 94780 <source>Move selected lines down one line</source>
94782 <translation type="unfinished" /> 94781 <translation type="unfinished" />
94783 </message> 94782 </message>
94784 <message> 94783 <message>
94785 <location filename="../QScintilla/MiniEditor.py" line="1795" /> 94784 <location filename="../QScintilla/MiniEditor.py" line="1795" />
94786 <location filename="../QScintilla/MiniEditor.py" line="1792" /> 94785 <location filename="../QScintilla/MiniEditor.py" line="1792" />
94786 <location filename="../ViewManager/ViewManager.py" line="3399" />
94787 <location filename="../ViewManager/ViewManager.py" line="3396" /> 94787 <location filename="../ViewManager/ViewManager.py" line="3396" />
94788 <location filename="../ViewManager/ViewManager.py" line="3393" />
94789 <source>Convert selection to lower case</source> 94788 <source>Convert selection to lower case</source>
94790 <translation type="unfinished" /> 94789 <translation type="unfinished" />
94791 </message> 94790 </message>
94792 <message> 94791 <message>
94793 <location filename="../QScintilla/MiniEditor.py" line="1798" /> 94792 <location filename="../QScintilla/MiniEditor.py" line="1798" />
94794 <location filename="../ViewManager/ViewManager.py" line="3399" /> 94793 <location filename="../ViewManager/ViewManager.py" line="3402" />
94795 <source>Alt+Shift+U</source> 94794 <source>Alt+Shift+U</source>
94796 <translation type="unfinished" /> 94795 <translation type="unfinished" />
94797 </message> 94796 </message>
94798 <message> 94797 <message>
94799 <location filename="../QScintilla/MiniEditor.py" line="1811" /> 94798 <location filename="../QScintilla/MiniEditor.py" line="1811" />
94800 <location filename="../QScintilla/MiniEditor.py" line="1808" /> 94799 <location filename="../QScintilla/MiniEditor.py" line="1808" />
94800 <location filename="../ViewManager/ViewManager.py" line="3415" />
94801 <location filename="../ViewManager/ViewManager.py" line="3412" /> 94801 <location filename="../ViewManager/ViewManager.py" line="3412" />
94802 <location filename="../ViewManager/ViewManager.py" line="3409" />
94803 <source>Convert selection to upper case</source> 94802 <source>Convert selection to upper case</source>
94804 <translation type="unfinished" /> 94803 <translation type="unfinished" />
94805 </message> 94804 </message>
94806 <message> 94805 <message>
94807 <location filename="../QScintilla/MiniEditor.py" line="1814" /> 94806 <location filename="../QScintilla/MiniEditor.py" line="1814" />
94808 <location filename="../ViewManager/ViewManager.py" line="3415" /> 94807 <location filename="../ViewManager/ViewManager.py" line="3418" />
94809 <source>Ctrl+Shift+U</source> 94808 <source>Ctrl+Shift+U</source>
94810 <translation type="unfinished" /> 94809 <translation type="unfinished" />
94811 </message> 94810 </message>
94812 <message> 94811 <message>
94813 <location filename="../ViewManager/ViewManager.py" line="3441" /> 94812 <location filename="../ViewManager/ViewManager.py" line="3444" />
94814 <source>&amp;Edit</source> 94813 <source>&amp;Edit</source>
94815 <translation type="unfinished" /> 94814 <translation type="unfinished" />
94816 </message> 94815 </message>
94817 <message> 94816 <message>
94818 <location filename="../ViewManager/ViewManager.py" line="3499" /> 94817 <location filename="../ViewManager/ViewManager.py" line="3502" />
94819 <location filename="../ViewManager/ViewManager.py" line="3497" /> 94818 <location filename="../ViewManager/ViewManager.py" line="3500" />
94820 <source>Edit</source> 94819 <source>Edit</source>
94821 <translation type="unfinished" /> 94820 <translation type="unfinished" />
94822 </message> 94821 </message>
94823 <message> 94822 <message>
94824 <location filename="../QScintilla/MiniEditor.py" line="2553" /> 94823 <location filename="../QScintilla/MiniEditor.py" line="2553" />
94825 <location filename="../QScintilla/ShellWindow.py" line="923" /> 94824 <location filename="../QScintilla/ShellWindow.py" line="923" />
94826 <location filename="../ViewManager/ViewManager.py" line="4102" /> 94825 <location filename="../ViewManager/ViewManager.py" line="4105" />
94827 <location filename="../ViewManager/ViewManager.py" line="4100" /> 94826 <location filename="../ViewManager/ViewManager.py" line="4103" />
94828 <location filename="../ViewManager/ViewManager.py" line="3533" /> 94827 <location filename="../ViewManager/ViewManager.py" line="3536" />
94829 <source>Search</source> 94828 <source>Search</source>
94830 <translation type="unfinished" /> 94829 <translation type="unfinished" />
94831 </message> 94830 </message>
94832 <message> 94831 <message>
94833 <location filename="../QScintilla/MiniEditor.py" line="2555" /> 94832 <location filename="../QScintilla/MiniEditor.py" line="2555" />
94834 <location filename="../QScintilla/ShellWindow.py" line="925" /> 94833 <location filename="../QScintilla/ShellWindow.py" line="925" />
94835 <location filename="../ViewManager/ViewManager.py" line="3535" /> 94834 <location filename="../ViewManager/ViewManager.py" line="3538" />
94836 <source>&amp;Search...</source> 94835 <source>&amp;Search...</source>
94837 <translation type="unfinished" /> 94836 <translation type="unfinished" />
94838 </message> 94837 </message>
94839 <message> 94838 <message>
94840 <location filename="../QScintilla/MiniEditor.py" line="2557" /> 94839 <location filename="../QScintilla/MiniEditor.py" line="2557" />
94841 <location filename="../QScintilla/ShellWindow.py" line="927" /> 94840 <location filename="../QScintilla/ShellWindow.py" line="927" />
94842 <location filename="../ViewManager/ViewManager.py" line="3537" /> 94841 <location filename="../ViewManager/ViewManager.py" line="3540" />
94843 <source>Ctrl+F</source> 94842 <source>Ctrl+F</source>
94844 <comment>Search|Search</comment> 94843 <comment>Search|Search</comment>
94845 <translation type="unfinished" /> 94844 <translation type="unfinished" />
94846 </message> 94845 </message>
94847 <message> 94846 <message>
94848 <location filename="../QScintilla/MiniEditor.py" line="2564" /> 94847 <location filename="../QScintilla/MiniEditor.py" line="2564" />
94849 <location filename="../QScintilla/ShellWindow.py" line="934" /> 94848 <location filename="../QScintilla/ShellWindow.py" line="934" />
94850 <location filename="../ViewManager/ViewManager.py" line="3544" /> 94849 <location filename="../ViewManager/ViewManager.py" line="3547" />
94851 <source>Search for a text</source> 94850 <source>Search for a text</source>
94852 <translation type="unfinished" /> 94851 <translation type="unfinished" />
94853 </message> 94852 </message>
94854 <message> 94853 <message>
94855 <location filename="../QScintilla/MiniEditor.py" line="2567" /> 94854 <location filename="../QScintilla/MiniEditor.py" line="2567" />
94856 <location filename="../ViewManager/ViewManager.py" line="3547" /> 94855 <location filename="../ViewManager/ViewManager.py" line="3550" />
94857 <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the current editor. A dialog is shown to enter the searchtext and options for the search.&lt;/p&gt;</source> 94856 <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the current editor. A dialog is shown to enter the searchtext and options for the search.&lt;/p&gt;</source>
94858 <translation type="unfinished" /> 94857 <translation type="unfinished" />
94859 </message> 94858 </message>
94860 <message> 94859 <message>
94861 <location filename="../QScintilla/MiniEditor.py" line="2579" /> 94860 <location filename="../QScintilla/MiniEditor.py" line="2579" />
94862 <location filename="../QScintilla/ShellWindow.py" line="949" /> 94861 <location filename="../QScintilla/ShellWindow.py" line="949" />
94863 <location filename="../ViewManager/ViewManager.py" line="3559" /> 94862 <location filename="../ViewManager/ViewManager.py" line="3562" />
94864 <source>Search next</source> 94863 <source>Search next</source>
94865 <translation type="unfinished" /> 94864 <translation type="unfinished" />
94866 </message> 94865 </message>
94867 <message> 94866 <message>
94868 <location filename="../QScintilla/MiniEditor.py" line="2581" /> 94867 <location filename="../QScintilla/MiniEditor.py" line="2581" />
94869 <location filename="../QScintilla/ShellWindow.py" line="951" /> 94868 <location filename="../QScintilla/ShellWindow.py" line="951" />
94870 <location filename="../ViewManager/ViewManager.py" line="3561" /> 94869 <location filename="../ViewManager/ViewManager.py" line="3564" />
94871 <source>Search &amp;next</source> 94870 <source>Search &amp;next</source>
94872 <translation type="unfinished" /> 94871 <translation type="unfinished" />
94873 </message> 94872 </message>
94874 <message> 94873 <message>
94875 <location filename="../QScintilla/MiniEditor.py" line="2583" /> 94874 <location filename="../QScintilla/MiniEditor.py" line="2583" />
94876 <location filename="../QScintilla/ShellWindow.py" line="953" /> 94875 <location filename="../QScintilla/ShellWindow.py" line="953" />
94877 <location filename="../ViewManager/ViewManager.py" line="3563" /> 94876 <location filename="../ViewManager/ViewManager.py" line="3566" />
94878 <source>F3</source> 94877 <source>F3</source>
94879 <comment>Search|Search next</comment> 94878 <comment>Search|Search next</comment>
94880 <translation type="unfinished" /> 94879 <translation type="unfinished" />
94881 </message> 94880 </message>
94882 <message> 94881 <message>
94883 <location filename="../QScintilla/MiniEditor.py" line="2590" /> 94882 <location filename="../QScintilla/MiniEditor.py" line="2590" />
94884 <location filename="../QScintilla/ShellWindow.py" line="960" /> 94883 <location filename="../QScintilla/ShellWindow.py" line="960" />
94885 <location filename="../ViewManager/ViewManager.py" line="3570" /> 94884 <location filename="../ViewManager/ViewManager.py" line="3573" />
94886 <source>Search next occurrence of text</source> 94885 <source>Search next occurrence of text</source>
94887 <translation type="unfinished" /> 94886 <translation type="unfinished" />
94888 </message> 94887 </message>
94889 <message> 94888 <message>
94890 <location filename="../QScintilla/MiniEditor.py" line="2593" /> 94889 <location filename="../QScintilla/MiniEditor.py" line="2593" />
94891 <location filename="../ViewManager/ViewManager.py" line="3573" /> 94890 <location filename="../ViewManager/ViewManager.py" line="3576" />
94892 <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the current editor. The previously entered searchtext and options are reused.&lt;/p&gt;</source> 94891 <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the current editor. The previously entered searchtext and options are reused.&lt;/p&gt;</source>
94893 <translation type="unfinished" /> 94892 <translation type="unfinished" />
94894 </message> 94893 </message>
94895 <message> 94894 <message>
94896 <location filename="../QScintilla/MiniEditor.py" line="2605" /> 94895 <location filename="../QScintilla/MiniEditor.py" line="2605" />
94897 <location filename="../QScintilla/ShellWindow.py" line="977" /> 94896 <location filename="../QScintilla/ShellWindow.py" line="977" />
94898 <location filename="../ViewManager/ViewManager.py" line="3585" /> 94897 <location filename="../ViewManager/ViewManager.py" line="3588" />
94899 <source>Search previous</source> 94898 <source>Search previous</source>
94900 <translation type="unfinished" /> 94899 <translation type="unfinished" />
94901 </message> 94900 </message>
94902 <message> 94901 <message>
94903 <location filename="../QScintilla/MiniEditor.py" line="2607" /> 94902 <location filename="../QScintilla/MiniEditor.py" line="2607" />
94904 <location filename="../QScintilla/ShellWindow.py" line="979" /> 94903 <location filename="../QScintilla/ShellWindow.py" line="979" />
94905 <location filename="../ViewManager/ViewManager.py" line="3587" /> 94904 <location filename="../ViewManager/ViewManager.py" line="3590" />
94906 <source>Search &amp;previous</source> 94905 <source>Search &amp;previous</source>
94907 <translation type="unfinished" /> 94906 <translation type="unfinished" />
94908 </message> 94907 </message>
94909 <message> 94908 <message>
94910 <location filename="../QScintilla/MiniEditor.py" line="2609" /> 94909 <location filename="../QScintilla/MiniEditor.py" line="2609" />
94911 <location filename="../QScintilla/ShellWindow.py" line="981" /> 94910 <location filename="../QScintilla/ShellWindow.py" line="981" />
94912 <location filename="../ViewManager/ViewManager.py" line="3589" /> 94911 <location filename="../ViewManager/ViewManager.py" line="3592" />
94913 <source>Shift+F3</source> 94912 <source>Shift+F3</source>
94914 <comment>Search|Search previous</comment> 94913 <comment>Search|Search previous</comment>
94915 <translation type="unfinished" /> 94914 <translation type="unfinished" />
94916 </message> 94915 </message>
94917 <message> 94916 <message>
94918 <location filename="../QScintilla/MiniEditor.py" line="2618" /> 94917 <location filename="../QScintilla/MiniEditor.py" line="2618" />
94919 <location filename="../QScintilla/ShellWindow.py" line="990" /> 94918 <location filename="../QScintilla/ShellWindow.py" line="990" />
94920 <location filename="../ViewManager/ViewManager.py" line="3598" /> 94919 <location filename="../ViewManager/ViewManager.py" line="3601" />
94921 <source>Search previous occurrence of text</source> 94920 <source>Search previous occurrence of text</source>
94922 <translation type="unfinished" /> 94921 <translation type="unfinished" />
94923 </message> 94922 </message>
94924 <message> 94923 <message>
94925 <location filename="../QScintilla/MiniEditor.py" line="2623" /> 94924 <location filename="../QScintilla/MiniEditor.py" line="2623" />
94926 <location filename="../ViewManager/ViewManager.py" line="3603" /> 94925 <location filename="../ViewManager/ViewManager.py" line="3606" />
94927 <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the current editor. The previously entered searchtext and options are reused.&lt;/p&gt;</source> 94926 <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the current editor. The previously entered searchtext and options are reused.&lt;/p&gt;</source>
94928 <translation type="unfinished" /> 94927 <translation type="unfinished" />
94929 </message> 94928 </message>
94930 <message> 94929 <message>
94931 <location filename="../QScintilla/MiniEditor.py" line="2637" /> 94930 <location filename="../QScintilla/MiniEditor.py" line="2637" />
94932 <location filename="../QScintilla/MiniEditor.py" line="2635" /> 94931 <location filename="../QScintilla/MiniEditor.py" line="2635" />
94933 <location filename="../ViewManager/ViewManager.py" line="3617" /> 94932 <location filename="../ViewManager/ViewManager.py" line="3620" />
94934 <location filename="../ViewManager/ViewManager.py" line="3615" /> 94933 <location filename="../ViewManager/ViewManager.py" line="3618" />
94935 <source>Clear search markers</source> 94934 <source>Clear search markers</source>
94936 <translation type="unfinished" /> 94935 <translation type="unfinished" />
94937 </message> 94936 </message>
94938 <message> 94937 <message>
94939 <location filename="../QScintilla/MiniEditor.py" line="2639" /> 94938 <location filename="../QScintilla/MiniEditor.py" line="2639" />
94940 <location filename="../ViewManager/ViewManager.py" line="3619" /> 94939 <location filename="../ViewManager/ViewManager.py" line="3622" />
94941 <source>Ctrl+3</source> 94940 <source>Ctrl+3</source>
94942 <comment>Search|Clear search markers</comment> 94941 <comment>Search|Clear search markers</comment>
94943 <translation type="unfinished" /> 94942 <translation type="unfinished" />
94944 </message> 94943 </message>
94945 <message> 94944 <message>
94946 <location filename="../QScintilla/MiniEditor.py" line="2648" /> 94945 <location filename="../QScintilla/MiniEditor.py" line="2648" />
94947 <location filename="../ViewManager/ViewManager.py" line="3628" /> 94946 <location filename="../ViewManager/ViewManager.py" line="3631" />
94948 <source>Clear all displayed search markers</source> 94947 <source>Clear all displayed search markers</source>
94949 <translation type="unfinished" /> 94948 <translation type="unfinished" />
94950 </message> 94949 </message>
94951 <message> 94950 <message>
94952 <location filename="../QScintilla/MiniEditor.py" line="2653" /> 94951 <location filename="../QScintilla/MiniEditor.py" line="2653" />
94953 <location filename="../ViewManager/ViewManager.py" line="3633" /> 94952 <location filename="../ViewManager/ViewManager.py" line="3636" />
94954 <source>&lt;b&gt;Clear search markers&lt;/b&gt;&lt;p&gt;Clear all displayed search markers.&lt;/p&gt;</source> 94953 <source>&lt;b&gt;Clear search markers&lt;/b&gt;&lt;p&gt;Clear all displayed search markers.&lt;/p&gt;</source>
94955 <translation type="unfinished" /> 94954 <translation type="unfinished" />
94956 </message> 94955 </message>
94957 <message> 94956 <message>
94958 <location filename="../ViewManager/ViewManager.py" line="3645" /> 94957 <location filename="../ViewManager/ViewManager.py" line="3648" />
94959 <location filename="../ViewManager/ViewManager.py" line="3643" /> 94958 <location filename="../ViewManager/ViewManager.py" line="3646" />
94960 <source>Search current word forward</source> 94959 <source>Search current word forward</source>
94961 <translation type="unfinished" /> 94960 <translation type="unfinished" />
94962 </message> 94961 </message>
94963 <message> 94962 <message>
94964 <location filename="../ViewManager/ViewManager.py" line="3647" /> 94963 <location filename="../ViewManager/ViewManager.py" line="3650" />
94965 <source>Ctrl+.</source> 94964 <source>Ctrl+.</source>
94966 <comment>Search|Search current word forward</comment> 94965 <comment>Search|Search current word forward</comment>
94967 <translation type="unfinished" /> 94966 <translation type="unfinished" />
94968 </message> 94967 </message>
94969 <message> 94968 <message>
94970 <location filename="../ViewManager/ViewManager.py" line="3656" /> 94969 <location filename="../ViewManager/ViewManager.py" line="3659" />
94971 <source>Search next occurrence of the current word</source> 94970 <source>Search next occurrence of the current word</source>
94972 <translation type="unfinished" /> 94971 <translation type="unfinished" />
94973 </message> 94972 </message>
94974 <message> 94973 <message>
94975 <location filename="../ViewManager/ViewManager.py" line="3661" /> 94974 <location filename="../ViewManager/ViewManager.py" line="3664" />
94976 <source>&lt;b&gt;Search current word forward&lt;/b&gt;&lt;p&gt;Search the next occurrence of the current word of the current editor.&lt;/p&gt;</source> 94975 <source>&lt;b&gt;Search current word forward&lt;/b&gt;&lt;p&gt;Search the next occurrence of the current word of the current editor.&lt;/p&gt;</source>
94977 <translation type="unfinished" /> 94976 <translation type="unfinished" />
94978 </message> 94977 </message>
94979 <message> 94978 <message>
94980 <location filename="../ViewManager/ViewManager.py" line="3674" /> 94979 <location filename="../ViewManager/ViewManager.py" line="3677" />
94981 <location filename="../ViewManager/ViewManager.py" line="3672" /> 94980 <location filename="../ViewManager/ViewManager.py" line="3675" />
94982 <source>Search current word backward</source> 94981 <source>Search current word backward</source>
94983 <translation type="unfinished" /> 94982 <translation type="unfinished" />
94984 </message> 94983 </message>
94985 <message> 94984 <message>
94986 <location filename="../ViewManager/ViewManager.py" line="3676" /> 94985 <location filename="../ViewManager/ViewManager.py" line="3679" />
94987 <source>Ctrl+,</source> 94986 <source>Ctrl+,</source>
94988 <comment>Search|Search current word backward</comment> 94987 <comment>Search|Search current word backward</comment>
94989 <translation type="unfinished" /> 94988 <translation type="unfinished" />
94990 </message> 94989 </message>
94991 <message> 94990 <message>
94992 <location filename="../ViewManager/ViewManager.py" line="3685" /> 94991 <location filename="../ViewManager/ViewManager.py" line="3688" />
94993 <source>Search previous occurrence of the current word</source> 94992 <source>Search previous occurrence of the current word</source>
94994 <translation type="unfinished" /> 94993 <translation type="unfinished" />
94995 </message> 94994 </message>
94996 <message> 94995 <message>
94997 <location filename="../ViewManager/ViewManager.py" line="3690" /> 94996 <location filename="../ViewManager/ViewManager.py" line="3693" />
94998 <source>&lt;b&gt;Search current word backward&lt;/b&gt;&lt;p&gt;Search the previous occurrence of the current word of the current editor.&lt;/p&gt;</source> 94997 <source>&lt;b&gt;Search current word backward&lt;/b&gt;&lt;p&gt;Search the previous occurrence of the current word of the current editor.&lt;/p&gt;</source>
94999 <translation type="unfinished" /> 94998 <translation type="unfinished" />
95000 </message> 94999 </message>
95001 <message> 95000 <message>
95002 <location filename="../QScintilla/MiniEditor.py" line="2663" /> 95001 <location filename="../QScintilla/MiniEditor.py" line="2663" />
95003 <location filename="../ViewManager/ViewManager.py" line="3701" /> 95002 <location filename="../ViewManager/ViewManager.py" line="3704" />
95004 <source>Replace</source> 95003 <source>Replace</source>
95005 <translation type="unfinished" /> 95004 <translation type="unfinished" />
95006 </message> 95005 </message>
95007 <message> 95006 <message>
95008 <location filename="../QScintilla/MiniEditor.py" line="2664" /> 95007 <location filename="../QScintilla/MiniEditor.py" line="2664" />
95009 <location filename="../ViewManager/ViewManager.py" line="3702" /> 95008 <location filename="../ViewManager/ViewManager.py" line="3705" />
95010 <source>&amp;Replace...</source> 95009 <source>&amp;Replace...</source>
95011 <translation type="unfinished" /> 95010 <translation type="unfinished" />
95012 </message> 95011 </message>
95013 <message> 95012 <message>
95014 <location filename="../QScintilla/MiniEditor.py" line="2666" /> 95013 <location filename="../QScintilla/MiniEditor.py" line="2666" />
95015 <location filename="../ViewManager/ViewManager.py" line="3704" /> 95014 <location filename="../ViewManager/ViewManager.py" line="3707" />
95016 <source>Ctrl+R</source> 95015 <source>Ctrl+R</source>
95017 <comment>Search|Replace</comment> 95016 <comment>Search|Replace</comment>
95018 <translation type="unfinished" /> 95017 <translation type="unfinished" />
95019 </message> 95018 </message>
95020 <message> 95019 <message>
95021 <location filename="../QScintilla/MiniEditor.py" line="2673" /> 95020 <location filename="../QScintilla/MiniEditor.py" line="2673" />
95022 <location filename="../ViewManager/ViewManager.py" line="3711" /> 95021 <location filename="../ViewManager/ViewManager.py" line="3714" />
95023 <source>Replace some text</source> 95022 <source>Replace some text</source>
95024 <translation type="unfinished" /> 95023 <translation type="unfinished" />
95025 </message> 95024 </message>
95026 <message> 95025 <message>
95027 <location filename="../QScintilla/MiniEditor.py" line="2676" /> 95026 <location filename="../QScintilla/MiniEditor.py" line="2676" />
95028 <location filename="../ViewManager/ViewManager.py" line="3714" /> 95027 <location filename="../ViewManager/ViewManager.py" line="3717" />
95029 <source>&lt;b&gt;Replace&lt;/b&gt;&lt;p&gt;Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.&lt;/p&gt;</source> 95028 <source>&lt;b&gt;Replace&lt;/b&gt;&lt;p&gt;Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.&lt;/p&gt;</source>
95030 <translation type="unfinished" /> 95029 <translation type="unfinished" />
95031 </message> 95030 </message>
95032 <message> 95031 <message>
95033 <location filename="../QScintilla/MiniEditor.py" line="2690" /> 95032 <location filename="../QScintilla/MiniEditor.py" line="2690" />
95034 <location filename="../QScintilla/MiniEditor.py" line="2688" /> 95033 <location filename="../QScintilla/MiniEditor.py" line="2688" />
95035 <location filename="../ViewManager/ViewManager.py" line="3728" /> 95034 <location filename="../ViewManager/ViewManager.py" line="3731" />
95036 <location filename="../ViewManager/ViewManager.py" line="3726" /> 95035 <location filename="../ViewManager/ViewManager.py" line="3729" />
95037 <source>Replace and Search</source> 95036 <source>Replace and Search</source>
95038 <translation type="unfinished" /> 95037 <translation type="unfinished" />
95039 </message> 95038 </message>
95040 <message> 95039 <message>
95041 <location filename="../QScintilla/MiniEditor.py" line="2692" /> 95040 <location filename="../QScintilla/MiniEditor.py" line="2692" />
95042 <location filename="../ViewManager/ViewManager.py" line="3730" /> 95041 <location filename="../ViewManager/ViewManager.py" line="3733" />
95043 <source>Meta+R</source> 95042 <source>Meta+R</source>
95044 <comment>Search|Replace and Search</comment> 95043 <comment>Search|Replace and Search</comment>
95045 <translation type="unfinished" /> 95044 <translation type="unfinished" />
95046 </message> 95045 </message>
95047 <message> 95046 <message>
95048 <location filename="../QScintilla/MiniEditor.py" line="2701" /> 95047 <location filename="../QScintilla/MiniEditor.py" line="2701" />
95049 <location filename="../ViewManager/ViewManager.py" line="3739" /> 95048 <location filename="../ViewManager/ViewManager.py" line="3742" />
95050 <source>Replace the found text and search the next occurrence</source> 95049 <source>Replace the found text and search the next occurrence</source>
95051 <translation type="unfinished" /> 95050 <translation type="unfinished" />
95052 </message> 95051 </message>
95053 <message> 95052 <message>
95054 <location filename="../QScintilla/MiniEditor.py" line="2706" /> 95053 <location filename="../QScintilla/MiniEditor.py" line="2706" />
95055 <location filename="../ViewManager/ViewManager.py" line="3744" /> 95054 <location filename="../ViewManager/ViewManager.py" line="3747" />
95056 <source>&lt;b&gt;Replace and Search&lt;/b&gt;&lt;p&gt;Replace the found occurrence of text in the current editor and search for the next one. The previously entered search text and options are reused.&lt;/p&gt;</source> 95055 <source>&lt;b&gt;Replace and Search&lt;/b&gt;&lt;p&gt;Replace the found occurrence of text in the current editor and search for the next one. The previously entered search text and options are reused.&lt;/p&gt;</source>
95057 <translation type="unfinished" /> 95056 <translation type="unfinished" />
95058 </message> 95057 </message>
95059 <message> 95058 <message>
95060 <location filename="../QScintilla/MiniEditor.py" line="2722" /> 95059 <location filename="../QScintilla/MiniEditor.py" line="2722" />
95061 <location filename="../QScintilla/MiniEditor.py" line="2720" /> 95060 <location filename="../QScintilla/MiniEditor.py" line="2720" />
95062 <location filename="../ViewManager/ViewManager.py" line="3760" /> 95061 <location filename="../ViewManager/ViewManager.py" line="3763" />
95063 <location filename="../ViewManager/ViewManager.py" line="3758" /> 95062 <location filename="../ViewManager/ViewManager.py" line="3761" />
95064 <source>Replace Occurrence</source> 95063 <source>Replace Occurrence</source>
95065 <translation type="unfinished" /> 95064 <translation type="unfinished" />
95066 </message> 95065 </message>
95067 <message> 95066 <message>
95068 <location filename="../QScintilla/MiniEditor.py" line="2724" /> 95067 <location filename="../QScintilla/MiniEditor.py" line="2724" />
95069 <location filename="../ViewManager/ViewManager.py" line="3762" /> 95068 <location filename="../ViewManager/ViewManager.py" line="3765" />
95070 <source>Ctrl+Meta+R</source> 95069 <source>Ctrl+Meta+R</source>
95071 <comment>Search|Replace Occurrence</comment> 95070 <comment>Search|Replace Occurrence</comment>
95072 <translation type="unfinished" /> 95071 <translation type="unfinished" />
95073 </message> 95072 </message>
95074 <message> 95073 <message>
95075 <location filename="../QScintilla/MiniEditor.py" line="2733" /> 95074 <location filename="../QScintilla/MiniEditor.py" line="2733" />
95076 <location filename="../ViewManager/ViewManager.py" line="3771" /> 95075 <location filename="../ViewManager/ViewManager.py" line="3774" />
95077 <source>Replace the found text</source> 95076 <source>Replace the found text</source>
95078 <translation type="unfinished" /> 95077 <translation type="unfinished" />
95079 </message> 95078 </message>
95080 <message> 95079 <message>
95081 <location filename="../QScintilla/MiniEditor.py" line="2736" /> 95080 <location filename="../QScintilla/MiniEditor.py" line="2736" />
95082 <location filename="../ViewManager/ViewManager.py" line="3774" /> 95081 <location filename="../ViewManager/ViewManager.py" line="3777" />
95083 <source>&lt;b&gt;Replace Occurrence&lt;/b&gt;&lt;p&gt;Replace the found occurrence of the search text in the current editor.&lt;/p&gt;</source> 95082 <source>&lt;b&gt;Replace Occurrence&lt;/b&gt;&lt;p&gt;Replace the found occurrence of the search text in the current editor.&lt;/p&gt;</source>
95084 <translation type="unfinished" /> 95083 <translation type="unfinished" />
95085 </message> 95084 </message>
95086 <message> 95085 <message>
95087 <location filename="../QScintilla/MiniEditor.py" line="2749" /> 95086 <location filename="../QScintilla/MiniEditor.py" line="2749" />
95088 <location filename="../QScintilla/MiniEditor.py" line="2747" /> 95087 <location filename="../QScintilla/MiniEditor.py" line="2747" />
95089 <location filename="../ViewManager/ViewManager.py" line="3787" /> 95088 <location filename="../ViewManager/ViewManager.py" line="3790" />
95090 <location filename="../ViewManager/ViewManager.py" line="3785" /> 95089 <location filename="../ViewManager/ViewManager.py" line="3788" />
95091 <source>Replace All</source> 95090 <source>Replace All</source>
95092 <translation type="unfinished" /> 95091 <translation type="unfinished" />
95093 </message> 95092 </message>
95094 <message> 95093 <message>
95095 <location filename="../QScintilla/MiniEditor.py" line="2751" /> 95094 <location filename="../QScintilla/MiniEditor.py" line="2751" />
95096 <location filename="../ViewManager/ViewManager.py" line="3789" /> 95095 <location filename="../ViewManager/ViewManager.py" line="3792" />
95097 <source>Shift+Meta+R</source> 95096 <source>Shift+Meta+R</source>
95098 <comment>Search|Replace All</comment> 95097 <comment>Search|Replace All</comment>
95099 <translation type="unfinished" /> 95098 <translation type="unfinished" />
95100 </message> 95099 </message>
95101 <message> 95100 <message>
95102 <location filename="../QScintilla/MiniEditor.py" line="2760" /> 95101 <location filename="../QScintilla/MiniEditor.py" line="2760" />
95103 <location filename="../ViewManager/ViewManager.py" line="3798" /> 95102 <location filename="../ViewManager/ViewManager.py" line="3801" />
95104 <source>Replace search text occurrences</source> 95103 <source>Replace search text occurrences</source>
95105 <translation type="unfinished" /> 95104 <translation type="unfinished" />
95106 </message> 95105 </message>
95107 <message> 95106 <message>
95108 <location filename="../QScintilla/MiniEditor.py" line="2763" /> 95107 <location filename="../QScintilla/MiniEditor.py" line="2763" />
95109 <location filename="../ViewManager/ViewManager.py" line="3801" /> 95108 <location filename="../ViewManager/ViewManager.py" line="3804" />
95110 <source>&lt;b&gt;Replace All&lt;/b&gt;&lt;p&gt;Replace all occurrences of the search text in the current editor.&lt;/p&gt;</source> 95109 <source>&lt;b&gt;Replace All&lt;/b&gt;&lt;p&gt;Replace all occurrences of the search text in the current editor.&lt;/p&gt;</source>
95111 <translation type="unfinished" /> 95110 <translation type="unfinished" />
95112 </message> 95111 </message>
95113 <message> 95112 <message>
95114 <location filename="../ViewManager/ViewManager.py" line="3823" /> 95113 <location filename="../ViewManager/ViewManager.py" line="3826" />
95115 <location filename="../ViewManager/ViewManager.py" line="3812" /> 95114 <location filename="../ViewManager/ViewManager.py" line="3815" />
95116 <source>Goto Line</source> 95115 <source>Goto Line</source>
95117 <translation type="unfinished" /> 95116 <translation type="unfinished" />
95118 </message> 95117 </message>
95119 <message> 95118 <message>
95120 <location filename="../ViewManager/ViewManager.py" line="3814" /> 95119 <location filename="../ViewManager/ViewManager.py" line="3817" />
95121 <source>&amp;Goto Line...</source> 95120 <source>&amp;Goto Line...</source>
95122 <translation type="unfinished" /> 95121 <translation type="unfinished" />
95123 </message> 95122 </message>
95124 <message> 95123 <message>
95125 <location filename="../ViewManager/ViewManager.py" line="3816" /> 95124 <location filename="../ViewManager/ViewManager.py" line="3819" />
95126 <source>Ctrl+G</source> 95125 <source>Ctrl+G</source>
95127 <comment>Search|Goto Line</comment> 95126 <comment>Search|Goto Line</comment>
95128 <translation type="unfinished" /> 95127 <translation type="unfinished" />
95129 </message> 95128 </message>
95130 <message> 95129 <message>
95131 <location filename="../ViewManager/ViewManager.py" line="3826" /> 95130 <location filename="../ViewManager/ViewManager.py" line="3829" />
95132 <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source> 95131 <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
95133 <translation type="unfinished" /> 95132 <translation type="unfinished" />
95134 </message> 95133 </message>
95135 <message> 95134 <message>
95136 <location filename="../ViewManager/ViewManager.py" line="3848" /> 95135 <location filename="../ViewManager/ViewManager.py" line="3851" />
95137 <location filename="../ViewManager/ViewManager.py" line="3837" /> 95136 <location filename="../ViewManager/ViewManager.py" line="3840" />
95138 <source>Goto Brace</source> 95137 <source>Goto Brace</source>
95139 <translation type="unfinished" /> 95138 <translation type="unfinished" />
95140 </message> 95139 </message>
95141 <message> 95140 <message>
95142 <location filename="../ViewManager/ViewManager.py" line="3839" /> 95141 <location filename="../ViewManager/ViewManager.py" line="3842" />
95143 <source>Goto &amp;Brace</source> 95142 <source>Goto &amp;Brace</source>
95144 <translation type="unfinished" /> 95143 <translation type="unfinished" />
95145 </message> 95144 </message>
95146 <message> 95145 <message>
95147 <location filename="../ViewManager/ViewManager.py" line="3841" /> 95146 <location filename="../ViewManager/ViewManager.py" line="3844" />
95148 <source>Ctrl+L</source> 95147 <source>Ctrl+L</source>
95149 <comment>Search|Goto Brace</comment> 95148 <comment>Search|Goto Brace</comment>
95150 <translation type="unfinished" /> 95149 <translation type="unfinished" />
95151 </message> 95150 </message>
95152 <message> 95151 <message>
95153 <location filename="../ViewManager/ViewManager.py" line="3851" /> 95152 <location filename="../ViewManager/ViewManager.py" line="3854" />
95154 <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source> 95153 <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
95155 <translation type="unfinished" /> 95154 <translation type="unfinished" />
95156 </message> 95155 </message>
95157 <message> 95156 <message>
95158 <location filename="../ViewManager/ViewManager.py" line="3874" /> 95157 <location filename="../ViewManager/ViewManager.py" line="3877" />
95159 <location filename="../ViewManager/ViewManager.py" line="3861" /> 95158 <location filename="../ViewManager/ViewManager.py" line="3864" />
95160 <source>Goto Last Edit Location</source> 95159 <source>Goto Last Edit Location</source>
95161 <translation type="unfinished" /> 95160 <translation type="unfinished" />
95162 </message> 95161 </message>
95163 <message> 95162 <message>
95164 <location filename="../ViewManager/ViewManager.py" line="3863" /> 95163 <location filename="../ViewManager/ViewManager.py" line="3866" />
95165 <source>Goto Last &amp;Edit Location</source> 95164 <source>Goto Last &amp;Edit Location</source>
95166 <translation type="unfinished" /> 95165 <translation type="unfinished" />
95167 </message> 95166 </message>
95168 <message> 95167 <message>
95169 <location filename="../ViewManager/ViewManager.py" line="3865" /> 95168 <location filename="../ViewManager/ViewManager.py" line="3868" />
95170 <source>Ctrl+Shift+G</source> 95169 <source>Ctrl+Shift+G</source>
95171 <comment>Search|Goto Last Edit Location</comment> 95170 <comment>Search|Goto Last Edit Location</comment>
95172 <translation type="unfinished" /> 95171 <translation type="unfinished" />
95173 </message> 95172 </message>
95174 <message> 95173 <message>
95175 <location filename="../ViewManager/ViewManager.py" line="3877" /> 95174 <location filename="../ViewManager/ViewManager.py" line="3880" />
95176 <source>&lt;b&gt;Goto Last Edit Location&lt;/b&gt;&lt;p&gt;Go to the location of the last edit in the current editor.&lt;/p&gt;</source> 95175 <source>&lt;b&gt;Goto Last Edit Location&lt;/b&gt;&lt;p&gt;Go to the location of the last edit in the current editor.&lt;/p&gt;</source>
95177 <translation type="unfinished" /> 95176 <translation type="unfinished" />
95178 </message> 95177 </message>
95179 <message> 95178 <message>
95180 <location filename="../ViewManager/ViewManager.py" line="3889" /> 95179 <location filename="../ViewManager/ViewManager.py" line="3892" />
95181 <location filename="../ViewManager/ViewManager.py" line="3888" /> 95180 <location filename="../ViewManager/ViewManager.py" line="3891" />
95182 <source>Goto Previous Method or Class</source> 95181 <source>Goto Previous Method or Class</source>
95183 <translation type="unfinished" /> 95182 <translation type="unfinished" />
95184 </message> 95183 </message>
95185 <message> 95184 <message>
95186 <location filename="../ViewManager/ViewManager.py" line="3891" /> 95185 <location filename="../ViewManager/ViewManager.py" line="3894" />
95187 <source>Ctrl+Shift+Up</source> 95186 <source>Ctrl+Shift+Up</source>
95188 <comment>Search|Goto Previous Method or Class</comment> 95187 <comment>Search|Goto Previous Method or Class</comment>
95189 <translation type="unfinished" /> 95188 <translation type="unfinished" />
95190 </message> 95189 </message>
95191 <message> 95190 <message>
95192 <location filename="../ViewManager/ViewManager.py" line="3902" /> 95191 <location filename="../ViewManager/ViewManager.py" line="3905" />
95193 <source>Go to the previous method or class definition</source> 95192 <source>Go to the previous method or class definition</source>
95194 <translation type="unfinished" /> 95193 <translation type="unfinished" />
95195 </message> 95194 </message>
95196 <message> 95195 <message>
95197 <location filename="../ViewManager/ViewManager.py" line="3907" /> 95196 <location filename="../ViewManager/ViewManager.py" line="3910" />
95198 <source>&lt;b&gt;Goto Previous Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the previous method or class definition and highlights the name.&lt;/p&gt;</source> 95197 <source>&lt;b&gt;Goto Previous Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the previous method or class definition and highlights the name.&lt;/p&gt;</source>
95199 <translation type="unfinished" /> 95198 <translation type="unfinished" />
95200 </message> 95199 </message>
95201 <message> 95200 <message>
95202 <location filename="../ViewManager/ViewManager.py" line="3919" /> 95201 <location filename="../ViewManager/ViewManager.py" line="3922" />
95203 <location filename="../ViewManager/ViewManager.py" line="3918" /> 95202 <location filename="../ViewManager/ViewManager.py" line="3921" />
95204 <source>Goto Next Method or Class</source> 95203 <source>Goto Next Method or Class</source>
95205 <translation type="unfinished" /> 95204 <translation type="unfinished" />
95206 </message> 95205 </message>
95207 <message> 95206 <message>
95208 <location filename="../ViewManager/ViewManager.py" line="3921" /> 95207 <location filename="../ViewManager/ViewManager.py" line="3924" />
95209 <source>Ctrl+Shift+Down</source> 95208 <source>Ctrl+Shift+Down</source>
95210 <comment>Search|Goto Next Method or Class</comment> 95209 <comment>Search|Goto Next Method or Class</comment>
95211 <translation type="unfinished" /> 95210 <translation type="unfinished" />
95212 </message> 95211 </message>
95213 <message> 95212 <message>
95214 <location filename="../ViewManager/ViewManager.py" line="3930" /> 95213 <location filename="../ViewManager/ViewManager.py" line="3933" />
95215 <source>Go to the next method or class definition</source> 95214 <source>Go to the next method or class definition</source>
95216 <translation type="unfinished" /> 95215 <translation type="unfinished" />
95217 </message> 95216 </message>
95218 <message> 95217 <message>
95219 <location filename="../ViewManager/ViewManager.py" line="3935" /> 95218 <location filename="../ViewManager/ViewManager.py" line="3938" />
95220 <source>&lt;b&gt;Goto Next Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the next method or class definition and highlights the name.&lt;/p&gt;</source> 95219 <source>&lt;b&gt;Goto Next Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the next method or class definition and highlights the name.&lt;/p&gt;</source>
95221 <translation type="unfinished" /> 95220 <translation type="unfinished" />
95222 </message> 95221 </message>
95223 <message> 95222 <message>
95224 <location filename="../ViewManager/ViewManager.py" line="3948" /> 95223 <location filename="../ViewManager/ViewManager.py" line="3951" />
95225 <source>Search in Files</source> 95224 <source>Search in Files</source>
95226 <translation type="unfinished" /> 95225 <translation type="unfinished" />
95227 </message> 95226 </message>
95228 <message> 95227 <message>
95229 <location filename="../ViewManager/ViewManager.py" line="3950" /> 95228 <location filename="../ViewManager/ViewManager.py" line="3953" />
95230 <source>Search in &amp;Files...</source> 95229 <source>Search in &amp;Files...</source>
95231 <translation type="unfinished" /> 95230 <translation type="unfinished" />
95232 </message> 95231 </message>
95233 <message> 95232 <message>
95234 <location filename="../ViewManager/ViewManager.py" line="3952" /> 95233 <location filename="../ViewManager/ViewManager.py" line="3955" />
95235 <source>Shift+Ctrl+F</source> 95234 <source>Shift+Ctrl+F</source>
95236 <comment>Search|Search Files</comment> 95235 <comment>Search|Search Files</comment>
95237 <translation type="unfinished" /> 95236 <translation type="unfinished" />
95238 </message> 95237 </message>
95239 <message> 95238 <message>
95240 <location filename="../ViewManager/ViewManager.py" line="3961" /> 95239 <location filename="../ViewManager/ViewManager.py" line="3964" />
95241 <source>Search for a text in files</source> 95240 <source>Search for a text in files</source>
95242 <translation type="unfinished" /> 95241 <translation type="unfinished" />
95243 </message> 95242 </message>
95244 <message> 95243 <message>
95245 <location filename="../ViewManager/ViewManager.py" line="3964" /> 95244 <location filename="../ViewManager/ViewManager.py" line="3967" />
95246 <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A window is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source> 95245 <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A window is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
95247 <translation type="unfinished" /> 95246 <translation type="unfinished" />
95248 </message> 95247 </message>
95249 <message> 95248 <message>
95250 <location filename="../ViewManager/ViewManager.py" line="3976" /> 95249 <location filename="../ViewManager/ViewManager.py" line="3979" />
95251 <source>Replace in Files</source> 95250 <source>Replace in Files</source>
95252 <translation type="unfinished" /> 95251 <translation type="unfinished" />
95253 </message> 95252 </message>
95254 <message> 95253 <message>
95255 <location filename="../ViewManager/ViewManager.py" line="3977" /> 95254 <location filename="../ViewManager/ViewManager.py" line="3980" />
95256 <source>Replace in F&amp;iles...</source> 95255 <source>Replace in F&amp;iles...</source>
95257 <translation type="unfinished" /> 95256 <translation type="unfinished" />
95258 </message> 95257 </message>
95259 <message> 95258 <message>
95260 <location filename="../ViewManager/ViewManager.py" line="3979" /> 95259 <location filename="../ViewManager/ViewManager.py" line="3982" />
95261 <source>Shift+Ctrl+R</source> 95260 <source>Shift+Ctrl+R</source>
95262 <comment>Search|Replace in Files</comment> 95261 <comment>Search|Replace in Files</comment>
95263 <translation type="unfinished" /> 95262 <translation type="unfinished" />
95264 </message> 95263 </message>
95265 <message> 95264 <message>
95266 <location filename="../ViewManager/ViewManager.py" line="3988" /> 95265 <location filename="../ViewManager/ViewManager.py" line="3991" />
95267 <source>Search for a text in files and replace it</source> 95266 <source>Search for a text in files and replace it</source>
95268 <translation type="unfinished" /> 95267 <translation type="unfinished" />
95269 </message> 95268 </message>
95270 <message> 95269 <message>
95271 <location filename="../ViewManager/ViewManager.py" line="3993" /> 95270 <location filename="../ViewManager/ViewManager.py" line="3996" />
95272 <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A window is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source> 95271 <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A window is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
95273 <translation type="unfinished" /> 95272 <translation type="unfinished" />
95274 </message> 95273 </message>
95275 <message> 95274 <message>
95276 <location filename="../ViewManager/ViewManager.py" line="4006" /> 95275 <location filename="../ViewManager/ViewManager.py" line="4009" />
95277 <source>Search in Open Files</source> 95276 <source>Search in Open Files</source>
95278 <translation type="unfinished" /> 95277 <translation type="unfinished" />
95279 </message> 95278 </message>
95280 <message> 95279 <message>
95281 <location filename="../ViewManager/ViewManager.py" line="4008" /> 95280 <location filename="../ViewManager/ViewManager.py" line="4011" />
95282 <source>Search in Open Files...</source> 95281 <source>Search in Open Files...</source>
95283 <translation type="unfinished" /> 95282 <translation type="unfinished" />
95284 </message> 95283 </message>
95285 <message> 95284 <message>
95286 <location filename="../ViewManager/ViewManager.py" line="4010" /> 95285 <location filename="../ViewManager/ViewManager.py" line="4013" />
95287 <source>Meta+Ctrl+Alt+F</source> 95286 <source>Meta+Ctrl+Alt+F</source>
95288 <comment>Search|Search Open Files</comment> 95287 <comment>Search|Search Open Files</comment>
95289 <translation type="unfinished" /> 95288 <translation type="unfinished" />
95290 </message> 95289 </message>
95291 <message> 95290 <message>
95292 <location filename="../ViewManager/ViewManager.py" line="4019" /> 95291 <location filename="../ViewManager/ViewManager.py" line="4022" />
95293 <source>Search for a text in open files</source> 95292 <source>Search for a text in open files</source>
95294 <translation type="unfinished" /> 95293 <translation type="unfinished" />
95295 </message> 95294 </message>
95296 <message> 95295 <message>
95297 <location filename="../ViewManager/ViewManager.py" line="4022" /> 95296 <location filename="../ViewManager/ViewManager.py" line="4025" />
95298 <source>&lt;b&gt;Search in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files. A window is shown to enter the search text and options for the search and to display the result.&lt;/p&gt;</source> 95297 <source>&lt;b&gt;Search in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files. A window is shown to enter the search text and options for the search and to display the result.&lt;/p&gt;</source>
95299 <translation type="unfinished" /> 95298 <translation type="unfinished" />
95300 </message> 95299 </message>
95301 <message> 95300 <message>
95302 <location filename="../ViewManager/ViewManager.py" line="4034" /> 95301 <location filename="../ViewManager/ViewManager.py" line="4037" />
95303 <source>Replace in Open Files</source> 95302 <source>Replace in Open Files</source>
95304 <translation type="unfinished" /> 95303 <translation type="unfinished" />
95305 </message> 95304 </message>
95306 <message> 95305 <message>
95307 <location filename="../ViewManager/ViewManager.py" line="4035" /> 95306 <location filename="../ViewManager/ViewManager.py" line="4038" />
95308 <source>Replace in Open Files...</source> 95307 <source>Replace in Open Files...</source>
95309 <translation type="unfinished" /> 95308 <translation type="unfinished" />
95310 </message> 95309 </message>
95311 <message> 95310 <message>
95312 <location filename="../ViewManager/ViewManager.py" line="4037" /> 95311 <location filename="../ViewManager/ViewManager.py" line="4040" />
95313 <source>Meta+Ctrl+Alt+R</source> 95312 <source>Meta+Ctrl+Alt+R</source>
95314 <comment>Search|Replace in Open Files</comment> 95313 <comment>Search|Replace in Open Files</comment>
95315 <translation type="unfinished" /> 95314 <translation type="unfinished" />
95316 </message> 95315 </message>
95317 <message> 95316 <message>
95318 <location filename="../ViewManager/ViewManager.py" line="4046" /> 95317 <location filename="../ViewManager/ViewManager.py" line="4049" />
95319 <source>Search for a text in open files and replace it</source> 95318 <source>Search for a text in open files and replace it</source>
95320 <translation type="unfinished" /> 95319 <translation type="unfinished" />
95321 </message> 95320 </message>
95322 <message> 95321 <message>
95323 <location filename="../ViewManager/ViewManager.py" line="4051" /> 95322 <location filename="../ViewManager/ViewManager.py" line="4054" />
95324 <source>&lt;b&gt;Replace in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files and replace it. A window is shown to enter the search text, the replacement text and options for the search and to display the result.&lt;/p&gt;</source> 95323 <source>&lt;b&gt;Replace in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files and replace it. A window is shown to enter the search text, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
95325 <translation type="unfinished" /> 95324 <translation type="unfinished" />
95326 </message> 95325 </message>
95327 <message> 95326 <message>
95328 <location filename="../ViewManager/ViewManager.py" line="4072" /> 95327 <location filename="../ViewManager/ViewManager.py" line="4075" />
95329 <source>&amp;Search</source> 95328 <source>&amp;Search</source>
95330 <translation type="unfinished" /> 95329 <translation type="unfinished" />
95331 </message> 95330 </message>
95332 <message> 95331 <message>
95333 <location filename="../QScintilla/MiniEditor.py" line="2778" /> 95332 <location filename="../QScintilla/MiniEditor.py" line="2778" />
95334 <location filename="../QScintilla/ShellWindow.py" line="1016" /> 95333 <location filename="../QScintilla/ShellWindow.py" line="1016" />
95335 <location filename="../ViewManager/ViewManager.py" line="4143" /> 95334 <location filename="../ViewManager/ViewManager.py" line="4146" />
95336 <source>Zoom in</source> 95335 <source>Zoom in</source>
95337 <translation type="unfinished" /> 95336 <translation type="unfinished" />
95338 </message> 95337 </message>
95339 <message> 95338 <message>
95340 <location filename="../QScintilla/MiniEditor.py" line="2780" /> 95339 <location filename="../QScintilla/MiniEditor.py" line="2780" />
95341 <location filename="../QScintilla/ShellWindow.py" line="1018" /> 95340 <location filename="../QScintilla/ShellWindow.py" line="1018" />
95342 <location filename="../ViewManager/ViewManager.py" line="4145" /> 95341 <location filename="../ViewManager/ViewManager.py" line="4148" />
95343 <source>Zoom &amp;in</source> 95342 <source>Zoom &amp;in</source>
95344 <translation type="unfinished" /> 95343 <translation type="unfinished" />
95345 </message> 95344 </message>
95346 <message> 95345 <message>
95347 <location filename="../QScintilla/MiniEditor.py" line="2782" /> 95346 <location filename="../QScintilla/MiniEditor.py" line="2782" />
95348 <location filename="../QScintilla/ShellWindow.py" line="1020" /> 95347 <location filename="../QScintilla/ShellWindow.py" line="1020" />
95349 <location filename="../ViewManager/ViewManager.py" line="4147" /> 95348 <location filename="../ViewManager/ViewManager.py" line="4150" />
95350 <source>Ctrl++</source> 95349 <source>Ctrl++</source>
95351 <comment>View|Zoom in</comment> 95350 <comment>View|Zoom in</comment>
95352 <translation type="unfinished" /> 95351 <translation type="unfinished" />
95353 </message> 95352 </message>
95354 <message> 95353 <message>
95355 <location filename="../QScintilla/MiniEditor.py" line="2785" /> 95354 <location filename="../QScintilla/MiniEditor.py" line="2785" />
95356 <location filename="../QScintilla/ShellWindow.py" line="1023" /> 95355 <location filename="../QScintilla/ShellWindow.py" line="1023" />
95357 <location filename="../ViewManager/ViewManager.py" line="4150" /> 95356 <location filename="../ViewManager/ViewManager.py" line="4153" />
95358 <source>Zoom In</source> 95357 <source>Zoom In</source>
95359 <comment>View|Zoom in</comment> 95358 <comment>View|Zoom in</comment>
95360 <translation type="unfinished" /> 95359 <translation type="unfinished" />
95361 </message> 95360 </message>
95362 <message> 95361 <message>
95363 <location filename="../QScintilla/MiniEditor.py" line="2791" /> 95362 <location filename="../QScintilla/MiniEditor.py" line="2791" />
95364 <location filename="../QScintilla/ShellWindow.py" line="1029" /> 95363 <location filename="../QScintilla/ShellWindow.py" line="1029" />
95365 <location filename="../ViewManager/ViewManager.py" line="4156" /> 95364 <location filename="../ViewManager/ViewManager.py" line="4159" />
95366 <source>Zoom in on the text</source> 95365 <source>Zoom in on the text</source>
95367 <translation type="unfinished" /> 95366 <translation type="unfinished" />
95368 </message> 95367 </message>
95369 <message> 95368 <message>
95370 <location filename="../QScintilla/MiniEditor.py" line="2794" /> 95369 <location filename="../QScintilla/MiniEditor.py" line="2794" />
95371 <location filename="../QScintilla/ShellWindow.py" line="1032" /> 95370 <location filename="../QScintilla/ShellWindow.py" line="1032" />
95372 <location filename="../ViewManager/ViewManager.py" line="4159" /> 95371 <location filename="../ViewManager/ViewManager.py" line="4162" />
95373 <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source> 95372 <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
95374 <translation type="unfinished" /> 95373 <translation type="unfinished" />
95375 </message> 95374 </message>
95376 <message> 95375 <message>
95377 <location filename="../QScintilla/MiniEditor.py" line="2804" /> 95376 <location filename="../QScintilla/MiniEditor.py" line="2804" />
95378 <location filename="../QScintilla/ShellWindow.py" line="1042" /> 95377 <location filename="../QScintilla/ShellWindow.py" line="1042" />
95379 <location filename="../ViewManager/ViewManager.py" line="4169" /> 95378 <location filename="../ViewManager/ViewManager.py" line="4172" />
95380 <source>Zoom out</source> 95379 <source>Zoom out</source>
95381 <translation type="unfinished" /> 95380 <translation type="unfinished" />
95382 </message> 95381 </message>
95383 <message> 95382 <message>
95384 <location filename="../QScintilla/MiniEditor.py" line="2806" /> 95383 <location filename="../QScintilla/MiniEditor.py" line="2806" />
95385 <location filename="../QScintilla/ShellWindow.py" line="1044" /> 95384 <location filename="../QScintilla/ShellWindow.py" line="1044" />
95386 <location filename="../ViewManager/ViewManager.py" line="4171" /> 95385 <location filename="../ViewManager/ViewManager.py" line="4174" />
95387 <source>Zoom &amp;out</source> 95386 <source>Zoom &amp;out</source>
95388 <translation type="unfinished" /> 95387 <translation type="unfinished" />
95389 </message> 95388 </message>
95390 <message> 95389 <message>
95391 <location filename="../QScintilla/MiniEditor.py" line="2808" /> 95390 <location filename="../QScintilla/MiniEditor.py" line="2808" />
95392 <location filename="../QScintilla/ShellWindow.py" line="1046" /> 95391 <location filename="../QScintilla/ShellWindow.py" line="1046" />
95393 <location filename="../ViewManager/ViewManager.py" line="4173" /> 95392 <location filename="../ViewManager/ViewManager.py" line="4176" />
95394 <source>Ctrl+-</source> 95393 <source>Ctrl+-</source>
95395 <comment>View|Zoom out</comment> 95394 <comment>View|Zoom out</comment>
95396 <translation type="unfinished" /> 95395 <translation type="unfinished" />
95397 </message> 95396 </message>
95398 <message> 95397 <message>
95399 <location filename="../QScintilla/MiniEditor.py" line="2811" /> 95398 <location filename="../QScintilla/MiniEditor.py" line="2811" />
95400 <location filename="../QScintilla/ShellWindow.py" line="1049" /> 95399 <location filename="../QScintilla/ShellWindow.py" line="1049" />
95401 <location filename="../ViewManager/ViewManager.py" line="4176" /> 95400 <location filename="../ViewManager/ViewManager.py" line="4179" />
95402 <source>Zoom Out</source> 95401 <source>Zoom Out</source>
95403 <comment>View|Zoom out</comment> 95402 <comment>View|Zoom out</comment>
95404 <translation type="unfinished" /> 95403 <translation type="unfinished" />
95405 </message> 95404 </message>
95406 <message> 95405 <message>
95407 <location filename="../QScintilla/MiniEditor.py" line="2817" /> 95406 <location filename="../QScintilla/MiniEditor.py" line="2817" />
95408 <location filename="../QScintilla/ShellWindow.py" line="1055" /> 95407 <location filename="../QScintilla/ShellWindow.py" line="1055" />
95409 <location filename="../ViewManager/ViewManager.py" line="4182" /> 95408 <location filename="../ViewManager/ViewManager.py" line="4185" />
95410 <source>Zoom out on the text</source> 95409 <source>Zoom out on the text</source>
95411 <translation type="unfinished" /> 95410 <translation type="unfinished" />
95412 </message> 95411 </message>
95413 <message> 95412 <message>
95414 <location filename="../QScintilla/MiniEditor.py" line="2820" /> 95413 <location filename="../QScintilla/MiniEditor.py" line="2820" />
95415 <location filename="../QScintilla/ShellWindow.py" line="1058" /> 95414 <location filename="../QScintilla/ShellWindow.py" line="1058" />
95416 <location filename="../ViewManager/ViewManager.py" line="4185" /> 95415 <location filename="../ViewManager/ViewManager.py" line="4188" />
95417 <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source> 95416 <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
95418 <translation type="unfinished" /> 95417 <translation type="unfinished" />
95419 </message> 95418 </message>
95420 <message> 95419 <message>
95421 <location filename="../QScintilla/MiniEditor.py" line="2830" /> 95420 <location filename="../QScintilla/MiniEditor.py" line="2830" />
95422 <location filename="../QScintilla/ShellWindow.py" line="1068" /> 95421 <location filename="../QScintilla/ShellWindow.py" line="1068" />
95423 <location filename="../ViewManager/ViewManager.py" line="4195" /> 95422 <location filename="../ViewManager/ViewManager.py" line="4198" />
95424 <source>Zoom reset</source> 95423 <source>Zoom reset</source>
95425 <translation type="unfinished" /> 95424 <translation type="unfinished" />
95426 </message> 95425 </message>
95427 <message> 95426 <message>
95428 <location filename="../QScintilla/MiniEditor.py" line="2832" /> 95427 <location filename="../QScintilla/MiniEditor.py" line="2832" />
95429 <location filename="../QScintilla/ShellWindow.py" line="1070" /> 95428 <location filename="../QScintilla/ShellWindow.py" line="1070" />
95430 <location filename="../ViewManager/ViewManager.py" line="4197" /> 95429 <location filename="../ViewManager/ViewManager.py" line="4200" />
95431 <source>Zoom &amp;reset</source> 95430 <source>Zoom &amp;reset</source>
95432 <translation type="unfinished" /> 95431 <translation type="unfinished" />
95433 </message> 95432 </message>
95434 <message> 95433 <message>
95435 <location filename="../QScintilla/MiniEditor.py" line="2834" /> 95434 <location filename="../QScintilla/MiniEditor.py" line="2834" />
95436 <location filename="../QScintilla/ShellWindow.py" line="1072" /> 95435 <location filename="../QScintilla/ShellWindow.py" line="1072" />
95437 <location filename="../ViewManager/ViewManager.py" line="4199" /> 95436 <location filename="../ViewManager/ViewManager.py" line="4202" />
95438 <source>Ctrl+0</source> 95437 <source>Ctrl+0</source>
95439 <comment>View|Zoom reset</comment> 95438 <comment>View|Zoom reset</comment>
95440 <translation type="unfinished" /> 95439 <translation type="unfinished" />
95441 </message> 95440 </message>
95442 <message> 95441 <message>
95443 <location filename="../QScintilla/MiniEditor.py" line="2841" /> 95442 <location filename="../QScintilla/MiniEditor.py" line="2841" />
95444 <location filename="../QScintilla/ShellWindow.py" line="1079" /> 95443 <location filename="../QScintilla/ShellWindow.py" line="1079" />
95445 <location filename="../ViewManager/ViewManager.py" line="4206" /> 95444 <location filename="../ViewManager/ViewManager.py" line="4209" />
95446 <source>Reset the zoom of the text</source> 95445 <source>Reset the zoom of the text</source>
95447 <translation type="unfinished" /> 95446 <translation type="unfinished" />
95448 </message> 95447 </message>
95449 <message> 95448 <message>
95450 <location filename="../QScintilla/MiniEditor.py" line="2844" /> 95449 <location filename="../QScintilla/MiniEditor.py" line="2844" />
95451 <location filename="../QScintilla/ShellWindow.py" line="1082" /> 95450 <location filename="../QScintilla/ShellWindow.py" line="1082" />
95452 <location filename="../ViewManager/ViewManager.py" line="4209" /> 95451 <location filename="../ViewManager/ViewManager.py" line="4212" />
95453 <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the text. This sets the zoom factor to 100%.&lt;/p&gt;</source> 95452 <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the text. This sets the zoom factor to 100%.&lt;/p&gt;</source>
95454 <translation type="unfinished" /> 95453 <translation type="unfinished" />
95455 </message> 95454 </message>
95456 <message> 95455 <message>
95457 <location filename="../QScintilla/MiniEditor.py" line="2855" /> 95456 <location filename="../QScintilla/MiniEditor.py" line="2855" />
95458 <location filename="../QScintilla/ShellWindow.py" line="1093" /> 95457 <location filename="../QScintilla/ShellWindow.py" line="1093" />
95459 <location filename="../ViewManager/ViewManager.py" line="4220" /> 95458 <location filename="../ViewManager/ViewManager.py" line="4223" />
95460 <source>Zoom</source> 95459 <source>Zoom</source>
95461 <translation type="unfinished" /> 95460 <translation type="unfinished" />
95462 </message> 95461 </message>
95463 <message> 95462 <message>
95464 <location filename="../QScintilla/MiniEditor.py" line="2857" /> 95463 <location filename="../QScintilla/MiniEditor.py" line="2857" />
95465 <location filename="../QScintilla/ShellWindow.py" line="1095" /> 95464 <location filename="../QScintilla/ShellWindow.py" line="1095" />
95466 <location filename="../ViewManager/ViewManager.py" line="4222" /> 95465 <location filename="../ViewManager/ViewManager.py" line="4225" />
95467 <source>&amp;Zoom</source> 95466 <source>&amp;Zoom</source>
95468 <translation type="unfinished" /> 95467 <translation type="unfinished" />
95469 </message> 95468 </message>
95470 <message> 95469 <message>
95471 <location filename="../QScintilla/MiniEditor.py" line="2864" /> 95470 <location filename="../QScintilla/MiniEditor.py" line="2864" />
95472 <location filename="../QScintilla/ShellWindow.py" line="1102" /> 95471 <location filename="../QScintilla/ShellWindow.py" line="1102" />
95473 <location filename="../ViewManager/ViewManager.py" line="4229" /> 95472 <location filename="../ViewManager/ViewManager.py" line="4232" />
95474 <source>Zoom the text</source> 95473 <source>Zoom the text</source>
95475 <translation type="unfinished" /> 95474 <translation type="unfinished" />
95476 </message> 95475 </message>
95477 <message> 95476 <message>
95478 <location filename="../QScintilla/MiniEditor.py" line="2867" /> 95477 <location filename="../QScintilla/MiniEditor.py" line="2867" />
95479 <location filename="../QScintilla/ShellWindow.py" line="1105" /> 95478 <location filename="../QScintilla/ShellWindow.py" line="1105" />
95480 <location filename="../ViewManager/ViewManager.py" line="4232" /> 95479 <location filename="../ViewManager/ViewManager.py" line="4235" />
95481 <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source> 95480 <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
95482 <translation type="unfinished" /> 95481 <translation type="unfinished" />
95483 </message> 95482 </message>
95484 <message> 95483 <message>
95485 <location filename="../ViewManager/ViewManager.py" line="4251" /> 95484 <location filename="../ViewManager/ViewManager.py" line="4254" />
95486 <location filename="../ViewManager/ViewManager.py" line="4243" /> 95485 <location filename="../ViewManager/ViewManager.py" line="4246" />
95487 <source>Toggle all folds</source> 95486 <source>Toggle all folds</source>
95488 <translation type="unfinished" /> 95487 <translation type="unfinished" />
95489 </message> 95488 </message>
95490 <message> 95489 <message>
95491 <location filename="../ViewManager/ViewManager.py" line="4244" /> 95490 <location filename="../ViewManager/ViewManager.py" line="4247" />
95492 <source>&amp;Toggle all folds</source> 95491 <source>&amp;Toggle all folds</source>
95493 <translation type="unfinished" /> 95492 <translation type="unfinished" />
95494 </message> 95493 </message>
95495 <message> 95494 <message>
95496 <location filename="../ViewManager/ViewManager.py" line="4254" /> 95495 <location filename="../ViewManager/ViewManager.py" line="4257" />
95497 <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source> 95496 <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
95498 <translation type="unfinished" /> 95497 <translation type="unfinished" />
95499 </message> 95498 </message>
95500 <message> 95499 <message>
95501 <location filename="../ViewManager/ViewManager.py" line="4276" /> 95500 <location filename="../ViewManager/ViewManager.py" line="4279" />
95502 <location filename="../ViewManager/ViewManager.py" line="4264" /> 95501 <location filename="../ViewManager/ViewManager.py" line="4267" />
95503 <source>Toggle all folds (including children)</source> 95502 <source>Toggle all folds (including children)</source>
95504 <translation type="unfinished" /> 95503 <translation type="unfinished" />
95505 </message> 95504 </message>
95506 <message> 95505 <message>
95507 <location filename="../ViewManager/ViewManager.py" line="4267" /> 95506 <location filename="../ViewManager/ViewManager.py" line="4270" />
95508 <source>Toggle all &amp;folds (including children)</source> 95507 <source>Toggle all &amp;folds (including children)</source>
95509 <translation type="unfinished" /> 95508 <translation type="unfinished" />
95510 </message> 95509 </message>
95511 <message> 95510 <message>
95512 <location filename="../ViewManager/ViewManager.py" line="4281" /> 95511 <location filename="../ViewManager/ViewManager.py" line="4284" />
95513 <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source> 95512 <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
95514 <translation type="unfinished" /> 95513 <translation type="unfinished" />
95515 </message> 95514 </message>
95516 <message> 95515 <message>
95517 <location filename="../ViewManager/ViewManager.py" line="4300" /> 95516 <location filename="../ViewManager/ViewManager.py" line="4303" />
95518 <location filename="../ViewManager/ViewManager.py" line="4292" /> 95517 <location filename="../ViewManager/ViewManager.py" line="4295" />
95519 <source>Toggle current fold</source> 95518 <source>Toggle current fold</source>
95520 <translation type="unfinished" /> 95519 <translation type="unfinished" />
95521 </message> 95520 </message>
95522 <message> 95521 <message>
95523 <location filename="../ViewManager/ViewManager.py" line="4293" /> 95522 <location filename="../ViewManager/ViewManager.py" line="4296" />
95524 <source>Toggle &amp;current fold</source> 95523 <source>Toggle &amp;current fold</source>
95525 <translation type="unfinished" /> 95524 <translation type="unfinished" />
95526 </message> 95525 </message>
95527 <message> 95526 <message>
95528 <location filename="../ViewManager/ViewManager.py" line="4303" /> 95527 <location filename="../ViewManager/ViewManager.py" line="4306" />
95529 <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source> 95528 <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
95530 <translation type="unfinished" /> 95529 <translation type="unfinished" />
95531 </message> 95530 </message>
95532 <message> 95531 <message>
95533 <location filename="../ViewManager/ViewManager.py" line="4322" /> 95532 <location filename="../ViewManager/ViewManager.py" line="4325" />
95534 <location filename="../ViewManager/ViewManager.py" line="4314" /> 95533 <location filename="../ViewManager/ViewManager.py" line="4317" />
95535 <source>Clear all folds</source> 95534 <source>Clear all folds</source>
95536 <translation type="unfinished" /> 95535 <translation type="unfinished" />
95537 </message> 95536 </message>
95538 <message> 95537 <message>
95539 <location filename="../ViewManager/ViewManager.py" line="4315" /> 95538 <location filename="../ViewManager/ViewManager.py" line="4318" />
95540 <source>Clear &amp;all folds</source> 95539 <source>Clear &amp;all folds</source>
95541 <translation type="unfinished" /> 95540 <translation type="unfinished" />
95542 </message> 95541 </message>
95543 <message> 95542 <message>
95544 <location filename="../ViewManager/ViewManager.py" line="4325" /> 95543 <location filename="../ViewManager/ViewManager.py" line="4328" />
95545 <source>&lt;b&gt;Clear all folds&lt;/b&gt;&lt;p&gt;Clear all folds of the current editor, i.e. ensure that all lines are displayed unfolded.&lt;/p&gt;</source> 95544 <source>&lt;b&gt;Clear all folds&lt;/b&gt;&lt;p&gt;Clear all folds of the current editor, i.e. ensure that all lines are displayed unfolded.&lt;/p&gt;</source>
95546 <translation type="unfinished" /> 95545 <translation type="unfinished" />
95547 </message> 95546 </message>
95548 <message> 95547 <message>
95549 <location filename="../ViewManager/ViewManager.py" line="4345" /> 95548 <location filename="../ViewManager/ViewManager.py" line="4348" />
95550 <location filename="../ViewManager/ViewManager.py" line="4338" /> 95549 <location filename="../ViewManager/ViewManager.py" line="4341" />
95551 <location filename="../ViewManager/ViewManager.py" line="4336" /> 95550 <location filename="../ViewManager/ViewManager.py" line="4339" />
95552 <source>Remove all highlights</source> 95551 <source>Remove all highlights</source>
95553 <translation type="unfinished" /> 95552 <translation type="unfinished" />
95554 </message> 95553 </message>
95555 <message> 95554 <message>
95556 <location filename="../ViewManager/ViewManager.py" line="4348" /> 95555 <location filename="../ViewManager/ViewManager.py" line="4351" />
95557 <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source> 95556 <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
95558 <translation type="unfinished" /> 95557 <translation type="unfinished" />
95559 </message> 95558 </message>
95560 <message> 95559 <message>
95561 <location filename="../ViewManager/ViewManager.py" line="4358" /> 95560 <location filename="../ViewManager/ViewManager.py" line="4361" />
95562 <source>New Document View</source> 95561 <source>New Document View</source>
95563 <translation type="unfinished" /> 95562 <translation type="unfinished" />
95564 </message> 95563 </message>
95565 <message> 95564 <message>
95566 <location filename="../ViewManager/ViewManager.py" line="4360" /> 95565 <location filename="../ViewManager/ViewManager.py" line="4363" />
95567 <source>New &amp;Document View</source> 95566 <source>New &amp;Document View</source>
95568 <translation type="unfinished" /> 95567 <translation type="unfinished" />
95569 </message> 95568 </message>
95570 <message> 95569 <message>
95571 <location filename="../ViewManager/ViewManager.py" line="4367" /> 95570 <location filename="../ViewManager/ViewManager.py" line="4370" />
95572 <source>Open a new view of the current document</source> 95571 <source>Open a new view of the current document</source>
95573 <translation type="unfinished" /> 95572 <translation type="unfinished" />
95574 </message> 95573 </message>
95575 <message> 95574 <message>
95576 <location filename="../ViewManager/ViewManager.py" line="4372" /> 95575 <location filename="../ViewManager/ViewManager.py" line="4375" />
95577 <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source> 95576 <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source>
95578 <translation type="unfinished" /> 95577 <translation type="unfinished" />
95579 </message> 95578 </message>
95580 <message> 95579 <message>
95581 <location filename="../ViewManager/ViewManager.py" line="4388" /> 95580 <location filename="../ViewManager/ViewManager.py" line="4391" />
95582 <location filename="../ViewManager/ViewManager.py" line="4384" /> 95581 <location filename="../ViewManager/ViewManager.py" line="4387" />
95583 <source>New Document View (with new split)</source> 95582 <source>New Document View (with new split)</source>
95584 <translation type="unfinished" /> 95583 <translation type="unfinished" />
95585 </message> 95584 </message>
95586 <message> 95585 <message>
95587 <location filename="../ViewManager/ViewManager.py" line="4397" /> 95586 <location filename="../ViewManager/ViewManager.py" line="4400" />
95588 <source>Open a new view of the current document in a new split</source> 95587 <source>Open a new view of the current document in a new split</source>
95589 <translation type="unfinished" /> 95588 <translation type="unfinished" />
95590 </message> 95589 </message>
95591 <message> 95590 <message>
95592 <location filename="../ViewManager/ViewManager.py" line="4402" /> 95591 <location filename="../ViewManager/ViewManager.py" line="4405" />
95593 <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document in a new split. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source> 95592 <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document in a new split. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source>
95594 <translation type="unfinished" /> 95593 <translation type="unfinished" />
95595 </message> 95594 </message>
95596 <message> 95595 <message>
95597 <location filename="../ViewManager/ViewManager.py" line="4414" /> 95596 <location filename="../ViewManager/ViewManager.py" line="4417" />
95598 <source>Split view</source> 95597 <source>Split view</source>
95599 <translation type="unfinished" /> 95598 <translation type="unfinished" />
95600 </message> 95599 </message>
95601 <message> 95600 <message>
95602 <location filename="../ViewManager/ViewManager.py" line="4416" /> 95601 <location filename="../ViewManager/ViewManager.py" line="4419" />
95603 <source>&amp;Split view</source> 95602 <source>&amp;Split view</source>
95604 <translation type="unfinished" /> 95603 <translation type="unfinished" />
95605 </message> 95604 </message>
95606 <message> 95605 <message>
95607 <location filename="../ViewManager/ViewManager.py" line="4423" /> 95606 <location filename="../ViewManager/ViewManager.py" line="4426" />
95608 <source>Add a split to the view</source> 95607 <source>Add a split to the view</source>
95609 <translation type="unfinished" /> 95608 <translation type="unfinished" />
95610 </message> 95609 </message>
95611 <message> 95610 <message>
95612 <location filename="../ViewManager/ViewManager.py" line="4426" /> 95611 <location filename="../ViewManager/ViewManager.py" line="4429" />
95613 <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source> 95612 <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
95614 <translation type="unfinished" /> 95613 <translation type="unfinished" />
95615 </message> 95614 </message>
95616 <message> 95615 <message>
95617 <location filename="../ViewManager/ViewManager.py" line="4435" /> 95616 <location filename="../ViewManager/ViewManager.py" line="4438" />
95618 <source>Arrange horizontally</source> 95617 <source>Arrange horizontally</source>
95619 <translation type="unfinished" /> 95618 <translation type="unfinished" />
95620 </message> 95619 </message>
95621 <message> 95620 <message>
95622 <location filename="../ViewManager/ViewManager.py" line="4436" /> 95621 <location filename="../ViewManager/ViewManager.py" line="4439" />
95623 <source>Arrange &amp;horizontally</source> 95622 <source>Arrange &amp;horizontally</source>
95624 <translation type="unfinished" /> 95623 <translation type="unfinished" />
95625 </message> 95624 </message>
95626 <message> 95625 <message>
95627 <location filename="../ViewManager/ViewManager.py" line="4444" /> 95626 <location filename="../ViewManager/ViewManager.py" line="4447" />
95628 <source>Arrange the splitted views horizontally</source> 95627 <source>Arrange the splitted views horizontally</source>
95629 <translation type="unfinished" /> 95628 <translation type="unfinished" />
95630 </message> 95629 </message>
95631 <message> 95630 <message>
95632 <location filename="../ViewManager/ViewManager.py" line="4449" /> 95631 <location filename="../ViewManager/ViewManager.py" line="4452" />
95633 <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source> 95632 <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
95634 <translation type="unfinished" /> 95633 <translation type="unfinished" />
95635 </message> 95634 </message>
95636 <message> 95635 <message>
95637 <location filename="../ViewManager/ViewManager.py" line="4460" /> 95636 <location filename="../ViewManager/ViewManager.py" line="4463" />
95638 <source>Remove split</source> 95637 <source>Remove split</source>
95639 <translation type="unfinished" /> 95638 <translation type="unfinished" />
95640 </message> 95639 </message>
95641 <message> 95640 <message>
95642 <location filename="../ViewManager/ViewManager.py" line="4462" /> 95641 <location filename="../ViewManager/ViewManager.py" line="4465" />
95643 <source>&amp;Remove split</source> 95642 <source>&amp;Remove split</source>
95644 <translation type="unfinished" /> 95643 <translation type="unfinished" />
95645 </message> 95644 </message>
95646 <message> 95645 <message>
95647 <location filename="../ViewManager/ViewManager.py" line="4469" /> 95646 <location filename="../ViewManager/ViewManager.py" line="4472" />
95648 <source>Remove the current split</source> 95647 <source>Remove the current split</source>
95649 <translation type="unfinished" /> 95648 <translation type="unfinished" />
95650 </message> 95649 </message>
95651 <message> 95650 <message>
95652 <location filename="../ViewManager/ViewManager.py" line="4472" /> 95651 <location filename="../ViewManager/ViewManager.py" line="4475" />
95653 <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source> 95652 <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
95654 <translation type="unfinished" /> 95653 <translation type="unfinished" />
95655 </message> 95654 </message>
95656 <message> 95655 <message>
95657 <location filename="../ViewManager/ViewManager.py" line="4481" /> 95656 <location filename="../ViewManager/ViewManager.py" line="4484" />
95658 <source>Next split</source> 95657 <source>Next split</source>
95659 <translation type="unfinished" /> 95658 <translation type="unfinished" />
95660 </message> 95659 </message>
95661 <message> 95660 <message>
95662 <location filename="../ViewManager/ViewManager.py" line="4482" /> 95661 <location filename="../ViewManager/ViewManager.py" line="4485" />
95663 <source>&amp;Next split</source> 95662 <source>&amp;Next split</source>
95664 <translation type="unfinished" /> 95663 <translation type="unfinished" />
95665 </message> 95664 </message>
95666 <message> 95665 <message>
95667 <location filename="../ViewManager/ViewManager.py" line="4484" /> 95666 <location filename="../ViewManager/ViewManager.py" line="4487" />
95668 <source>Ctrl+Alt+N</source> 95667 <source>Ctrl+Alt+N</source>
95669 <comment>View|Next split</comment> 95668 <comment>View|Next split</comment>
95670 <translation type="unfinished" /> 95669 <translation type="unfinished" />
95671 </message> 95670 </message>
95672 <message> 95671 <message>
95673 <location filename="../ViewManager/ViewManager.py" line="4493" /> 95672 <location filename="../ViewManager/ViewManager.py" line="4496" />
95674 <source>Move to the next split</source> 95673 <source>Move to the next split</source>
95675 <translation type="unfinished" /> 95674 <translation type="unfinished" />
95676 </message> 95675 </message>
95677 <message> 95676 <message>
95678 <location filename="../ViewManager/ViewManager.py" line="4496" /> 95677 <location filename="../ViewManager/ViewManager.py" line="4499" />
95679 <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source> 95678 <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
95680 <translation type="unfinished" /> 95679 <translation type="unfinished" />
95681 </message> 95680 </message>
95682 <message> 95681 <message>
95683 <location filename="../ViewManager/ViewManager.py" line="4505" /> 95682 <location filename="../ViewManager/ViewManager.py" line="4508" />
95684 <source>Previous split</source> 95683 <source>Previous split</source>
95685 <translation type="unfinished" /> 95684 <translation type="unfinished" />
95686 </message> 95685 </message>
95687 <message> 95686 <message>
95688 <location filename="../ViewManager/ViewManager.py" line="4506" /> 95687 <location filename="../ViewManager/ViewManager.py" line="4509" />
95689 <source>&amp;Previous split</source> 95688 <source>&amp;Previous split</source>
95690 <translation type="unfinished" /> 95689 <translation type="unfinished" />
95691 </message> 95690 </message>
95692 <message> 95691 <message>
95693 <location filename="../ViewManager/ViewManager.py" line="4508" /> 95692 <location filename="../ViewManager/ViewManager.py" line="4511" />
95694 <source>Ctrl+Alt+P</source> 95693 <source>Ctrl+Alt+P</source>
95695 <comment>View|Previous split</comment> 95694 <comment>View|Previous split</comment>
95696 <translation type="unfinished" /> 95695 <translation type="unfinished" />
95697 </message> 95696 </message>
95698 <message> 95697 <message>
95699 <location filename="../ViewManager/ViewManager.py" line="4517" /> 95698 <location filename="../ViewManager/ViewManager.py" line="4520" />
95700 <source>Move to the previous split</source> 95699 <source>Move to the previous split</source>
95701 <translation type="unfinished" /> 95700 <translation type="unfinished" />
95702 </message> 95701 </message>
95703 <message> 95702 <message>
95704 <location filename="../ViewManager/ViewManager.py" line="4520" /> 95703 <location filename="../ViewManager/ViewManager.py" line="4523" />
95705 <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source> 95704 <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
95706 <translation type="unfinished" /> 95705 <translation type="unfinished" />
95707 </message> 95706 </message>
95708 <message> 95707 <message>
95709 <location filename="../ViewManager/ViewManager.py" line="4531" /> 95708 <location filename="../ViewManager/ViewManager.py" line="4534" />
95710 <location filename="../ViewManager/ViewManager.py" line="4529" /> 95709 <location filename="../ViewManager/ViewManager.py" line="4532" />
95711 <source>Preview</source> 95710 <source>Preview</source>
95712 <translation type="unfinished" /> 95711 <translation type="unfinished" />
95713 </message> 95712 </message>
95714 <message> 95713 <message>
95715 <location filename="../ViewManager/ViewManager.py" line="4539" /> 95714 <location filename="../ViewManager/ViewManager.py" line="4542" />
95716 <source>Preview the current file in the web browser</source> 95715 <source>Preview the current file in the web browser</source>
95717 <translation type="unfinished" /> 95716 <translation type="unfinished" />
95718 </message> 95717 </message>
95719 <message> 95718 <message>
95720 <location filename="../ViewManager/ViewManager.py" line="4544" /> 95719 <location filename="../ViewManager/ViewManager.py" line="4547" />
95721 <source>&lt;b&gt;Preview&lt;/b&gt;&lt;p&gt;This opens the web browser with a preview of the current file.&lt;/p&gt;</source> 95720 <source>&lt;b&gt;Preview&lt;/b&gt;&lt;p&gt;This opens the web browser with a preview of the current file.&lt;/p&gt;</source>
95722 <translation type="unfinished" /> 95721 <translation type="unfinished" />
95723 </message> 95722 </message>
95724 <message> 95723 <message>
95725 <location filename="../ViewManager/ViewManager.py" line="4558" /> 95724 <location filename="../ViewManager/ViewManager.py" line="4561" />
95726 <location filename="../ViewManager/ViewManager.py" line="4556" /> 95725 <location filename="../ViewManager/ViewManager.py" line="4559" />
95727 <source>Python AST Viewer</source> 95726 <source>Python AST Viewer</source>
95728 <translation type="unfinished" /> 95727 <translation type="unfinished" />
95729 </message> 95728 </message>
95730 <message> 95729 <message>
95731 <location filename="../ViewManager/ViewManager.py" line="4566" /> 95730 <location filename="../ViewManager/ViewManager.py" line="4569" />
95732 <source>Show the AST for the current Python file</source> 95731 <source>Show the AST for the current Python file</source>
95733 <translation type="unfinished" /> 95732 <translation type="unfinished" />
95734 </message> 95733 </message>
95735 <message> 95734 <message>
95736 <location filename="../ViewManager/ViewManager.py" line="4571" /> 95735 <location filename="../ViewManager/ViewManager.py" line="4574" />
95737 <source>&lt;b&gt;Python AST Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the AST of the current Python source file.&lt;/p&gt;</source> 95736 <source>&lt;b&gt;Python AST Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the AST of the current Python source file.&lt;/p&gt;</source>
95738 <translation type="unfinished" /> 95737 <translation type="unfinished" />
95739 </message> 95738 </message>
95740 <message> 95739 <message>
95741 <location filename="../ViewManager/ViewManager.py" line="4585" /> 95740 <location filename="../ViewManager/ViewManager.py" line="4588" />
95742 <location filename="../ViewManager/ViewManager.py" line="4583" /> 95741 <location filename="../ViewManager/ViewManager.py" line="4586" />
95743 <source>Python Disassembly Viewer</source> 95742 <source>Python Disassembly Viewer</source>
95744 <translation type="unfinished" /> 95743 <translation type="unfinished" />
95745 </message> 95744 </message>
95746 <message> 95745 <message>
95747 <location filename="../ViewManager/ViewManager.py" line="4593" /> 95746 <location filename="../ViewManager/ViewManager.py" line="4596" />
95748 <source>Show the Disassembly for the current Python file</source> 95747 <source>Show the Disassembly for the current Python file</source>
95749 <translation type="unfinished" /> 95748 <translation type="unfinished" />
95750 </message> 95749 </message>
95751 <message> 95750 <message>
95752 <location filename="../ViewManager/ViewManager.py" line="4598" /> 95751 <location filename="../ViewManager/ViewManager.py" line="4601" />
95753 <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source> 95752 <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
95754 <translation type="unfinished" /> 95753 <translation type="unfinished" />
95755 </message> 95754 </message>
95756 <message> 95755 <message>
95757 <location filename="../ViewManager/ViewManager.py" line="4634" /> 95756 <location filename="../ViewManager/ViewManager.py" line="4637" />
95758 <source>&amp;View</source> 95757 <source>&amp;View</source>
95759 <translation type="unfinished" /> 95758 <translation type="unfinished" />
95760 </message> 95759 </message>
95761 <message> 95760 <message>
95762 <location filename="../ViewManager/ViewManager.py" line="4669" /> 95761 <location filename="../ViewManager/ViewManager.py" line="4672" />
95763 <location filename="../ViewManager/ViewManager.py" line="4667" /> 95762 <location filename="../ViewManager/ViewManager.py" line="4670" />
95764 <source>View</source> 95763 <source>View</source>
95765 <translation type="unfinished" /> 95764 <translation type="unfinished" />
95766 </message> 95765 </message>
95767 <message> 95766 <message>
95768 <location filename="../ViewManager/ViewManager.py" line="4708" /> 95767 <location filename="../ViewManager/ViewManager.py" line="4711" />
95769 <location filename="../ViewManager/ViewManager.py" line="4700" /> 95768 <location filename="../ViewManager/ViewManager.py" line="4703" />
95770 <source>Start Macro Recording</source> 95769 <source>Start Macro Recording</source>
95771 <translation type="unfinished" /> 95770 <translation type="unfinished" />
95772 </message> 95771 </message>
95773 <message> 95772 <message>
95774 <location filename="../ViewManager/ViewManager.py" line="4701" /> 95773 <location filename="../ViewManager/ViewManager.py" line="4704" />
95775 <source>S&amp;tart Macro Recording</source> 95774 <source>S&amp;tart Macro Recording</source>
95776 <translation type="unfinished" /> 95775 <translation type="unfinished" />
95777 </message> 95776 </message>
95778 <message> 95777 <message>
95779 <location filename="../ViewManager/ViewManager.py" line="4711" /> 95778 <location filename="../ViewManager/ViewManager.py" line="4714" />
95780 <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source> 95779 <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
95781 <translation type="unfinished" /> 95780 <translation type="unfinished" />
95782 </message> 95781 </message>
95783 <message> 95782 <message>
95784 <location filename="../ViewManager/ViewManager.py" line="4729" /> 95783 <location filename="../ViewManager/ViewManager.py" line="4732" />
95785 <location filename="../ViewManager/ViewManager.py" line="4721" /> 95784 <location filename="../ViewManager/ViewManager.py" line="4724" />
95786 <source>Stop Macro Recording</source> 95785 <source>Stop Macro Recording</source>
95787 <translation type="unfinished" /> 95786 <translation type="unfinished" />
95788 </message> 95787 </message>
95789 <message> 95788 <message>
95790 <location filename="../ViewManager/ViewManager.py" line="4722" /> 95789 <location filename="../ViewManager/ViewManager.py" line="4725" />
95791 <source>Sto&amp;p Macro Recording</source> 95790 <source>Sto&amp;p Macro Recording</source>
95792 <translation type="unfinished" /> 95791 <translation type="unfinished" />
95793 </message> 95792 </message>
95794 <message> 95793 <message>
95795 <location filename="../ViewManager/ViewManager.py" line="4732" /> 95794 <location filename="../ViewManager/ViewManager.py" line="4735" />
95796 <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source> 95795 <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
95797 <translation type="unfinished" /> 95796 <translation type="unfinished" />
95798 </message> 95797 </message>
95799 <message> 95798 <message>
95800 <location filename="../ViewManager/ViewManager.py" line="4750" /> 95799 <location filename="../ViewManager/ViewManager.py" line="4753" />
95801 <location filename="../ViewManager/ViewManager.py" line="4742" /> 95800 <location filename="../ViewManager/ViewManager.py" line="4745" />
95802 <source>Run Macro</source> 95801 <source>Run Macro</source>
95803 <translation type="unfinished" /> 95802 <translation type="unfinished" />
95804 </message> 95803 </message>
95805 <message> 95804 <message>
95806 <location filename="../ViewManager/ViewManager.py" line="4743" /> 95805 <location filename="../ViewManager/ViewManager.py" line="4746" />
95807 <source>&amp;Run Macro</source> 95806 <source>&amp;Run Macro</source>
95808 <translation type="unfinished" /> 95807 <translation type="unfinished" />
95809 </message> 95808 </message>
95810 <message> 95809 <message>
95811 <location filename="../ViewManager/ViewManager.py" line="4753" /> 95810 <location filename="../ViewManager/ViewManager.py" line="4756" />
95812 <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source> 95811 <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
95813 <translation type="unfinished" /> 95812 <translation type="unfinished" />
95814 </message> 95813 </message>
95815 <message> 95814 <message>
95816 <location filename="../ViewManager/ViewManager.py" line="4771" /> 95815 <location filename="../ViewManager/ViewManager.py" line="4774" />
95817 <location filename="../ViewManager/ViewManager.py" line="4763" /> 95816 <location filename="../ViewManager/ViewManager.py" line="4766" />
95818 <source>Delete Macro</source> 95817 <source>Delete Macro</source>
95819 <translation type="unfinished" /> 95818 <translation type="unfinished" />
95820 </message> 95819 </message>
95821 <message> 95820 <message>
95822 <location filename="../ViewManager/ViewManager.py" line="4764" /> 95821 <location filename="../ViewManager/ViewManager.py" line="4767" />
95823 <source>&amp;Delete Macro</source> 95822 <source>&amp;Delete Macro</source>
95824 <translation type="unfinished" /> 95823 <translation type="unfinished" />
95825 </message> 95824 </message>
95826 <message> 95825 <message>
95827 <location filename="../ViewManager/ViewManager.py" line="4774" /> 95826 <location filename="../ViewManager/ViewManager.py" line="4777" />
95828 <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source> 95827 <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
95829 <translation type="unfinished" /> 95828 <translation type="unfinished" />
95830 </message> 95829 </message>
95831 <message> 95830 <message>
95832 <location filename="../ViewManager/ViewManager.py" line="4792" /> 95831 <location filename="../ViewManager/ViewManager.py" line="4795" />
95833 <location filename="../ViewManager/ViewManager.py" line="4784" /> 95832 <location filename="../ViewManager/ViewManager.py" line="4787" />
95834 <source>Load Macro</source> 95833 <source>Load Macro</source>
95835 <translation type="unfinished" /> 95834 <translation type="unfinished" />
95836 </message> 95835 </message>
95837 <message> 95836 <message>
95838 <location filename="../ViewManager/ViewManager.py" line="4785" /> 95837 <location filename="../ViewManager/ViewManager.py" line="4788" />
95839 <source>&amp;Load Macro</source> 95838 <source>&amp;Load Macro</source>
95840 <translation type="unfinished" /> 95839 <translation type="unfinished" />
95841 </message> 95840 </message>
95842 <message> 95841 <message>
95843 <location filename="../ViewManager/ViewManager.py" line="4795" /> 95842 <location filename="../ViewManager/ViewManager.py" line="4798" />
95844 <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source> 95843 <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
95845 <translation type="unfinished" /> 95844 <translation type="unfinished" />
95846 </message> 95845 </message>
95847 <message> 95846 <message>
95848 <location filename="../ViewManager/ViewManager.py" line="4812" /> 95847 <location filename="../ViewManager/ViewManager.py" line="4815" />
95849 <location filename="../ViewManager/ViewManager.py" line="4804" /> 95848 <location filename="../ViewManager/ViewManager.py" line="4807" />
95850 <source>Save Macro</source> 95849 <source>Save Macro</source>
95851 <translation type="unfinished" /> 95850 <translation type="unfinished" />
95852 </message> 95851 </message>
95853 <message> 95852 <message>
95854 <location filename="../ViewManager/ViewManager.py" line="4805" /> 95853 <location filename="../ViewManager/ViewManager.py" line="4808" />
95855 <source>&amp;Save Macro</source> 95854 <source>&amp;Save Macro</source>
95856 <translation type="unfinished" /> 95855 <translation type="unfinished" />
95857 </message> 95856 </message>
95858 <message> 95857 <message>
95859 <location filename="../ViewManager/ViewManager.py" line="4815" /> 95858 <location filename="../ViewManager/ViewManager.py" line="4818" />
95860 <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source> 95859 <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
95861 <translation type="unfinished" /> 95860 <translation type="unfinished" />
95862 </message> 95861 </message>
95863 <message> 95862 <message>
95864 <location filename="../ViewManager/ViewManager.py" line="4833" /> 95863 <location filename="../ViewManager/ViewManager.py" line="4836" />
95865 <source>&amp;Macros</source> 95864 <source>&amp;Macros</source>
95866 <translation type="unfinished" /> 95865 <translation type="unfinished" />
95867 </message> 95866 </message>
95868 <message> 95867 <message>
95869 <location filename="../ViewManager/ViewManager.py" line="4864" /> 95868 <location filename="../ViewManager/ViewManager.py" line="4867" />
95870 <location filename="../ViewManager/ViewManager.py" line="4851" /> 95869 <location filename="../ViewManager/ViewManager.py" line="4854" />
95871 <source>Toggle Bookmark</source> 95870 <source>Toggle Bookmark</source>
95872 <translation type="unfinished" /> 95871 <translation type="unfinished" />
95873 </message> 95872 </message>
95874 <message> 95873 <message>
95875 <location filename="../ViewManager/ViewManager.py" line="4853" /> 95874 <location filename="../ViewManager/ViewManager.py" line="4856" />
95876 <source>&amp;Toggle Bookmark</source> 95875 <source>&amp;Toggle Bookmark</source>
95877 <translation type="unfinished" /> 95876 <translation type="unfinished" />
95878 </message> 95877 </message>
95879 <message> 95878 <message>
95880 <location filename="../ViewManager/ViewManager.py" line="4855" /> 95879 <location filename="../ViewManager/ViewManager.py" line="4858" />
95881 <source>Alt+Ctrl+T</source> 95880 <source>Alt+Ctrl+T</source>
95882 <comment>Bookmark|Toggle</comment> 95881 <comment>Bookmark|Toggle</comment>
95883 <translation type="unfinished" /> 95882 <translation type="unfinished" />
95884 </message> 95883 </message>
95885 <message> 95884 <message>
95886 <location filename="../ViewManager/ViewManager.py" line="4867" /> 95885 <location filename="../ViewManager/ViewManager.py" line="4870" />
95887 <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source> 95886 <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
95888 <translation type="unfinished" /> 95887 <translation type="unfinished" />
95889 </message> 95888 </message>
95890 <message> 95889 <message>
95891 <location filename="../ViewManager/ViewManager.py" line="4891" /> 95890 <location filename="../ViewManager/ViewManager.py" line="4894" />
95892 <location filename="../ViewManager/ViewManager.py" line="4878" /> 95891 <location filename="../ViewManager/ViewManager.py" line="4881" />
95893 <source>Next Bookmark</source> 95892 <source>Next Bookmark</source>
95894 <translation type="unfinished" /> 95893 <translation type="unfinished" />
95895 </message> 95894 </message>
95896 <message> 95895 <message>
95897 <location filename="../ViewManager/ViewManager.py" line="4880" /> 95896 <location filename="../ViewManager/ViewManager.py" line="4883" />
95898 <source>&amp;Next Bookmark</source> 95897 <source>&amp;Next Bookmark</source>
95899 <translation type="unfinished" /> 95898 <translation type="unfinished" />
95900 </message> 95899 </message>
95901 <message> 95900 <message>
95902 <location filename="../ViewManager/ViewManager.py" line="4882" /> 95901 <location filename="../ViewManager/ViewManager.py" line="4885" />
95903 <source>Ctrl+PgDown</source> 95902 <source>Ctrl+PgDown</source>
95904 <comment>Bookmark|Next</comment> 95903 <comment>Bookmark|Next</comment>
95905 <translation type="unfinished" /> 95904 <translation type="unfinished" />
95906 </message> 95905 </message>
95907 <message> 95906 <message>
95908 <location filename="../ViewManager/ViewManager.py" line="4894" /> 95907 <location filename="../ViewManager/ViewManager.py" line="4897" />
95909 <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source> 95908 <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
95910 <translation type="unfinished" /> 95909 <translation type="unfinished" />
95911 </message> 95910 </message>
95912 <message> 95911 <message>
95913 <location filename="../ViewManager/ViewManager.py" line="4917" /> 95912 <location filename="../ViewManager/ViewManager.py" line="4920" />
95914 <location filename="../ViewManager/ViewManager.py" line="4904" /> 95913 <location filename="../ViewManager/ViewManager.py" line="4907" />
95915 <source>Previous Bookmark</source> 95914 <source>Previous Bookmark</source>
95916 <translation type="unfinished" /> 95915 <translation type="unfinished" />
95917 </message> 95916 </message>
95918 <message> 95917 <message>
95919 <location filename="../ViewManager/ViewManager.py" line="4906" /> 95918 <location filename="../ViewManager/ViewManager.py" line="4909" />
95920 <source>&amp;Previous Bookmark</source> 95919 <source>&amp;Previous Bookmark</source>
95921 <translation type="unfinished" /> 95920 <translation type="unfinished" />
95922 </message> 95921 </message>
95923 <message> 95922 <message>
95924 <location filename="../ViewManager/ViewManager.py" line="4908" /> 95923 <location filename="../ViewManager/ViewManager.py" line="4911" />
95925 <source>Ctrl+PgUp</source> 95924 <source>Ctrl+PgUp</source>
95926 <comment>Bookmark|Previous</comment> 95925 <comment>Bookmark|Previous</comment>
95927 <translation type="unfinished" /> 95926 <translation type="unfinished" />
95928 </message> 95927 </message>
95929 <message> 95928 <message>
95930 <location filename="../ViewManager/ViewManager.py" line="4920" /> 95929 <location filename="../ViewManager/ViewManager.py" line="4923" />
95931 <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source> 95930 <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
95932 <translation type="unfinished" /> 95931 <translation type="unfinished" />
95933 </message> 95932 </message>
95934 <message> 95933 <message>
95935 <location filename="../ViewManager/ViewManager.py" line="4942" /> 95934 <location filename="../ViewManager/ViewManager.py" line="4945" />
95936 <location filename="../ViewManager/ViewManager.py" line="4930" /> 95935 <location filename="../ViewManager/ViewManager.py" line="4933" />
95937 <source>Clear Bookmarks</source> 95936 <source>Clear Bookmarks</source>
95938 <translation type="unfinished" /> 95937 <translation type="unfinished" />
95939 </message> 95938 </message>
95940 <message> 95939 <message>
95941 <location filename="../ViewManager/ViewManager.py" line="4931" /> 95940 <location filename="../ViewManager/ViewManager.py" line="4934" />
95942 <source>&amp;Clear Bookmarks</source> 95941 <source>&amp;Clear Bookmarks</source>
95943 <translation type="unfinished" /> 95942 <translation type="unfinished" />
95944 </message> 95943 </message>
95945 <message> 95944 <message>
95946 <location filename="../ViewManager/ViewManager.py" line="4933" /> 95945 <location filename="../ViewManager/ViewManager.py" line="4936" />
95947 <source>Alt+Ctrl+C</source> 95946 <source>Alt+Ctrl+C</source>
95948 <comment>Bookmark|Clear</comment> 95947 <comment>Bookmark|Clear</comment>
95949 <translation type="unfinished" /> 95948 <translation type="unfinished" />
95950 </message> 95949 </message>
95951 <message> 95950 <message>
95952 <location filename="../ViewManager/ViewManager.py" line="4945" /> 95951 <location filename="../ViewManager/ViewManager.py" line="4948" />
95953 <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source> 95952 <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
95954 <translation type="unfinished" /> 95953 <translation type="unfinished" />
95955 </message> 95954 </message>
95956 <message> 95955 <message>
95957 <location filename="../ViewManager/ViewManager.py" line="4964" /> 95956 <location filename="../ViewManager/ViewManager.py" line="4967" />
95958 <location filename="../ViewManager/ViewManager.py" line="4955" /> 95957 <location filename="../ViewManager/ViewManager.py" line="4958" />
95959 <source>Goto Syntax Error</source> 95958 <source>Goto Syntax Error</source>
95960 <translation type="unfinished" /> 95959 <translation type="unfinished" />
95961 </message> 95960 </message>
95962 <message> 95961 <message>
95963 <location filename="../ViewManager/ViewManager.py" line="4957" /> 95962 <location filename="../ViewManager/ViewManager.py" line="4960" />
95964 <source>&amp;Goto Syntax Error</source> 95963 <source>&amp;Goto Syntax Error</source>
95965 <translation type="unfinished" /> 95964 <translation type="unfinished" />
95966 </message> 95965 </message>
95967 <message> 95966 <message>
95968 <location filename="../ViewManager/ViewManager.py" line="4967" /> 95967 <location filename="../ViewManager/ViewManager.py" line="4970" />
95969 <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source> 95968 <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
95970 <translation type="unfinished" /> 95969 <translation type="unfinished" />
95971 </message> 95970 </message>
95972 <message> 95971 <message>
95973 <location filename="../ViewManager/ViewManager.py" line="4985" /> 95972 <location filename="../ViewManager/ViewManager.py" line="4988" />
95974 <location filename="../ViewManager/ViewManager.py" line="4977" /> 95973 <location filename="../ViewManager/ViewManager.py" line="4980" />
95975 <source>Clear Syntax Errors</source> 95974 <source>Clear Syntax Errors</source>
95976 <translation type="unfinished" /> 95975 <translation type="unfinished" />
95977 </message> 95976 </message>
95978 <message> 95977 <message>
95979 <location filename="../ViewManager/ViewManager.py" line="4978" /> 95978 <location filename="../ViewManager/ViewManager.py" line="4981" />
95980 <source>Clear &amp;Syntax Errors</source> 95979 <source>Clear &amp;Syntax Errors</source>
95981 <translation type="unfinished" /> 95980 <translation type="unfinished" />
95982 </message> 95981 </message>
95983 <message> 95982 <message>
95984 <location filename="../ViewManager/ViewManager.py" line="4988" /> 95983 <location filename="../ViewManager/ViewManager.py" line="4991" />
95985 <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source> 95984 <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
95986 <translation type="unfinished" /> 95985 <translation type="unfinished" />
95987 </message> 95986 </message>
95988 <message> 95987 <message>
95989 <location filename="../ViewManager/ViewManager.py" line="5007" /> 95988 <location filename="../ViewManager/ViewManager.py" line="5010" />
95990 <location filename="../ViewManager/ViewManager.py" line="4998" /> 95989 <location filename="../ViewManager/ViewManager.py" line="5001" />
95991 <source>Next warning message</source> 95990 <source>Next warning message</source>
95992 <translation type="unfinished" /> 95991 <translation type="unfinished" />
95993 </message> 95992 </message>
95994 <message> 95993 <message>
95995 <location filename="../ViewManager/ViewManager.py" line="5000" /> 95994 <location filename="../ViewManager/ViewManager.py" line="5003" />
95996 <source>&amp;Next warning message</source> 95995 <source>&amp;Next warning message</source>
95997 <translation type="unfinished" /> 95996 <translation type="unfinished" />
95998 </message> 95997 </message>
95999 <message> 95998 <message>
96000 <location filename="../ViewManager/ViewManager.py" line="5010" /> 95999 <location filename="../ViewManager/ViewManager.py" line="5013" />
96001 <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a pyflakes warning.&lt;/p&gt;</source> 96000 <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a pyflakes warning.&lt;/p&gt;</source>
96002 <translation type="unfinished" /> 96001 <translation type="unfinished" />
96003 </message> 96002 </message>
96004 <message> 96003 <message>
96005 <location filename="../ViewManager/ViewManager.py" line="5030" /> 96004 <location filename="../ViewManager/ViewManager.py" line="5033" />
96006 <location filename="../ViewManager/ViewManager.py" line="5021" /> 96005 <location filename="../ViewManager/ViewManager.py" line="5024" />
96007 <source>Previous warning message</source> 96006 <source>Previous warning message</source>
96008 <translation type="unfinished" /> 96007 <translation type="unfinished" />
96009 </message> 96008 </message>
96010 <message> 96009 <message>
96011 <location filename="../ViewManager/ViewManager.py" line="5023" /> 96010 <location filename="../ViewManager/ViewManager.py" line="5026" />
96012 <source>&amp;Previous warning message</source> 96011 <source>&amp;Previous warning message</source>
96013 <translation type="unfinished" /> 96012 <translation type="unfinished" />
96014 </message> 96013 </message>
96015 <message> 96014 <message>
96016 <location filename="../ViewManager/ViewManager.py" line="5033" /> 96015 <location filename="../ViewManager/ViewManager.py" line="5036" />
96017 <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a pyflakes warning.&lt;/p&gt;</source> 96016 <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a pyflakes warning.&lt;/p&gt;</source>
96018 <translation type="unfinished" /> 96017 <translation type="unfinished" />
96019 </message> 96018 </message>
96020 <message> 96019 <message>
96021 <location filename="../ViewManager/ViewManager.py" line="5052" /> 96020 <location filename="../ViewManager/ViewManager.py" line="5055" />
96022 <location filename="../ViewManager/ViewManager.py" line="5044" /> 96021 <location filename="../ViewManager/ViewManager.py" line="5047" />
96023 <source>Clear Warning Messages</source> 96022 <source>Clear Warning Messages</source>
96024 <translation type="unfinished" /> 96023 <translation type="unfinished" />
96025 </message> 96024 </message>
96026 <message> 96025 <message>
96027 <location filename="../ViewManager/ViewManager.py" line="5045" /> 96026 <location filename="../ViewManager/ViewManager.py" line="5048" />
96028 <source>Clear &amp;Warning Messages</source> 96027 <source>Clear &amp;Warning Messages</source>
96029 <translation type="unfinished" /> 96028 <translation type="unfinished" />
96030 </message> 96029 </message>
96031 <message> 96030 <message>
96032 <location filename="../ViewManager/ViewManager.py" line="5055" /> 96031 <location filename="../ViewManager/ViewManager.py" line="5058" />
96033 <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear pyflakes warning messages of all editors.&lt;/p&gt;</source> 96032 <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear pyflakes warning messages of all editors.&lt;/p&gt;</source>
96034 <translation type="unfinished" /> 96033 <translation type="unfinished" />
96035 </message> 96034 </message>
96036 <message> 96035 <message>
96037 <location filename="../ViewManager/ViewManager.py" line="5074" /> 96036 <location filename="../ViewManager/ViewManager.py" line="5077" />
96038 <location filename="../ViewManager/ViewManager.py" line="5065" /> 96037 <location filename="../ViewManager/ViewManager.py" line="5068" />
96039 <source>Next uncovered line</source> 96038 <source>Next uncovered line</source>
96040 <translation type="unfinished" /> 96039 <translation type="unfinished" />
96041 </message> 96040 </message>
96042 <message> 96041 <message>
96043 <location filename="../ViewManager/ViewManager.py" line="5067" /> 96042 <location filename="../ViewManager/ViewManager.py" line="5070" />
96044 <source>&amp;Next uncovered line</source> 96043 <source>&amp;Next uncovered line</source>
96045 <translation type="unfinished" /> 96044 <translation type="unfinished" />
96046 </message> 96045 </message>
96047 <message> 96046 <message>
96048 <location filename="../ViewManager/ViewManager.py" line="5077" /> 96047 <location filename="../ViewManager/ViewManager.py" line="5080" />
96049 <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source> 96048 <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
96050 <translation type="unfinished" /> 96049 <translation type="unfinished" />
96051 </message> 96050 </message>
96052 <message> 96051 <message>
96053 <location filename="../ViewManager/ViewManager.py" line="5097" /> 96052 <location filename="../ViewManager/ViewManager.py" line="5100" />
96054 <location filename="../ViewManager/ViewManager.py" line="5088" /> 96053 <location filename="../ViewManager/ViewManager.py" line="5091" />
96055 <source>Previous uncovered line</source> 96054 <source>Previous uncovered line</source>
96056 <translation type="unfinished" /> 96055 <translation type="unfinished" />
96057 </message> 96056 </message>
96058 <message> 96057 <message>
96059 <location filename="../ViewManager/ViewManager.py" line="5090" /> 96058 <location filename="../ViewManager/ViewManager.py" line="5093" />
96060 <source>&amp;Previous uncovered line</source> 96059 <source>&amp;Previous uncovered line</source>
96061 <translation type="unfinished" /> 96060 <translation type="unfinished" />
96062 </message> 96061 </message>
96063 <message> 96062 <message>
96064 <location filename="../ViewManager/ViewManager.py" line="5100" /> 96063 <location filename="../ViewManager/ViewManager.py" line="5103" />
96065 <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source> 96064 <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
96066 <translation type="unfinished" /> 96065 <translation type="unfinished" />
96067 </message> 96066 </message>
96068 <message> 96067 <message>
96069 <location filename="../ViewManager/ViewManager.py" line="5120" /> 96068 <location filename="../ViewManager/ViewManager.py" line="5123" />
96070 <location filename="../ViewManager/ViewManager.py" line="5111" /> 96069 <location filename="../ViewManager/ViewManager.py" line="5114" />
96071 <source>Next Task</source> 96070 <source>Next Task</source>
96072 <translation type="unfinished" /> 96071 <translation type="unfinished" />
96073 </message> 96072 </message>
96074 <message> 96073 <message>
96075 <location filename="../ViewManager/ViewManager.py" line="5113" /> 96074 <location filename="../ViewManager/ViewManager.py" line="5116" />
96076 <source>&amp;Next Task</source> 96075 <source>&amp;Next Task</source>
96077 <translation type="unfinished" /> 96076 <translation type="unfinished" />
96078 </message> 96077 </message>
96079 <message> 96078 <message>
96080 <location filename="../ViewManager/ViewManager.py" line="5123" /> 96079 <location filename="../ViewManager/ViewManager.py" line="5126" />
96081 <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source> 96080 <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
96082 <translation type="unfinished" /> 96081 <translation type="unfinished" />
96083 </message> 96082 </message>
96084 <message> 96083 <message>
96085 <location filename="../ViewManager/ViewManager.py" line="5142" /> 96084 <location filename="../ViewManager/ViewManager.py" line="5145" />
96086 <location filename="../ViewManager/ViewManager.py" line="5133" /> 96085 <location filename="../ViewManager/ViewManager.py" line="5136" />
96087 <source>Previous Task</source> 96086 <source>Previous Task</source>
96088 <translation type="unfinished" /> 96087 <translation type="unfinished" />
96089 </message> 96088 </message>
96090 <message> 96089 <message>
96091 <location filename="../ViewManager/ViewManager.py" line="5135" /> 96090 <location filename="../ViewManager/ViewManager.py" line="5138" />
96092 <source>&amp;Previous Task</source> 96091 <source>&amp;Previous Task</source>
96093 <translation type="unfinished" /> 96092 <translation type="unfinished" />
96094 </message> 96093 </message>
96095 <message> 96094 <message>
96096 <location filename="../ViewManager/ViewManager.py" line="5145" /> 96095 <location filename="../ViewManager/ViewManager.py" line="5148" />
96097 <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source> 96096 <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
96098 <translation type="unfinished" /> 96097 <translation type="unfinished" />
96099 </message> 96098 </message>
96100 <message> 96099 <message>
96101 <location filename="../ViewManager/ViewManager.py" line="5165" /> 96100 <location filename="../ViewManager/ViewManager.py" line="5168" />
96102 <location filename="../ViewManager/ViewManager.py" line="5156" /> 96101 <location filename="../ViewManager/ViewManager.py" line="5159" />
96103 <source>Next Change</source> 96102 <source>Next Change</source>
96104 <translation type="unfinished" /> 96103 <translation type="unfinished" />
96105 </message> 96104 </message>
96106 <message> 96105 <message>
96107 <location filename="../ViewManager/ViewManager.py" line="5158" /> 96106 <location filename="../ViewManager/ViewManager.py" line="5161" />
96108 <source>&amp;Next Change</source> 96107 <source>&amp;Next Change</source>
96109 <translation type="unfinished" /> 96108 <translation type="unfinished" />
96110 </message> 96109 </message>
96111 <message> 96110 <message>
96112 <location filename="../ViewManager/ViewManager.py" line="5168" /> 96111 <location filename="../ViewManager/ViewManager.py" line="5171" />
96113 <source>&lt;b&gt;Next Change&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a change marker.&lt;/p&gt;</source> 96112 <source>&lt;b&gt;Next Change&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a change marker.&lt;/p&gt;</source>
96114 <translation type="unfinished" /> 96113 <translation type="unfinished" />
96115 </message> 96114 </message>
96116 <message> 96115 <message>
96117 <location filename="../ViewManager/ViewManager.py" line="5188" /> 96116 <location filename="../ViewManager/ViewManager.py" line="5191" />
96118 <location filename="../ViewManager/ViewManager.py" line="5179" /> 96117 <location filename="../ViewManager/ViewManager.py" line="5182" />
96119 <source>Previous Change</source> 96118 <source>Previous Change</source>
96120 <translation type="unfinished" /> 96119 <translation type="unfinished" />
96121 </message> 96120 </message>
96122 <message> 96121 <message>
96123 <location filename="../ViewManager/ViewManager.py" line="5181" /> 96122 <location filename="../ViewManager/ViewManager.py" line="5184" />
96124 <source>&amp;Previous Change</source> 96123 <source>&amp;Previous Change</source>
96125 <translation type="unfinished" /> 96124 <translation type="unfinished" />
96126 </message> 96125 </message>
96127 <message> 96126 <message>
96128 <location filename="../ViewManager/ViewManager.py" line="5191" /> 96127 <location filename="../ViewManager/ViewManager.py" line="5194" />
96129 <source>&lt;b&gt;Previous Change&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a change marker.&lt;/p&gt;</source> 96128 <source>&lt;b&gt;Previous Change&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a change marker.&lt;/p&gt;</source>
96130 <translation type="unfinished" /> 96129 <translation type="unfinished" />
96131 </message> 96130 </message>
96132 <message> 96131 <message>
96133 <location filename="../ViewManager/ViewManager.py" line="5212" /> 96132 <location filename="../ViewManager/ViewManager.py" line="5215" />
96134 <location filename="../ViewManager/ViewManager.py" line="5210" /> 96133 <location filename="../ViewManager/ViewManager.py" line="5213" />
96135 <source>&amp;Bookmarks</source> 96134 <source>&amp;Bookmarks</source>
96136 <translation type="unfinished" /> 96135 <translation type="unfinished" />
96137 </message> 96136 </message>
96138 <message> 96137 <message>
96139 <location filename="../ViewManager/ViewManager.py" line="5256" /> 96138 <location filename="../ViewManager/ViewManager.py" line="5259" />
96140 <location filename="../ViewManager/ViewManager.py" line="5254" /> 96139 <location filename="../ViewManager/ViewManager.py" line="5257" />
96141 <source>Bookmarks</source> 96140 <source>Bookmarks</source>
96142 <translation type="unfinished" /> 96141 <translation type="unfinished" />
96143 </message> 96142 </message>
96144 <message> 96143 <message>
96145 <location filename="../ViewManager/ViewManager.py" line="5290" /> 96144 <location filename="../ViewManager/ViewManager.py" line="5293" />
96146 <source>Check spelling</source> 96145 <source>Check spelling</source>
96147 <translation type="unfinished" /> 96146 <translation type="unfinished" />
96148 </message> 96147 </message>
96149 <message> 96148 <message>
96150 <location filename="../ViewManager/ViewManager.py" line="5292" /> 96149 <location filename="../ViewManager/ViewManager.py" line="5295" />
96151 <source>Check &amp;spelling...</source> 96150 <source>Check &amp;spelling...</source>
96152 <translation type="unfinished" /> 96151 <translation type="unfinished" />
96153 </message> 96152 </message>
96154 <message> 96153 <message>
96155 <location filename="../ViewManager/ViewManager.py" line="5294" /> 96154 <location filename="../ViewManager/ViewManager.py" line="5297" />
96156 <source>Shift+F7</source> 96155 <source>Shift+F7</source>
96157 <comment>Spelling|Spell Check</comment> 96156 <comment>Spelling|Spell Check</comment>
96158 <translation type="unfinished" /> 96157 <translation type="unfinished" />
96159 </message> 96158 </message>
96160 <message> 96159 <message>
96161 <location filename="../ViewManager/ViewManager.py" line="5303" /> 96160 <location filename="../ViewManager/ViewManager.py" line="5306" />
96162 <source>Perform spell check of current editor</source> 96161 <source>Perform spell check of current editor</source>
96163 <translation type="unfinished" /> 96162 <translation type="unfinished" />
96164 </message> 96163 </message>
96165 <message> 96164 <message>
96166 <location filename="../ViewManager/ViewManager.py" line="5308" /> 96165 <location filename="../ViewManager/ViewManager.py" line="5311" />
96167 <source>&lt;b&gt;Check spelling&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source> 96166 <source>&lt;b&gt;Check spelling&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
96168 <translation type="unfinished" /> 96167 <translation type="unfinished" />
96169 </message> 96168 </message>
96170 <message> 96169 <message>
96171 <location filename="../ViewManager/ViewManager.py" line="5318" /> 96170 <location filename="../ViewManager/ViewManager.py" line="5321" />
96172 <source>Automatic spell checking</source> 96171 <source>Automatic spell checking</source>
96173 <translation type="unfinished" /> 96172 <translation type="unfinished" />
96174 </message> 96173 </message>
96175 <message> 96174 <message>
96176 <location filename="../ViewManager/ViewManager.py" line="5320" /> 96175 <location filename="../ViewManager/ViewManager.py" line="5323" />
96177 <source>&amp;Automatic spell checking</source> 96176 <source>&amp;Automatic spell checking</source>
96178 <translation type="unfinished" /> 96177 <translation type="unfinished" />
96179 </message> 96178 </message>
96180 <message> 96179 <message>
96181 <location filename="../ViewManager/ViewManager.py" line="5328" /> 96180 <location filename="../ViewManager/ViewManager.py" line="5331" />
96182 <source>(De-)Activate automatic spell checking</source> 96181 <source>(De-)Activate automatic spell checking</source>
96183 <translation type="unfinished" /> 96182 <translation type="unfinished" />
96184 </message> 96183 </message>
96185 <message> 96184 <message>
96186 <location filename="../ViewManager/ViewManager.py" line="5333" /> 96185 <location filename="../ViewManager/ViewManager.py" line="5336" />
96187 <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source> 96186 <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
96188 <translation type="unfinished" /> 96187 <translation type="unfinished" />
96189 </message> 96188 </message>
96190 <message> 96189 <message>
96191 <location filename="../ViewManager/ViewManager.py" line="5367" /> 96190 <location filename="../ViewManager/ViewManager.py" line="5370" />
96192 <source>Edit Dictionary</source> 96191 <source>Edit Dictionary</source>
96193 <translation type="unfinished" /> 96192 <translation type="unfinished" />
96194 </message> 96193 </message>
96195 <message> 96194 <message>
96196 <location filename="../ViewManager/ViewManager.py" line="5370" /> 96195 <location filename="../ViewManager/ViewManager.py" line="5373" />
96197 <source>Project Word List</source> 96196 <source>Project Word List</source>
96198 <translation type="unfinished" /> 96197 <translation type="unfinished" />
96199 </message> 96198 </message>
96200 <message> 96199 <message>
96201 <location filename="../ViewManager/ViewManager.py" line="5374" /> 96200 <location filename="../ViewManager/ViewManager.py" line="5377" />
96202 <source>Project Exception List</source> 96201 <source>Project Exception List</source>
96203 <translation type="unfinished" /> 96202 <translation type="unfinished" />
96204 </message> 96203 </message>
96205 <message> 96204 <message>
96206 <location filename="../ViewManager/ViewManager.py" line="5379" /> 96205 <location filename="../ViewManager/ViewManager.py" line="5382" />
96207 <source>User Word List</source> 96206 <source>User Word List</source>
96208 <translation type="unfinished" /> 96207 <translation type="unfinished" />
96209 </message> 96208 </message>
96210 <message> 96209 <message>
96211 <location filename="../ViewManager/ViewManager.py" line="5383" /> 96210 <location filename="../ViewManager/ViewManager.py" line="5386" />
96212 <source>User Exception List</source> 96211 <source>User Exception List</source>
96213 <translation type="unfinished" /> 96212 <translation type="unfinished" />
96214 </message> 96213 </message>
96215 <message> 96214 <message>
96216 <location filename="../ViewManager/ViewManager.py" line="5404" /> 96215 <location filename="../ViewManager/ViewManager.py" line="5407" />
96217 <location filename="../ViewManager/ViewManager.py" line="5402" /> 96216 <location filename="../ViewManager/ViewManager.py" line="5405" />
96218 <source>Spelling</source> 96217 <source>Spelling</source>
96219 <translation type="unfinished" /> 96218 <translation type="unfinished" />
96220 </message> 96219 </message>
96221 <message> 96220 <message>
96222 <location filename="../ViewManager/ViewManager.py" line="5430" /> 96221 <location filename="../ViewManager/ViewManager.py" line="5433" />
96223 <source>Open files</source> 96222 <source>Open files</source>
96224 <translation type="unfinished" /> 96223 <translation type="unfinished" />
96225 </message> 96224 </message>
96226 <message> 96225 <message>
96227 <location filename="../ViewManager/ViewManager.py" line="5488" /> 96226 <location filename="../ViewManager/ViewManager.py" line="5491" />
96228 <source>File Modified</source> 96227 <source>File Modified</source>
96229 <translation type="unfinished" /> 96228 <translation type="unfinished" />
96230 </message> 96229 </message>
96231 <message> 96230 <message>
96232 <location filename="../ViewManager/ViewManager.py" line="5489" /> 96231 <location filename="../ViewManager/ViewManager.py" line="5492" />
96233 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source> 96232 <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
96234 <translation type="unfinished" /> 96233 <translation type="unfinished" />
96235 </message> 96234 </message>
96236 <message> 96235 <message>
96237 <location filename="../ViewManager/ViewManager.py" line="5954" /> 96236 <location filename="../ViewManager/ViewManager.py" line="5972" />
96238 <source>Line: {0:5}</source> 96237 <source>Line: {0:5}</source>
96239 <translation type="unfinished" /> 96238 <translation type="unfinished" />
96240 </message> 96239 </message>
96241 <message> 96240 <message>
96242 <location filename="../ViewManager/ViewManager.py" line="5960" /> 96241 <location filename="../ViewManager/ViewManager.py" line="5978" />
96243 <source>Pos: {0:5}</source> 96242 <source>Pos: {0:5}</source>
96244 <translation type="unfinished" /> 96243 <translation type="unfinished" />
96245 </message> 96244 </message>
96246 <message> 96245 <message>
96247 <location filename="../ViewManager/ViewManager.py" line="5980" /> 96246 <location filename="../ViewManager/ViewManager.py" line="5998" />
96248 <source>Language: {0}</source> 96247 <source>Language: {0}</source>
96249 <translation type="unfinished" /> 96248 <translation type="unfinished" />
96250 </message> 96249 </message>
96251 <message> 96250 <message>
96252 <location filename="../ViewManager/ViewManager.py" line="5989" /> 96251 <location filename="../ViewManager/ViewManager.py" line="6007" />
96253 <source>EOL Mode: {0}</source> 96252 <source>EOL Mode: {0}</source>
96254 <translation type="unfinished" /> 96253 <translation type="unfinished" />
96255 </message> 96254 </message>
96256 <message> 96255 <message>
96257 <location filename="../ViewManager/ViewManager.py" line="6484" /> 96256 <location filename="../ViewManager/ViewManager.py" line="6503" />
96258 <location filename="../ViewManager/ViewManager.py" line="6441" /> 96257 <location filename="../ViewManager/ViewManager.py" line="6460" />
96259 <source>&amp;Clear</source> 96258 <source>&amp;Clear</source>
96260 <translation type="unfinished" /> 96259 <translation type="unfinished" />
96261 </message> 96260 </message>
96262 <message> 96261 <message>
96263 <location filename="../ViewManager/ViewManager.py" line="6478" /> 96262 <location filename="../ViewManager/ViewManager.py" line="6497" />
96264 <source>&amp;Add</source> 96263 <source>&amp;Add</source>
96265 <translation type="unfinished" /> 96264 <translation type="unfinished" />
96266 </message> 96265 </message>
96267 <message> 96266 <message>
96268 <location filename="../ViewManager/ViewManager.py" line="6481" /> 96267 <location filename="../ViewManager/ViewManager.py" line="6500" />
96269 <source>&amp;Edit...</source> 96268 <source>&amp;Edit...</source>
96270 <translation type="unfinished" /> 96269 <translation type="unfinished" />
96271 </message> 96270 </message>
96272 <message> 96271 <message>
96273 <location filename="../ViewManager/ViewManager.py" line="7551" /> 96272 <location filename="../ViewManager/ViewManager.py" line="7570" />
96274 <location filename="../ViewManager/ViewManager.py" line="7537" /> 96273 <location filename="../ViewManager/ViewManager.py" line="7556" />
96275 <location filename="../ViewManager/ViewManager.py" line="7505" /> 96274 <location filename="../ViewManager/ViewManager.py" line="7524" />
96276 <source>Edit Spelling Dictionary</source> 96275 <source>Edit Spelling Dictionary</source>
96277 <translation type="unfinished" /> 96276 <translation type="unfinished" />
96278 </message> 96277 </message>
96279 <message> 96278 <message>
96280 <location filename="../ViewManager/ViewManager.py" line="7508" /> 96279 <location filename="../ViewManager/ViewManager.py" line="7527" />
96281 <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 96280 <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
96282 <translation type="unfinished" /> 96281 <translation type="unfinished" />
96283 </message> 96282 </message>
96284 <message> 96283 <message>
96285 <location filename="../ViewManager/ViewManager.py" line="7524" /> 96284 <location filename="../ViewManager/ViewManager.py" line="7543" />
96286 <source>Editing {0}</source> 96285 <source>Editing {0}</source>
96287 <translation type="unfinished" /> 96286 <translation type="unfinished" />
96288 </message> 96287 </message>
96289 <message> 96288 <message>
96290 <location filename="../ViewManager/ViewManager.py" line="7540" /> 96289 <location filename="../ViewManager/ViewManager.py" line="7559" />
96291 <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source> 96290 <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
96292 <translation type="unfinished" /> 96291 <translation type="unfinished" />
96293 </message> 96292 </message>
96294 <message> 96293 <message>
96295 <location filename="../ViewManager/ViewManager.py" line="7554" /> 96294 <location filename="../ViewManager/ViewManager.py" line="7573" />
96296 <source>The spelling dictionary was saved successfully.</source> 96295 <source>The spelling dictionary was saved successfully.</source>
96297 <translation type="unfinished" /> 96296 <translation type="unfinished" />
96298 </message> 96297 </message>
96299 <message> 96298 <message>
96300 <location filename="../ViewManager/ViewManager.py" line="6663" /> 96299 <location filename="../ViewManager/ViewManager.py" line="6682" />
96301 <source>Clear Editor</source> 96300 <source>Clear Editor</source>
96302 <translation type="unfinished" /> 96301 <translation type="unfinished" />
96303 </message> 96302 </message>
96304 <message> 96303 <message>
96305 <location filename="../ViewManager/ViewManager.py" line="6664" /> 96304 <location filename="../ViewManager/ViewManager.py" line="6683" />
96306 <source>Do you really want to delete all text of the current editor?</source> 96305 <source>Do you really want to delete all text of the current editor?</source>
96306 <translation type="unfinished" />
96307 </message>
96308 <message>
96309 <location filename="../ViewManager/ViewManager.py" line="8103" />
96310 <location filename="../ViewManager/ViewManager.py" line="8086" />
96311 <source>File System Watcher Error</source>
96312 <translation type="unfinished" />
96313 </message>
96314 <message>
96315 <location filename="../ViewManager/ViewManager.py" line="8087" />
96316 <source>&lt;p&gt;The operating system resources for file system watches are exhausted. This limit should be increased. On a Linux system you should &lt;ul&gt;&lt;li&gt;sudo nano /etc/sysctl.conf&lt;/li&gt;&lt;li&gt;add to the bottom "fs.inotify.max_user_instances = 1024"&lt;/li&gt;&lt;li&gt;save and close the editor&lt;/li&gt;&lt;li&gt;sudo sysctl -p&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;Error Message: {0}&lt;/p&gt;</source>
96317 <translation type="unfinished" />
96318 </message>
96319 <message>
96320 <location filename="../ViewManager/ViewManager.py" line="8104" />
96321 <source>The file system watcher reported an error with code &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Error Message: {1}&lt;/p&gt;</source>
96307 <translation type="unfinished" /> 96322 <translation type="unfinished" />
96308 </message> 96323 </message>
96309 <message> 96324 <message>
96310 <location filename="../QScintilla/ShellWindow.py" line="937" /> 96325 <location filename="../QScintilla/ShellWindow.py" line="937" />
96311 <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source> 96326 <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
103005 </message> 103020 </message>
103006 </context> 103021 </context>
103007 <context> 103022 <context>
103008 <name>mercurial</name> 103023 <name>mercurial</name>
103009 <message> 103024 <message>
103010 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1338" /> 103025 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1349" />
103011 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; 103026 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
103012 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;</source> 103027 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;</source>
103013 <translation type="unfinished" /> 103028 <translation type="unfinished" />
103014 </message> 103029 </message>
103015 <message> 103030 <message>
103016 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1902" /> 103031 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1913" />
103017 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1346" /> 103032 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1357" />
103018 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source> 103033 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
103019 <translation type="unfinished" /> 103034 <translation type="unfinished" />
103020 </message> 103035 </message>
103021 <message> 103036 <message>
103022 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908" /> 103037 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919" />
103023 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1352" /> 103038 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1363" />
103024 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Bookmarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source> 103039 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Bookmarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
103025 <translation type="unfinished" /> 103040 <translation type="unfinished" />
103026 </message> 103041 </message>
103027 <message> 103042 <message>
103028 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1915" /> 103043 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1926" />
103029 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1359" /> 103044 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1370" />
103030 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source> 103045 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
103031 <translation type="unfinished" /> 103046 <translation type="unfinished" />
103032 </message> 103047 </message>
103033 <message> 103048 <message>
103034 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1365" /> 103049 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1376" />
103035 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt; 103050 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
103036 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt; 103051 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;
103037 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;</source> 103052 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;</source>
103038 <translation type="unfinished" /> 103053 <translation type="unfinished" />
103039 </message> 103054 </message>
103040 <message> 103055 <message>
103041 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1384" /> 103056 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1395" />
103042 <source>&lt;h3&gt;Repository information&lt;/h3&gt; 103057 <source>&lt;h3&gt;Repository information&lt;/h3&gt;
103043 &lt;p&gt;&lt;table&gt; 103058 &lt;p&gt;&lt;table&gt;
103044 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Mercurial V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt; 103059 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Mercurial V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
103045 &lt;tr&gt;&lt;/tr&gt; 103060 &lt;tr&gt;&lt;/tr&gt;
103046 &lt;tr&gt;&lt;td&gt;&lt;b&gt;URL&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt; 103061 &lt;tr&gt;&lt;td&gt;&lt;b&gt;URL&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;
103047 {2}&lt;/table&gt;&lt;/p&gt; 103062 {2}&lt;/table&gt;&lt;/p&gt;
103048 </source> 103063 </source>
103049 <translation type="unfinished" /> 103064 <translation type="unfinished" />
103050 </message> 103065 </message>
103051 <message> 103066 <message>
103052 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876" /> 103067 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1887" />
103053 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Head #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; 103068 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Head #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
103054 </source> 103069 </source>
103055 <translation type="unfinished" /> 103070 <translation type="unfinished" />
103056 </message> 103071 </message>
103057 <message> 103072 <message>
103058 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1883" /> 103073 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1894" />
103059 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; 103074 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
103060 </source> 103075 </source>
103061 <translation type="unfinished" /> 103076 <translation type="unfinished" />
103062 </message> 103077 </message>
103063 <message> 103078 <message>
103064 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1890" /> 103079 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1901" />
103065 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tip&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; 103080 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tip&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
103066 </source> 103081 </source>
103067 <translation type="unfinished" /> 103082 <translation type="unfinished" />
103068 </message> 103083 </message>
103069 <message> 103084 <message>
103070 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1895" /> 103085 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1906" />
103071 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source> 103086 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
103072 <translation type="unfinished" /> 103087 <translation type="unfinished" />
103073 </message> 103088 </message>
103074 <message> 103089 <message>
103075 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1922" /> 103090 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1933" />
103076 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source> 103091 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
103077 <translation type="unfinished" /> 103092 <translation type="unfinished" />
103078 </message> 103093 </message>
103079 <message> 103094 <message>
103080 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1928" /> 103095 <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1939" />
103081 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt; 103096 <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
103082 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt; 103097 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;
103083 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt; 103098 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;
103084 &lt;/table&gt;&lt;/p&gt;</source> 103099 &lt;/table&gt;&lt;/p&gt;</source>
103085 <translation type="unfinished" /> 103100 <translation type="unfinished" />

eric ide

mercurial