#-------------------------------------------------------------------# # 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' => 'Du', 'likemember' => 'member', 'likemembers' => 'Mitglieder', 'und' => 'und', 'liketopic' => 'Gefällt mir dieses Thema', 'liketopics' => 'mag dieses Thema', 'iliketopic' => 'Dieses Thema gefällt mir', 'disliketopic' => q~Dieses Thema gefällt mir nicht mehr~, 'closewin' => 'Schließen', ); 1;