1/* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (August, 2011) */
2
3LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
4
5STRINGTABLE
6BEGIN
7    IDS_INSTALL "&Install"
8    IDS_PRINT "Im&primir"
9    IDS_STRING "Jackdaws ama minha grande esfinge de quartzo. 1234567890"
10    IDS_OPEN "Open Font..."
11    IDS_ERROR "Erro"
12    IDS_ERROR_NOMEM "Não há memória suficiente para completar a operação."
13    IDS_ERROR_NOFONT "O arquivo %1 não é um arquivo de fonte válida."
14    IDS_ERROR_NOCLASS "Não foi possível inicializar a janela."
15    IDS_FILTER_LIST "All Supported Fonts (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
16Font File (*.fon;*.fnt)\0*.fon;*.fnt\0\
17TrueType Font (*.ttf)\0*.ttf\0\
18TrueType Font Collection (*.ttc)\0*.ttc\0\
19OpenType Font (*.otf)\0*.otf\0\
20OpenType Font Collection (*.otc)\0*.otc\0\
21All Files (*.*)\0*.*\0"
22    IDS_PREVIOUS "< P&revious"
23    IDS_NEXT "&Next >"
24END
25