Ticket #3787: PoorMan.diff

File PoorMan.diff, 1.9 KB (added by humdinger, 15 years ago)
  • src/apps/poorman/constants.cpp

     
    1717extern const char* STR_ERR_CANT_START
    1818    = "Can't Start the Server";
    1919extern const char* STR_DIR_CREATED
    20     = "A default Web directory has been created for you "
     20    = "A default Web folder has been created for you "
    2121      "at \"/boot/home/public_html.\"\nMake sure an HTML "
    22       "document named \"index.html\" is in that directory.";
     22      "document named \"index.html\" is in that folder.";
    2323
    2424extern const char* STR_MNU_FILE
    2525    = "File";
     
    3838extern const char* STR_MNU_EDIT_SELECT_ALL
    3939    = "Select All";
    4040extern const char* STR_MNU_EDIT_PREF
    41     = "Preferences" B_UTF8_ELLIPSIS;
     41    = "Settings" B_UTF8_ELLIPSIS;
    4242extern const char* STR_MNU_CTRL
    4343    = "Controls";
    4444extern const char* STR_MNU_CTRL_RUN_SERVER
     
    7373extern const char* STR_BBX_LOCATION
    7474    = "Web Site Location";
    7575extern const char* STR_TXT_DIRECTORY
    76     = "Web Directory:";
     76    = "Web Folder:";
    7777extern const char* STR_BTN_DIRECTORY
    78     = "Select Web Directory";
     78    = "Select Web Folder";
    7979extern const char* STR_TXT_INDEX
    80     = "Index File Name:";
     80    = "Start Page:";
    8181extern const char* STR_BBX_OPTIONS
    8282    = "Web Site Options";
    8383extern const char* STR_CBX_DIR_LIST
    84     = "Send Directory List if No Index";
     84    = "Send file listing if there's no start page";
    8585extern const char* STR_CBX_DIR_LIST_LABEL
    86     = "Send Directory List if No Index";
     86    = "Send file listing if there's no start page";
    8787extern const char* STR_FILEPANEL_SELECT_WEB_DIR
    88     = "Select Web Directory";
     88    = "Select Web Folder";
    8989   
    9090extern const char* STR_TAB_LOGGING
    9191    = "Logging";
     
    109109extern const char* STR_BBX_CONNECTION
    110110    = "Connections Options";
    111111extern const char* STR_SLD_LABEL
    112     = "Maximum Simultaneous Connections:";
     112    = "Max. Simultaneous Connections:";
    113113             char* STR_SLD_STATUS_LABEL
    114114    = "connections";
    115115