File: language.xml

package info (click to toggle)
gnome-devel-docs 2.30.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 14,620 kB
  • ctags: 12
  • sloc: xml: 89,236; sh: 625; makefile: 371
file content (50 lines) | stat: -rw-r--r-- 1,883 bytes parent folder | download | duplicates (2)
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
<appendix id="language"> 
  <title>Glossary of Terms in This Guide</title> 
  <para>
	 This glossary contains a list of terms in the 
	 <citetitle>GNOME Documentation Style Guide</citetitle>, for which
	 contributors to the GNOME Documentation Project have requested clarification.
	 If you find terms that are unfamiliar to you in this guide, ask Pat Costello
	 <email>docs@gnome.org</email> to include a definition in the following list.
  </para>
  <variablelist> 
	 <varlistentry> 
		<term id="gerund">gerund</term> 
		<listitem> 
		  <para>
			 The "-ing" form of a verb. You can use the gerund as part of a verb
			 form, or as a noun.
		  </para>
		  <para>
			 Example: The system is running at full power.
		  </para>
		  <para>
			 The gerund <emphasis>running</emphasis> is part of the present
			 continuous verb <emphasis>is running</emphasis>. An ambiguity arises when you
			 use a gerund as a noun.
		  </para>
		  <para>
			 Example: The running system requires power.
		  </para>
		</listitem> 
	 </varlistentry> 
	 <varlistentry> 
		<term id="saxon">Saxon genitive</term> 
		<listitem> 
		  <para>
			 A language construction that denotes possession, derived from Old
			 Saxon. The construction is present in all languages that have a distinct
			 Germanic influence, including English. The genitive form is not present in
			 Latin-derived languages, or non-European languages, and can therefore cause
			 difficulty for readers and translators. The genitive form is created by adding
			 apostrophe s to the end of a proper noun. In the original form, the genitive
			 was created by adding an -es suffix to a noun. The apostrophe in the English
			 form of the genitive denotes the missing letter e.
		  </para>
		  <para>
			 Example: The man's car = the car belonging to the man.
		  </para>
		</listitem> 
	 </varlistentry> 
  </variablelist> 
</appendix>