Changeset 11720
- Timestamp:
- Jul 11, 2011, 11:27:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/imgpreview/language/es_ES/plugin.lang.php
r11714 r11720 1 1 <?php 2 $lang['imgp_max_width'] = ' maximum width of the picture';3 $lang['imgp_max_height'] = ' maximum height of the picture';4 $lang['imgp_send'] = ' Submit !';2 $lang['imgp_max_width'] = 'anchura m´axima de la fotograf´ia'; 3 $lang['imgp_max_height'] = 'altura m´axima de la fotograf´ia'; 4 $lang['imgp_send'] = 'Guardar'; 5 5 6 $lang['imgp_conf_updated'] = ' The config has been updated';6 $lang['imgp_conf_updated'] = 'Se ha guardado la configuraci´on'; 7 7 8 8
Note: See TracChangeset
for help on using the changeset viewer.