Merge lp:~mterry/ubuntu/maverick/libbonobo/2.32.0 into lp:ubuntu/maverick/libbonobo

Proposed by Michael Terry
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~mterry/ubuntu/maverick/libbonobo/2.32.0
Merge into: lp:ubuntu/maverick/libbonobo
Diff against target: 1181 lines (+218/-177)
21 files modified
NEWS (+3/-0)
bonobo-activation/bonobo-activation-2.0.pc (+1/-1)
bonobo-activation/bonobo-activation-version.h (+2/-2)
configure (+12/-12)
configure.in (+2/-2)
debian/changelog (+6/-0)
doc/activation-api/html/attribute-tag.html (+1/-1)
doc/activation-api/html/bonobo-activation-Initialization.html (+2/-2)
doc/activation-api/html/bonobo-activation.devhelp (+4/-4)
doc/activation-api/html/bonobo-activation.devhelp2 (+4/-4)
doc/activation-api/html/checklist.html (+1/-1)
doc/activation-api/html/configuring.html (+2/-2)
doc/activation-api/html/index.html (+12/-12)
doc/activation-api/html/lgpl.html (+1/-1)
doc/activation-api/html/migrating.html (+2/-2)
doc/activation-api/html/query-langage.html (+6/-6)
doc/activation-api/html/query-syntax.html (+9/-9)
doc/activation-api/html/tutorial.html (+7/-7)
po/da.po (+32/-22)
po/id.po (+36/-20)
po/ja.po (+73/-67)
To merge this branch: bzr merge lp:~mterry/ubuntu/maverick/libbonobo/2.32.0
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+36715@code.launchpad.net

Description of the change

