Update langs
offlate/locales/offlate_en.ts
261 | 261 | <context> | |
262 | 262 | <name>ProjectManagerWidget</name> | |
263 | 263 | <message> | |
264 | - | <location filename="../ui/manager.py" line="81"/> | |
264 | + | <location filename="../ui/manager.py" line="83"/> | |
265 | 265 | <source>Open</source> | |
266 | 266 | <translation>Open</translation> | |
267 | 267 | </message> | |
268 | 268 | <message> | |
269 | - | <location filename="../ui/manager.py" line="82"/> | |
269 | + | <location filename="../ui/manager.py" line="84"/> | |
270 | 270 | <source>Edit</source> | |
271 | 271 | <translation>Edit</translation> | |
272 | 272 | </message> | |
273 | 273 | <message> | |
274 | - | <location filename="../ui/manager.py" line="83"/> | |
274 | + | <location filename="../ui/manager.py" line="85"/> | |
275 | 275 | <source>Remove</source> | |
276 | 276 | <translation>Remove</translation> | |
277 | 277 | </message> | |
278 | 278 | <message> | |
279 | - | <location filename="../ui/manager.py" line="91"/> | |
279 | + | <location filename="../ui/manager.py" line="93"/> | |
280 | 280 | <source>New Project</source> | |
281 | 281 | <translation>New Project</translation> | |
282 | 282 | </message> | |
283 | 283 | <message> | |
284 | - | <location filename="../ui/manager.py" line="92"/> | |
284 | + | <location filename="../ui/manager.py" line="94"/> | |
285 | 285 | <source>Settings</source> | |
286 | 286 | <translation>Settings</translation> | |
287 | 287 | </message> | |
288 | 288 | <message> | |
289 | - | <location filename="../ui/manager.py" line="93"/> | |
289 | + | <location filename="../ui/manager.py" line="95"/> | |
290 | 290 | <source>About Offlate</source> | |
291 | 291 | <translation>About Offlate</translation> | |
292 | 292 | </message> | |
293 | 293 | <message> | |
294 | - | <location filename="../ui/manager.py" line="94"/> | |
294 | + | <location filename="../ui/manager.py" line="96"/> | |
295 | 295 | <source>Exit</source> | |
296 | 296 | <translation>Exit</translation> | |
297 | 297 | </message> | |
298 | 298 | <message> | |
299 | - | <location filename="../ui/manager.py" line="171"/> | |
299 | + | <location filename="../ui/manager.py" line="194"/> | |
300 | 300 | <source>Fetching project {}...</source> | |
301 | 301 | <translation>Fetching project {}???</translation> | |
302 | 302 | </message> | |
… | |||
304 | 304 | <context> | |
305 | 305 | <name>ProjectManagerWindow</name> | |
306 | 306 | <message> | |
307 | - | <location filename="../ui/manager.py" line="49"/> | |
307 | + | <location filename="../ui/manager.py" line="51"/> | |
308 | 308 | <source>Offlate Project Manager</source> | |
309 | 309 | <translation>Offlate Project Manager</translation> | |
310 | 310 | </message> | |
… | |||
419 | 419 | </message> | |
420 | 420 | </context> | |
421 | 421 | <context> | |
422 | + | <name>self.parent</name> | |
423 | + | <message> | |
424 | + | <location filename="../ui/manager.py" line="289"/> | |
425 | + | <source>A project with the same name already exists. The new project was not created. You should first remove the same-named project.</source> | |
426 | + | <translation>A project with the same name already exists. The new project was not created. You should first remove the same-named project.</translation> | |
427 | + | </message> | |
428 | + | <message> | |
429 | + | <location filename="../ui/manager.py" line="293"/> | |
430 | + | <source>Your filesystem contains a same-named directory for your new project. The new project was not created. You should first remove the same-named directory: "{}".</source> | |
431 | + | <translation>Your filesystem contains a same-named directory for your new project. The new project was not created. You should first remove the same-named directory: ???{}???.</translation> | |
432 | + | </message> | |
433 | + | <message> | |
434 | + | <location filename="../ui/manager.py" line="299"/> | |
435 | + | <source>The project you added uses the {} format, but it is not supported yet by Offlate. You can try to update the application, or if you are on the latest version already, report it as a bug.</source> | |
436 | + | <translation>The project you added uses the {} format, but it is not supported yet by Offlate. You can try to update the application, or if you are on the latest version already, report it as a bug.</translation> | |
437 | + | </message> | |
438 | + | <message> | |
439 | + | <location filename="../ui/manager.py" line="303"/> | |
440 | + | <source>An unexpected error occured while fetching the project: {}. You should report this as a bug.</source> | |
441 | + | <translation>An unexpected error occured while fetching the project: {}. You should report this as a bug.</translation> | |
442 | + | </message> | |
443 | + | </context> | |
444 | + | <context> | |
422 | 445 | <name>self.qd</name> | |
423 | 446 | <message> | |
424 | 447 | <location filename="../ui/editor.py" line="39"/> |
offlate/locales/offlate_fr.ts
263 | 263 | <context> | |
264 | 264 | <name>ProjectManagerWidget</name> | |
265 | 265 | <message> | |
266 | - | <location filename="../ui/manager.py" line="81"/> | |
266 | + | <location filename="../ui/manager.py" line="83"/> | |
267 | 267 | <source>Open</source> | |
268 | 268 | <translation>Ouvrir</translation> | |
269 | 269 | </message> | |
270 | 270 | <message> | |
271 | - | <location filename="../ui/manager.py" line="82"/> | |
271 | + | <location filename="../ui/manager.py" line="84"/> | |
272 | 272 | <source>Edit</source> | |
273 | 273 | <translation>Modifier</translation> | |
274 | 274 | </message> | |
275 | 275 | <message> | |
276 | - | <location filename="../ui/manager.py" line="83"/> | |
276 | + | <location filename="../ui/manager.py" line="85"/> | |
277 | 277 | <source>Remove</source> | |
278 | 278 | <translation>Supprimer</translation> | |
279 | 279 | </message> | |
280 | 280 | <message> | |
281 | - | <location filename="../ui/manager.py" line="91"/> | |
281 | + | <location filename="../ui/manager.py" line="93"/> | |
282 | 282 | <source>New Project</source> | |
283 | 283 | <translation>Nouveau projet</translation> | |
284 | 284 | </message> | |
285 | 285 | <message> | |
286 | - | <location filename="../ui/manager.py" line="92"/> | |
286 | + | <location filename="../ui/manager.py" line="94"/> | |
287 | 287 | <source>Settings</source> | |
288 | 288 | <translation>Param??tres</translation> | |
289 | 289 | </message> | |
290 | 290 | <message> | |
291 | - | <location filename="../ui/manager.py" line="93"/> | |
291 | + | <location filename="../ui/manager.py" line="95"/> | |
292 | 292 | <source>About Offlate</source> | |
293 | 293 | <translation>?? propos d'Offlate</translation> | |
294 | 294 | </message> | |
295 | 295 | <message> | |
296 | - | <location filename="../ui/manager.py" line="94"/> | |
296 | + | <location filename="../ui/manager.py" line="96"/> | |
297 | 297 | <source>Exit</source> | |
298 | 298 | <translation>Quitter</translation> | |
299 | 299 | </message> | |
300 | 300 | <message> | |
301 | - | <location filename="../ui/manager.py" line="171"/> | |
301 | + | <location filename="../ui/manager.py" line="194"/> | |
302 | 302 | <source>Fetching project {}...</source> | |
303 | 303 | <translation>R??cup??ration du projet {}???</translation> | |
304 | 304 | </message> | |
… | |||
306 | 306 | <context> | |
307 | 307 | <name>ProjectManagerWindow</name> | |
308 | 308 | <message> | |
309 | - | <location filename="../ui/manager.py" line="49"/> | |
309 | + | <location filename="../ui/manager.py" line="51"/> | |
310 | 310 | <source>Offlate Project Manager</source> | |
311 | 311 | <translation>Gestionnaire de projets d'Offlate</translation> | |
312 | 312 | </message> | |
… | |||
421 | 421 | </message> | |
422 | 422 | </context> | |
423 | 423 | <context> | |
424 | + | <name>self.parent</name> | |
425 | + | <message> | |
426 | + | <location filename="../ui/manager.py" line="289"/> | |
427 | + | <source>A project with the same name already exists. The new project was not created. You should first remove the same-named project.</source> | |
428 | + | <translation type="unfinished"></translation> | |
429 | + | </message> | |
430 | + | <message> | |
431 | + | <location filename="../ui/manager.py" line="293"/> | |
432 | + | <source>Your filesystem contains a same-named directory for your new project. The new project was not created. You should first remove the same-named directory: "{}".</source> | |
433 | + | <translation type="unfinished"></translation> | |
434 | + | </message> | |
435 | + | <message> | |
436 | + | <location filename="../ui/manager.py" line="299"/> | |
437 | + | <source>The project you added uses the {} format, but it is not supported yet by Offlate. You can try to update the application, or if you are on the latest version already, report it as a bug.</source> | |
438 | + | <translation type="unfinished"></translation> | |
439 | + | </message> | |
440 | + | <message> | |
441 | + | <location filename="../ui/manager.py" line="303"/> | |
442 | + | <source>An unexpected error occured while fetching the project: {}. You should report this as a bug.</source> | |
443 | + | <translation type="unfinished"></translation> | |
444 | + | </message> | |
445 | + | </context> | |
446 | + | <context> | |
424 | 447 | <name>self.qd</name> | |
425 | 448 | <message> | |
426 | 449 | <location filename="../ui/editor.py" line="39"/> |