home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 July & August / PCWorld_2002-07-08_cd.bin / Software / Vyzkuste / batterypanel / source / rsrc.rcp < prev    next >
C/C++ Source or Header  |  2000-10-11  |  7KB  |  212 lines

  1. //=============================================================================
  2. // $Id$
  3. //=============================================================================
  4.  
  5. #include "rsrcfix.h"
  6.  
  7. TRANSLATION "EN"
  8. BEGIN
  9.     "OldPalmOS"                = "Unsupported version of PalmOS!"
  10.  
  11.     "UserRisk"                = "Palm, Inc. does NOT support or recommend "\
  12.         "to modify the system battery settings.\n"\
  13.           "You do it at your own risk!"
  14.  
  15.     "about_str"                = "BETA RELEASE!\n\n"\
  16.         "\"Battery Panel\" displays the current "\
  17.         "battery settings. "\
  18.         "If your handheld supports user changeable "\
  19.         "batteries (Alkaline, NiCad), the battery type can be chosen. "\
  20.         "Also the warning and critical (shut off) voltages can be set. "\
  21.         "All settings will survive a soft reset.\n\n"\
  22.         "This program is free software; you can redistribute it under the "\
  23.         "terms of the GNU General Public License Version 2 (GPL) as "\
  24.         "published by the Free Software Foundation.\n\n"\
  25.         "This program is distributed WITHOUT ANY WARRANTY. See the GPL "\
  26.         "(COPYING.TXT) for more details.\n\n"\
  27.         "Remo Hofer <cocos.nucifera@gmx.net>\n"\
  28.         "http://www.geocities.com/SiliconValley/Cable/5206/"
  29.  
  30.     "thanks_pre"            = "Thanks to the following people for "\
  31.         "supporting the development of this program:\n\n"
  32.  
  33.     "thanks_post"            = "\nYou can get listed here by donating some "\
  34.         "money for the development of this and other free palm software. "\
  35.         "See README.HTM for details."
  36. END
  37.  
  38. TRANSLATION "DE"
  39. BEGIN
  40.     "Preferences"            = "Einstellungen"
  41.     "Done"                    = "Fertig"
  42.     "Cancel"                = "Abbruch"
  43.     "Options"                = "Optionen"
  44.     "Set Defaults"            = "Standardeinstellungen"
  45.     "Thanks.."                = "Dank.."
  46.     "About.."                = "Info.."
  47.     "Battery"                = "Batterie"
  48.     "Level:"                = "Ladezustand:"
  49.     "Precentage:"            = "Prozent:"
  50.     "Voltage:"                = "Spannung:"
  51.     "Plugged In:"            = "Netzstrom:"
  52.     "Kind:"                    = "Typ:"
  53.     "Warning:"                = "Warnung:"
  54.     "Critical:"                = "Ausschalten:"
  55.     "Alkaline"                = "Alkali"
  56.     "NiCad"                    = "NiCd"
  57.     "Rech. Alkaline"        = "Aufladb. Alkali"
  58.     "Warning"                = "Warnung"
  59.     "Yes"                    = "Ja"
  60.     "No"                    = "Nein"
  61.     "Unknown"                = "Unbekannt"
  62.     "Li Ion"                = "Li Ion"
  63.     "Li Ion 1400"            = "Li Ion 1400"
  64.     "Warning Voltage"        = "Warnspannung"
  65.     "Critical Voltage"        = "Ausschaltspannung"
  66.     
  67.     "OldPalmOS"                = "Nicht unterst\374tzte Version des PalmOS!"
  68.  
  69.     "UserRisk"                = "Das \304ndern der Batterie-Einstellungen "\
  70.         "wird von Palm, Inc. weder unterst\374tzt noch empfohlen.\n"\
  71.         "Sie tun dies auf eigenes Risiko!"
  72.  
  73.     "about_str"                = "BETA VERSION!\n\n"\
  74.         "\"Batterie Panel\" stellt die aktuellen "\
  75.         "Batterie-Einstellungen dar. "\
  76.         "Wenn ihr Handheld das Austauschen der Batterien zul\344sst "\
  77.         "(Alkali, NiCd), so kann der Batterietyp ausgew\344hlt werden. "\
  78.         "Desweiteren k\366nnen die Warn- bzw. Ausschaltspannungen "\
  79.         "eingestellt werden. "\
  80.         "Alle Einstellungen bleiben nach einem Reset erhalten.\n\n"\
  81.         "Dieses Programm ist freie Software. Sie k\366nnen es unter den "\
  82.         "Bedingungen der GNU General Public License Version 2 (GPL), wie "\
  83.         "von der Free Software Foundation herausgegeben, weitergeben.\n\n"\
  84.         "Die Ver\366ffentlichung dieses Programms erfolgt OHNE JEDE "\
  85.         "GEWAEHRLEISTUNG. Details finden Sie in der GPL (KOPIEREN.TXT).\n\n"\
  86.         "Remo Hofer <cocos.nucifera@gmx.net>\n"\
  87.         "http://www.geocities.com/SiliconValley/Cable/5206/"
  88.         
  89.     "thanks_pre"            = "Dank an die folgenden Personen, die zur "\
  90.         "Entwicklung dieses Programms beigetragen haben:\n\n"
  91.         
  92.     "thanks_post"            = "\nSie k\366nnen hier ebenfalls "\
  93.         "aufgef\374hrt werden, wenn Sie etwas Geld f\374r die Entwicklung "\
  94.         "dieser und anderer freier Software f\374r den Palm spenden. "\
  95.         "In der Datei LIESMICH.HTM steht mehr dazu."
  96. END
  97.  
  98. VERSION                ID idVersion    "0.00"
  99. APPLICATIONICONNAME ID idAppName    "Battery"
  100.  
  101. FORM ID idMainForm AT (0 0 160 160)
  102. NOFRAME
  103. NOSAVEBEHIND
  104. USABLE
  105. MENUID idMainMenu
  106. BEGIN
  107.     TITLE "Preferences"
  108.     POPUPTRIGGER "" ID idPanelPopup AT (RIGHT@160 1 AUTO AUTO) NONUSABLE
  109.     POPUPLIST ID idPanelPopup idPanelList
  110.     LIST "" ID idPanelList AT (PREVLEFT PREVTOP 51 AUTO)
  111.         NONUSABLE VISIBLEITEMS 1
  112.     LABEL "Battery" ID idPanelLabel AT (RIGHT@160 1) NONUSABLE
  113.     LABEL "Level:" AUTOID AT (RIGHT@80 25) FONT 1
  114.     BUTTON "" ID idBitmapBounds AT (PREVRIGHT+5 PREVTOP 34 10) NONUSABLE
  115.     LABEL "Precentage:" AUTOID AT (RIGHT@80 PREVTOP+15) FONT 1
  116.     LABEL "999%" ID idPercentLabel AT (PREVRIGHT+5 PREVTOP)
  117.     LABEL "Voltage:" AUTOID AT (RIGHT@80 PREVTOP+15) FONT 1
  118.     LABEL "999.99 V" ID idVoltageLabel AT (PREVRIGHT+5 PREVTOP)
  119.     LABEL "Plugged In:" AUTOID AT (RIGHT@80 PREVTOP+15) FONT 1
  120.     LABEL "1234" ID idPluggedLabel AT (PREVRIGHT+5 PREVTOP)
  121.     LABEL "Kind:" AUTOID AT (RIGHT@80 PREVTOP+15) FONT 1
  122.     POPUPTRIGGER "" ID idKindPopup 
  123.         AT (PREVRIGHT+3 PREVTOP AUTO AUTO) LEFTANCHOR
  124.     LABEL "1234567890123456" ID idKindLabel AT (PREVLEFT+2 PREVTOP)
  125.     LABEL "Warning:" AUTOID AT (RIGHT@80 PREVTOP+15) FONT 1
  126.     SELECTORTRIGGER "999.99 V" ID idWarnSelector 
  127.         AT (PREVRIGHT+5 PREVTOP AUTO AUTO) LEFTANCHOR
  128.     LABEL "Critical:" AUTOID AT (RIGHT@80 PREVTOP+15) FONT 1
  129.     SELECTORTRIGGER "999.99 V" ID idCriticalSelector 
  130.         AT (PREVRIGHT+5 PREVTOP AUTO AUTO) LEFTANCHOR
  131.     LABEL "Timeout:" AUTOID AT (RIGHT@80 PREVTOP+15) FONT 1
  132.     LABEL "99999 s" ID idTicksLabel 
  133.         AT (PREVRIGHT+5 PREVTOP)
  134.     BUTTON "Done" ID idDoneButton AT (1 147 AUTO AUTO) NONUSABLE
  135.     LABEL "0.00" ID idVersionLabel AT (RIGHT@160 BOTTOM@160)
  136.     LIST
  137.         "Alkaline"
  138.         "NiCad"
  139.         "Rech. Alkaline"
  140.         "NiMH"
  141.         ID idKindList AT (1 1 70 AUTO) NONUSABLE VISIBLEITEMS 4
  142. END
  143.  
  144. FORM ID idVoltageForm AT (2 88 156 70)
  145. FRAME
  146. MODAL
  147. SAVEBEHIND
  148. USABLE
  149. DEFAULTBTNID idVoltageCancelButton
  150. BEGIN
  151.     TITLE "12345678901234567890"
  152.     PUSHBUTTON "999" ID idVoltage100Button AT (8 24 24 AUTO) 
  153.         GROUP idVoltageGroup FONT 1
  154.     LABEL "." ID idVoltageSeparatorLabel AT (PREVRIGHT+4 PREVTOP) FONT 1
  155.     PUSHBUTTON "9" ID idVoltage10Button AT (PREVRIGHT+3 PREVTOP 13 AUTO) 
  156.         GROUP idVoltageGroup FONT 1
  157.     PUSHBUTTON "9" ID idVoltage1Button AT (PREVRIGHT+1 PREVTOP 13 AUTO) 
  158.         GROUP idVoltageGroup FONT 1
  159.     LABEL "V" AUTOID AT (PREVRIGHT+4 PREVTOP) FONT 1
  160.     REPEATBUTTON "\001" ID idVoltageUpButton 
  161.         AT (PREVRIGHT+8 PREVTOP-3 13 8) NOFRAME FONT 5
  162.     REPEATBUTTON "\002" ID idVoltageDownButton 
  163.         AT (PREVLEFT PREVBOTTOM+1 13 8) NOFRAME FONT 5
  164.     BUTTON "OK" ID idVoltageOkButton AT (8 BOTTOM@60 AUTO AUTO)
  165.     BUTTON "Cancel" ID idVoltageCancelButton AT (PREVRIGHT+5 PREVTOP AUTO AUTO)
  166. END
  167.  
  168. MENU ID idMainMenu
  169. BEGIN
  170.     PULLDOWN "Options"
  171.     BEGIN
  172.         MENUITEM "Set Defaults"    idDefaultMenu    "D"
  173.         MENUITEM "Thanks.."        idThanksMenu    "T"
  174.         MENUITEM "About.."        idAboutMenu        "A"
  175.     END
  176. END
  177.  
  178. ALERT ID idErrOldRomAlert
  179. ERROR
  180. BEGIN
  181.   TITLE ""
  182.   MESSAGE "Unsupported version of PalmOS!"
  183.   BUTTONS "OK"
  184. END
  185.  
  186. ALERT ID idUserRiskAlert
  187. DEFAULTBUTTON 1
  188. WARNING
  189. BEGIN
  190.   TITLE "Warning"
  191.   MESSAGE "UserRisk"
  192.   BUTTONS "OK" "Cancel"
  193. END
  194.  
  195. STRING ID idYesStr                "Yes"
  196. STRING ID idNoStr                "No"
  197. STRING ID idUnknownKindStr        "Unknown"
  198. STRING ID idLiIonKindStr        "Li Ion"
  199. STRING ID idLiIon1400KindStr    "Li Ion 1400"
  200. STRING ID idSetWarnStr            "Warning Voltage"
  201. STRING ID idSetCriticalStr        "Critical Voltage"
  202. STRING ID idAboutStr            "about_str"
  203. STRING ID idThanksStr            "thanks_pre"\
  204.     "Peter Fornaro\n"\
  205.     "Roberto Maffiolini\n"\
  206.     "thanks_post"
  207.  
  208. BITMAP ID idEmptyBitmap    "empty.bmp"
  209. BITMAP ID idFullBitmap    "full.bmp"
  210.  
  211. //=============================================================================
  212.