I've managed to do this for Canadian place names by grabbing a list from the geonames site, using a map style to hide place names, and writing the place names on an overlay as if they were markers. It works really well, considering how much data is involved. You mentioned Nova Scotia...are you just interested in French-Canadian place names?
Update: I've extracted the relevant code from the rest of my app, and shared it on jsfiddle. It uses a modified version of this MapLabel library to add the labels to the map. The modified version replaces the canvas-only code with SVG/VML code with help from the wonderful Raphael.js library. The code I'm sharing is only the French side of the code. The if/else code for the French/English in my app is done server-side, so I left it out.
My client for this code only cared about bilingual place names that are different in French/English (ie pan-Canadian geonames), so the labels you'll see in the code, are the ones from categories where there are both a French and an English name for at least one of the places in that category.