Updated Tinypad 4.0.4 Estonian part

Translated Calendar to Estonian

git-svn-id: svn://kolibrios.org@299 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
kaitz 2007-01-28 12:39:41 +00:00
parent e15c3449f3
commit c40426acda
4 changed files with 56 additions and 7 deletions

View File

@ -1,5 +1,5 @@
@erase lang.inc @erase lang.inc
@echo lang fix et >lang.inc @echo lang fix et >lang.inc
@fasm tinypad.asm tinypad.bin @fasm tinypad.asm tinypad
@erase lang.inc @erase lang.inc
@pause @pause

View File

@ -145,9 +145,9 @@ popup_res mm.Options,\
et,'Välimus...' ,'',Appearance ,\ et,'Välimus...' ,'',Appearance ,\
et,'-' ,'', ,\ et,'-' ,'', ,\
et,'Secure selection' ,'',SecureSel ,\ et,'Secure selection' ,'',SecureSel ,\
et,'Automatic brackets' ,'',AutoBrackets,\ et,'Automaatsed sulud' ,'',AutoBrackets,\
et,'Automatic indents' ,'',AutoIndents ,\ et,'Automaatsed taandread' ,'',AutoIndents ,\
et,'Tark tabulatsioon' ,'',SmartTabs ,\ et,'Tark tabulatsioon' ,'',SmartTabs ,\
et,'Optimal fill on saving','',OptimalFill ,\ et,'Optimal fill on saving','',OptimalFill ,\
et,'-' ,'', ,\ et,'-' ,'', ,\
et,'Rea numbrid' ,'',LineNumbers et,'Rea numbrid' ,'',LineNumbers
@ -191,11 +191,11 @@ lsz s_2cancel,\
lsz s_color,\ lsz s_color,\
ru,'–¢¥â: 0x',\ ru,'–¢¥â: 0x',\
en,'Color: 0x',\ en,'Color: 0x',\
et,'Color: 0x' et,'Värv: 0x'
lsz s_tabpos,\ lsz s_tabpos,\
ru,'<27> á¯®«®¦¥­¨¥ § ª« ¤®ª',\ ru,'<27> á¯®«®¦¥­¨¥ § ª« ¤®ª',\
en,'Tabs placement',\ en,'Tabs placement',\
et,'Tabs placement' et,'Saki asetus'
lsz s_enter_filename,\ lsz s_enter_filename,\
ru,<'‚¢¥¤¨â¥ ¨¬ï ä ©« ',0>,\ ru,<'‚¢¥¤¨â¥ ¨¬ï ä ©« ',0>,\
@ -278,7 +278,18 @@ lszc s_appearance,b,\
en,'Strings',\ en,'Strings',\
en,'Comments',\ en,'Comments',\
en,'Modified lines',\ en,'Modified lines',\
en,'Saved lines' en,'Saved lines',\
\
et,'Tekst',\
et,'Taust',\
et,'Valitud tekst',\
et,'Valitud taust',\
et,'Sümbolid',\
et,'Numbrid',\
et,'Stringid',\
et,'Kommentaarid',\
et,'Muudetud read',\
et,'Salvestatud read'
lsz sysfuncs_filename,\ lsz sysfuncs_filename,\
ru,<'SYSFUNCR.TXT',0>,\ ru,<'SYSFUNCR.TXT',0>,\

View File

@ -0,0 +1,5 @@
@erase lang.inc
@echo lang fix et >lang.inc
@fasm calendar.asm calendar
@erase lang.inc
@pause

View File

@ -145,6 +145,20 @@ else if lang eq fi
db 'Lokakuu ' db 'Lokakuu '
db 'Marraskuu' db 'Marraskuu'
db 'Joulukuu ' db 'Joulukuu '
else if lang eq et
db 9
db 'Jaanuar '
db 'Veebruar '
db 'Märts '
db 'Aprill '
db 'Mai '
db 'Juuni '
db 'Juuli '
db 'August '
db 'September'
db 'Oktoober '
db 'November '
db 'Detsember'
else else
db 9 db 9
db 'January ' db 'January '
@ -202,6 +216,16 @@ else if lang eq fi
db 'To' db 'To'
db 'Pe' db 'Pe'
db 'La' db 'La'
else if lang eq et
db 3
db 7
db 'Esm'
db 'Tei'
db 'Kol'
db 'Nel'
db 'Ree'
db 'Lau'
db 'Püh'
else else
db 3 db 3
db 7 db 7
@ -779,6 +803,8 @@ else if lang eq ge
db 'KALENDER' db 'KALENDER'
else if lang eq fr else if lang eq fr
db 'CALENDRIER' db 'CALENDRIER'
else if lang eq et
db 'KALENDER'
else else
db 'CALENDAR' db 'CALENDAR'
end if end if
@ -794,6 +820,9 @@ else if lang eq fr
else if lang eq ge else if lang eq ge
db ' Datum 1 ' db ' Datum 1 '
db ' Datum 2 ' db ' Datum 2 '
else if lang eq et
db 'Kuupäev 1'
db 'Kuupäev 2'
else else
db '1st date ' db '1st date '
db '2nd date ' db '2nd date '
@ -806,6 +835,8 @@ else if lang eq de
db 'Neuer Stil' db 'Neuer Stil'
else if lang eq fr else if lang eq fr
db 'Nouveau' db 'Nouveau'
else if lang eq et
db 'Uus stiil'
else else
db 'New style' db 'New style'
end if end if
@ -817,6 +848,8 @@ else if lang eq ge
db 'Heute' db 'Heute'
else if lang eq fr else if lang eq fr
db "Aujourd'hui" db "Aujourd'hui"
else if lang eq et
db 'Täna'
else else
db 'Today' db 'Today'
end if end if