[framework-issues] [Issue 82086] word 'Internet' in strings of svtools/misc/errtxt.src

2010-06-03 Thread mba
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

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Thu Jun  3 09:57:24 + 
2010 ---
set to verified

-
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



[framework-issues] [Issue 82086] word 'Internet' in strings of svtools/misc/errtxt.src

2010-05-18 Thread mba
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

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.3





--- Additional comments from m...@openoffice.org Tue May 18 13:24:09 + 
2010 ---
fixed in cws mba33issues01

-
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



[framework-issues] [Issue 82086] word 'Internet' in strings of svtools/misc/errtxt.src

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





--- Additional comments from k...@openoffice.org Tue May 18 13:16:27 + 
2010 ---
> Do you agree with the suggested change of terms from "Internet" to "Network"?

@mba: Yes, I do.

-
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



[framework-issues] [Issue 82086] word 'Internet' in strings of svtools/misc/errtxt.src

2010-05-18 Thread mba
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 + 
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



[framework-issues] [Issue 82086] word 'Internet' in strings of svtools/misc/errtxt.src

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


User khirano changed the following:

What|Old value |New value

  CC|''|'khirano'





-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 82086] word 'Internet' in strings of svtools/misc/errtxt.src

2007-09-29 Thread vagula
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82086
 Issue #|82086
 Summary|word 'Internet' in strings of svtools/misc/errtxt.src
   Component|framework
 Version|OOo 2.3
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P5
Subcomponent|ui
 Assigned to|mba
 Reported by|vagula





--- Additional comments from [EMAIL PROTECTED] Sat Sep 29 08:40:40 + 
2007 ---
This file contains error messages and here many times word 'Internet' is used.
As these errors can happen in local network too (eg. using samba or nfs shares),
were right to use word 'network'.
This affects translation quality too.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]