diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-05-11 23:44:18 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-05-11 23:44:18 -0500 |
commit | a5f1ad79fc3c7a7bf358f1ab9afe79269f5b8cf5 (patch) | |
tree | 3d018417f5bac95d5480f79e46330839f7a87b1b | |
parent | 11458f34eb3e0e965a58ad9a0667e7259ad52d50 (diff) |
Remove HTML attribute values from the translatable strings
Change-Id: I9d1d0223b2eec3eb0e1181bda2f8aa6c7d90763f
-rw-r--r-- | source/text/shared/01/05020400.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/shared/01/05020400.xhp b/source/text/shared/01/05020400.xhp index 990ecd64fe..f1887d0e59 100644 --- a/source/text/shared/01/05020400.xhp +++ b/source/text/shared/01/05020400.xhp @@ -95,7 +95,7 @@ </tablerow> <tablerow> <tablecell colspan="" rowspan=""> -<paragraph role="tablecontent" id="par_id3148739" xml-lang="en-US">_self</paragraph> +<paragraph role="tablecontent" id="par_id3148739" localize="false">_self</paragraph> </tablecell> <tablecell colspan="" rowspan=""> <paragraph role="tablecontent" id="par_id3150358" xml-lang="en-US">File opens in the current frame.</paragraph> @@ -103,7 +103,7 @@ </tablerow> <tablerow> <tablecell colspan="" rowspan=""> -<paragraph role="tablecontent" id="par_id3151210" xml-lang="en-US">_blank</paragraph> +<paragraph role="tablecontent" id="par_id3151210" localize="false">_blank</paragraph> </tablecell> <tablecell colspan="" rowspan=""> <paragraph role="tablecontent" id="par_id3152920" xml-lang="en-US">File opens in a new page.</paragraph> @@ -111,7 +111,7 @@ </tablerow> <tablerow> <tablecell colspan="" rowspan=""> -<paragraph role="tablecontent" id="par_id3148451" xml-lang="en-US">_parent</paragraph> +<paragraph role="tablecontent" id="par_id3148451" localize="false">_parent</paragraph> </tablecell> <tablecell colspan="" rowspan=""> <paragraph role="tablecontent" id="par_id3154217" xml-lang="en-US">File opens in the parent frame of the current frame. If there is no parent frame, the current frame is used.</paragraph> @@ -119,7 +119,7 @@ </tablerow> <tablerow> <tablecell colspan="" rowspan=""> -<paragraph role="tablecontent" id="par_id3154153" xml-lang="en-US">_top</paragraph> +<paragraph role="tablecontent" id="par_id3154153" localize="false">_top</paragraph> </tablecell> <tablecell colspan="" rowspan=""> <paragraph role="tablecontent" id="par_id3150288" xml-lang="en-US">File opens in the topmost frame in the hierarchy.</paragraph> |