diff options
Diffstat (limited to 'kdoctools/customization/ko/entities')
12 files changed, 146 insertions, 0 deletions
diff --git a/kdoctools/customization/ko/entities/fdl-notice.docbook b/kdoctools/customization/ko/entities/fdl-notice.docbook new file mode 100644 index 000000000..f9e2e094b --- /dev/null +++ b/kdoctools/customization/ko/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.1 or any later version published by the Free Software +Foundation; with &FDLInvariantSections;, with &FDLFrontCoverText;, and +with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/ko/entities/gpl-notice.docbook b/kdoctools/customization/ko/entities/gpl-notice.docbook new file mode 100644 index 000000000..2611c941f --- /dev/null +++ b/kdoctools/customization/ko/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License as +published by the Free Software Foundation; either version 2 of the +License, or (at your option) any later version.</para> + +<para>This program is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied warranty +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details.</para> + +<para>You should have received a copy of the GNU General Public +License along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/ko/entities/help-menu.docbook b/kdoctools/customization/ko/entities/help-menu.docbook new file mode 100644 index 000000000..7b10f52a6 --- /dev/null +++ b/kdoctools/customization/ko/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/ko/entities/install-compile.docbook b/kdoctools/customization/ko/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/ko/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/ko/entities/install-intro.docbook b/kdoctools/customization/ko/entities/install-intro.docbook new file mode 100644 index 000000000..781de9dc5 --- /dev/null +++ b/kdoctools/customization/ko/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; +project.</para> diff --git a/kdoctools/customization/ko/entities/lgpl-notice.docbook b/kdoctools/customization/ko/entities/lgpl-notice.docbook new file mode 100644 index 000000000..0e06a065a --- /dev/null +++ b/kdoctools/customization/ko/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public License +as published by the Free Software Foundation; either version 2 of +the License, or (at your option) any later version.</para> + +<para>This library is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied warranty +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details.</para> + +<para>You should have received a copy of the GNU Lesser General +Public License along with this library; if not, write to the Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/ko/entities/underArtisticLicense.docbook b/kdoctools/customization/ko/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..44ccf652d --- /dev/null +++ b/kdoctools/customization/ko/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>ÀÌ ÇÁ·Î±×·¥Àº <ulink url="common/artistic-license.html">Artistic +License</ulink>¿¡ µû¶ó¼ ¾µ ¼ö ÀÖ½À´Ï´Ù.</para> diff --git a/kdoctools/customization/ko/entities/underBSDLicense.docbook b/kdoctools/customization/ko/entities/underBSDLicense.docbook new file mode 100644 index 000000000..d619ee203 --- /dev/null +++ b/kdoctools/customization/ko/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>ÀÌ ÇÁ·Î±×·¥Àº <ulink url="common/bsd-license.html">BSD License</ulink>¿¡ +µû¶ó¼ ¾µ ¼ö ÀÖ½À´Ï´Ù.</para> diff --git a/kdoctools/customization/ko/entities/underFDL.docbook b/kdoctools/customization/ko/entities/underFDL.docbook new file mode 100644 index 000000000..2212a0185 --- /dev/null +++ b/kdoctools/customization/ko/entities/underFDL.docbook @@ -0,0 +1,5 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License""> +ÀÌ ±ÛÀº <quote>GNU Free Documentation License</quote>(ÁÙ¿©¼ FDL)¿¡ µû¶ó¼ ¾µ ¼ö ÀÖ½À´Ï´Ù. +GNU FDL¿¡ ´ëÇؼ ´õ ¸¹ÀÌ ¾Ë°í ½Í´Ù¸é <ulink url="common/fdl-license.html">¿µ¾î·Î µÈ +º»µð±Û</ulink>À» ÀÐ¾î º¸½Ã°Å³ª <ulink url="common/fdl-ko-translated.html">Çѱ¹¸»·Î +¿Å±ä ±Û</ulink>À» ÀÐ¾î º¸½Ê½Ã¿ä.</para> diff --git a/kdoctools/customization/ko/entities/underGPL.docbook b/kdoctools/customization/ko/entities/underGPL.docbook new file mode 100644 index 000000000..886f09706 --- /dev/null +++ b/kdoctools/customization/ko/entities/underGPL.docbook @@ -0,0 +1,5 @@ +<para>ÀÌ ÇÁ·Î±×·¥Àº <quote>GNU General Public License</quote>(ÁÙ¿©¼ GPL)¿¡ µû¶ó¼ ¾µ ¼ö +ÀÖ½À´Ï´Ù. GNU GPL¿¡ ´ëÇؼ ´õ ¸¹ÀÌ ¾Ë°í ½Í´Ù¸é, +<ulink url="common/gpl-license.html">¿µ¾î·Î µÈ º»µð±Û</ulink>À» ÀÐ¾î º¸½Ã°Å³ª +<ulink url="common/gpl-ko-translated.html">Çѱ¹¸»·Î ¿Å±ä ±Û</ulink>À» Àоî +º¸½Ê½Ã¿ä.</para> diff --git a/kdoctools/customization/ko/entities/underX11License.docbook b/kdoctools/customization/ko/entities/underX11License.docbook new file mode 100644 index 000000000..3dff180cc --- /dev/null +++ b/kdoctools/customization/ko/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>ÀÌ ÇÁ·Î±×·¥Àº <ulink url="common/x11-license.html">X11 License</ulink>¸¦ +µû¶ó¼ ¾µ ¼ö ÀÖ½À´Ï´Ù.</para> diff --git a/kdoctools/customization/ko/entities/update-doc.docbook b/kdoctools/customization/ko/entities/update-doc.docbook new file mode 100644 index 000000000..842f5a11c --- /dev/null +++ b/kdoctools/customization/ko/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<!--<para>ÀÌ ±Û º¸´Ù ´õ »õ·Î¿î ³»¿ëÀ» ´ã°í ÀÖ´Â ±ÛÀÌ ÀÖÀ» ¼ö ÀÖ½À´Ï´Ù. +<ulink url="http://docs.kde.org/page#&kappname;">http://docs.kde.org/page#&kappname;</ulink>¿¡ +´õ »õ·Î¿î ±ÛÀÌ ÀÖ´ÂÁö º¸¼¼¿ä.</para> --> |