Advertisement
RiCON

Untitled

Jun 6th, 2011
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
  2. STRINGTABLE
  3. BEGIN
  4. // Application "friendly name"
  5. 10000 "Aegisub"
  6. // Description of application's purpose
  7. 10001 "Criar e editar legendas estilizadas com Aegisub."
  8. // Association name for generic subtitle formats
  9. 10101 "Ficheiro de legendas do Aegisub"
  10. // Association name for .ass
  11. 10102 "Ficheiro de legendas ASS do Aegisub"
  12. // Association name for .ssa
  13. 10103 "Ficheiro de legendas SubStation Alpha do Aegisub"
  14. // Association name for .srt
  15. 10104 "Ficheiro de legendas SubRip do Aegisub"
  16. // Association name for .ttxt
  17. 10105 "Texto sincronizado MPEG-4 do Aegisub"
  18. // Association name for .mks
  19. 10106 "Legendas Matroska do Aegisub"
  20. // Association name for .txt
  21. 10107 "Ficheiro de texto simples do Aegisub"
  22. // Association name for .mp4, .ogg and maybe other media containers (which could have either audio or video)
  23. 10108 "Ficheiro de média do Aegisub"
  24. // Association name for .mka, .mp3, .aac, .m4a, .wav, other audio formats
  25. 10109 "Ficheiro de áudio do Aegisub"
  26. // Association name for .mkv, .avi, .avs, other video formats
  27. 10110 "Ficheiro de vídeo do Aegisub"
  28. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement