/usr/share/help/ko/gnome-terminal/txt-links.page is in gnome-terminal-data 3.22.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="txt-links" xml:lang="ko">
<info>
<link type="guide" xref="index#textoutput"/>
<revision version="0.1" date="2013-03-03" status="candidate"/>
<credit type="author copyright">
<name>Sindhu S</name>
<email>sindhus@live.in</email>
<years>2013</years>
</credit>
<credit type="copyright editor">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
<years>2013</years>
</credit>
<credit type="copyright editor">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
<years>2013</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>웹 주소와 메일 주소 연결을 엽니다.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>조성호</mal:name>
<mal:email>shcho@gnome.org</mal:email>
<mal:years>2016.</mal:years>
</mal:credit>
</info>
<title>하이퍼링크와 전자메일 주소</title>
<p><app>터미널</app>은 터미널 출력을 해석하여 웹 주소 또는 메일 주소 텍스트 부분을 자동으로 감지합니다. 프로그램으로 열 수 있는 링크 텍스트를 커서로 가리키면 웹 주소와 메일 주소의 경우 자동으로 강조합니다.</p>
<p>예를 들어 <app>wget</app> 또는 <app>curl</app> 프로그램에서 터미널에 출력하는 일부 내용으로 <output>http://www.gnome.org</output> 또는 <output>username@example.com</output> 가 있습니다.</p>
<section id="hyperlinks">
<title>웹 주소 열거나 복사하기</title>
<p>웹 주소는 하이퍼링크라고도 합니다. 시스템 클립보드에 복사하거나 원하는 웹 브라우저에서 열 수 있습니다.</p>
<list>
<item>
<p>하이퍼 링크를 복사하려면:</p>
<steps>
<item>
<p><app>터미널</app> 에서 링크에 마우스 커서를 두고 오른쪽 단추를 누르십시오.</p>
</item>
<item>
<p><gui style="menuitem">링크 주소 복사</gui>를 선택하십시오.</p>
</item>
</steps>
</item>
<item>
<p>웹 브라우저에서 하이퍼링크를 열려면:</p>
<steps>
<item>
<p>하이퍼링크에 마우스 커서를 두고 오른쪽 단추를 누르십시오.</p>
</item>
<item>
<p><gui style="menuitem">링크 열기</gui>를 선택하십시오.</p>
</item>
</steps>
</item>
</list>
</section>
<section id="email">
<title>메일 주소에 메일을 보내거나 복사하기</title>
<p>메일 주소는 시스템 클립보드에 복사하거나 원하는 전자메일 클라이언트에서 열 수 있습니다.</p>
<list>
<item>
<p>전자메일 주소를 복사하려면:</p>
<steps>
<item>
<p><app>터미널</app> 에서 전자메일 주소에 마우스 커서를 두고 오른쪽 단추를 누르십시오.</p>
</item>
<item>
<p><gui style="menuitem">메일 주소 복사</gui>를 선택하십시오.</p>
</item>
</steps>
</item>
<item>
<p>전자메일 클라이언트로 해당 메일 주소에 메일을 보내려면:</p>
<steps>
<item>
<p>주소에 마우스 커서를 올려두고 오른쪽 단추를 누르십시오.</p>
</item>
<item>
<p><gui style="menuitem">메일 보내기…</gui>를 선택하십시오.</p>
</item>
</steps>
</item>
</list>
</section>
</page>
|