Ignore:
Timestamp:
Jan 8, 2014, 7:06:08 PM (10 years ago)
Author:
mistic100
Message:

fix translation of draggable items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/EasyCaptcha/language/en_UK/icons.lang.php

    r24218 r26536  
    11<?php
    2 $lang['ball'] = 'ball';
    3 $lang['battery'] = 'battery';
    4 $lang['bicycle'] = 'bicycle';
    5 $lang['binoculars'] = 'binoculars';
    6 $lang['book'] = 'book';
    7 $lang['calculator'] = 'calculator';
    8 $lang['calendar'] = 'calendar';
    9 $lang['camera'] = 'camera';
    10 $lang['car'] = 'car';
    11 $lang['shopping cart'] = 'shopping cart';
    12 $lang['cookie'] = 'cookie';
    13 $lang['scissors'] = 'scissors';
    14 $lang['DVD'] = 'DVD';
    15 $lang['disk'] = 'disk';
    16 $lang['guitar'] = 'guitar';
    17 $lang['hat'] = 'hat';
    18 $lang['house'] = 'house';
    19 $lang['lock'] = 'lock';
    20 $lang['mobile phone'] = 'mobile phone';
    21 $lang['pencil'] = 'pencil';
    22 $lang['printer'] = 'printer';
    23 $lang['magnifying glass'] = 'magnifying glass';
    24 $lang['shoe'] = 'shoe';
    25 $lang['suitcase'] = 'suitcase';
    26 $lang['trash'] = 'trash';
     2$lang['ball'] = 'the ball';
     3$lang['battery'] = 'the battery';
     4$lang['bicycle'] = 'the bicycle';
     5$lang['binoculars'] = 'the binoculars';
     6$lang['book'] = 'the book';
     7$lang['calculator'] = 'the calculator';
     8$lang['calendar'] = 'the calendar';
     9$lang['camera'] = 'the camera';
     10$lang['car'] = 'the car';
     11$lang['shopping cart'] = 'the shopping cart';
     12$lang['cookie'] = 'the cookie';
     13$lang['scissors'] = 'the scissors';
     14$lang['DVD'] = 'the DVD';
     15$lang['disk'] = 'the disk';
     16$lang['guitar'] = 'the guitar';
     17$lang['hat'] = 'the hat';
     18$lang['house'] = 'the house';
     19$lang['lock'] = 'the lock';
     20$lang['mobile phone'] = 'the mobile phone';
     21$lang['pencil'] = 'the pencil';
     22$lang['printer'] = 'the printer';
     23$lang['magnifying glass'] = 'the magnifying glass';
     24$lang['shoe'] = 'the shoe';
     25$lang['suitcase'] = 'the suitcase';
     26$lang['trash'] = 'the trash';
    2727?>
Note: See TracChangeset for help on using the changeset viewer.