Kaydet (Commit) 0ab1e310 authored tarafından Cor Nouws's avatar Cor Nouws Kaydeden (comit) Heiko Tietze

tdf#113236 change menu "Tools > Protect Spreadsheet" to "Protect Spreadsheet Structure"

Change-Id: Id9f69e6f27610591ef0c62b7d0dec83fa1e4fe9a
Reviewed-on: https://gerrit.libreoffice.org/61066Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
Tested-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
üst 4854acc7
......@@ -1652,7 +1652,7 @@
</node>
<node oor:name=".uno:ToolProtectionDocument" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Protect ~Spreadsheet...</value>
<value xml:lang="en-US">Protect ~Spreadsheet Structure...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
......
......@@ -52,9 +52,9 @@
#define SCSTR_TOTAL NC_("SCSTR_TOTAL", "%1 results found")
#define SCSTR_SKIPPED NC_("SCSTR_SKIPPED", "(only %1 are listed)")
// Attribute
#define SCSTR_PROTECTDOC NC_("SCSTR_PROTECTDOC", "Protect Document")
#define SCSTR_UNPROTECTDOC NC_("SCSTR_UNPROTECTDOC", "Unprotect document")
#define SCSTR_UNPROTECTTAB NC_("SCSTR_UNPROTECTTAB", "Unprotect sheet")
#define SCSTR_PROTECTDOC NC_("SCSTR_PROTECTDOC", "Protect Spreadsheet Structure")
#define SCSTR_UNPROTECTDOC NC_("SCSTR_UNPROTECTDOC", "Unprotect Spreadsheet Structure")
#define SCSTR_UNPROTECTTAB NC_("SCSTR_UNPROTECTTAB", "Unprotect Sheet")
#define SCSTR_CHG_PROTECT NC_("SCSTR_CHG_PROTECT", "Protect Records")
#define SCSTR_CHG_UNPROTECT NC_("SCSTR_CHG_UNPROTECT", "Unprotect Records")
#define SCSTR_PASSWORD NC_("SCSTR_PASSWORD", "Password:")
......
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