Changeset 27730 for extensions/ThumbnailTooltip/language/en_UK
- Timestamp:
- Mar 12, 2014, 10:43:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ThumbnailTooltip/language/en_UK/plugin.lang.php
r27687 r27730 8 8 $lang['tn_no'] = 'No'; 9 9 10 $lang['tn_type1'] = ' {title}';11 $lang['tn_type2'] = ' {nb_visits}';12 $lang['tn_type3'] = '( {nb_visits})';13 $lang['tn_type4'] = ' {description}';14 $lang['tn_type5'] = ' {Author}';15 $lang['tn_type6'] = 'Author: {Author}';16 $lang['tn_type7'] = ' {rating_score}';17 $lang['tn_type8'] = '( {nb_visits}, {rating_score})';10 $lang['tn_type1'] = 'Title'; 11 $lang['tn_type2'] = 'Hits'; 12 $lang['tn_type3'] = '(Hits)'; 13 $lang['tn_type4'] = 'Description'; 14 $lang['tn_type5'] = 'Author'; 15 $lang['tn_type6'] = 'Author: Author'; 16 $lang['tn_type7'] = 'Rating score'; 17 $lang['tn_type8'] = '(Hits, Rating score)'; 18 18 19 19 $lang['tn_configuration_saved'] = 'Configuration saved';
Note: See TracChangeset
for help on using the changeset viewer.