#-------------------------------------------------------------------# # Like.lng # #-------------------------------------------------------------------# # Like 4 YaBB2612 # # Version 0.5 # # by Carsten Dalgaard # #-------------------------------------------------------------------# # Copyright: 2013 'Carsten Dalgaard' - All Rights Reserved # # e-mail: post@carsten-dalgaard.dk # #-------------------------------------------------------------------# # Any redistribution of this script without the expressed written # # consent of 'Carsten Dalgaard' is strictly prohibited. Copying any # # of the code contained within this script and claiming it as # # your own is also prohibited. # #-------------------------------------------------------------------# # By using this script you agree to indemnify 'Carsten Dalgaard' # # from any liability that might arise from its use. # #-------------------------------------------------------------------# # You may not remove any of these header notices. # #-------------------------------------------------------------------# $likelngver = 'YaBB 2.6.12 $Revision: 0.5 $'; %like_txt = ( 'vind jij leuk' => 'Jij', 'likemember' => 'lid', 'likemembers' => 'leden', 'en' => 'en', 'liketopic' => 'vind dit onderwerp leuk', 'liketopics' => 'vindt dit onderwerp leuk', 'iliketopic' => 'Ik vind dit onderwerp leuk', 'disliketopic' => q~Ik vind dit onderwerp niet meer leuk~, 'closewin' => 'Sluiten', ); 1;