Subversion Repositories SvarDOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1418 → Rev 1419

/sved/trunk/deflang.c
1,8 → 1,8
/* THIS FILE HAS BEEN GENERATED BY TLUMACZ (PART OF THE SVARLANG LIBRARY) */
const unsigned short svarlang_memsz = 441u;
const unsigned short svarlang_memsz = 449u;
const unsigned short svarlang_string_count = 25u;
 
char svarlang_mem[441] = {
char svarlang_mem[449] = {
0x45,0x53,0x43,0x3d,0x4d,0x45,0x4e,0x55,0x00,
0x55,0x4e,0x54,0x49,0x54,0x4c,0x45,0x44,0x00,
0x53,0x41,0x56,0x45,0x44,0x00,
/sved/trunk/nls/pl_utf8.txt
19,7 → 19,7
0.8:Wciśnij ESC by anulować.
0.10:BŁĄD
0.11:NIE ZNALEZIONO PLIKU
0.12:Zbyt duża ilość plików
0.12:Za duża ilość plików
 
 
################
27,7 → 27,7
################
 
1.0:składnia:
1.1:[plik1.txt] ... [plik10.txt]
1.1:[/m] [/t] [plik1.txt] ... [plik10.txt]
1.2:Ładowanie
1.3:Sved, edytor systemu SvarDOS
1.4:wersja
/sved/trunk/sved.c
586,7 → 586,7
goto IOERR;
}
 
/* add a new line if necessary */
/* allocate the next line if current line ended */
if (eolfound) {
if (line_add(db, NULL, 0) != 0) {
goto IOERR;
678,9 → 678,9
i = 0;
}
}
mdr_coutraw_str(svarlang_str(1,3));
mdr_coutraw_str(svarlang_str(1,3)); /* Sved, the SvarDOS editor */
mdr_coutraw_str(" [");
mdr_coutraw_str(svarlang_str(1,4));
mdr_coutraw_str(svarlang_str(1,4)); /* ver */
mdr_coutraw_puts(" " PVER "]");
mdr_coutraw_puts("Copyright (C) " PDATE " Mateusz Viste");
mdr_coutraw_crlf();
/sved/trunk/sved.lng
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream