Feature #235
Change the language for viewer buttons
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/21/2011
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
Could it be possible to add the ability of changing the language of the viewer buttons.
If so and you need help with the Spanish translations here you have:
Save: Guardar en archivo PDF local
Print: Imprimir documento
Toggle: Cambiar entre vista continua o paginada
Reset Zoom: Poner Zoom a 100%
Zoom in: Aumentar Zoom
Zoom out: Disminuir Zoom
History
Updated by Patrick Talbot about 14 years ago
- Status changed from In Progress to New
Added i18n keys for the viewer. Here's a list of them (with default values):
- velocity.viewer.fontDecreaseButton=Decrease font size
- velocity.viewer.fontIncreaseButton=Increase font size
- velocity.viewer.fontResetButton=Reset font size
- velocity.viewer.overwriteDialogTitle=Confirm Overwrite
- velocity.viewer.overwriteQuestion=Overwrite existing file?
- velocity.viewer.paginatedView=Paginated view
- velocity.viewer.printButton=Print the document
- velocity.viewer.printPDFMessage=Printing report "{0}"
- velocity.viewer.printPreviewButton=Toggle between paginated and continuous view
- velocity.viewer.saveButton=Save to local PDF file...
- velocity.viewer.saveDone=Done!
- velocity.viewer.savePDFMessage=Saving PDF report "{0}" to {1}...
- velocity.viewer.zoomButton=Reset zoom to 100%
- velocity.viewer.zoomInButton=Zoom in
- velocity.viewer.zoomOutButton=Zoom out
Simply use them in your i18n table and properties.
Will be available with v1.4.2