#-------------------------------------------------------------------# # 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 = ( 'tuaimes' => 'Tu', 'likemember' => 'membre', 'likemembers' => 'membres', 'et' => 'et', 'liketopic' => 'aimer ce sujet', 'liketopics' => 'aime ce sujet', 'iliketopic' => 'J aime ce sujet', 'disliketopic' => q~Je n'aime plus ce sujet~, 'closewin' => 'Fermer', ); 1;