Kaydet (Commit) eb41bf0f authored tarafından Herbert Dürr's avatar Herbert Dürr

update misc UI strings to AOO name change

üst cb80571f
...@@ -104,7 +104,7 @@ int main( int argc, char* argv[]) ...@@ -104,7 +104,7 @@ int main( int argc, char* argv[])
sprintf( szMessage, "Execution failed! Contact technical support.\n\nReturn code: %d\nFailing module:%s\n", rc, szFail); sprintf( szMessage, "Execution failed! Contact technical support.\n\nReturn code: %d\nFailing module:%s\n", rc, szFail);
rc = WinMessageBox( HWND_DESKTOP, HWND_DESKTOP, rc = WinMessageBox( HWND_DESKTOP, HWND_DESKTOP,
(PSZ)szMessage, (PSZ)szMessage,
(PSZ)"Unable to start OpenOffice.org!", (PSZ)"Unable to start Apache OpenOffice!",
0, MB_ERROR | MB_OK); 0, MB_ERROR | MB_OK);
WinDestroyMsgQueue( hmq); WinDestroyMsgQueue( hmq);
WinTerminate( hab); WinTerminate( hab);
......
...@@ -239,10 +239,10 @@ ModalDialog RID_DLG_UPDATE { ...@@ -239,10 +239,10 @@ ModalDialog RID_DLG_UPDATE {
Text[en-US] = "The extension cannot be updated because:"; Text[en-US] = "The extension cannot be updated because:";
}; };
String RID_DLG_UPDATE_NODEPENDENCY { String RID_DLG_UPDATE_NODEPENDENCY {
Text[en-US] = "Required OpenOffice.org version doesn't match:"; Text[en-US] = "Required Apache OpenOffice version doesn't match:";
}; };
String RID_DLG_UPDATE_NODEPENDENCY_CUR_VER { String RID_DLG_UPDATE_NODEPENDENCY_CUR_VER {
Text[en-US] = "You have OpenOffice.org %VERSION"; Text[en-US] = "You have Apache OpenOffice %VERSION";
}; };
String RID_DLG_UPDATE_BROWSERBASED { String RID_DLG_UPDATE_BROWSERBASED {
Text[en-US] = "browser based update"; Text[en-US] = "browser based update";
......
...@@ -28,9 +28,9 @@ String RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN { ...@@ -28,9 +28,9 @@ String RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN {
}; };
String RID_DEPLYOMENT_DEPENDENCIES_MIN { String RID_DEPLYOMENT_DEPENDENCIES_MIN {
Text[en-US] = "Extension requires at least OpenOffice.org %VERSION"; Text[en-US] = "Extension requires at least Apache OpenOffice %VERSION";
}; };
String RID_DEPLYOMENT_DEPENDENCIES_MAX { String RID_DEPLYOMENT_DEPENDENCIES_MAX {
Text[en-US] = "Extension doesn't support versions greater than: OpenOffice.org %VERSION"; Text[en-US] = "Extension doesn't support versions greater than: Apache OpenOffice %VERSION";
}; };
...@@ -34,7 +34,7 @@ original target interfaces on queryInterface() calls. ...@@ -34,7 +34,7 @@ original target interfaces on queryInterface() calls.
<component-description> <component-description>
<author>Thomas Benisch</author> <author>Thomas Benisch</author>
<name>com.sun.star.comp.desktop.migration.Basic</name> <name>com.sun.star.comp.desktop.migration.Basic</name>
<description>migration service for OpenOffice.org Basic and dialogs</description> <description>migration service for Apache OpenOffice Basic and dialogs</description>
<loader-name>com.sun.star.loader.SharedLibrary</loader-name> <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
<language>c++</language> <language>c++</language>
<status value="final"/> <status value="final"/>
...@@ -51,7 +51,7 @@ original target interfaces on queryInterface() calls. ...@@ -51,7 +51,7 @@ original target interfaces on queryInterface() calls.
<component-description> <component-description>
<author>Thomas Benisch</author> <author>Thomas Benisch</author>
<name>com.sun.star.comp.desktop.migration.Autocorrection</name> <name>com.sun.star.comp.desktop.migration.Autocorrection</name>
<description>migration service for OpenOffice.org autocorrection</description> <description>migration service for Apache OpenOffice autocorrection</description>
<loader-name>com.sun.star.loader.SharedLibrary</loader-name> <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
<language>c++</language> <language>c++</language>
<status value="final"/> <status value="final"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment