Google Prepares a Presentation Tool

I'm sure many people wondered if Google will release a presentation tool, after building Google Docs&Spreadsheets. Well, the answer is yes, and the code-name of the tool is Presently (a play on Writely, the name of the online word processor bought by Google).

You will be able to convert a document into a presentation, create slides and view the presentation in full-screen. Here are some messages from a Google file [update: Google removed the messages, so here's a screenshot], that will be used by Presently:
var MSG_DOC_TO_PRESENTATION="Convert document to presentation";
var MSG_DOC_TO_PRESENTATION_HINT="Once your document is converted to a presentation, you can insert slide breaks using Insert > Slide from the main menu.";
var MSG_PRESENTATION_TO_DOC="Convert presentation to document";
var MSG_POPUP_BLOCKER="Presently is unable to launch your presentation in full-screen mode. Check your pop-up blocker settings.";
var MSG_NEW_SLIDE_TITLE="New Slide";
var MSG_UNSUPPORTED_BROWSER="Unsupported Browser Presently doesn't support Opera and will not function properly. Would you like to continue anyway?";
var MSG_SLIDE_INDEX="Slide %1 of %2: %3";
var MSG_NEXT="Next";
var MSG_NEXT_HINT="Space, Enter, N";
var MSG_PREV="Previous";
var MSG_PREV_HINT="Backspace, Del, P";
var MSG_ZOOM_IN="Zoom in";
var MSG_ZOOM_OUT="Zoom out";
var MSG_ZOOM_RESET="Zoom reset";
var MSG_TOGGLE_AUTOFIT="Toggle AutoFit";
var MSG_PICK_THEME="Choose theme:";
var MSG_THEME_BLANK="Blank";
var MSG_THEME_GOOGLE="Google";
var MSG_THEME_LIQUID="Liquid";
var MSG_THEME_MONOCHROME="Monochrome";
var MSG_TOGGLE_TOOLBAR="Hide/show toolbar";
var MSG_EXIT_PRESENTATION="Exit presentation";
var MSG_END_OF_PRESENTATION="End of presentation. Are you sure you want to exit?";
Related Posts Plugin for WordPress, Blogger...