2d0707f48e1c9379c02e95871dbcc5627a9c9376
[slides.git] / fosdem2003 / l10ntalk_01.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5   <meta name="Author" content="KaiRo - Robert Kaiser">
6   <title>L10n talk - FOSDEM 2003 - Mozilla Meeting</title>
7   <link rel="stylesheet" type="text/css" href="l10ntalk.css">
8   <link rel="contents" href="index.html" title="Contents">
9   <link rel="index" href="l10ntalk_overview.html" title="Overview">
10   <link rel="start" href="index.html" title="Start">
11 <!--  <link rel="first" href="l10ntalk_01.html" title="First page">
12   <link rel="previous" href="index.html" title="Previous page"> -->
13   <link rel="next" href="l10ntalk_02.html" title="Next page">
14   <link rel="last" href="l10ntalk_12.html" title="Last page">
15 </head>
16 <body>
17
18 <h1>used terms in this talk</h1>
19
20 <div class="explanation">
21 A rough list of special terms that will be used here and/or are commonly used in the L10n area:
22 <ul>
23  <li><b>L10n</b>: Localization (an "L", followed by 10 characters, then an "n"): Customizing Software for a specific local area (mainly translation)</li>
24  <li><b>i18n</b>: Internationalization (an "i", followed by 18 characters, then an "n"): Making Software internationally useable (e.g. support input with Asian keyboards etc.)</li>
25  <li><b>L12y</b>: Localizability (available as a bugzilla.mozilla.org keyword, added for bugs that block L10n of some feature)</li>
26  <li><b>locale</b>: a set/package of locally customized items (e.g. a "language pack")</li>
27  <li><b>theme</b>: In Mozilla terms, a theme is a set of CSS files and images (perhaps even some XBL), sometimes also called "skin"</li>
28  <li><b>XUL</b>: "XML User interface Language" (pronounced "zool"), an XML dialect used by Mozilla to describe its UI (User Interface)</li>
29  <li><b>XPI</b>: "X(cross)-Platform install": cross-platform file format for installation of projects within the Mozilla framework. The XPI file is a zip-format file that contains a JavaScript installation script (install.js)</li>
30  <li><b>JAR</b>: This file type that originates from "Java Archive Resources" is a compressed format used for Mozilla's chrome. It's basically a zip format file, containing chrome files and RDF files that describe the content and can be fed into chrome registry (contents.rdf).</li>
31 </ul>
32 Terms like XML, XML entity, DTD, URI, etc. should be known by most people attending this talk, I think...
33 </body>
34 </html>