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/pets.lang.php

    r24218 r26536  
    11<?php
    2 $lang['bat'] = 'bat';
    3 $lang['butterfly'] = 'butterfly';
    4 $lang['cat'] = 'cat';
    5 $lang['dog'] = 'dog';
    6 $lang['duck'] = 'duck';
    7 $lang['eagle'] = 'eagle';
    8 $lang['elephant'] = 'elephant';
    9 $lang['fish'] = 'fish';
    10 $lang['fox'] = 'fox';
    11 $lang['frog'] = 'frog';
    12 $lang['horse'] = 'horse';
    13 $lang['ladybug'] = 'ladybug';
    14 $lang['lion'] = 'lion';
    15 $lang['mouse'] = 'mouse';
    16 $lang['panda'] = 'panda';
    17 $lang['penguin'] = 'penguin';
    18 $lang['snake'] = 'snake';
    19 $lang['toucan'] = 'toucan';
     2$lang['bat'] = 'the bat';
     3$lang['butterfly'] = 'the butterfly';
     4$lang['cat'] = 'the cat';
     5$lang['dog'] = 'the dog';
     6$lang['duck'] = 'the duck';
     7$lang['eagle'] = 'the eagle';
     8$lang['elephant'] = 'the elephant';
     9$lang['fish'] = 'the fish';
     10$lang['fox'] = 'the fox';
     11$lang['frog'] = 'the frog';
     12$lang['horse'] = 'the horse';
     13$lang['ladybug'] = 'the ladybug';
     14$lang['lion'] = 'the lion';
     15$lang['mouse'] = 'the mouse';
     16$lang['panda'] = 'the panda';
     17$lang['penguin'] = 'the penguin';
     18$lang['snake'] = 'the snake';
     19$lang['toucan'] = 'the toucan';
    2020?>
Note: See TracChangeset for help on using the changeset viewer.