Author: benny
Date: 2006-11-04 13:12:21 +0000 (Sat, 04 Nov 2006)
New Revision: 23648

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/NEWS
   libexo/trunk/THANKS
   libexo/trunk/configure.in.in
   libexo/trunk/docs/manual/fr/
   libexo/trunk/docs/manual/fr/Makefile.am
   libexo/trunk/docs/manual/fr/exo-preferred-applications.xml.in
   libexo/trunk/docs/manual/fr/images/
   libexo/trunk/docs/manual/fr/images/Makefile.am
   libexo/trunk/po/ChangeLog
   libexo/trunk/po/ca.po
   libexo/trunk/po/cs.po
   libexo/trunk/po/de.po
   libexo/trunk/po/dz.po
   libexo/trunk/po/el.po
   libexo/trunk/po/en_GB.po
   libexo/trunk/po/es.po
   libexo/trunk/po/et.po
   libexo/trunk/po/eu.po
   libexo/trunk/po/fi.po
   libexo/trunk/po/fr.po
   libexo/trunk/po/gl.po
   libexo/trunk/po/he.po
   libexo/trunk/po/hu.po
   libexo/trunk/po/it.po
   libexo/trunk/po/ja.po
   libexo/trunk/po/ka.po
   libexo/trunk/po/libexo-0.3.pot
   libexo/trunk/po/lt.po
   libexo/trunk/po/nl.po
   libexo/trunk/po/pl.po
   libexo/trunk/po/pt_BR.po
   libexo/trunk/po/ro.po
   libexo/trunk/po/ru.po
   libexo/trunk/po/sv.po
