#-------------------------------------------------------------------# # 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 = ( 'te gusta' => 'TĂș', 'me gustamiembro' => 'miembro', 'likemembers' => 'miembros', 'y' => 'y', 'liketopic' => 'me gusta este tema', 'liketopics' => 'le gusta este tema', 'iliketopic' => 'Me gusta este tema', 'disliketopic' => q~Ya no me gusta este tema~, 'closewin' => 'Cerrar', ); 1;