Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] remove shebangs from SAGA helpers (fix #9669)
  • Loading branch information
alexbruy committed Mar 26, 2014
1 parent 68cf29f commit a93bef4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
38 changes: 1 addition & 37 deletions i18n/qgis_uk.ts
Expand Up @@ -6,7 +6,7 @@
<message>
<location filename="../python/console/console_compile_apis.ui" line="32"/>
<source>Generating prepared API file (please wait)...</source>
<translation type="unfinished"></translation>
<translation type="unfinished">vcug...</translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -14652,8 +14652,6 @@ Error: %1</source>
<comment>number of features deleted</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -15047,8 +15045,6 @@ Always ignore these errors?</source>
<comment>number of errors</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -17596,8 +17592,6 @@ Database:%2</source>
<comment>number of rows</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -33498,8 +33492,6 @@ at line %2 column %3</source>
<comment>unhandled layers</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
</context>
Expand Down Expand Up @@ -38217,8 +38209,6 @@ http://my.host.com/cgi-bin/mapserv.exe</translation>
<comment>unread messages</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
</context>
Expand Down Expand Up @@ -40074,8 +40064,6 @@ p, li { white-space: pre-wrap; }
<comment>crs count</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -52569,8 +52557,6 @@ standard deviation ×</source>
<comment>number of geometry errors</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -53847,8 +53833,6 @@ but implies better performance thereafter.</source>
<comment>selected geometries</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -57109,8 +57093,6 @@ Should the existing classes be deleted before classification?</source>
<comment>not added features count</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message numerus="yes">
Expand Down Expand Up @@ -58547,8 +58529,6 @@ Should the existing classes be deleted before classification?</source>
<comment>crs count</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -58579,8 +58559,6 @@ Should the existing classes be deleted before classification?</source>
<comment>crs count</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -58614,8 +58592,6 @@ Should the existing classes be deleted before classification?</source>
<comment>selected layer count</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -59266,8 +59242,6 @@ Response was:
<comment>crs</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -59448,8 +59422,6 @@ Response was:
<comment>tile request count</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message numerus="yes">
Expand All @@ -59458,8 +59430,6 @@ Response was:
<comment>tile cache hits</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message numerus="yes">
Expand All @@ -59468,8 +59438,6 @@ Response was:
<comment>tile cache missed</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message numerus="yes">
Expand All @@ -59478,8 +59446,6 @@ Response was:
<comment>errors</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -59843,8 +59809,6 @@ Response was:
<comment>crs</comment>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/saga/SagaDescriptionCreator.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/saga/SagaHelpGenerator.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Expand Down

0 comments on commit a93bef4

Please sign in to comment.