summaryrefslogtreecommitdiff
path: root/src/www/translator/translator.css
AgeCommit message (Collapse)Author
2016-05-12translator.css: factor out div.overlay styles to a separate file overlay.csshallgren
2014-05-15Simple Translator: fall back to word-for-word translation if the parser failshallgren
Same as in the Wide Coverage demo app.
2014-04-11Simple Translator: use colors to indicate translation qualityhallgren
2013-04-12GF cloud: work on syntax editor integrationhallgren
+ The syntax editor is now accessible from the Simple Translaton Tool. + The minibar now automatically provides access to the syntax editor (provided the necessary JavaScript files and style sheets have been loaded). + Preparations for making the syntax editor accessible from the grammar editor.
2013-04-03Simple Translation Tool: initial support for editing source segments in the ↵hallgren
minibar
2013-02-11translator: add some menu padding for touch deviceshallgren
2013-02-11translator: small style changehallgren
2013-02-11translator: "Open..." doesn't discard the current document anymorehallgren
It shows available documents and a Cancel button on top of the current document.
2012-09-10simple translator: more work on GlobalSight supporthallgren
+ Retain metadata from GlobalSight Download Files. + Disable adding&removing segments when editing a GlobalSight documents.
2012-07-25translator: per segment translation method selectionhallgren
2012-06-21translator: parallel text view layout adjustmentshallgren
And some other small code changes.
2012-06-21translator: insert and delete segmentshallgren
You can now insert new segments anywhere, now just at the end. You can now delete any segment, not just the last one.
2012-06-19translator: style adjustmentshallgren
2012-06-13translator: added support for the Apertium translation servicehallgren
Also added feedback to source & target language menus to indicate which languages are supported by the selected translation method. For Apertium, the source language menu shows all possible source languages, and the target menu shows the possible target languages for the chosen source language.
2012-06-08translator.css: restore lost width of input fieldhallgren
2012-05-29translator: segment imported text based on punctuationhallgren
2012-05-28translator: better support for ambiguous translationshallgren
The translator picks "the first" translation by default, but the user can choose among the generated translations from a popup menu.
2012-05-27translator: adding "Parallel texts" viewhallgren
This is in addition to the existing "Segment by Segment" view. Also some minor documentation updates.
2012-05-25translator: you can now import text by copying and pastinghallgren
2012-05-15Adding a Simple Translation Toolhallgren
It is part of the cloud services available with gf -server.