Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.51 KB | None | 0 0
  1. Func _IT_translation_Get()
  2.     Local $arr_sTranslationStrings[100]
  3.    
  4.     $arr_sTranslationStrings[0] = "Nome utente"
  5.     $arr_sTranslationStrings[1] = "Password"
  6.     $arr_sTranslationStrings[2] = "Entra"
  7.     $arr_sTranslationStrings[3] = "Nuovo profilo"
  8.    
  9.     $arr_sTranslationStrings[4] = "Skills"
  10.     $arr_sTranslationStrings[5] = "Hai le abilità giuste per vincere?"
  11.    
  12.     $arr_sTranslationStrings[6] = "©" & @YEAR & " by /dev/random <si-ma-forse@anche.no> - Relased under GNU/GPL v3"
  13.    
  14.     Return $arr_sTranslationStrings
  15. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement