Changeset 1822
- Timestamp:
- 10/30/09 09:53:43 (14 years ago)
- Location:
- plugins/webOptimizer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/webOptimizer/class.dc.weboptimizer.php
r1306 r1822 71 71 if(!is_writable($file)) 72 72 { 73 throw new Exception(sprintf(__('%s is not writable e'), $file));73 throw new Exception(sprintf(__('%s is not writable'), $file)); 74 74 } 75 75 } … … 83 83 if(!is_writable($file)) 84 84 { 85 throw new Exception(sprintf(__('%s is not writable e'), $file));85 throw new Exception(sprintf(__('%s is not writable'), $file)); 86 86 } 87 87 } -
plugins/webOptimizer/index.php
r1306 r1822 111 111 <p><?php echo(__('Compression use minify to reduce size, removing unused elements such as whitespaces and comments.')); ?></p> 112 112 <p><?php echo(__('The original file is kept in a backup file (.bak.css or .bak.js).')); ?></p> 113 <p><?php echo(__('Compression is always done on the original file so you can edit it and hit r compress again.')); ?></p>114 <p><?php echo(__('Estimate gives you an estimated ratio but do not actual y comrpess the file.')); ?></p>113 <p><?php echo(__('Compression is always done on the original file so you can edit it and hit recompress again.')); ?></p> 114 <p><?php echo(__('Estimate gives you an estimated ratio but do not actually compress the file.')); ?></p> 115 115 <p><?php echo(__('Restore replaces the original file to its original place.')); ?></p> 116 116 -
plugins/webOptimizer/locales/fr/main.po
r895 r1822 10 10 11 11 msgid "The name and firstname that you have given are the same as those in session." 12 msgstr "Le nom et le prénom que vous avez donné sont les mêmes que ceux stockés dans la session."12 msgstr "Le nom et le prénom que vous avez donnés sont les mêmes que ceux stockés dans la session."
Note: See TracChangeset
for help on using the changeset viewer.