Helpviewer/Bookmarks/BookmarksImporters/XbelImporter.py

changeset 1965
96f5a76e1845
parent 1729
66b9dc45f2bd
child 2302
f29e9405c851
equal deleted inserted replaced
1964:6a6a53f2d086 1965:96f5a76e1845
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:

eric ide

mercurial