- Timestamp:
- 09/01/06 14:52:49 (5 years ago)
- Location:
- z3wingdbg/trunk/locales
- Files:
-
- 3 modified
-
en/LC_MESSAGES/z3wingdbg.mo (modified) (previous)
-
en/LC_MESSAGES/z3wingdbg.po (modified) (1 diff)
-
z3wingdbg.pot (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
z3wingdbg/trunk/locales/en/LC_MESSAGES/z3wingdbg.po
r298 r348 5 5 msgid "" 6 6 msgstr "" 7 "Project-Id-Version: Development/Revision: 69353\n"7 "Project-Id-Version: Development/Revision: 347\n" 8 8 "POT-Creation-Date: Sat Aug 12 20:08:03 2006\n" 9 "PO-Revision-Date: 2006-0 8-12 20:20+0100\n"10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"9 "PO-Revision-Date: 2006-09-01 14:48+0100\n" 10 "Last-Translator: Martijn Pieters <mj@zopatista.com>\n" 11 11 "Language-Team: Martijn Pieters <mj@zopatista.com>\n" 12 12 "MIME-Version: 1.0\n" -
z3wingdbg/trunk/locales/z3wingdbg.pot
r300 r348 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Development/Revision: 69353\n"6 "POT-Creation-Date: Sat Aug 12 20:36:562006\n"5 "Project-Id-Version: Development/Revision: 347\n" 6 "POT-Creation-Date: Fri Sep 1 14:43:11 2006\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 139 139 msgstr "" 140 140 141 #: interfaces.py:105 141 #: debugger/networkdebugger.py:59 142 msgid "Another debugger is already active. Wing currently only supports one active debugger per process." 143 msgstr "" 144 145 #: debugger/networkdebugger.py:70 146 msgid "No valid password source path specified" 147 msgstr "" 148 149 #: debugger/networkdebugger.py:88 150 msgid "No valid password source was provided, please check your configuration" 151 msgstr "" 152 153 #: interfaces.py:107 142 154 msgid "Wing Home" 143 155 msgstr "" 144 156 145 #: interfaces.py:10 6157 #: interfaces.py:108 146 158 #. Default: "The directory where Wing IDE is installed on this machine. This is used to find Wing IDE's debugger support modules." 147 159 msgid "wing-home-description" 148 160 msgstr "" 149 161 150 #: interfaces.py:11 2162 #: interfaces.py:114 151 163 msgid "IDE hostname" 152 164 msgstr "" 153 165 154 #: interfaces.py:11 3166 #: interfaces.py:115 155 167 #. Default: "The host where Wing IDE is listening for the debug connection." 156 168 msgid "ide-hostname-description" 157 169 msgstr "" 158 170 159 #: interfaces.py:1 19171 #: interfaces.py:121 160 172 msgid "IDE port" 161 173 msgstr "" 162 174 163 #: interfaces.py:12 0175 #: interfaces.py:122 164 176 #. Default: "The port where Wing IDE is listening for the debug connection." 165 177 msgid "ide-port-description" 166 178 msgstr "" 167 179 168 #: interfaces.py:1 28180 #: interfaces.py:130 169 181 msgid "Debug server type" 170 182 msgstr "" 171 183 172 #: interfaces.py:1 29184 #: interfaces.py:131 173 185 #. Default: "Type of server to use for the debug server" 174 186 msgid "server-type-description" 175 187 msgstr "" 176 188 177 #: interfaces.py:13 5189 #: interfaces.py:137 178 190 msgid "Auto-start debug server" 179 191 msgstr "" 180 192 181 #: interfaces.py:13 6182 #. Default: "Automatically start the debug server when Zope starts "193 #: interfaces.py:138 194 #. Default: "Automatically start the debug server when Zope starts and is running in Developer Mode." 183 195 msgid "auto-start-description" 184 196 msgstr "" 185 197 186 #: interfaces.py:14 1198 #: interfaces.py:144 187 199 msgid "Auto-connect IDE" 188 200 msgstr "" 189 201 190 #: interfaces.py:14 2202 #: interfaces.py:145 191 203 #. Default: "Automatically try to connect to the IDE when the debug server is started" 192 204 msgid "auto-connect-description" … … 194 206 195 207 #: interfaces.py:151 208 msgid "Attachment port" 209 msgstr "" 210 211 #: interfaces.py:152 212 #. Default: "Optional port where the debugger will listen for incoming connections from the Wing IDE." 213 msgid "attach-port-description" 214 msgstr "" 215 216 #: interfaces.py:165 217 msgid "Cannot specify both auto-start and an attachment port" 218 msgstr "" 219 220 #: interfaces.py:168 221 msgid "Password source" 222 msgstr "" 223 224 #: interfaces.py:169 225 #. Default: "Where to source the password information for the attaching IDE" 226 msgid "attach-password-source-description" 227 msgstr "" 228 229 #: interfaces.py:173 230 msgid "Wing Profile Directory" 231 msgstr "" 232 233 #: interfaces.py:174 234 msgid "Specified path" 235 msgstr "" 236 237 #: interfaces.py:175 238 msgid "Specified password" 239 msgstr "" 240 241 #: interfaces.py:179 242 msgid "Password source path" 243 msgstr "" 244 245 #: interfaces.py:180 246 #. Default: "The path to a password source file. Can be both a file as well as a directory path; in the latter case the file .wingdebugpw in that directory will be used." 247 msgid "attach-password-path-description" 248 msgstr "" 249 250 #: interfaces.py:188 251 msgid "Attach password" 252 msgstr "" 253 254 #: interfaces.py:189 255 #. Default: "Password to be supplied by attaching IDE" 256 msgid "attach-password-description" 257 msgstr "" 258 259 #: interfaces.py:198 260 msgid "Please specify the path of the password source" 261 msgstr "" 262 263 #: interfaces.py:201 264 msgid "Please specify an attach password" 265 msgstr "" 266 267 #: interfaces.py:207 196 268 msgid "Host" 197 269 msgstr "" 198 270 199 #: interfaces.py: 152271 #: interfaces.py:208 200 272 #. Default: "The host where the debugger will listen for requests from your client." 201 273 msgid "server-host-description" 202 274 msgstr "" 203 275 204 #: interfaces.py: 158276 #: interfaces.py:214 205 277 msgid "Port" 206 278 msgstr "" 207 279 208 #: interfaces.py: 159280 #: interfaces.py:215 209 281 #. Default: "The port where the debugger will listen for requests" 210 282 msgid "server-port-description" 211 283 msgstr "" 212 284 213 #: wingdebugservice.py:4 1285 #: wingdebugservice.py:43 214 286 #. Default: "Could not find any configuration for the ${serverType} debug server" 215 287 msgid "debugserver-config-not-found" 216 288 msgstr "" 217 289 218 #: wingdebugservice.py:5 0290 #: wingdebugservice.py:52 219 291 #. Default: "Could not find a factory for the ${serverType} debug server" 220 292 msgid "debugserver-factory-not-found" 221 293 msgstr "" 222 294 223 #: wingdebugservice.py:57 224 #. Default: "Another debugger is already active. Wing currently only supports one active debugger per process." 225 msgid "wingdebug-already-running" 226 msgstr "" 227 228 #: wingdebugservice.py:60 295 #: wingdebugservice.py:59 229 296 #. Default: "The Wing debug libraries could not be loaded, please verify your configured Wing Home" 230 297 msgid "winghome-incorrect" 231 298 msgstr "" 232 299 233 #: wingdebugservice.py:9 5300 #: wingdebugservice.py:94 234 301 #. Default: "Failed to connect to the IDE. Check your IDE host and port are correct." 235 302 msgid "ide-connection-failure" 236 303 msgstr "" 237 304 238 #: wingdebugservice.py:9 9305 #: wingdebugservice.py:98 239 306 #. Default: "Connection to IDE timed out" 240 307 msgid "ide-connection-timeout"
