summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-26 21:11:50 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-26 21:11:50 +0000
commita1701a34b440e273840fbce86ed3f8804a878a20 (patch)
tree988f8036dbf4256f0cbaa7381a1d1942654ac163
parent09ec0edb4182d0d4818702913e4e73ad343789f4 (diff)
downloadfedora-doc-utils-a1701a34b440e273840fbce86ed3f8804a878a20.tar.gz
fedora-doc-utils-a1701a34b440e273840fbce86ed3f8804a878a20.tar.xz
fedora-doc-utils-a1701a34b440e273840fbce86ed3f8804a878a20.zip
Don't actually have an Italian translation yet.
-rw-r--r--common/entities/Makefile2
-rw-r--r--common/entities/entities-it.ent74
-rw-r--r--common/entities/entities-it.xml185
-rw-r--r--common/entities/it.po240
4 files changed, 1 insertions, 500 deletions
diff --git a/common/entities/Makefile b/common/entities/Makefile
index 3c5b02c..f4cbc2a 100644
--- a/common/entities/Makefile
+++ b/common/entities/Makefile
@@ -1,5 +1,5 @@
PRI_LANG=en
-OTHERS =it
+OTHERS =
#######################################################################
# Populate make(1) with only those suffixes of interest to us
diff --git a/common/entities/entities-it.ent b/common/entities/entities-it.ent
deleted file mode 100644
index 3f2bfc6..0000000
--- a/common/entities/entities-it.ent
+++ /dev/null
@@ -1,74 +0,0 @@
-
- <!-- These are the Italian (it) common entities. -->
-
- <!-- Group: Fedora common entries -->
-
- <!ENTITY FED "Fedora" > <!-- Generic root term -->
- <!ENTITY CORE "Core" > <!-- Generic root term -->
- <!ENTITY FC "&FED; &CORE;" > <!-- Generic main project name -->
- <!ENTITY DISTRO "&FC;" > <!-- Legacy Entity -->
- <!ENTITY FCX "FC" > <!-- Short project name -->
- <!ENTITY FP "&FED; Project" > <!-- Generic overall project name -->
- <!ENTITY FDP "&FED; Docs Project" > <!-- Generic docs project name -->
- <!ENTITY FDPX "&FED; Docs Project" > <!-- Italian short docs project name -->
- <!ENTITY EX "Extras" > <!-- cf. Core -->
- <!ENTITY FEX "&FED; &EX;" > <!-- cf. Fedora Core -->
- <!ENTITY FP-URL "<ulink url='http://fedora.redhat.com/projects/docs/'/>" > <!-- Fedora Docs Project URL -->
- <!ENTITY FDPDOCS-UTL "<ulink url='http://fedora.redhat.com/docs/'/>" > <!-- Fedora Documentation (repository) URL -->
- <!ENTITY BZ "Bugzilla" > <!-- Bugzilla -->
- <!ENTITY BZ-URL "<ulink url='http://bugzilla.redhat.com'/>" > <!-- Bugzilla URL -->
- <!ENTITY BZ-PROD "&FED; Documentation" > <!-- Bugzilla product for Fedora Docs -->
-
- <!-- Group: Fedora Version Numbers -->
-
- <!ENTITY FCVER "4" > <!-- Current release version of main project -->
- <!ENTITY TESTVER "test3" > <!-- Current test number of main project -->
- <!ENTITY FCTESTVER "5 &TESTVER;" > <!-- Current test version of main project -->
-
- <!-- Group: Other common names -->
-
- <!ENTITY RH "Red Hat" > <!-- The generic term "Red Hat" -->
- <!ENTITY FORMAL-RHI "&RH; Inc." > <!-- The generic term "Red Hat, Inc." -->
- <!ENTITY RHL "&RH; Linux" > <!-- The generic term "Red Hat Linux" -->
- <!ENTITY RHN "&RH; Network" > <!-- The generic term "Red Hat Network" -->
- <!ENTITY RHEL "&RH; Enterprise Linux" > <!-- The generic term "Red Hat Enterprise Linux" -->
-
- <!-- Group: Technology terms -->
-
- <!ENTITY SEL "SELinux" > <!-- Generic technology term -->
-
- <!-- Group: Common doc files -->
-
- <!ENTITY LEGALNOTICE SYSTEM "legalnotice-en.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY LEGALNOTICE-CONTENT SYSTEM "legalnotice-content-en.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY LEGALNOTICE-OPL SYSTEM "legalnotice-opl-en.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY LEGALNOTICE-OPL-CONTENT SYSTEM "opl.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY LEGALNOTICE-RELNOTES SYSTEM "legalnotice-relnotes-en.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY LEGALNOTICE-SECTION SYSTEM "legalnotice-section-en.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY BUG-REPORTING SYSTEM "bugreporting-en.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
-
- <!-- Group: Common applications -->
-
-
- <!-- Group: Required by build scripts -->
-
- <!ENTITY PROJECT "&FP;" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
-
- <!-- Group: Tutorial Titles -->
-
- <!ENTITY IG "Installation Guide" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY DOCG "Documentation Guide" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
-
- <!-- Group: Tutorial URL's -->
-
- <!ENTITY IG-URL "<ulink url='http://fedora.redhat.com/docs/fedora-install-guide-en/'/>" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY DOCG-URL "<ulink url='http://fedora.redhat.com/participate/documentation-guide/'/>" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
-
- <!-- Group: Status notices -->
-
- <!ENTITY DRAFTNOTICE SYSTEM "draftnotice-en.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY LEGACYNOTICE SYSTEM "legacynotice-en.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY OBSOLETENOTICE SYSTEM "obsoletenotice-en.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
- <!ENTITY DEPRECATEDNOTICE SYSTEM "deprecatednotice-en.xml" > <!-- WHO AM I? WHAT AM I? I CAN'T REMEMBER! -->
-
-
diff --git a/common/entities/entities-it.xml b/common/entities/entities-it.xml
deleted file mode 100644
index a770470..0000000
--- a/common/entities/entities-it.xml
+++ /dev/null
@@ -1,185 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<!DOCTYPE entities SYSTEM "entities.dtd">
-<entities>
- <title>These are the Italian (it) common entities.</title>
- <group name="Fedora common entries">
- <entity name="FED">
- <comment>Generic root term</comment>
- <text>Fedora</text>
- </entity>
- <entity name="CORE">
- <comment>Generic root term</comment>
- <text>Core</text>
- </entity>
- <entity name="FC">
- <comment>Generic main project name</comment>
- <text><use entity="FED"/> <use entity="CORE"/></text>
- </entity>
- <entity name="DISTRO">
- <comment>Legacy Entity</comment>
- <text><use entity="FC"/></text>
- </entity>
- <entity name="FCX">
- <comment>Short project name</comment>
- <text>FC</text>
- </entity>
- <entity name="FP">
- <comment>Generic overall project name</comment>
- <text><use entity="FED"/> Project</text>
- </entity>
- <entity name="FDP">
- <comment>Generic docs project name</comment>
- <text><use entity="FED"/> Docs Project</text>
- </entity>
- <entity name="FDPX">
- <comment>Italian short docs project name</comment>
- <text><use entity="FED"/> Docs Project</text>
- </entity>
- <entity name="EX">
- <comment>cf. Core</comment>
- <text>Extras</text>
- </entity>
- <entity name="FEX">
- <comment>cf. Fedora Core</comment>
- <text><use entity="FED"/> <use entity="EX"/></text>
- </entity>
- <entity name="FP-URL">
- <comment>Fedora Docs Project URL</comment>
- <text><ulink url="http://fedora.redhat.com/projects/docs/"/></text>
- </entity>
- <entity name="FDPDOCS-UTL">
- <comment>Fedora Documentation (repository) URL</comment>
- <text><ulink url="http://fedora.redhat.com/docs/"/></text>
- </entity>
- <entity name="BZ">
- <comment>Bugzilla</comment>
- <text>Bugzilla</text>
- </entity>
- <entity name="BZ-URL">
- <comment>Bugzilla URL</comment>
- <text><ulink url="http://bugzilla.redhat.com"/></text>
- </entity>
- <entity name="BZ-PROD">
- <comment>Bugzilla product for Fedora Docs</comment>
- <text><use entity="FED"/> Documentation</text>
- </entity>
- </group>
- <group name="Fedora Version Numbers">
- <entity name="FCVER">
- <comment>Current release version of main project</comment>
- <text>4</text>
- </entity>
- <entity name="TESTVER">
- <comment>Current test number of main project</comment>
- <text>test3</text>
- </entity>
- <entity name="FCTESTVER">
- <comment>Current test version of main project</comment>
- <text>5 <use entity="TESTVER"/></text>
- </entity>
- </group>
- <group name="Other common names">
- <entity name="RH">
- <comment>The generic term "Red Hat"</comment>
- <text>Red Hat</text>
- </entity>
- <entity name="FORMAL-RHI">
- <comment>The generic term "Red Hat, Inc."</comment>
- <text><use entity="RH"/> Inc.</text>
- </entity>
- <entity name="RHL">
- <comment>The generic term "Red Hat Linux"</comment>
- <text><use entity="RH"/> Linux</text>
- </entity>
- <entity name="RHN">
- <comment>The generic term "Red Hat Network"</comment>
- <text><use entity="RH"/> Network</text>
- </entity>
- <entity name="RHEL">
- <comment>The generic term "Red Hat Enterprise Linux"</comment>
- <text><use entity="RH"/> Enterprise Linux</text>
- </entity>
- </group>
- <group name="Technology terms">
- <entity name="SEL">
- <comment>Generic technology term</comment>
- <text>SELinux</text>
- </entity>
- </group>
- <group name="Common doc files">
- <entity name="LEGALNOTICE" kind="system">
- <comment/>
- <text>legalnotice-en.xml</text>
- </entity>
- <entity name="LEGALNOTICE-CONTENT" kind="system">
- <comment/>
- <text>legalnotice-content-en.xml</text>
- </entity>
- <entity name="LEGALNOTICE-OPL" kind="system">
- <comment/>
- <text>legalnotice-opl-en.xml</text>
- </entity>
- <entity name="LEGALNOTICE-OPL-CONTENT" kind="system">
- <comment/>
- <text>opl.xml</text>
- </entity>
- <entity name="LEGALNOTICE-RELNOTES" kind="system">
- <comment/>
- <text>legalnotice-relnotes-en.xml</text>
- </entity>
- <entity name="LEGALNOTICE-SECTION" kind="system">
- <comment/>
- <text>legalnotice-section-en.xml</text>
- </entity>
- <entity name="BUG-REPORTING" kind="system">
- <comment/>
- <text>bugreporting-en.xml</text>
- </entity>
- </group>
- <group name="Common applications">
- </group>
- <group name="Required by build scripts">
- <entity name="PROJECT">
- <comment/>
- <text><use entity="FP"/></text>
- </entity>
- </group>
- <group name="Tutorial Titles">
- <entity name="IG">
- <comment/>
- <text>Installation Guide</text>
- </entity>
- <entity name="DOCG">
- <comment/>
- <text>Documentation Guide</text>
- </entity>
- </group>
- <group name="Tutorial URL's">
- <entity name="IG-URL">
- <comment/>
- <text><ulink url="http://fedora.redhat.com/docs/fedora-install-guide-en/"/></text>
- </entity>
- <entity name="DOCG-URL">
- <comment/>
- <text><ulink url="http://fedora.redhat.com/participate/documentation-guide/"/></text>
- </entity>
- </group>
- <group name="Status notices">
- <entity name="DRAFTNOTICE" kind="system">
- <comment/>
- <text>draftnotice-en.xml</text>
- </entity>
- <entity name="LEGACYNOTICE" kind="system">
- <comment/>
- <text>legacynotice-en.xml</text>
- </entity>
- <entity name="OBSOLETENOTICE" kind="system">
- <comment/>
- <text>obsoletenotice-en.xml</text>
- </entity>
- <entity name="DEPRECATEDNOTICE" kind="system">
- <comment/>
- <text>deprecatednotice-en.xml</text>
- </entity>
- </group>
-</entities>
diff --git a/common/entities/it.po b/common/entities/it.po
deleted file mode 100644
index 9046f96..0000000
--- a/common/entities/it.po
+++ /dev/null
@@ -1,240 +0,0 @@
-# translation of it.po to US English
-# Tommy Reynolds <Tommy.Reynolds@MegaCoder.com>, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: it\n"
-"POT-Creation-Date: 2006-02-25 13:56-0600\n"
-"PO-Revision-Date: 2006-02-26 15:05-0600\n"
-"Last-Translator: Tommy Reynolds <Tommy.Reynolds@MegaCoder.com>\n"
-"Language-Team: US English <en@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.1\n"
-
-#: entities-en.xml:6(title)
-msgid ""
-"These common entities are useful shorthand terms and names, which may be "
-"subject to change at anytime. This is an important value the the entity "
-"provides: a single location to update terms and common names."
-msgstr "These are the Italian (it) common entities."
-
-#: entities-en.xml:14(comment) entities-en.xml:18(comment)
-msgid "Generic root term"
-msgstr ""
-
-#: entities-en.xml:15(text)
-msgid "Fedora"
-msgstr ""
-
-#: entities-en.xml:19(text)
-msgid "Core"
-msgstr ""
-
-#: entities-en.xml:22(comment)
-#, fuzzy
-msgid "Generic main project name"
-msgstr "Italian short docs project name"
-
-#: entities-en.xml:26(comment)
-msgid "Legacy Entity"
-msgstr ""
-
-#: entities-en.xml:30(comment)
-#, fuzzy
-msgid "Short project name"
-msgstr "Italian short docs project name"
-
-#: entities-en.xml:31(text)
-msgid "FC"
-msgstr ""
-
-#: entities-en.xml:34(comment)
-#, fuzzy
-msgid "Generic overall project name"
-msgstr "Italian short docs project name"
-
-#: entities-en.xml:35(text)
-msgid "<use entity=\"FED\"/> Project"
-msgstr ""
-
-#: entities-en.xml:38(comment)
-#, fuzzy
-msgid "Generic docs project name"
-msgstr "Italian short docs project name"
-
-#: entities-en.xml:39(text) entities-en.xml:43(text)
-msgid "<use entity=\"FED\"/> Docs Project"
-msgstr ""
-
-#: entities-en.xml:42(comment)
-msgid "Short docs project name"
-msgstr "Italian short docs project name"
-
-#: entities-en.xml:46(comment)
-msgid "cf. Core"
-msgstr ""
-
-#: entities-en.xml:47(text)
-msgid "Extras"
-msgstr ""
-
-#: entities-en.xml:50(comment)
-msgid "cf. Fedora Core"
-msgstr ""
-
-#: entities-en.xml:54(comment)
-#, fuzzy
-msgid "Fedora Docs Project URL"
-msgstr "Projecto Fedora Document"
-
-#: entities-en.xml:58(comment)
-#, fuzzy
-msgid "Fedora Documentation (repository) URL"
-msgstr "Projecto Fedora Document"
-
-#: entities-en.xml:62(comment) entities-en.xml:63(text)
-msgid "Bugzilla"
-msgstr ""
-
-#: entities-en.xml:66(comment)
-msgid "Bugzilla URL"
-msgstr ""
-
-#: entities-en.xml:70(comment)
-msgid "Bugzilla product for Fedora Docs"
-msgstr ""
-
-#: entities-en.xml:71(text)
-msgid "<use entity=\"FED\"/> Documentation"
-msgstr ""
-
-#: entities-en.xml:76(comment)
-msgid "Current release version of main project"
-msgstr ""
-
-#: entities-en.xml:77(text)
-msgid "4"
-msgstr ""
-
-#: entities-en.xml:80(comment)
-msgid "Current test number of main project"
-msgstr ""
-
-#: entities-en.xml:81(text)
-msgid "test3"
-msgstr ""
-
-#: entities-en.xml:84(comment)
-msgid "Current test version of main project"
-msgstr ""
-
-#: entities-en.xml:85(text)
-msgid "5 <use entity=\"TESTVER\"/>"
-msgstr ""
-
-#: entities-en.xml:90(comment)
-msgid "The generic term \"Red Hat\""
-msgstr ""
-
-#: entities-en.xml:91(text)
-msgid "Red Hat"
-msgstr ""
-
-#: entities-en.xml:94(comment)
-msgid "The generic term \"Red Hat, Inc.\""
-msgstr ""
-
-#: entities-en.xml:95(text)
-msgid "<use entity=\"RH\"/> Inc."
-msgstr ""
-
-#: entities-en.xml:98(comment)
-msgid "The generic term \"Red Hat Linux\""
-msgstr ""
-
-#: entities-en.xml:99(text)
-msgid "<use entity=\"RH\"/> Linux"
-msgstr ""
-
-#: entities-en.xml:102(comment)
-msgid "The generic term \"Red Hat Network\""
-msgstr ""
-
-#: entities-en.xml:103(text)
-msgid "<use entity=\"RH\"/> Network"
-msgstr ""
-
-#: entities-en.xml:106(comment)
-msgid "The generic term \"Red Hat Enterprise Linux\""
-msgstr ""
-
-#: entities-en.xml:107(text)
-msgid "<use entity=\"RH\"/> Enterprise Linux"
-msgstr ""
-
-#: entities-en.xml:112(comment)
-msgid "Generic technology term"
-msgstr ""
-
-#: entities-en.xml:113(text)
-msgid "SELinux"
-msgstr ""
-
-#: entities-en.xml:119(text)
-msgid "legalnotice-en.xml"
-msgstr ""
-
-#: entities-en.xml:123(text)
-msgid "legalnotice-content-en.xml"
-msgstr ""
-
-#: entities-en.xml:127(text)
-msgid "legalnotice-opl-en.xml"
-msgstr ""
-
-#: entities-en.xml:131(text)
-msgid "opl.xml"
-msgstr ""
-
-#: entities-en.xml:135(text)
-msgid "legalnotice-relnotes-en.xml"
-msgstr ""
-
-#: entities-en.xml:139(text)
-msgid "legalnotice-section-en.xml"
-msgstr ""
-
-#: entities-en.xml:143(text)
-msgid "bugreporting-en.xml"
-msgstr ""
-
-#: entities-en.xml:157(text)
-msgid "Installation Guide"
-msgstr ""
-
-#: entities-en.xml:161(text)
-msgid "Documentation Guide"
-msgstr ""
-
-#: entities-en.xml:177(text)
-msgid "draftnotice-en.xml"
-msgstr ""
-
-#: entities-en.xml:181(text)
-msgid "legacynotice-en.xml"
-msgstr ""
-
-#: entities-en.xml:185(text)
-msgid "obsoletenotice-en.xml"
-msgstr ""
-
-#: entities-en.xml:189(text)
-msgid "deprecatednotice-en.xml"
-msgstr ""
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
-#: entities-en.xml:0(None)
-msgid "translator-credits"
-msgstr "Tommy Reynolds <Tommy.Reynolds@MegaCoder.com> 2006"
-