Log:
2006-11-04      Benedikt Meurer <[EMAIL PROTECTED]>

        * === Released 0.3.1.12rc2 ===
        * NEWS, configure.in.in: Bump version.
        * THANKS: Update translator credits.
        * po/*.po: Update Project-Id-Version.




Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog      2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/ChangeLog      2006-11-04 13:12:21 UTC (rev 23648)
@@ -1,5 +1,12 @@
 2006-11-04     Benedikt Meurer <[EMAIL PROTECTED]>
 
+       * === Released 0.3.1.12rc2 ===
+       * NEWS, configure.in.in: Bump version.
+       * THANKS: Update translator credits.
+       * po/*.po: Update Project-Id-Version.
+
+2006-11-04     Benedikt Meurer <[EMAIL PROTECTED]>
+
        * exo/exo-url.c(exo_url_show_on_screen): Need to escape commata in
          URLs passed to web browsers and mail readers, because some of them,
          i.e. Firefox and Thunderbird, will otherwise strip offs the part

Modified: libexo/trunk/NEWS
===================================================================
--- libexo/trunk/NEWS   2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/NEWS   2006-11-04 13:12:21 UTC (rev 23648)
@@ -1,3 +1,22 @@
+0.3.1.12rc2
+===========
+- Added a --working-directory command line switch to exo-open, which primarily
+  useful to start the TerminalEmulator's in a specific directory.
+- Import french translations of the user manual (#2478).
+- Fix double click somethimes requiring a third click (#2259).
+- Fix crash in the icon chooser with internal icons (#2488).
+- Fix installation on Win32 variants (#2463).
+- Fix detection of email addresses with underscores in the username (#2453).
+- Escape commata in URLs prior to passing the URLs to the web browser or the
+  mail reader, as some helper applications, namely Firefox and Thunderbird,
+  cannot handle URLs with commata (#2454).
+- Updated translations: Pau Rul-lan Ferragut (ca), Michal Várady (cs), Benedikt
+                       Meurer (de), Piarres Beobide (eu), Jari Rahkonen (fi),
+                       Maximilian Schleiss (fr), Piotr Maliński (pl), Adriano
+                       Winter Bess (pt_BR), Andrey Fedoseev (ru)
+- New translations: Sonam Pelden (dz), Dario DOE (it)
+
+
 0.3.1.10rc1
 ===========
 - Added a new ExoIconChooserDialog widget to pick an icon from either the
@@ -20,7 +39,7 @@
 - Use the GSlice allocator where possible to further reduce memory overhead.
 - Update the API documentation, adding a visual index for the available 
widgets.
 - Updated translations: Michal Varady (cs), Benedikt Meurer and Fabian Nowak
-                        (de), Stavros Giannouris (el), Piarres Beobide (eu),
+                       (de), Stavros Giannouris (el), Piarres Beobide (eu),
                        Jari Rahkonen (fi), Maximilian Schleiss (fr), Piotr
                        Maliński and Szymon Kałasz (pl), Tomás Acauan Schertel
                        (pt_BR)

Modified: libexo/trunk/THANKS
===================================================================
--- libexo/trunk/THANKS 2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/THANKS 2006-11-04 13:12:21 UTC (rev 23648)
@@ -31,6 +31,9 @@
  Fabian Nowak <[EMAIL PROTECTED]>
   * de translations
 
+ Sonam Pelden <[EMAIL PROTECTED]>
+  * dz translations
+
  Stathis Kamperis <[EMAIL PROTECTED]>
   * el translations
 
@@ -67,6 +70,9 @@
  Szervác Attila <[EMAIL PROTECTED]>
   * hu translations
 
+ Dario DOE <[EMAIL PROTECTED]>
+  * it translations
+
  Daichi Kawahata <[EMAIL PROTECTED]>
   * ja translations
 

Modified: libexo/trunk/configure.in.in
===================================================================
--- libexo/trunk/configure.in.in        2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/configure.in.in        2006-11-04 13:12:21 UTC (rev 23648)
@@ -9,13 +9,13 @@
 dnl ***************************
 dnl *** Version information ***
 dnl ***************************
-m4_define([libexo_verinfo], [3:0:3])
+m4_define([libexo_verinfo], [3:1:3])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [3])
 m4_define([libexo_version_micro], [1])
-m4_define([libexo_version_nano], [11])
+m4_define([libexo_version_nano], [12])
 m4_define([libexo_version_build], [EMAIL PROTECTED]@])
-m4_define([libexo_version_tag], [svn])
+m4_define([libexo_version_tag], [rc2])
 m4_define([libexo_version], 
[libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(),
 [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [svn], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl ********************************************


Property changes on: libexo/trunk/docs/manual/fr
___________________________________________________________________
Name: svn:ignore
   + .deps
.libs
Makefile
Makefile.in
exo-preferred-applications.xml
html
*.stamp
.*.swp




Modified: libexo/trunk/docs/manual/fr/Makefile.am
===================================================================
--- libexo/trunk/docs/manual/fr/Makefile.am     2006-11-04 12:53:21 UTC (rev 
23647)
+++ libexo/trunk/docs/manual/fr/Makefile.am     2006-11-04 13:12:21 UTC (rev 
23648)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am 20037 2006-10-28 22:13:18Z maximilian $
+# $Id$
 
 SUBDIRS =                                                              \
        images


Property changes on: libexo/trunk/docs/manual/fr/Makefile.am
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Rev


Property changes on: 
libexo/trunk/docs/manual/fr/exo-preferred-applications.xml.in
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Rev


Property changes on: libexo/trunk/docs/manual/fr/images
___________________________________________________________________
Name: svn:ignore
   + .deps
.libs
Makefile
Makefile.in
.*.swp


Modified: libexo/trunk/docs/manual/fr/images/Makefile.am
===================================================================
--- libexo/trunk/docs/manual/fr/images/Makefile.am      2006-11-04 12:53:21 UTC 
(rev 23647)
+++ libexo/trunk/docs/manual/fr/images/Makefile.am      2006-11-04 13:12:21 UTC 
(rev 23648)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am 20037 2006-10-28 22:10:18Z maximilian $
+# $Id$
 
 imagesdir = $(datadir)/xfce4/doc/fr/images
 images_DATA =                                                          \


Property changes on: libexo/trunk/docs/manual/fr/images/Makefile.am
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Rev

Modified: libexo/trunk/po/ChangeLog
===================================================================
--- libexo/trunk/po/ChangeLog   2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/ChangeLog   2006-11-04 13:12:21 UTC (rev 23648)
@@ -1,3 +1,7 @@
+2006-11-04  Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * *.po: Update Project-Id-Version.
+
 2006-11-03  Adriano Winter Bess  <[EMAIL PROTECTED]>
 
        * pt_BR.po: Updated brazilian portuguese translations.

Modified: libexo/trunk/po/ca.po
===================================================================
--- libexo/trunk/po/ca.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/ca.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-09-18 21:22+0200\n"

Modified: libexo/trunk/po/cs.po
===================================================================
--- libexo/trunk/po/cs.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/cs.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-09-16 11:19+0100\n"

Modified: libexo/trunk/po/de.po
===================================================================
--- libexo/trunk/po/de.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/de.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date:  2006-08-27 17:42+0200\n"

Modified: libexo/trunk/po/dz.po
===================================================================
--- libexo/trunk/po/dz.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/dz.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce/libexo-0.3.p\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-10-20 09:45+0530\n"

Modified: libexo/trunk/po/el.po
===================================================================
--- libexo/trunk/po/el.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/el.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-10-09 22:54+0200\n"

Modified: libexo/trunk/po/en_GB.po
===================================================================
--- libexo/trunk/po/en_GB.po    2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/en_GB.po    2006-11-04 13:12:21 UTC (rev 23648)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2005-10-10 01:45+0900\n"

Modified: libexo/trunk/po/es.po
===================================================================
--- libexo/trunk/po/es.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/es.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2005-10-10 01:45+0900\n"

Modified: libexo/trunk/po/et.po
===================================================================
--- libexo/trunk/po/et.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/et.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -5,7 +5,7 @@
 # 
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-04-21 23:06+0300\n"

Modified: libexo/trunk/po/eu.po
===================================================================
--- libexo/trunk/po/eu.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/eu.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -6,7 +6,7 @@
 # Piarres Beobide <[EMAIL PROTECTED]>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: eu\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-09-15 22:15+0200\n"

Modified: libexo/trunk/po/fi.po
===================================================================
--- libexo/trunk/po/fi.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/fi.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-12 16:05+0300\n"
 "PO-Revision-Date: 2006-09-12 16:09+0300\n"

Modified: libexo/trunk/po/fr.po
===================================================================
--- libexo/trunk/po/fr.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/fr.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-10-27 00:49+0100\n"

Modified: libexo/trunk/po/gl.po
===================================================================
--- libexo/trunk/po/gl.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/gl.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -6,7 +6,7 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-08-18 00:47+0000\n"

Modified: libexo/trunk/po/he.po
===================================================================
--- libexo/trunk/po/he.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/he.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-04-19 02:37+0300\n"

Modified: libexo/trunk/po/hu.po
===================================================================
--- libexo/trunk/po/hu.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/hu.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-09-12 08:40+0100\n"

Modified: libexo/trunk/po/it.po
===================================================================
--- libexo/trunk/po/it.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/it.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -7,7 +7,7 @@
 # Dario <[EMAIL PROTECTED]>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: it\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-09-20 00:10+0200\n"

Modified: libexo/trunk/po/ja.po
===================================================================
--- libexo/trunk/po/ja.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/ja.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-06-10 23:30+0900\n"

Modified: libexo/trunk/po/ka.po
===================================================================
--- libexo/trunk/po/ka.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/ka.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-08-24 23:33+0400\n"

Modified: libexo/trunk/po/libexo-0.3.pot
===================================================================
--- libexo/trunk/po/libexo-0.3.pot      2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/libexo-0.3.pot      2006-11-04 13:12:21 UTC (rev 23648)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 13:35+0200\n"
+"POT-Creation-Date: 2006-11-04 13:39+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
 "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -414,17 +414,17 @@
 msgid "Customize Toolbar..."
 msgstr ""
 
-#: ../exo/exo-url.c:287
+#: ../exo/exo-url.c:288
 #, c-format
 msgid "Unable to open \"%s\""
 msgstr ""
 
-#: ../exo/exo-url.c:309
+#: ../exo/exo-url.c:310
 #, c-format
 msgid "The URL \"%s\" is not supported"
 msgstr ""
 
-#: ../exo/exo-url.c:381
+#: ../exo/exo-url.c:396
 #, c-format
 msgid "Failed to open \"%s\"."
 msgstr ""

Modified: libexo/trunk/po/lt.po
===================================================================
--- libexo/trunk/po/lt.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/lt.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-05-26 12:00+0300\n"

Modified: libexo/trunk/po/nl.po
===================================================================
--- libexo/trunk/po/nl.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/nl.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-11-03 15:05+0100\n"

Modified: libexo/trunk/po/pl.po
===================================================================
--- libexo/trunk/po/pl.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/pl.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-08-28 13:00+0200\n"

Modified: libexo/trunk/po/pt_BR.po
===================================================================
--- libexo/trunk/po/pt_BR.po    2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/pt_BR.po    2006-11-04 13:12:21 UTC (rev 23648)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-11-03 15:06-0200\n"
 "PO-Revision-Date: 2006-11-03 15:19-0200\n"

Modified: libexo/trunk/po/ro.po
===================================================================
--- libexo/trunk/po/ro.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/ro.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-06-04 22:41+0300\n"

Modified: libexo/trunk/po/ru.po
===================================================================
--- libexo/trunk/po/ru.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/ru.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-09-24 20:00+0600\n"

Modified: libexo/trunk/po/sv.po
===================================================================
--- libexo/trunk/po/sv.po       2006-11-04 12:53:21 UTC (rev 23647)
+++ libexo/trunk/po/sv.po       2006-11-04 13:12:21 UTC (rev 23648)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.10rc1\n"
+"Project-Id-Version: exo 0.3.1.12rc2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-09-10 13:35+0200\n"
 "PO-Revision-Date: 2006-02-18 18:23+0100\n"

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to