|
Revision 9796, 0.6 KB
(checked in by ddtddt, 2 years ago)
|
|
[extensions] - delete_hit_rate - first relace
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['pdhr_onglet_all'] = 'Purge All'; |
|---|
| 4 | $lang['pdhr_all_h'] = 'Purge all hits on all pictures gallery'; |
|---|
| 5 | $lang['pdhr_all_hok'] = 'Hit purge completed successfully'; |
|---|
| 6 | $lang['pdhr_all_r'] = 'Purge all rate on all pictures gallery'; |
|---|
| 7 | $lang['pdhr_all_rok'] = 'Rate purge completed successfully'; |
|---|
| 8 | $lang['pdhr_l'] = 'Purge - Plugin Delete Hit/Rate'; |
|---|
| 9 | $lang['pdhr_photo_h'] = 'Purge hit of the photo'; |
|---|
| 10 | $lang['pdhr_photo_r'] = 'Purge rate of the photo'; |
|---|
| 11 | $lang['pdhr_album_h'] = 'Purge hits on all pictures album'; |
|---|
| 12 | $lang['pdhr_album_r'] = 'Purge rates on all pictures album'; |
|---|
| 13 | |
|---|
| 14 | ?> |
|---|