#-------------------------------------------------------------------# # 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 = ( 'youlike' => 'Ikaw', 'likemember' => 'miyembro', 'likemembers' => 'mga miyembro', 'at' => 'at', 'liketopic' => 'tulad ng paksang ito', 'liketopics' => 'gusto ang paksang ito', 'iliketopic' => 'Gusto ko ang paksang ito', 'disliketopic' => q~Hindi ko na gusto ang paksang ito~, 'closewin' => 'Isara', ); 1;