madcorp / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Tooltip for export icons text translation #879

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please insert the appropriate values;
Zend Framework version:
ZFDatgrid Version (Bvb_Grid::getVersion()):
Operating system:
PHP Version:
Database Server and version:
Source Adatapter:

Please provide any additional information below.

I was trying to translate all texts of the component for the pt_BR culture 
(Brazilian Portuguese), but the tooltips for the export icons don't seems to 
have been included in the translation code.

Original issue reported on code.google.com by sana...@gmail.com on 27 Aug 2012 at 6:44

GoogleCodeExporter commented 9 years ago
Hi,

Try this code:
$grid->setExport(array('csv' =>array('caption' => 'csv export text')));

IM

Original comment by ivomonte...@gmail.com on 2 Dec 2012 at 2:04