66 "XBEL Bookmarks", |
66 "XBEL Bookmarks", |
67 QCoreApplication.translate("XbelImporter", "XBEL Bookmarks") + \ |
67 QCoreApplication.translate("XbelImporter", "XBEL Bookmarks") + \ |
68 " (*.xbel *.xml)", |
68 " (*.xbel *.xml)", |
69 QCoreApplication.translate("XbelImporter", |
69 QCoreApplication.translate("XbelImporter", |
70 """You can import bookmarks from any browser that supports XBEL """ |
70 """You can import bookmarks from any browser that supports XBEL """ |
71 """exporting. This file has usually the extension .xbel or .xml.""" ), |
71 """exporting. This file has usually the extension .xbel or .xml."""), |
72 QCoreApplication.translate("XbelImporter", |
72 QCoreApplication.translate("XbelImporter", |
73 """Please choose the file to begin importing bookmarks."""), |
73 """Please choose the file to begin importing bookmarks."""), |
74 "", |
74 "", |
75 ) |
75 ) |
76 else: |
76 else: |