tdf#101442 Change "hyperlink" to "link" for a modern vocabulary
Change-Id: Ib1c067b6d45e959d6cd0fbf00cab167939554203 Reviewed-on: https://gerrit.libreoffice.org/29572 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
This commit is contained in:
committed by
Samuel Mehrbrodt
parent
65f2d6b1cc
commit
06dec56d96
@@ -49,7 +49,7 @@ String RID_SVXSTR_HYPERDLG_HLINETTP
|
||||
};
|
||||
String RID_SVXSTR_HYPERDLG_HLINETTP_HELP
|
||||
{
|
||||
Text [ en-US ] = "This is where you create a hyperlink to a Web page or FTP server connection." ;
|
||||
Text [ en-US ] = "This is where you create a link to a Web page or FTP server connection." ;
|
||||
};
|
||||
|
||||
String RID_SVXSTR_HYPERDLG_HLMAILTP
|
||||
@@ -58,7 +58,7 @@ String RID_SVXSTR_HYPERDLG_HLMAILTP
|
||||
};
|
||||
String RID_SVXSTR_HYPERDLG_HLMAILTP_HELP
|
||||
{
|
||||
Text [ en-US ] = "This is where you create a hyperlink to an e-mail address." ;
|
||||
Text [ en-US ] = "This is where you create a link to an e-mail address." ;
|
||||
};
|
||||
|
||||
String RID_SVXSTR_HYPERDLG_HLDOCTP
|
||||
@@ -67,7 +67,7 @@ String RID_SVXSTR_HYPERDLG_HLDOCTP
|
||||
};
|
||||
String RID_SVXSTR_HYPERDLG_HLDOCTP_HELP
|
||||
{
|
||||
Text [ en-US ] = "This is where you create a hyperlink to an existing document or a target within a document." ;
|
||||
Text [ en-US ] = "This is where you create a link to an existing document or a target within a document." ;
|
||||
};
|
||||
|
||||
String RID_SVXSTR_HYPERDLG_HLDOCNTP
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="border_width">6</property>
|
||||
<property name="title" translatable="yes">Hyperlink</property>
|
||||
<property name="title" translatable="yes">Link</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
|
@@ -189,7 +189,7 @@
|
||||
<object class="GtkLabel" id="label2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">Hyperlink Type</property>
|
||||
<property name="label" translatable="yes">Link Type</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
|
@@ -3158,7 +3158,7 @@
|
||||
</node>
|
||||
<node oor:name=".uno:OpenHyperlinkOnCursor" oor:op="replace">
|
||||
<prop oor:name="Label" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Open Hyperlink</value>
|
||||
<value xml:lang="en-US">Open Link</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name=".uno:OpenSmartTagMenuOnCursor" oor:op="replace">
|
||||
@@ -3821,10 +3821,10 @@
|
||||
</node>
|
||||
<node oor:name=".uno:HyperlinkDialog" oor:op="replace">
|
||||
<prop oor:name="Label" oor:type="xs:string">
|
||||
<value xml:lang="en-US">~Hyperlink...</value>
|
||||
<value xml:lang="en-US">~Link...</value>
|
||||
</prop>
|
||||
<prop oor:name="TooltipLabel" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Insert Hyperlink</value>
|
||||
<value xml:lang="en-US">Insert Link</value>
|
||||
</prop>
|
||||
<prop oor:name="Properties" oor:type="xs:int">
|
||||
<value>9</value>
|
||||
|
@@ -375,20 +375,20 @@
|
||||
</node>
|
||||
<node oor:name=".uno:EditHyperlink" oor:op="replace">
|
||||
<prop oor:name="Label" oor:type="xs:string">
|
||||
<value xml:lang="en-US">~Hyperlink</value>
|
||||
<value xml:lang="en-US">~Link</value>
|
||||
</prop>
|
||||
<prop oor:name="PopupLabel" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Edit Hyperlink...</value>
|
||||
<value xml:lang="en-US">Edit Link...</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name=".uno:RemoveHyperlink" oor:op="replace">
|
||||
<prop oor:name="Label" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Remove Hyperlink</value>
|
||||
<value xml:lang="en-US">Remove Link</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name=".uno:CopyHyperlinkLocation" oor:op="replace">
|
||||
<prop oor:name="Label" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Copy Hyperlink Location</value>
|
||||
<value xml:lang="en-US">Copy Link Location</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name=".uno:InsertBookmark" oor:op="replace">
|
||||
@@ -476,7 +476,7 @@
|
||||
</node>
|
||||
<node oor:name=".uno:InsertHyperlinkDlg" oor:op="replace">
|
||||
<prop oor:name="Label" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Insert Hyperlink</value>
|
||||
<value xml:lang="en-US">Insert Link</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name=".uno:InsertLinebreak" oor:op="replace">
|
||||
@@ -865,7 +865,7 @@
|
||||
</node>
|
||||
<node oor:name=".uno:ExecHyperlinks" oor:op="replace">
|
||||
<prop oor:name="Label" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Hyperlinks Active</value>
|
||||
<value xml:lang="en-US">Links Active</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name=".uno:SuperScript" oor:op="replace">
|
||||
|
Reference in New Issue
Block a user