GNOME 2.32.0 merge

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS'
2--- NEWS 2010-09-03 12:04:00 +0000
3+++ NEWS 2010-09-27 14:14:16 +0000
4@@ -1,3 +1,6 @@
5+libbonobo 2.32.0
6+ * Translation updates
7+
8 libbonobo 2.31.91
9 * Port to GDBus
10 * Translation updates
11
12=== modified file 'bonobo-activation/bonobo-activation-2.0.pc'
13--- bonobo-activation/bonobo-activation-2.0.pc 2010-09-03 12:04:00 +0000
14+++ bonobo-activation/bonobo-activation-2.0.pc 2010-09-27 14:14:16 +0000
15@@ -7,7 +7,7 @@
16 idldir=${datarootdir}/idl/bonobo-activation-2.0
17
18 Name: Bonobo Activation
19-Version: 2.31.91
20+Version: 2.32.0
21 Description: Object activation framework for GNOME
22 Requires: glib-2.0 gmodule-no-export-2.0 ORBit-2.0
23 Libs: -L${libdir} -lbonobo-activation
24
25=== modified file 'bonobo-activation/bonobo-activation-version.h'
26--- bonobo-activation/bonobo-activation-version.h 2010-09-03 12:04:00 +0000
27+++ bonobo-activation/bonobo-activation-version.h 2010-09-27 14:14:16 +0000
28@@ -24,8 +24,8 @@
29 #define BONOBO_ACTIVATION_VERSION_H
30
31 #define BONOBO_ACTIVATION_MAJOR_VERSION (2)
32-#define BONOBO_ACTIVATION_MINOR_VERSION (31)
33-#define BONOBO_ACTIVATION_MICRO_VERSION (91)
34+#define BONOBO_ACTIVATION_MINOR_VERSION (32)
35+#define BONOBO_ACTIVATION_MICRO_VERSION (0)
36
37 #endif /* BONOBO_ACTIVATION_VERSION_H */
38
39
40=== modified file 'configure'
41--- configure 2010-09-03 12:04:00 +0000
42+++ configure 2010-09-27 14:14:16 +0000
43@@ -1,6 +1,6 @@
44 #! /bin/sh
45 # Guess values for system-dependent variables and create Makefiles.
46-# Generated by GNU Autoconf 2.65 for libbonobo 2.31.91.
47+# Generated by GNU Autoconf 2.65 for libbonobo 2.32.0.
48 #
49 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=bonobo&component=libbonobo>.
50 #
51@@ -702,8 +702,8 @@
52 # Identity of this package.
53 PACKAGE_NAME='libbonobo'
54 PACKAGE_TARNAME='libbonobo'
55-PACKAGE_VERSION='2.31.91'
56-PACKAGE_STRING='libbonobo 2.31.91'
57+PACKAGE_VERSION='2.32.0'
58+PACKAGE_STRING='libbonobo 2.32.0'
59 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=bonobo&component=libbonobo'
60 PACKAGE_URL=''
61
62@@ -1531,7 +1531,7 @@
63 # Omit some internal or obsolete options to make the list less imposing.
64 # This message is too long to be a string in the A/UX 3.1 sh.
65 cat <<_ACEOF
66-\`configure' configures libbonobo 2.31.91 to adapt to many kinds of systems.
67+\`configure' configures libbonobo 2.32.0 to adapt to many kinds of systems.
68
69 Usage: $0 [OPTION]... [VAR=VALUE]...
70
71@@ -1601,7 +1601,7 @@
72
73 if test -n "$ac_init_help"; then
74 case $ac_init_help in
75- short | recursive ) echo "Configuration of libbonobo 2.31.91:";;
76+ short | recursive ) echo "Configuration of libbonobo 2.32.0:";;
77 esac
78 cat <<\_ACEOF
79
80@@ -1733,7 +1733,7 @@
81 test -n "$ac_init_help" && exit $ac_status
82 if $ac_init_version; then
83 cat <<\_ACEOF
84-libbonobo configure 2.31.91
85+libbonobo configure 2.32.0
86 generated by GNU Autoconf 2.65
87
88 Copyright (C) 2009 Free Software Foundation, Inc.
89@@ -2104,7 +2104,7 @@
90 This file contains any messages produced by compilers while
91 running configure, to aid debugging if configure makes a mistake.
92
93-It was created by libbonobo $as_me 2.31.91, which was
94+It was created by libbonobo $as_me 2.32.0, which was
95 generated by GNU Autoconf 2.65. Invocation command line was
96
97 $ $0 $@
98@@ -2917,7 +2917,7 @@
99
100 # Define the identity of the package.
101 PACKAGE='libbonobo'
102- VERSION='2.31.91'
103+ VERSION='2.32.0'
104
105
106 cat >>confdefs.h <<_ACEOF
107@@ -2972,8 +2972,8 @@
108
109
110 BONOBO_MAJOR_VERSION=2
111-BONOBO_MINOR_VERSION=31
112-BONOBO_MICRO_VERSION=91
113+BONOBO_MINOR_VERSION=32
114+BONOBO_MICRO_VERSION=0
115
116
117
118@@ -14982,7 +14982,7 @@
119 # report actual input values of CONFIG_FILES etc. instead of their
120 # values after options handling.
121 ac_log="
122-This file was extended by libbonobo $as_me 2.31.91, which was
123+This file was extended by libbonobo $as_me 2.32.0, which was
124 generated by GNU Autoconf 2.65. Invocation command line was
125
126 CONFIG_FILES = $CONFIG_FILES
127@@ -15048,7 +15048,7 @@
128 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
129 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
130 ac_cs_version="\\
131-libbonobo config.status 2.31.91
132+libbonobo config.status 2.32.0
133 configured by $0, generated by GNU Autoconf 2.65,
134 with options \\"\$ac_cs_config\\"
135
136
137=== modified file 'configure.in'
138--- configure.in 2010-09-03 12:04:00 +0000
139+++ configure.in 2010-09-27 14:14:16 +0000
140@@ -1,8 +1,8 @@
141 AC_PREREQ([2.59])
142
143 m4_define([bonobo_major_version],[2])
144-m4_define([bonobo_minor_version],[31])
145-m4_define([bonobo_micro_version],[91])
146+m4_define([bonobo_minor_version],[32])
147+m4_define([bonobo_micro_version],[0])
148 m4_define([bonobo_version],[bonobo_major_version.bonobo_minor_version.bonobo_micro_version])
149
150 AC_INIT([libbonobo],[bonobo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=bonobo&component=libbonobo])
151
152=== modified file 'debian/changelog'
153--- debian/changelog 2010-09-03 12:04:00 +0000
154+++ debian/changelog 2010-09-27 14:14:16 +0000
155@@ -1,3 +1,9 @@
156+libbonobo (2.32.0-0ubuntu1) maverick; urgency=low
157+
158+ * New upstream release.
159+
160+ -- Michael Terry <mike@mterry.name> Mon, 27 Sep 2010 10:05:17 -0400
161+
162 libbonobo (2.31.91-0ubuntu1) maverick; urgency=low
163
164 * New upstream release
165
166=== modified file 'doc/activation-api/html/attribute-tag.html'
167--- doc/activation-api/html/attribute-tag.html 2010-09-03 12:04:00 +0000
168+++ doc/activation-api/html/attribute-tag.html 2010-09-27 14:14:16 +0000
169@@ -84,7 +84,7 @@
170
171 </p>
172 <div class="table">
173-<a name="id3073533"></a><p class="title"><b>Table 6. Normalized attributes</b></p>
174+<a name="id2765514"></a><p class="title"><b>Table 6. Normalized attributes</b></p>
175 <div class="table-contents"><table summary="Normalized attributes" border="1">
176 <colgroup>
177 <col align="left">
178
179=== modified file 'doc/activation-api/html/bonobo-activation-Initialization.html'
180--- doc/activation-api/html/bonobo-activation-Initialization.html 2010-09-03 12:04:00 +0000
181+++ doc/activation-api/html/bonobo-activation-Initialization.html 2010-09-27 14:14:16 +0000
182@@ -72,7 +72,7 @@
183 <hr>
184 <div class="refsect2">
185 <a name="BONOBO-ACTIVATION-MINOR-VERSION:CAPS"></a><h3>BONOBO_ACTIVATION_MINOR_VERSION</h3>
186-<pre class="programlisting">#define BONOBO_ACTIVATION_MINOR_VERSION (31)
187+<pre class="programlisting">#define BONOBO_ACTIVATION_MINOR_VERSION (32)
188 </pre>
189 <p>
190 </p>
191@@ -80,7 +80,7 @@
192 <hr>
193 <div class="refsect2">
194 <a name="BONOBO-ACTIVATION-MICRO-VERSION:CAPS"></a><h3>BONOBO_ACTIVATION_MICRO_VERSION</h3>
195-<pre class="programlisting">#define BONOBO_ACTIVATION_MICRO_VERSION (90)
196+<pre class="programlisting">#define BONOBO_ACTIVATION_MICRO_VERSION (0)
197 </pre>
198 <p>
199 </p>
200
201=== modified file 'doc/activation-api/html/bonobo-activation.devhelp'
202--- doc/activation-api/html/bonobo-activation.devhelp 2010-09-03 12:04:00 +0000
203+++ doc/activation-api/html/bonobo-activation.devhelp 2010-09-27 14:14:16 +0000
204@@ -3,11 +3,11 @@
205 <book xmlns="http://www.devhelp.net/book" title="Bonobo Activation API Reference Manual" link="index.html" author="Mathieu Lacage" name="bonobo-activation">
206 <chapters>
207 <sub name="Bonobo Activation tutorial" link="tutorial.html">
208- <sub name="What is Bonobo Activation ?" link="tutorial.html#id3027192"/>
209+ <sub name="What is Bonobo Activation ?" link="tutorial.html#id2719173"/>
210 <sub name="Checklist" link="checklist.html"/>
211 </sub>
212 <sub name="Configuring Bonobo Activation" link="configuring.html">
213- <sub name=".server search path." link="configuring.html#id3022101"/>
214+ <sub name=".server search path." link="configuring.html#id2714081"/>
215 </sub>
216 <sub name="Bonobo Activation Architecture" link="architecture.html">
217 <sub name="The Bonobo Activation daemon" link="architecture.html#oaf-daemon"/>
218@@ -15,7 +15,7 @@
219 <sub name="Async Activation" link="async-activation.html"/>
220 </sub>
221 <sub name="Bonobo Activation Query Langage" link="query-langage.html">
222- <sub name="The Bonobo Activation query langage" link="query-langage.html#id3071364"/>
223+ <sub name="The Bonobo Activation query langage" link="query-langage.html#id2763345"/>
224 <sub name="Syntax" link="query-syntax.html"/>
225 </sub>
226 <sub name=".server file format reference" link="server-xml-reference.html">
227@@ -23,7 +23,7 @@
228 <sub name="The oaf_attribute tag" link="attribute-tag.html"/>
229 </sub>
230 <sub name="Migrating from gnorba to Bonobo-activation" link="migrating.html">
231- <sub name="" link="migrating.html#id3075192"/>
232+ <sub name="" link="migrating.html#id2767172"/>
233 </sub>
234 <sub name="API Reference" link="api-reference.html">
235 <sub name="Initialization" link="bonobo-activation-Initialization.html"/>
236
237=== modified file 'doc/activation-api/html/bonobo-activation.devhelp2'
238--- doc/activation-api/html/bonobo-activation.devhelp2 2010-09-03 12:04:00 +0000
239+++ doc/activation-api/html/bonobo-activation.devhelp2 2010-09-27 14:14:16 +0000
240@@ -3,11 +3,11 @@
241 <book xmlns="http://www.devhelp.net/book" title="Bonobo Activation API Reference Manual" link="index.html" author="Mathieu Lacage" name="bonobo-activation" version="2" language="c">
242 <chapters>
243 <sub name="Bonobo Activation tutorial" link="tutorial.html">
244- <sub name="What is Bonobo Activation ?" link="tutorial.html#id3027192"/>
245+ <sub name="What is Bonobo Activation ?" link="tutorial.html#id2719173"/>
246 <sub name="Checklist" link="checklist.html"/>
247 </sub>
248 <sub name="Configuring Bonobo Activation" link="configuring.html">
249- <sub name=".server search path." link="configuring.html#id3022101"/>
250+ <sub name=".server search path." link="configuring.html#id2714081"/>
251 </sub>
252 <sub name="Bonobo Activation Architecture" link="architecture.html">
253 <sub name="The Bonobo Activation daemon" link="architecture.html#oaf-daemon"/>
254@@ -15,7 +15,7 @@
255 <sub name="Async Activation" link="async-activation.html"/>
256 </sub>
257 <sub name="Bonobo Activation Query Langage" link="query-langage.html">
258- <sub name="The Bonobo Activation query langage" link="query-langage.html#id3071364"/>
259+ <sub name="The Bonobo Activation query langage" link="query-langage.html#id2763345"/>
260 <sub name="Syntax" link="query-syntax.html"/>
261 </sub>
262 <sub name=".server file format reference" link="server-xml-reference.html">
263@@ -23,7 +23,7 @@
264 <sub name="The oaf_attribute tag" link="attribute-tag.html"/>
265 </sub>
266 <sub name="Migrating from gnorba to Bonobo-activation" link="migrating.html">
267- <sub name="" link="migrating.html#id3075192"/>
268+ <sub name="" link="migrating.html#id2767172"/>
269 </sub>
270 <sub name="API Reference" link="api-reference.html">
271 <sub name="Initialization" link="bonobo-activation-Initialization.html"/>
272
273=== modified file 'doc/activation-api/html/checklist.html'
274--- doc/activation-api/html/checklist.html 2010-09-03 12:04:00 +0000
275+++ doc/activation-api/html/checklist.html 2010-09-27 14:14:16 +0000
276@@ -56,7 +56,7 @@
277 </p>
278 <div class="sect2">
279 <div class="titlepage"><div><div><h3 class="title">
280-<a name="id3070621"></a>The non-local case</h3></div></div></div>
281+<a name="id2762602"></a>The non-local case</h3></div></div></div>
282 <p>
283 Here, present how to use setup the system for the non-local case.
284 If anyone is willing to write this part, mail gnome-components-list@gnome.org.
285
286=== modified file 'doc/activation-api/html/configuring.html'
287--- doc/activation-api/html/configuring.html 2010-09-03 12:04:00 +0000
288+++ doc/activation-api/html/configuring.html 2010-09-27 14:14:16 +0000
289@@ -22,10 +22,10 @@
290 <div class="chapter">
291 <div class="titlepage"><div><div><h2 class="title">
292 <a name="configuring"></a>Configuring Bonobo Activation</h2></div></div></div>
293-<div class="toc"><dl><dt><span class="sect1"><a href="configuring.html#id3022101"><code class="filename">.server</code> search path.</a></span></dt></dl></div>
294+<div class="toc"><dl><dt><span class="sect1"><a href="configuring.html#id2714081"><code class="filename">.server</code> search path.</a></span></dt></dl></div>
295 <div class="sect1">
296 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
297-<a name="id3022101"></a><code class="filename">.server</code> search path.</h2></div></div></div>
298+<a name="id2714081"></a><code class="filename">.server</code> search path.</h2></div></div></div>
299 <p>
300 To know the list of available <a href="http://foldoc.org/CORBA"><span class="acronym">CORBA</span></a> servers on your
301 local machine, the Bonobo Activation daemon searches a number of
302
303=== modified file 'doc/activation-api/html/index.html'
304--- doc/activation-api/html/index.html 2010-09-03 12:04:00 +0000
305+++ doc/activation-api/html/index.html 2010-09-27 14:14:16 +0000
306@@ -24,7 +24,7 @@
307 </div></div></div>
308 <div><p class="copyright">Copyright © 2000 The Free Software Foundation</p></div>
309 <div><div class="legalnotice">
310-<a name="id3061417"></a><p>
311+<a name="id2753398"></a><p>
312 This documentation is free software; you can redistribute it and/or
313 modify it under the terms of the GNU Lesser General Public
314 License as published by the Free Software Foundation; either
315@@ -39,16 +39,16 @@
316 <div class="toc"><dl>
317 <dt><span class="chapter"><a href="tutorial.html">Bonobo Activation tutorial</a></span></dt>
318 <dd><dl>
319-<dt><span class="sect1"><a href="tutorial.html#id3027192">What is Bonobo Activation ?</a></span></dt>
320+<dt><span class="sect1"><a href="tutorial.html#id2719173">What is Bonobo Activation ?</a></span></dt>
321 <dd><dl>
322-<dt><span class="sect2"><a href="tutorial.html#id3061508">The need for a replacement</a></span></dt>
323-<dt><span class="sect2"><a href="tutorial.html#id3022589">Getting started</a></span></dt>
324+<dt><span class="sect2"><a href="tutorial.html#id2753489">The need for a replacement</a></span></dt>
325+<dt><span class="sect2"><a href="tutorial.html#id2714570">Getting started</a></span></dt>
326 </dl></dd>
327 <dt><span class="sect1"><a href="checklist.html">Checklist</a></span></dt>
328-<dd><dl><dt><span class="sect2"><a href="checklist.html#id3070621">The non-local case</a></span></dt></dl></dd>
329+<dd><dl><dt><span class="sect2"><a href="checklist.html#id2762602">The non-local case</a></span></dt></dl></dd>
330 </dl></dd>
331 <dt><span class="chapter"><a href="configuring.html">Configuring Bonobo Activation</a></span></dt>
332-<dd><dl><dt><span class="sect1"><a href="configuring.html#id3022101"><code class="filename">.server</code> search path.</a></span></dt></dl></dd>
333+<dd><dl><dt><span class="sect1"><a href="configuring.html#id2714081"><code class="filename">.server</code> search path.</a></span></dt></dl></dd>
334 <dt><span class="chapter"><a href="architecture.html">Bonobo Activation Architecture</a></span></dt>
335 <dd><dl>
336 <dt><span class="sect1"><a href="architecture.html#oaf-daemon">The Bonobo Activation daemon</a></span></dt>
337@@ -57,14 +57,14 @@
338 </dl></dd>
339 <dt><span class="chapter"><a href="query-langage.html">Bonobo Activation Query Langage</a></span></dt>
340 <dd><dl>
341-<dt><span class="sect1"><a href="query-langage.html#id3071364">The Bonobo Activation query langage</a></span></dt>
342+<dt><span class="sect1"><a href="query-langage.html#id2763345">The Bonobo Activation query langage</a></span></dt>
343 <dt><span class="sect1"><a href="query-syntax.html">Syntax</a></span></dt>
344 <dd><dl>
345 <dt><span class="sect2"><a href="query-syntax.html#oaf-query-ref-types">Constants</a></span></dt>
346-<dt><span class="sect2"><a href="query-syntax.html#id3072013">Field identifiers</a></span></dt>
347-<dt><span class="sect2"><a href="query-syntax.html#id3072039">Variables</a></span></dt>
348-<dt><span class="sect2"><a href="query-syntax.html#id3072067">Functions</a></span></dt>
349-<dt><span class="sect2"><a href="query-syntax.html#id3072151">Operators</a></span></dt>
350+<dt><span class="sect2"><a href="query-syntax.html#id2763994">Field identifiers</a></span></dt>
351+<dt><span class="sect2"><a href="query-syntax.html#id2764020">Variables</a></span></dt>
352+<dt><span class="sect2"><a href="query-syntax.html#id2764048">Functions</a></span></dt>
353+<dt><span class="sect2"><a href="query-syntax.html#id2764132">Operators</a></span></dt>
354 </dl></dd>
355 </dl></dd>
356 <dt><span class="chapter"><a href="server-xml-reference.html"><code class="filename">.server</code> file format reference</a></span></dt>
357@@ -73,7 +73,7 @@
358 <dt><span class="sect1"><a href="attribute-tag.html">The <code class="sgmltag-element">oaf_attribute</code> tag</a></span></dt>
359 </dl></dd>
360 <dt><span class="chapter"><a href="migrating.html">Migrating from gnorba to Bonobo-activation</a></span></dt>
361-<dd><dl><dt><span class="sect1"><a href="migrating.html#id3075192"></a></span></dt></dl></dd>
362+<dd><dl><dt><span class="sect1"><a href="migrating.html#id2767172"></a></span></dt></dl></dd>
363 <dt><span class="chapter"><a href="api-reference.html">API Reference</a></span></dt>
364 <dd><dl>
365 <dt>
366
367=== modified file 'doc/activation-api/html/lgpl.html'
368--- doc/activation-api/html/lgpl.html 2010-09-03 12:04:00 +0000
369+++ doc/activation-api/html/lgpl.html 2010-09-27 14:14:16 +0000
370@@ -23,7 +23,7 @@
371 <div class="titlepage">
372 <div>
373 <div><h1 class="title">
374-<a name="id3086392"></a>GNU Lesser General Public License</h1></div>
375+<a name="id2778373"></a>GNU Lesser General Public License</h1></div>
376 <div><p class="releaseinfo">
377 Version 2.1, February 1999
378 </p></div>
379
380=== modified file 'doc/activation-api/html/migrating.html'
381--- doc/activation-api/html/migrating.html 2010-09-03 12:04:00 +0000
382+++ doc/activation-api/html/migrating.html 2010-09-27 14:14:16 +0000
383@@ -22,9 +22,9 @@
384 <div class="chapter">
385 <div class="titlepage"><div><div><h2 class="title">
386 <a name="migrating"></a>Migrating from gnorba to Bonobo-activation</h2></div></div></div>
387-<div class="toc"><dl><dt><span class="sect1"><a href="migrating.html#id3075192"></a></span></dt></dl></div>
388+<div class="toc"><dl><dt><span class="sect1"><a href="migrating.html#id2767172"></a></span></dt></dl></div>
389 <div class="sect1">
390-<div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id3075192"></a></h2></div></div></div>
391+<div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2767172"></a></h2></div></div></div>
392 <p>
393 Someone write this ?
394 </p>
395
396=== modified file 'doc/activation-api/html/query-langage.html'
397--- doc/activation-api/html/query-langage.html 2010-09-03 12:04:00 +0000
398+++ doc/activation-api/html/query-langage.html 2010-09-27 14:14:16 +0000
399@@ -23,19 +23,19 @@
400 <div class="titlepage"><div><div><h2 class="title">
401 <a name="query-langage"></a>Bonobo Activation Query Langage</h2></div></div></div>
402 <div class="toc"><dl>
403-<dt><span class="sect1"><a href="query-langage.html#id3071364">The Bonobo Activation query langage</a></span></dt>
404+<dt><span class="sect1"><a href="query-langage.html#id2763345">The Bonobo Activation query langage</a></span></dt>
405 <dt><span class="sect1"><a href="query-syntax.html">Syntax</a></span></dt>
406 <dd><dl>
407 <dt><span class="sect2"><a href="query-syntax.html#oaf-query-ref-types">Constants</a></span></dt>
408-<dt><span class="sect2"><a href="query-syntax.html#id3072013">Field identifiers</a></span></dt>
409-<dt><span class="sect2"><a href="query-syntax.html#id3072039">Variables</a></span></dt>
410-<dt><span class="sect2"><a href="query-syntax.html#id3072067">Functions</a></span></dt>
411-<dt><span class="sect2"><a href="query-syntax.html#id3072151">Operators</a></span></dt>
412+<dt><span class="sect2"><a href="query-syntax.html#id2763994">Field identifiers</a></span></dt>
413+<dt><span class="sect2"><a href="query-syntax.html#id2764020">Variables</a></span></dt>
414+<dt><span class="sect2"><a href="query-syntax.html#id2764048">Functions</a></span></dt>
415+<dt><span class="sect2"><a href="query-syntax.html#id2764132">Operators</a></span></dt>
416 </dl></dd>
417 </dl></div>
418 <div class="sect1">
419 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
420-<a name="id3071364"></a>The Bonobo Activation query langage</h2></div></div></div>
421+<a name="id2763345"></a>The Bonobo Activation query langage</h2></div></div></div>
422 <p>
423 Bonobo Activation has a query language used to request components with
424 specific properties from the Bonobo Activation daemon.
425
426=== modified file 'doc/activation-api/html/query-syntax.html'
427--- doc/activation-api/html/query-syntax.html 2010-09-03 12:04:00 +0000
428+++ doc/activation-api/html/query-syntax.html 2010-09-27 14:14:16 +0000
429@@ -40,7 +40,7 @@
430 </div>
431 <div class="sect2">
432 <div class="titlepage"><div><div><h3 class="title">
433-<a name="id3072013"></a>Field identifiers</h3></div></div></div>
434+<a name="id2763994"></a>Field identifiers</h3></div></div></div>
435 <p>
436 Names of fields are attributes of a ServerInfo record. These include
437 'server_type', 'location_info', and 'iid', even though these are explicitly
438@@ -57,7 +57,7 @@
439 </div>
440 <div class="sect2">
441 <div class="titlepage"><div><div><h3 class="title">
442-<a name="id3072039"></a>Variables</h3></div></div></div>
443+<a name="id2764020"></a>Variables</h3></div></div></div>
444 <p>
445 Variables are various miscellaneous data items that are part of the
446 environment. The syntax for referring to a variable is a '$' sign
447@@ -74,7 +74,7 @@
448 </div>
449 <div class="sect2">
450 <div class="titlepage"><div><div><h3 class="title">
451-<a name="id3072067"></a>Functions</h3></div></div></div>
452+<a name="id2764048"></a>Functions</h3></div></div></div>
453 <p>Functions perform transformations on data and return a result. There are
454 two possible syntaxes for a function call:
455 </p>
456@@ -135,7 +135,7 @@
457 </div>
458 <div class="sect2">
459 <div class="titlepage"><div><div><h3 class="title">
460-<a name="id3072151"></a>Operators</h3></div></div></div>
461+<a name="id2764132"></a>Operators</h3></div></div></div>
462 <p>
463 More complex queries can be built using the various operators described below. </p>
464 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
465@@ -144,7 +144,7 @@
466
467 </p>
468 <div class="table">
469-<a name="id3072165"></a><p class="title"><b>Table 1. Binary relational operators.</b></p>
470+<a name="id2764146"></a><p class="title"><b>Table 1. Binary relational operators.</b></p>
471 <div class="table-contents"><table summary="Binary relational operators." border="1">
472 <colgroup>
473 <col align="left">
474@@ -186,7 +186,7 @@
475
476 </p>
477 <div class="table">
478-<a name="id3072269"></a><p class="title"><b>Table 2. Binary boolean operators.</b></p>
479+<a name="id2764250"></a><p class="title"><b>Table 2. Binary boolean operators.</b></p>
480 <div class="table-contents"><table summary="Binary boolean operators." border="1">
481 <colgroup>
482 <col align="left">
483@@ -216,7 +216,7 @@
484
485 </p>
486 <div class="table">
487-<a name="id3072344"></a><p class="title"><b>Table 3. Unary boolean operators.</b></p>
488+<a name="id2764325"></a><p class="title"><b>Table 3. Unary boolean operators.</b></p>
489 <div class="table-contents"><table summary="Unary boolean operators." border="1">
490 <colgroup>
491 <col align="left">
492@@ -236,7 +236,7 @@
493
494 </p>
495 <div class="table">
496-<a name="id3072399"></a><p class="title"><b>Table 4. Binary arithmetic operators.</b></p>
497+<a name="id2764380"></a><p class="title"><b>Table 4. Binary arithmetic operators.</b></p>
498 <div class="table-contents"><table summary="Binary arithmetic operators." border="1">
499 <colgroup>
500 <col align="left">
501@@ -270,7 +270,7 @@
502
503 </p>
504 <div class="table">
505-<a name="id3072484"></a><p class="title"><b>Table 5. Unary arithmetic operators.</b></p>
506+<a name="id2764465"></a><p class="title"><b>Table 5. Unary arithmetic operators.</b></p>
507 <div class="table-contents"><table summary="Unary arithmetic operators." border="1">
508 <colgroup>
509 <col align="left">
510
511=== modified file 'doc/activation-api/html/tutorial.html'
512--- doc/activation-api/html/tutorial.html 2010-09-03 12:04:00 +0000
513+++ doc/activation-api/html/tutorial.html 2010-09-27 14:14:16 +0000
514@@ -23,17 +23,17 @@
515 <div class="titlepage"><div><div><h2 class="title">
516 <a name="tutorial"></a>Bonobo Activation tutorial</h2></div></div></div>
517 <div class="toc"><dl>
518-<dt><span class="sect1"><a href="tutorial.html#id3027192">What is Bonobo Activation ?</a></span></dt>
519+<dt><span class="sect1"><a href="tutorial.html#id2719173">What is Bonobo Activation ?</a></span></dt>
520 <dd><dl>
521-<dt><span class="sect2"><a href="tutorial.html#id3061508">The need for a replacement</a></span></dt>
522-<dt><span class="sect2"><a href="tutorial.html#id3022589">Getting started</a></span></dt>
523+<dt><span class="sect2"><a href="tutorial.html#id2753489">The need for a replacement</a></span></dt>
524+<dt><span class="sect2"><a href="tutorial.html#id2714570">Getting started</a></span></dt>
525 </dl></dd>
526 <dt><span class="sect1"><a href="checklist.html">Checklist</a></span></dt>
527-<dd><dl><dt><span class="sect2"><a href="checklist.html#id3070621">The non-local case</a></span></dt></dl></dd>
528+<dd><dl><dt><span class="sect2"><a href="checklist.html#id2762602">The non-local case</a></span></dt></dl></dd>
529 </dl></div>
530 <div class="sect1">
531 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
532-<a name="id3027192"></a>What is Bonobo Activation ?</h2></div></div></div>
533+<a name="id2719173"></a>What is Bonobo Activation ?</h2></div></div></div>
534 <p>
535 Bonobo Activation (originally named OAF) was designed as a replacement for the limited libgnorba library used
536 in older GNOME released. bonobo-activation is responsible on GNOME 2.x systems for
537@@ -44,7 +44,7 @@
538 </p>
539 <div class="sect2">
540 <div class="titlepage"><div><div><h3 class="title">
541-<a name="id3061508"></a>The need for a replacement</h3></div></div></div>
542+<a name="id2753489"></a>The need for a replacement</h3></div></div></div>
543 <p>
544 Gnorba works well in a limited number of cases and suffers of a
545 number of design issues. More specifically:
546@@ -99,7 +99,7 @@
547 </div>
548 <div class="sect2">
549 <div class="titlepage"><div><div><h3 class="title">
550-<a name="id3022589"></a>Getting started</h3></div></div></div>
551+<a name="id2714570"></a>Getting started</h3></div></div></div>
552 <p>
553 Here follows a very simple-stupid example of what you can do with Bonobo Activation.
554 The complete API description of bonobo activation, the Bonobo Activation query langage reference and the
555
556=== modified file 'po/da.po'
557--- po/da.po 2007-07-03 14:06:15 +0000
558+++ po/da.po 2010-09-27 14:14:16 +0000
559@@ -16,64 +16,69 @@
560 msgstr ""
561 "Project-Id-Version: libbonobo\n"
562 "Report-Msgid-Bugs-To: \n"
563-"POT-Creation-Date: 2007-03-24 03:48+0000\n"
564-"PO-Revision-Date: 2007-04-14 23:44+0200\n"
565+"POT-Creation-Date: 2010-09-19 17:41+0200\n"
566+"PO-Revision-Date: 2010-09-19 17:25+0200\n"
567 "Last-Translator: Kenneth Nielsen <k.nielsen81@gmail.com>\n"
568 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
569 "MIME-Version: 1.0\n"
570 "Content-Type: text/plain; charset=UTF-8\n"
571 "Content-Transfer-Encoding: 8-bit\n"
572
573-#: ../activation-server/activation-context-corba.c:525
574+#: ../activation-server/activation-context-corba.c:530
575 msgid "Couldn't find which child the server was listed in"
576 msgstr "Kunne ikke finde ud af hvilken underproces serveren var opført hos"
577
578-#: ../activation-server/activation-context-corba.c:817
579+#: ../activation-server/activation-context-corba.c:822
580 msgid "Not a valid Activation ID"
581 msgstr "Ikke en gyldig aktiverings-id"
582
583-#: ../activation-server/activation-server-main.c:162
584+#: ../activation-server/activation-server-main.c:174
585 msgid "Directory to read .server files from"
586 msgstr "Mappe som .server-filer læses fra"
587
588-#: ../activation-server/activation-server-main.c:162
589+#: ../activation-server/activation-server-main.c:174
590 msgid "DIRECTORY"
591 msgstr "Mappe"
592
593-#: ../activation-server/activation-server-main.c:165
594+#: ../activation-server/activation-server-main.c:177
595 msgid "Serve as an ActivationContext (default is as an ObjectDirectory only)"
596 msgstr "Virk som en ActivationContext (standard er kun som et ObjectDirectory)"
597
598-#: ../activation-server/activation-server-main.c:169
599+#: ../activation-server/activation-server-main.c:181
600 msgid "File descriptor to write IOR to"
601 msgstr "Fildeskriptor som IOR skal skrives til"
602
603-#: ../activation-server/activation-server-main.c:169
604+#: ../activation-server/activation-server-main.c:181
605 #: ../bonobo-activation/bonobo-activation-init.c:352
606 #: ../bonobo-activation/bonobo-activation-init.c:397
607 msgid "FD"
608 msgstr "FD"
609
610-#: ../activation-server/activation-server-main.c:172
611+#: ../activation-server/activation-server-main.c:184
612 msgid ""
613 "Register as the user's activation server without locking. Warning: this "
614 "option can have dangerous side effects on the stability of the user's "
615 "running session, and should only be used for debugging purposes"
616-msgstr "Registrér som brugerens aktiveringsserver uden at låse. Advarsel: Denne valgmulighed kan have farlige bivirkninger for brugerens kørerende session og bør kun bruges til fejlfindingsformål"
617+msgstr ""
618+"Registrér som brugerens aktiveringsserver uden at låse. Advarsel: Denne "
619+"valgmulighed kan have farlige bivirkninger for brugerens kørerende session "
620+"og bør kun bruges til fejlfindingsformål"
621
622-#: ../activation-server/activation-server-main.c:180
623+#: ../activation-server/activation-server-main.c:192
624 msgid "Query expression to evaluate"
625 msgstr "Søgeudtryk der skal evalueres"
626
627-#: ../activation-server/activation-server-main.c:180
628+#: ../activation-server/activation-server-main.c:192
629 msgid "EXPRESSION"
630 msgstr "UDTRYK"
631
632-#: ../activation-server/activation-server-main.c:429
633+#: ../activation-server/activation-server-main.c:541
634 #: ../utils/bonobo-activation-sysconf.c:305
635 #, c-format
636 msgid "Run '%s --help' to see a full list of available command line options.\n"
637-msgstr "Kør \"%s --help\" for at se den fulde liste af tilgængelige kommandolinjetilvalg.\n"
638+msgstr ""
639+"Kør \"%s --help\" for at se den fulde liste af tilgængelige "
640+"kommandolinjetilvalg.\n"
641
642 #: ../activation-server/Bonobo_CosNaming_NamingContext.server.in.in.h:1
643 msgid "CORBA CosNaming service."
644@@ -129,12 +134,12 @@
645 msgid "Property '%s' has no value"
646 msgstr "Egenskaben '%s' har ingen værdi"
647
648-#: ../activation-server/object-directory-load.c:581
649+#: ../activation-server/object-directory-load.c:583
650 #, c-format
651 msgid "Could not parse badly formed XML document %s"
652 msgstr "Kunne ikke fortolke ugyldig udformet XML-dokument %s"
653
654-#: ../activation-server/object-directory-load.c:627
655+#: ../activation-server/object-directory-load.c:629
656 #, c-format
657 msgid "Trying dir %s"
658 msgstr "Forsøger mappe %s"
659@@ -149,10 +154,11 @@
660 msgstr "Det mislykkedes at læse fra underproces: %s\n"
661
662 #: ../bonobo-activation/bonobo-activation-fork-server.c:247
663+#, c-format
664 msgid "EOF from child process\n"
665 msgstr "EOF fra underproces\n"
666
667-#: ../bonobo-activation/bonobo-activation-fork-server.c:434
668+#: ../bonobo-activation/bonobo-activation-fork-server.c:438
669 msgid "Couldn't spawn a new process"
670 msgstr "Kunne ikke oprette en ny proces"
671
672@@ -212,11 +218,11 @@
673 msgid "Application unique name"
674 msgstr "Program-unikt navn"
675
676-#: ../bonobo/bonobo-object.c:926
677+#: ../bonobo/bonobo-object.c:929
678 msgid "POA"
679 msgstr "POA"
680
681-#: ../bonobo/bonobo-object.c:926
682+#: ../bonobo/bonobo-object.c:929
683 msgid "Custom CORBA POA"
684 msgstr "Brugerdefineret CORBA POA"
685
686@@ -362,8 +368,8 @@
687 # imidlertid er den betydning vist overflødig her
688 #: ../bonobo/bonobo-moniker.c:342
689 #, c-format
690-msgid "Failed to resolve, or extend '%s"
691-msgstr "Det mislykkedes at finde '%s"
692+msgid "Failed to resolve, or extend '%s'"
693+msgstr "Kunne ikke finde '%s'"
694
695 #: ../bonobo/bonobo-moniker-util.c:247
696 msgid "Failed to activate object"
697@@ -442,6 +448,7 @@
698 msgstr "En undtagelse opstod '%s'"
699
700 #: ../utils/bonobo-activation-sysconf.c:83
701+#, c-format
702 msgid "Could not save configuration file.\n"
703 msgstr "Kunne ikke gemme konfigurationsfil.\n"
704
705@@ -451,6 +458,7 @@
706 msgstr "Sikr dig venligst at du har rettigheder til at skrive til '%s'.\n"
707
708 #: ../utils/bonobo-activation-sysconf.c:87
709+#, c-format
710 msgid "Successfully wrote configuration file.\n"
711 msgstr "Skrev konfigurationsfil.\n"
712
713@@ -469,10 +477,12 @@
714 msgstr "%s er allerede i konfigurationsfil\n"
715
716 #: ../utils/bonobo-activation-sysconf.c:166
717+#, c-format
718 msgid "there is not a properly structured configuration file\n"
719 msgstr "der er ikke en korrekt struktureret konfigurationsfil\n"
720
721 #: ../utils/bonobo-activation-sysconf.c:237
722+#, c-format
723 msgid "Bonobo-activation configuration file contains:\n"
724 msgstr "Bonobo-aktiverings-konfigurationsfilen indeholder:\n"
725
726
727=== modified file 'po/id.po'
728--- po/id.po 2010-09-03 12:04:00 +0000
729+++ po/id.po 2010-09-27 14:14:16 +0000
730@@ -6,9 +6,10 @@
731 msgid ""
732 msgstr ""
733 "Project-Id-Version: libbonobo master\n"
734-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=bonobo&component=libbonobo\n"
735-"POT-Creation-Date: 2010-05-05 12:59+0000\n"
736-"PO-Revision-Date: 2010-05-07 14:44+0700\n"
737+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
738+"product=bonobo&component=libbonobo\n"
739+"POT-Creation-Date: 2010-08-31 14:43+0000\n"
740+"PO-Revision-Date: 2010-09-01 09:59+0700\n"
741 "Last-Translator: Andika Triwidada <andika@gmail.com>\n"
742 "Language-Team: GNOME Indonesian Translation Team <gnome@i15n.org>\n"
743 "MIME-Version: 1.0\n"
744@@ -25,45 +26,55 @@
745 msgid "Not a valid Activation ID"
746 msgstr "ID aktifasi tidak valid"
747
748-#: ../activation-server/activation-server-main.c:176
749+#: ../activation-server/activation-server-main.c:174
750 msgid "Directory to read .server files from"
751 msgstr "Direktori tempat membaca berkas .server"
752
753-#: ../activation-server/activation-server-main.c:176
754+#: ../activation-server/activation-server-main.c:174
755 msgid "DIRECTORY"
756 msgstr "DIREKTORI"
757
758-#: ../activation-server/activation-server-main.c:179
759+#: ../activation-server/activation-server-main.c:177
760 msgid "Serve as an ActivationContext (default is as an ObjectDirectory only)"
761-msgstr "Melayani sebagai suatu ActivationContext (defaultnya adalah hanya untuk ObjectDirectory)"
762+msgstr ""
763+"Melayani sebagai suatu ActivationContext (defaultnya adalah hanya untuk "
764+"ObjectDirectory)"
765
766-#: ../activation-server/activation-server-main.c:183
767+#: ../activation-server/activation-server-main.c:181
768 msgid "File descriptor to write IOR to"
769 msgstr "Descriptor berkas untuk menulis IOR"
770
771-#: ../activation-server/activation-server-main.c:183
772+#: ../activation-server/activation-server-main.c:181
773 #: ../bonobo-activation/bonobo-activation-init.c:352
774 #: ../bonobo-activation/bonobo-activation-init.c:397
775 msgid "FD"
776 msgstr "FD"
777
778-#: ../activation-server/activation-server-main.c:186
779-msgid "Register as the user's activation server without locking. Warning: this option can have dangerous side effects on the stability of the user's running session, and should only be used for debugging purposes"
780-msgstr "Mendaftar sebagai server aktivasi milik pengguna tanpa penguncian. Peringatan: pilihan ini bisa memiliki efek samping berbahaya atas kestabilan sesi berjalan milik pengguna, dan hanya dipakai untuk tujuan debug."
781+#: ../activation-server/activation-server-main.c:184
782+msgid ""
783+"Register as the user's activation server without locking. Warning: this "
784+"option can have dangerous side effects on the stability of the user's "
785+"running session, and should only be used for debugging purposes"
786+msgstr ""
787+"Mendaftar sebagai server aktivasi milik pengguna tanpa penguncian. "
788+"Peringatan: pilihan ini bisa memiliki efek samping berbahaya atas kestabilan "
789+"sesi berjalan milik pengguna, dan hanya dipakai untuk tujuan debug."
790
791-#: ../activation-server/activation-server-main.c:194
792+#: ../activation-server/activation-server-main.c:192
793 msgid "Query expression to evaluate"
794 msgstr "Ekspresi query untuk dijalankan"
795
796-#: ../activation-server/activation-server-main.c:194
797+#: ../activation-server/activation-server-main.c:192
798 msgid "EXPRESSION"
799 msgstr "EKSPRESI"
800
801-#: ../activation-server/activation-server-main.c:547
802+#: ../activation-server/activation-server-main.c:541
803 #: ../utils/bonobo-activation-sysconf.c:305
804 #, c-format
805 msgid "Run '%s --help' to see a full list of available command line options.\n"
806-msgstr "Jalankan '%s --help' untuk melihat daftar lengkap pilihan baris perintah yang tersedia.\n"
807+msgstr ""
808+"Jalankan '%s --help' untuk melihat daftar lengkap pilihan baris perintah "
809+"yang tersedia.\n"
810
811 #: ../activation-server/Bonobo_CosNaming_NamingContext.server.in.in.h:1
812 msgid "CORBA CosNaming service."
813@@ -87,8 +98,12 @@
814
815 #: ../activation-server/object-directory-config-file.c:65
816 #, c-format
817-msgid "The Bonobo Activation configuration file was not read successfully. Please, check it is valid in: %s"
818-msgstr "Berkas konfigurasi Aktifasi Bonobo tidak dapat dibaca sepenuhnya. Silakan periksa dulu keabsahannya: %s"
819+msgid ""
820+"The Bonobo Activation configuration file was not read successfully. Please, "
821+"check it is valid in: %s"
822+msgstr ""
823+"Berkas konfigurasi Aktifasi Bonobo tidak dapat dibaca sepenuhnya. Silakan "
824+"periksa dulu keabsahannya: %s"
825
826 #: ../activation-server/object-directory-load.c:102
827 msgid "a NULL iid is not valid"
828@@ -126,7 +141,9 @@
829
830 #: ../bonobo-activation/bonobo-activation-fork-server.c:107
831 msgid "Child process did not give an error message, unknown failure occurred"
832-msgstr "Proses child tidak memberikan pesan kesalahan, terjadi kegagalan tidak dikenal"
833+msgstr ""
834+"Proses child tidak memberikan pesan kesalahan, terjadi kegagalan tidak "
835+"dikenal"
836
837 #: ../bonobo-activation/bonobo-activation-fork-server.c:237
838 #, c-format
839@@ -481,4 +498,3 @@
840 #: ../utils/bonobo-activation-sysconf.c:273
841 msgid "Display path to configuration file"
842 msgstr "Tampilkan path ke berkas konfigurasi"
843-
844
845=== modified file 'po/ja.po'
846--- po/ja.po 2007-02-12 15:53:43 +0000
847+++ po/ja.po 2010-09-27 14:14:16 +0000
848@@ -1,54 +1,55 @@
849 # libbonobo ja.po
850-# Copyright (C) 1999-2007 Free Software Foundation, Inc.
851+# Copyright (C) 1999-2007,2010 Free Software Foundation, Inc.
852 # Yukihiro Nakai <nacai@iname.com>, 1999.
853-# Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>, 1999-2002.
854+# Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>, 1999-2002, 2010.
855 # Takeshi Aihana <takeshi.aihana@gmail.com>, 2000,2003-2007.
856 # KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>, 2003.
857 #
858 msgid ""
859 msgstr ""
860-"Project-Id-Version: libbonobo trunk\n"
861-"Report-Msgid-Bugs-To: \n"
862-"POT-Creation-Date: 2007-01-27 18:28+0900\n"
863-"PO-Revision-Date: 2007-01-27 18:23+0900\n"
864-"Last-Translator: Takeshi AIHANA <takeshi.aihana@gmail.com>\n"
865+"Project-Id-Version: libbonobo master\n"
866+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
867+"product=bonobo&component=libbonobo\n"
868+"POT-Creation-Date: 2010-09-01 03:12+0000\n"
869+"PO-Revision-Date: 2010-09-13 23:53+0900\n"
870+"Last-Translator: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>\n"
871 "Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
872 "MIME-Version: 1.0\n"
873 "Content-Type: text/plain; charset=UTF-8\n"
874 "Content-Transfer-Encoding: 8bit\n"
875
876-#: ../activation-server/activation-context-corba.c:523
877+#: ../activation-server/activation-context-corba.c:530
878 msgid "Couldn't find which child the server was listed in"
879 msgstr "どの子プロセスでサーバが登録されたか分かりませんでした"
880
881-#: ../activation-server/activation-context-corba.c:815
882+#: ../activation-server/activation-context-corba.c:822
883 msgid "Not a valid Activation ID"
884 msgstr "活性化 ID が正しくありません"
885
886-#: ../activation-server/activation-server-main.c:163
887+#: ../activation-server/activation-server-main.c:174
888 msgid "Directory to read .server files from"
889 msgstr ".server ファイルを読み込むディレクトリ"
890
891-#: ../activation-server/activation-server-main.c:163
892+#: ../activation-server/activation-server-main.c:174
893 msgid "DIRECTORY"
894 msgstr "DIRECTORY"
895
896-#: ../activation-server/activation-server-main.c:166
897+#: ../activation-server/activation-server-main.c:177
898 msgid "Serve as an ActivationContext (default is as an ObjectDirectory only)"
899 msgstr ""
900 "ActivationContextとして振る舞う (デフォルトでは ObjectDirectory としてのみ)"
901
902-#: ../activation-server/activation-server-main.c:170
903+#: ../activation-server/activation-server-main.c:181
904 msgid "File descriptor to write IOR to"
905 msgstr "IORを書き込むファイル・ディスクリプタ"
906
907-#: ../activation-server/activation-server-main.c:170
908-#: ../bonobo-activation/bonobo-activation-init.c:356
909-#: ../bonobo-activation/bonobo-activation-init.c:392
910+#: ../activation-server/activation-server-main.c:181
911+#: ../bonobo-activation/bonobo-activation-init.c:352
912+#: ../bonobo-activation/bonobo-activation-init.c:397
913 msgid "FD"
914 msgstr "FD"
915
916-#: ../activation-server/activation-server-main.c:173
917+#: ../activation-server/activation-server-main.c:184
918 msgid ""
919 "Register as the user's activation server without locking. Warning: this "
920 "option can have dangerous side effects on the stability of the user's "
921@@ -58,20 +59,21 @@
922 "行しているセッションの安定性の面から見るといくつか危険な側面を持っているの"
923 "で、デバッグを行う時にのみ使用すること)"
924
925-#: ../activation-server/activation-server-main.c:181
926+#: ../activation-server/activation-server-main.c:192
927 msgid "Query expression to evaluate"
928 msgstr "評価する問い合わせの式"
929
930-#: ../activation-server/activation-server-main.c:181
931+#: ../activation-server/activation-server-main.c:192
932 msgid "EXPRESSION"
933 msgstr "EXPRESSION"
934
935-#: ../activation-server/activation-server-main.c:430
936-#: ../utils/bonobo-activation-sysconf.c:304
937+#: ../activation-server/activation-server-main.c:541
938+#: ../utils/bonobo-activation-sysconf.c:305
939 #, c-format
940 msgid "Run '%s --help' to see a full list of available command line options.\n"
941 msgstr ""
942-"'%s --help' すると、利用可能な全てのコマンドライン引数の一覧が表示されます\n"
943+"'%s --help' すると、利用可能なすべてのコマンドライン引数の一覧が表示されま"
944+"す\n"
945
946 #: ../activation-server/Bonobo_CosNaming_NamingContext.server.in.in.h:1
947 msgid "CORBA CosNaming service."
948@@ -101,38 +103,38 @@
949 "check it is valid in: %s"
950 msgstr ""
951 "Bonobo Activatoin 設定ファイルの読み込みに失敗しました (妥当なものか確認して"
952-"下さい : %s)"
953+"ください : %s)"
954
955-#: ../activation-server/object-directory-load.c:101
956+#: ../activation-server/object-directory-load.c:102
957 msgid "a NULL iid is not valid"
958 msgstr "NULL の iid は有効ではありません"
959
960-#: ../activation-server/object-directory-load.c:105
961+#: ../activation-server/object-directory-load.c:106
962 #, c-format
963 msgid "iid %s has a NULL type"
964 msgstr "iid %s の型が NULL です"
965
966-#: ../activation-server/object-directory-load.c:109
967+#: ../activation-server/object-directory-load.c:110
968 #, c-format
969 msgid "iid %s has a NULL location"
970 msgstr "iid %s の場所が NULL です"
971
972-#: ../activation-server/object-directory-load.c:118
973+#: ../activation-server/object-directory-load.c:119
974 #, c-format
975 msgid "invalid character '%c' in iid '%s'"
976 msgstr "不正な文字 '%c' が iid '%s' の中にあります"
977
978-#: ../activation-server/object-directory-load.c:348
979+#: ../activation-server/object-directory-load.c:349
980 #, c-format
981 msgid "Property '%s' has no value"
982 msgstr "プロパティ '%s' には値がありません"
983
984-#: ../activation-server/object-directory-load.c:580
985+#: ../activation-server/object-directory-load.c:583
986 #, c-format
987 msgid "Could not parse badly formed XML document %s"
988 msgstr "おかしな型式の XML ドキュメント %s を解析できませんでした"
989
990-#: ../activation-server/object-directory-load.c:626
991+#: ../activation-server/object-directory-load.c:629
992 #, c-format
993 msgid "Trying dir %s"
994 msgstr "ディレクトリ %s の試行中"
995@@ -148,37 +150,38 @@
996 msgstr "子プロセスからの読み込みに失敗: %s\n"
997
998 #: ../bonobo-activation/bonobo-activation-fork-server.c:247
999+#, c-format
1000 msgid "EOF from child process\n"
1001 msgstr "子プロセスからの EOF\n"
1002
1003-#: ../bonobo-activation/bonobo-activation-fork-server.c:435
1004+#: ../bonobo-activation/bonobo-activation-fork-server.c:438
1005 msgid "Couldn't spawn a new process"
1006 msgstr "新規プロセスを生成できませんでした"
1007
1008-#: ../bonobo-activation/bonobo-activation-init.c:356
1009-#: ../bonobo-activation/bonobo-activation-init.c:392
1010+#: ../bonobo-activation/bonobo-activation-init.c:352
1011+#: ../bonobo-activation/bonobo-activation-init.c:397
1012 msgid "File descriptor to print IOR on"
1013 msgstr "IOR の出力先のファイル・ディスクリプタ"
1014
1015-#: ../bonobo-activation/bonobo-activation-init.c:358
1016-#: ../bonobo-activation/bonobo-activation-init.c:394
1017+#: ../bonobo-activation/bonobo-activation-init.c:354
1018+#: ../bonobo-activation/bonobo-activation-init.c:399
1019 msgid "IID to activate"
1020 msgstr "IID の活性化"
1021
1022-#: ../bonobo-activation/bonobo-activation-init.c:360
1023-#: ../bonobo-activation/bonobo-activation-init.c:396
1024+#: ../bonobo-activation/bonobo-activation-init.c:356
1025+#: ../bonobo-activation/bonobo-activation-init.c:401
1026 msgid "Prevent registering of server with OAF"
1027 msgstr "OAF でサーバ登録の禁止"
1028
1029-#: ../bonobo-activation/bonobo-activation-init.c:404
1030+#: ../bonobo-activation/bonobo-activation-init.c:409
1031 msgid "Bonobo Activation options:"
1032 msgstr "Bonobo 活性化オプション:"
1033
1034-#: ../bonobo-activation/bonobo-activation-init.c:405
1035+#: ../bonobo-activation/bonobo-activation-init.c:410
1036 msgid "Show Bonobo Activation options"
1037 msgstr "Bonobo 活性化オプションを表示する"
1038
1039-#: ../bonobo-activation/bonobo-activation-init.c:513
1040+#: ../bonobo-activation/bonobo-activation-init.c:518
1041 msgid "Bonobo activation options"
1042 msgstr "Bonobo 活性化オプション"
1043
1044@@ -203,19 +206,19 @@
1045 msgid "Shlib `%s' didn't contain `%s'"
1046 msgstr "Shlib '%s' は '%s' を含んでいませんでした"
1047
1048-#: ../bonobo/bonobo-application.c:350
1049+#: ../bonobo/bonobo-application.c:352
1050 msgid "Name"
1051 msgstr "名称"
1052
1053-#: ../bonobo/bonobo-application.c:350
1054+#: ../bonobo/bonobo-application.c:352
1055 msgid "Application unique name"
1056 msgstr "アプリケーション固有の名前"
1057
1058-#: ../bonobo/bonobo-object.c:923
1059+#: ../bonobo/bonobo-object.c:929
1060 msgid "POA"
1061 msgstr "POA"
1062
1063-#: ../bonobo/bonobo-object.c:923
1064+#: ../bonobo/bonobo-object.c:929
1065 msgid "Custom CORBA POA"
1066 msgstr "カスタム CORBA POA"
1067
1068@@ -355,16 +358,12 @@
1069 msgid "General activation error with no description"
1070 msgstr "一般的な活性化エラー (説明なし)"
1071
1072-#: ../bonobo/bonobo-generic-factory.h:79 ../bonobo/bonobo-generic-factory.h:83
1073-msgid "Could not initialize Bonobo"
1074-msgstr "Bonobo を初期化できませんでした"
1075-
1076 #: ../bonobo/bonobo-moniker.c:342
1077 #, c-format
1078-msgid "Failed to resolve, or extend '%s"
1079+msgid "Failed to resolve, or extend '%s'"
1080 msgstr "'%s' の解決、あるいは拡張に失敗しました"
1081
1082-#: ../bonobo/bonobo-moniker-util.c:246
1083+#: ../bonobo/bonobo-moniker-util.c:247
1084 msgid "Failed to activate object"
1085 msgstr "オブジェクトの活性化に失敗しました"
1086
1087@@ -426,33 +425,35 @@
1088 msgid "Echo component factory"
1089 msgstr "Echo コンポーネント・ファクトリ"
1090
1091-#: ../samples/echo/echo-client.c:22
1092+#: ../samples/echo/echo-client.c:24
1093 msgid "I could not initialize Bonobo"
1094 msgstr "Bonobo を初期化できません"
1095
1096-#: ../samples/echo/echo-client.c:33
1097+#: ../samples/echo/echo-client.c:35
1098 msgid "Could not create an instance of the sample echo component"
1099 msgstr "サンプルの Echo コンポーネントのインスタンスを作成できませんでした"
1100
1101-#: ../samples/echo/echo-client.c:45
1102+#: ../samples/echo/echo-client.c:47
1103 #, c-format
1104 msgid "An exception occurred '%s'"
1105 msgstr "例外が発生しました: '%s'"
1106
1107-#: ../utils/bonobo-activation-sysconf.c:82
1108+#: ../utils/bonobo-activation-sysconf.c:83
1109+#, c-format
1110 msgid "Could not save configuration file.\n"
1111 msgstr "設定ファイルを保存できませんでした\n"
1112
1113-#: ../utils/bonobo-activation-sysconf.c:83
1114+#: ../utils/bonobo-activation-sysconf.c:84
1115 #, c-format
1116 msgid "Please, make sure you have permissions to write to '%s'.\n"
1117-msgstr "'%s' への書き込み権限を持っているか確認して下さい\n"
1118+msgstr "'%s' への書き込み権限を持っているか確認してください\n"
1119
1120-#: ../utils/bonobo-activation-sysconf.c:86
1121+#: ../utils/bonobo-activation-sysconf.c:87
1122+#, c-format
1123 msgid "Successfully wrote configuration file.\n"
1124 msgstr "設定ファイルの書き込みが完了しました\n"
1125
1126-#: ../utils/bonobo-activation-sysconf.c:103
1127+#: ../utils/bonobo-activation-sysconf.c:104
1128 #, c-format
1129 msgid ""
1130 "configuration file is:\n"
1131@@ -461,36 +462,41 @@
1132 "設定ファイル:\n"
1133 " %s\n"
1134
1135-#: ../utils/bonobo-activation-sysconf.c:145
1136+#: ../utils/bonobo-activation-sysconf.c:146
1137 #, c-format
1138 msgid "%s already in configuration file\n"
1139 msgstr "%s は設定ファイルの中に既に存在しています\n"
1140
1141-#: ../utils/bonobo-activation-sysconf.c:165
1142+#: ../utils/bonobo-activation-sysconf.c:166
1143+#, c-format
1144 msgid "there is not a properly structured configuration file\n"
1145 msgstr "正しく構造化された設定ファイルがありません\n"
1146
1147-#: ../utils/bonobo-activation-sysconf.c:236
1148+#: ../utils/bonobo-activation-sysconf.c:237
1149+#, c-format
1150 msgid "Bonobo-activation configuration file contains:\n"
1151 msgstr "Bonobo activation 設定ファイルの内容:\n"
1152
1153-#: ../utils/bonobo-activation-sysconf.c:266
1154+#: ../utils/bonobo-activation-sysconf.c:267
1155 msgid "Directory to remove from configuration file"
1156 msgstr "設定ファイルから削除するディレクトリ"
1157
1158-#: ../utils/bonobo-activation-sysconf.c:266
1159-#: ../utils/bonobo-activation-sysconf.c:268
1160+#: ../utils/bonobo-activation-sysconf.c:267
1161+#: ../utils/bonobo-activation-sysconf.c:269
1162 msgid "PATH"
1163 msgstr "PATH"
1164
1165-#: ../utils/bonobo-activation-sysconf.c:268
1166+#: ../utils/bonobo-activation-sysconf.c:269
1167 msgid "Directory to add to configuration file"
1168 msgstr "設定ファイルへ追加するディレクトリ"
1169
1170-#: ../utils/bonobo-activation-sysconf.c:270
1171+#: ../utils/bonobo-activation-sysconf.c:271
1172 msgid "Display directories in configuration file"
1173 msgstr "設定ファイル中のディレクトリの表示"
1174
1175-#: ../utils/bonobo-activation-sysconf.c:272
1176+#: ../utils/bonobo-activation-sysconf.c:273
1177 msgid "Display path to configuration file"
1178 msgstr "設定ファイルのパスを表示"
1179+
1180+#~ msgid "Could not initialize Bonobo"
1181+#~ msgstr "Bonobo を初期化できませんでした"

Subscribers

People subscribed via source and target branches

to all changes: