To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82086


User mba changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'khirano'                 |'khirano,kso'
--------------------------------------------------------------------------------




------- Additional comments from m...@openoffice.org Tue May 18 13:02:09 +0000 
2010 -------
Seems we are talking about the following error strings:

String ERRCODE_INET_CONNECT
{
  Text [ en-US ] = "Could not establish Internet connection to $(ARG1)." ;
};
String ERRCODE_INET_READ
{
  Text [ en-US ] = "Error reading data from the Internet.\nServer error message:
$(ARG1)." ;
};
String ERRCODE_INET_WRITE
{
  Text [ en-US ] = "Error transferring data to the Internet.\nServer error
message: $(ARG1)." ;
};
String ERRCODE_INET_GENERAL
{
  Text [ en-US ] = "General Internet error has occurred." ;
};
String ERRCODE_INET_OFFLINE
{
  Text [ en-US ] = "The requested Internet data is not available in the cache
and cannot be transmitted as the Online mode has not be activated." ;
};

@kso: these error codes are set if one of the following exceptions are caught in
the interaction handler:

ucb::InteractiveNetworkOffLineException aOffLineException;
ucb::InteractiveNetworkResolveNameException aResolveNameException;
ucb::InteractiveNetworkConnectException aConnectException;
ucb::InteractiveNetworkReadException aReadException;
ucb::InteractiveNetworkWriteException aWriteException;

Do you agree with the suggested change of terms from "Internet" to "Network"?


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to