Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
eb41bf0f
Kaydet (Commit)
eb41bf0f
authored
Mar 20, 2012
tarafından
Herbert Dürr
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
update misc UI strings to AOO name change
üst
cb80571f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
launcher.cxx
desktop/os2/source/applauncher/launcher.cxx
+1
-1
dp_gui_updatedialog.src
desktop/source/deployment/gui/dp_gui_updatedialog.src
+2
-2
dp_misc.src
desktop/source/deployment/misc/dp_misc.src
+2
-2
migrationoo2.xml
desktop/source/migration/services/migrationoo2.xml
+2
-2
No files found.
desktop/os2/source/applauncher/launcher.cxx
Dosyayı görüntüle @
eb41bf0f
...
@@ -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\n
Return code: %d
\n
Failing module:%s
\n
"
,
rc
,
szFail
);
sprintf
(
szMessage
,
"Execution failed! Contact technical support.
\n\n
Return code: %d
\n
Failing 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
);
...
...
desktop/source/deployment/gui/dp_gui_updatedialog.src
Dosyayı görüntüle @
eb41bf0f
...
@@ -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";
...
...
desktop/source/deployment/misc/dp_misc.src
Dosyayı görüntüle @
eb41bf0f
...
@@ -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";
};
};
desktop/source/migration/services/migrationoo2.xml
Dosyayı görüntüle @
eb41bf0f
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment