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
6ac621f1
Kaydet (Commit)
6ac621f1
authored
Eki 30, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#80815 rename Cancel and explain what it will do
Change-Id: Ifdd68f7e415176062b9eee6825b3c0bb09cb05db
üst
f6011536
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
docrecovery.src
svx/source/dialog/docrecovery.src
+1
-1
docrecovery.hxx
svx/source/inc/docrecovery.hxx
+1
-1
docrecoveryrecoverdialog.ui
svx/uiconfig/ui/docrecoveryrecoverdialog.ui
+3
-2
No files found.
svx/source/dialog/docrecovery.src
Dosyayı görüntüle @
6ac621f1
...
...
@@ -24,7 +24,7 @@
String RID_SVXSTR_QUERY_EXIT_RECOVERY
{
Text [ en-US ] = "Are you sure you want to
cancel the %PRODUCTNAME document recovery
?";
Text [ en-US ] = "Are you sure you want to
discard the %PRODUCTNAME document recovery data
?";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
svx/source/inc/docrecovery.hxx
Dosyayı görüntüle @
6ac621f1
...
...
@@ -502,7 +502,7 @@ class RecoveryDialog : public Dialog
vcl
::
Window
*
m_pProgrParent
;
RecovDocList
*
m_pFileListLB
;
PushButton
*
m_pNextBtn
;
CancelButton
*
m_pCancelBtn
;
PushButton
*
m_pCancelBtn
;
OUString
m_aTitleRecoveryInProgress
;
OUString
m_aRecoveryOnlyFinish
;
OUString
m_aRecoveryOnlyFinishDescr
;
...
...
svx/uiconfig/ui/docrecoveryrecoverdialog.ui
Dosyayı görüntüle @
6ac621f1
...
...
@@ -35,12 +35,11 @@
</child>
<child>
<object
class=
"GtkButton"
id=
"cancel"
>
<property
name=
"label"
>
gtk-cancel
</property>
<property
name=
"label"
>
Discard Recovery Data
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
...
...
@@ -77,6 +76,8 @@
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
Press 'Start Recovery' to start the recovery process of the documents listed below.
Press 'Discard Recovery Data' to abandon attempting recovery of these document.
The 'Status' column shows whether the document can be recovered.
</property>
<property
name=
"wrap"
>
True
</property>
<property
name=
"max_width_chars"
>
87
</property>
...
...
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