Skip to content

Commit 6fbda00

Browse files
author
jef
committed
automatic indentation update (r9447-r9780)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9781 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ff66a18 commit 6fbda00

38 files changed

+420
-420
lines changed

python/plugins/plugin_installer/i18n.cpp

+152-152
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
file: installer_data.py
2727
---------------------*/
2828

29-
// Repositories::xmlDownloaded
30-
translate("QgsPluginInstaller","Couldn't parse output from the repository")
29+
// Repositories::xmlDownloaded
30+
translate( "QgsPluginInstaller", "Couldn't parse output from the repository" )
3131

32-
// Plugins::getAllInstalled
33-
translate("QgsPluginInstaller","Couldn't open the system plugin directory")
34-
translate("QgsPluginInstaller","Couldn't open the local plugin directory")
32+
// Plugins::getAllInstalled
33+
translate( "QgsPluginInstaller", "Couldn't open the system plugin directory" )
34+
translate( "QgsPluginInstaller", "Couldn't open the local plugin directory" )
3535

3636

3737

@@ -41,18 +41,18 @@ file: installer_plugin.py
4141
------------------------*/
4242

4343
// InstallerPlugin::initGui
44-
translate("QgsPluginInstaller","Fetch Python Plugins...")
45-
translate("QgsPluginInstaller","Install more plugins from remote repositories")
46-
translate("QgsPluginInstaller","Install more plugins from remote repositories")
47-
translate("QgsPluginInstaller","Looking for new plugins...")
44+
translate( "QgsPluginInstaller", "Fetch Python Plugins..." )
45+
translate( "QgsPluginInstaller", "Install more plugins from remote repositories" )
46+
translate( "QgsPluginInstaller", "Install more plugins from remote repositories" )
47+
translate( "QgsPluginInstaller", "Looking for new plugins..." )
4848

4949
// InstallerPlugin::checkingDone
50-
translate("QgsPluginInstaller","There is a new plugin available")
51-
translate("QgsPluginInstaller","There is a plugin update available")
50+
translate( "QgsPluginInstaller", "There is a new plugin available" )
51+
translate( "QgsPluginInstaller", "There is a plugin update available" )
5252

5353
// InstallerPlugin::run
54-
translate("QgsPluginInstaller","QGIS Python Plugin Installer")
55-
translate("QgsPluginInstaller","Error reading repository:")
54+
translate( "QgsPluginInstaller", "QGIS Python Plugin Installer" )
55+
translate( "QgsPluginInstaller", "Error reading repository:" )
5656

5757

5858

@@ -62,160 +62,160 @@ file: installer_gui.py
6262
--------------------*/
6363

6464
// common functions
65-
translate("QgsPluginInstaller","Nothing to remove! Plugin directory doesn't exist:")
66-
translate("QgsPluginInstaller","Failed to remove the directory:")
67-
translate("QgsPluginInstaller","Check permissions or remove it manually")
65+
translate( "QgsPluginInstaller", "Nothing to remove! Plugin directory doesn't exist:" )
66+
translate( "QgsPluginInstaller", "Failed to remove the directory:" )
67+
translate( "QgsPluginInstaller", "Check permissions or remove it manually" )
6868

6969
QgsPluginInstallerFetchingDialog::foo()
7070
{
71-
// def displayState
72-
tr("Success")
73-
tr("Resolving host name...")
74-
tr("Connecting...")
75-
tr("Host connected. Sending request...")
76-
tr("Downloading data...")
77-
tr("Idle")
78-
tr("Closing connection...")
79-
tr("Error")
71+
// def displayState
72+
tr( "Success" )
73+
tr( "Resolving host name..." )
74+
tr( "Connecting..." )
75+
tr( "Host connected. Sending request..." )
76+
tr( "Downloading data..." )
77+
tr( "Idle" )
78+
tr( "Closing connection..." )
79+
tr( "Error" )
8080
}
8181

8282
QgsPluginInstallerInstallingDialog::foo()
8383
{
84-
// def stateChanged
85-
tr("Installing...")
86-
tr("Resolving host name...")
87-
tr("Connecting...")
88-
tr("Host connected. Sending request...")
89-
tr("Downloading data...")
90-
tr("Idle")
91-
tr("Closing connection...")
92-
tr("Error")
93-
94-
// def requestFinished
95-
tr("Failed to unzip the plugin package. Probably it's broken or missing from the repository. You may also want to make sure that you have write permission to the plugin directory:")
96-
97-
// def abort
98-
tr("Aborted by user")
84+
// def stateChanged
85+
tr( "Installing..." )
86+
tr( "Resolving host name..." )
87+
tr( "Connecting..." )
88+
tr( "Host connected. Sending request..." )
89+
tr( "Downloading data..." )
90+
tr( "Idle" )
91+
tr( "Closing connection..." )
92+
tr( "Error" )
93+
94+
// def requestFinished
95+
tr( "Failed to unzip the plugin package. Probably it's broken or missing from the repository. You may also want to make sure that you have write permission to the plugin directory:" )
96+
97+
// def abort
98+
tr( "Aborted by user" )
9999
}
100100

101101

102102
QgsPluginInstallerPluginErrorDialog::foo()
103103
{
104-
// def __init__
105-
tr("no error message received")
104+
// def __init__
105+
tr( "no error message received" )
106106
}
107107

108108
QgsPluginInstallerDialog::foo()
109109
{
110-
// def __init__
111-
112-
// def getAllAvailablePlugins
113-
tr("QGIS Python Plugin Installer")
114-
tr("Error reading repository:")
115-
116-
// def populateMostWidgets
117-
tr("all repositories")
118-
tr("connected")
119-
tr("This repository is connected")
120-
tr("unavailable")
121-
tr("This repository is enabled, but unavailable")
122-
tr("disabled")
123-
tr("This repository is disabled")
124-
tr("This repository is blocked due to incompatibility with your Quantum GIS version")
125-
tr("orphans")
126-
tr("any status")
127-
tr("not installed", "plural")
128-
tr("installed", "plural")
129-
tr("upgradeable and news")
130-
131-
// def filterChanged
132-
133-
// def filterCheck
134-
tr("orphans")
135-
tr("orphans")
136-
137-
// def populatePluginTree
138-
tr("This plugin is not installed")
139-
tr("This plugin is installed")
140-
tr("This plugin is installed, but there is an updated version available")
141-
tr("This plugin is installed, but I can't find it in any enabled repository")
142-
tr("This plugin is not installed and is seen for the first time")
143-
tr("This plugin is installed and is newer than its version available in a repository")
144-
tr("This plugin is incompatible with your Quantum GIS version and probably won't work.")
145-
tr("The required Python module is not installed.\nFor more information, please visit its homepage and Quantum GIS wiki.")
146-
tr("This plugin seems to be broken.\nIt has been installed but can't be loaded.\nHere is the error message:")
147-
tr("not installed", "singular")
148-
tr("installed", "singular")
149-
tr("upgradeable", "singular")
150-
tr("installed", "singular")
151-
tr("new!", "singular")
152-
tr("installed", "singular")
153-
tr("invalid", "singular")
154-
tr("Note that it's an uninstallable core plugin")
155-
tr("installed version")
156-
tr("available version")
157-
tr("available version")
158-
tr("installed version")
159-
tr("That's the newest available version")
160-
tr("installed version")
161-
tr("There is no version available for download")
162-
tr("This plugin is broken")
163-
tr("This plugin requires a newer version of Quantum GIS")
164-
tr("This plugin requires a missing module")
165-
tr("only locally available")
166-
167-
// def treeClicked
168-
tr("Install plugin")
169-
tr("Reinstall plugin")
170-
tr("Upgrade plugin")
171-
tr("Install/upgrade plugin")
172-
tr("Install plugin")
173-
tr("Downgrade plugin")
174-
tr("Reinstall plugin")
175-
tr("Install/upgrade plugin")
176-
177-
// def installPlugin
178-
tr("QGIS Python Plugin Installer")
179-
tr("Are you sure you want to downgrade the plugin to the latest available version? The installed one is newer!")
180-
tr("Plugin installation failed")
181-
tr("Plugin has disappeared")
182-
tr("The plugin seems to have been installed but I don't know where. Probably the plugin package contained a wrong named directory.\nPlease search the list of installed plugins. I'm nearly sure you'll find the plugin there, but I just can't determine which of them it is. It also means that I won't be able to determine if this plugin is installed and inform you about available updates. However the plugin may work. Please contact the plugin author and submit this issue.")
183-
tr("Plugin installed successfully")
184-
tr("Python plugin installed.\nNow you need to enable it in Plugin Manager.")
185-
tr("Plugin reinstalled successfully")
186-
tr("Python plugin reinstalled.\nYou need to restart Quantum GIS in order to reload it.")
187-
tr("The plugin is designed for a newer version of Quantum GIS. The minimum required version is:")
188-
tr("The plugin depends on some components missing on your system. You need to install the following Python module in order to enable it:")
189-
tr("The plugin is broken. Python said:")
190-
tr("Plugin uninstall failed")
191-
192-
// def uninstallPlugin
193-
tr("Are you sure you want to uninstall the following plugin?")
194-
tr("Warning: this plugin isn't available in any accessible repository!")
195-
tr("QGIS Python Plugin Installer")
196-
tr("Plugin uninstall failed")
197-
tr("QGIS Python Plugin Installer")
198-
tr("Plugin uninstalled successfully")
199-
tr("Python plugin uninstalled. Note that tou may need to restart Quantum GIS in order to remove it completely.")
200-
// def ChangeCheckingPolicy
201-
202-
// def addKnownRepositories
203-
tr("You are going to add some plugin repositories neither authorized nor supported by the Quantum GIS team, however provided by folks associated with us. Plugin authors generally make efforts to make their works useful and safe, but we can't assume any responsibility for them. FEEL WARNED!")
204-
tr("QGIS Python Plugin Installer")
205-
206-
// def addRepository
207-
tr("QGIS Python Plugin Installer")
208-
tr("Unable to add another repository with the same URL!")
209-
210-
// def editRepository
211-
tr("This repository is blocked due to incompatibility with your Quantum GIS version")
212-
tr("QGIS Python Plugin Installer")
213-
tr("Unable to add another repository with the same URL!")
214-
215-
// def deleteRepository
216-
tr("Are you sure you want to remove the following repository?")
217-
tr("QGIS Python Plugin Installer")
218-
219-
// def reject
110+
// def __init__
111+
112+
// def getAllAvailablePlugins
113+
tr( "QGIS Python Plugin Installer" )
114+
tr( "Error reading repository:" )
115+
116+
// def populateMostWidgets
117+
tr( "all repositories" )
118+
tr( "connected" )
119+
tr( "This repository is connected" )
120+
tr( "unavailable" )
121+
tr( "This repository is enabled, but unavailable" )
122+
tr( "disabled" )
123+
tr( "This repository is disabled" )
124+
tr( "This repository is blocked due to incompatibility with your Quantum GIS version" )
125+
tr( "orphans" )
126+
tr( "any status" )
127+
tr( "not installed", "plural" )
128+
tr( "installed", "plural" )
129+
tr( "upgradeable and news" )
130+
131+
// def filterChanged
132+
133+
// def filterCheck
134+
tr( "orphans" )
135+
tr( "orphans" )
136+
137+
// def populatePluginTree
138+
tr( "This plugin is not installed" )
139+
tr( "This plugin is installed" )
140+
tr( "This plugin is installed, but there is an updated version available" )
141+
tr( "This plugin is installed, but I can't find it in any enabled repository" )
142+
tr( "This plugin is not installed and is seen for the first time" )
143+
tr( "This plugin is installed and is newer than its version available in a repository" )
144+
tr( "This plugin is incompatible with your Quantum GIS version and probably won't work." )
145+
tr( "The required Python module is not installed.\nFor more information, please visit its homepage and Quantum GIS wiki." )
146+
tr( "This plugin seems to be broken.\nIt has been installed but can't be loaded.\nHere is the error message:" )
147+
tr( "not installed", "singular" )
148+
tr( "installed", "singular" )
149+
tr( "upgradeable", "singular" )
150+
tr( "installed", "singular" )
151+
tr( "new!", "singular" )
152+
tr( "installed", "singular" )
153+
tr( "invalid", "singular" )
154+
tr( "Note that it's an uninstallable core plugin" )
155+
tr( "installed version" )
156+
tr( "available version" )
157+
tr( "available version" )
158+
tr( "installed version" )
159+
tr( "That's the newest available version" )
160+
tr( "installed version" )
161+
tr( "There is no version available for download" )
162+
tr( "This plugin is broken" )
163+
tr( "This plugin requires a newer version of Quantum GIS" )
164+
tr( "This plugin requires a missing module" )
165+
tr( "only locally available" )
166+
167+
// def treeClicked
168+
tr( "Install plugin" )
169+
tr( "Reinstall plugin" )
170+
tr( "Upgrade plugin" )
171+
tr( "Install/upgrade plugin" )
172+
tr( "Install plugin" )
173+
tr( "Downgrade plugin" )
174+
tr( "Reinstall plugin" )
175+
tr( "Install/upgrade plugin" )
176+
177+
// def installPlugin
178+
tr( "QGIS Python Plugin Installer" )
179+
tr( "Are you sure you want to downgrade the plugin to the latest available version? The installed one is newer!" )
180+
tr( "Plugin installation failed" )
181+
tr( "Plugin has disappeared" )
182+
tr( "The plugin seems to have been installed but I don't know where. Probably the plugin package contained a wrong named directory.\nPlease search the list of installed plugins. I'm nearly sure you'll find the plugin there, but I just can't determine which of them it is. It also means that I won't be able to determine if this plugin is installed and inform you about available updates. However the plugin may work. Please contact the plugin author and submit this issue." )
183+
tr( "Plugin installed successfully" )
184+
tr( "Python plugin installed.\nNow you need to enable it in Plugin Manager." )
185+
tr( "Plugin reinstalled successfully" )
186+
tr( "Python plugin reinstalled.\nYou need to restart Quantum GIS in order to reload it." )
187+
tr( "The plugin is designed for a newer version of Quantum GIS. The minimum required version is:" )
188+
tr( "The plugin depends on some components missing on your system. You need to install the following Python module in order to enable it:" )
189+
tr( "The plugin is broken. Python said:" )
190+
tr( "Plugin uninstall failed" )
191+
192+
// def uninstallPlugin
193+
tr( "Are you sure you want to uninstall the following plugin?" )
194+
tr( "Warning: this plugin isn't available in any accessible repository!" )
195+
tr( "QGIS Python Plugin Installer" )
196+
tr( "Plugin uninstall failed" )
197+
tr( "QGIS Python Plugin Installer" )
198+
tr( "Plugin uninstalled successfully" )
199+
tr( "Python plugin uninstalled. Note that tou may need to restart Quantum GIS in order to remove it completely." )
200+
// def ChangeCheckingPolicy
201+
202+
// def addKnownRepositories
203+
tr( "You are going to add some plugin repositories neither authorized nor supported by the Quantum GIS team, however provided by folks associated with us. Plugin authors generally make efforts to make their works useful and safe, but we can't assume any responsibility for them. FEEL WARNED!" )
204+
tr( "QGIS Python Plugin Installer" )
205+
206+
// def addRepository
207+
tr( "QGIS Python Plugin Installer" )
208+
tr( "Unable to add another repository with the same URL!" )
209+
210+
// def editRepository
211+
tr( "This repository is blocked due to incompatibility with your Quantum GIS version" )
212+
tr( "QGIS Python Plugin Installer" )
213+
tr( "Unable to add another repository with the same URL!" )
214+
215+
// def deleteRepository
216+
tr( "Are you sure you want to remove the following repository?" )
217+
tr( "QGIS Python Plugin Installer" )
218+
219+
// def reject
220220

221221
}

0 commit comments

Comments
 (0)