diff options
author | tagezi <lera.goncharuk@gmail.com> | 2015-11-02 22:26:00 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-11-05 01:03:08 +0000 |
commit | 26baeac2ca9254e6adf82b174943e2c2e9d5b2db (patch) | |
tree | 896d0d5944016b8d3777def1209b8376ad599e98 /source/text/swriter | |
parent | 315ee49055a14877fc040238050d4a4ff106fb03 (diff) |
added the attribute localize="false" for simpress and swriter
added the attribute localize="false" in paragraphs for simpress
and swriter modules which does not need translation
Change-Id: Ice6556863c4e816b5b2cb3bd279011c0b9c9e889
Reviewed-on: https://gerrit.libreoffice.org/19746
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/guide/pagestyles.xhp | 4 | ||||
-rw-r--r-- | source/text/swriter/guide/protection.xhp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/text/swriter/guide/pagestyles.xhp b/source/text/swriter/guide/pagestyles.xhp index e1ea5bc739..ceb46d18df 100644 --- a/source/text/swriter/guide/pagestyles.xhp +++ b/source/text/swriter/guide/pagestyles.xhp @@ -34,10 +34,10 @@ <paragraph xml-lang="en-US" id="hd_id3155182" role="heading" level="1" l10n="U" oldref="1"><variable id="pagestyles"><link href="text/swriter/guide/pagestyles.xhp" name="Creating and Applying Page Styles">Creating and Applying Page Styles</link> </variable></paragraph> <paragraph xml-lang="en-US" id="par_id3149846" role="paragraph" l10n="U" oldref="10">$[officename] uses page styles to specify the layout of a page, including the page orientation, background, margins, headers, footers, and text columns. To change the layout of an individual page in a document, you must create and apply a custom page style to the page.</paragraph> - <paragraph xml-lang="en-US" id="par_idN1071A" role="paragraph" l10n="NEW"> + <paragraph xml-lang="en-US" id="par_idN1071A" role="paragraph" l10n="NEW" localize="false" > <embedvar href="text/swriter/guide/pageorientation.xhp#pageorientation"/> </paragraph> - <paragraph xml-lang="en-US" id="par_idN10722" role="paragraph" l10n="NEW"> + <paragraph xml-lang="en-US" id="par_idN10722" role="paragraph" l10n="NEW" localize="false" > <embedvar href="text/swriter/guide/pagebackground.xhp#pagebackground"/> </paragraph> <paragraph xml-lang="en-US" id="hd_id3156109" role="heading" level="2" l10n="U" diff --git a/source/text/swriter/guide/protection.xhp b/source/text/swriter/guide/protection.xhp index fafd5475ba..e012094bb3 100644 --- a/source/text/swriter/guide/protection.xhp +++ b/source/text/swriter/guide/protection.xhp @@ -114,7 +114,7 @@ <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/shared/guide/redlining_protect.xhp#redlining_protect"/> <paragraph xml-lang="en-US" id="par_idN10B8C" role="paragraph" l10n="NEW"> - <embedvar href="text/shared/guide/digital_signatures.xhp#digital_signatures"/> + <embedvar href="text/shared/guide/digital_signatures.xhp#digital_signatures" localize="false" /> </paragraph> <paragraph xml-lang="en-US" id="par_id7858516" role="paragraph" l10n="NEW"><link href="text/shared/guide/protection.xhp">Protecting Other Contents</link></paragraph> </body> |