[gthumb] don't merge translations into schema files



commit 8ba717299a7dd9c4595d7dacb46277120cab7c7e
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun May 8 11:23:01 2016 +0200

    don't merge translations into schema files

 configure.ac                                       |    2 +-
 data/Makefile.am                                   |   57 +++++++++-----------
 ...in => org.gnome.gthumb.change-date.gschema.xml} |    2 +-
 ...ml.in => org.gnome.gthumb.comments.gschema.xml} |   14 +++---
 ... => org.gnome.gthumb.contact-sheet.gschema.xml} |   18 +++---
 ...=> org.gnome.gthumb.convert-format.gschema.xml} |   14 +++---
 ...ma.xml.in => org.gnome.gthumb.crop.gschema.xml} |   12 ++--
 ...ml.in => org.gnome.gthumb.facebook.gschema.xml} |   12 ++--
 ...n => org.gnome.gthumb.file-manager.gschema.xml} |   12 ++--
 ....xml.in => org.gnome.gthumb.flickr.gschema.xml} |    2 +-
 ...gschema.xml.in => org.gnome.gthumb.gschema.xml} |   16 +++---
 ...> org.gnome.gthumb.gstreamer-tools.gschema.xml} |   12 ++--
 ...in => org.gnome.gthumb.image-print.gschema.xml} |   12 ++--
 ...n => org.gnome.gthumb.image-viewer.gschema.xml} |    4 +-
 ...ml.in => org.gnome.gthumb.importer.gschema.xml} |   14 +++---
 ...=> org.gnome.gthumb.photo-importer.gschema.xml} |   12 ++--
 ...l.in => org.gnome.gthumb.picasaweb.gschema.xml} |    2 +-
 ... => org.gnome.gthumb.pixbuf-savers.gschema.xml} |   14 +++---
 ... => org.gnome.gthumb.rename-series.gschema.xml} |   14 +++---
 ... => org.gnome.gthumb.resize-images.gschema.xml} |   10 ++--
 ....xml.in => org.gnome.gthumb.resize.gschema.xml} |   12 ++--
 ....xml.in => org.gnome.gthumb.rotate.gschema.xml} |   12 ++--
 ...l.in => org.gnome.gthumb.slideshow.gschema.xml} |   12 ++--
 ...l.in => org.gnome.gthumb.webalbums.gschema.xml} |   16 +++---
 po/POTFILES.in                                     |   44 ++++++++--------
 25 files changed, 172 insertions(+), 179 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 31e4720..177a86b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -290,7 +290,7 @@ AM_CONDITIONAL(ENABLE_LCMS2, test "x$enable_lcms2" = xyes)
 
 dnl ===========================================================================
 
-IT_PROG_INTLTOOL([0.35.0])
+IT_PROG_INTLTOOL([0.50.1])
 GETTEXT_PACKAGE=gthumb
 AC_SUBST([GETTEXT_PACKAGE])
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
diff --git a/data/Makefile.am b/data/Makefile.am
index b3d06b0..0b2d77b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -9,38 +9,32 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 gsettings_ENUM_NAMESPACE = org.gnome.gthumb
 gsettings_ENUM_FILES = $(top_srcdir)/gthumb/*.h $(top_srcdir)/extensions/*/*.h
-gsettings_schema_in_files =                                    \
-       org.gnome.gthumb.gschema.xml.in                         \
-       org.gnome.gthumb.change-date.gschema.xml.in             \
-       org.gnome.gthumb.comments.gschema.xml.in                \
-       org.gnome.gthumb.contact-sheet.gschema.xml.in           \
-       org.gnome.gthumb.convert-format.gschema.xml.in          \
-       org.gnome.gthumb.crop.gschema.xml.in                    \
-       org.gnome.gthumb.facebook.gschema.xml.in                \
-       org.gnome.gthumb.file-manager.gschema.xml.in            \
-       org.gnome.gthumb.flickr.gschema.xml.in                  \
-       org.gnome.gthumb.gstreamer-tools.gschema.xml.in         \
-       org.gnome.gthumb.image-print.gschema.xml.in             \
-       org.gnome.gthumb.image-viewer.gschema.xml.in            \
-       org.gnome.gthumb.importer.gschema.xml.in                \
-       org.gnome.gthumb.photo-importer.gschema.xml.in          \
-       org.gnome.gthumb.picasaweb.gschema.xml.in               \
-       org.gnome.gthumb.pixbuf-savers.gschema.xml.in           \
-       org.gnome.gthumb.rename-series.gschema.xml.in           \
-       org.gnome.gthumb.resize.gschema.xml.in                  \
-       org.gnome.gthumb.resize-images.gschema.xml.in           \
-       org.gnome.gthumb.rotate.gschema.xml.in                  \
-       org.gnome.gthumb.slideshow.gschema.xml.in               \
-       org.gnome.gthumb.webalbums.gschema.xml.in
-gsettings_SCHEMAS = $(gsettings_schema_in_files:.xml.in=.xml)
-
- INTLTOOL_XML_NOMERGE_RULE@
+gsettings_SCHEMAS =                                    \
+       org.gnome.gthumb.gschema.xml                    \
+       org.gnome.gthumb.change-date.gschema.xml        \
+       org.gnome.gthumb.comments.gschema.xml           \
+       org.gnome.gthumb.contact-sheet.gschema.xml      \
+       org.gnome.gthumb.convert-format.gschema.xml     \
+       org.gnome.gthumb.crop.gschema.xml               \
+       org.gnome.gthumb.facebook.gschema.xml           \
+       org.gnome.gthumb.file-manager.gschema.xml       \
+       org.gnome.gthumb.flickr.gschema.xml             \
+       org.gnome.gthumb.gstreamer-tools.gschema.xml    \
+       org.gnome.gthumb.image-print.gschema.xml        \
+       org.gnome.gthumb.image-viewer.gschema.xml       \
+       org.gnome.gthumb.importer.gschema.xml           \
+       org.gnome.gthumb.photo-importer.gschema.xml     \
+       org.gnome.gthumb.picasaweb.gschema.xml          \
+       org.gnome.gthumb.pixbuf-savers.gschema.xml      \
+       org.gnome.gthumb.rename-series.gschema.xml      \
+       org.gnome.gthumb.resize.gschema.xml             \
+       org.gnome.gthumb.resize-images.gschema.xml      \
+       org.gnome.gthumb.rotate.gschema.xml             \
+       org.gnome.gthumb.slideshow.gschema.xml          \
+       org.gnome.gthumb.webalbums.gschema.xml
 
 @GSETTINGS_RULES@
 
-%.gschema.xml: %.gschema.xml.in
-       $(AM_V_GEN) $(INTLTOOL_MERGE) -x -u --no-translations $< $@
-
 convertdir = $(datadir)/GConf/gsettings
 convert_DATA = gthumb.convert
 
@@ -51,7 +45,7 @@ man_MANS=gthumb.1
 
 EXTRA_DIST =                           \
        $(desktop_in_in_files)          \
-       $(gsettings_schema_in_files)    \
+       $(gsettings_SCHEMAS)            \
        $(pkgconfig_DATA)               \
        gthumb.convert                  \
        $(man_MANS)
@@ -61,8 +55,7 @@ DISTCLEANFILES =                      \
        $(pkgconfig_DATA)
 
 CLEANFILES =                           \
-       $(desktop_DATA)                 \
-       $(gsettings_SCHEMAS)
+       $(desktop_DATA)
 
 dist-hook:
        cd $(distdir); rm -f $(CLEANFILES)
diff --git a/data/org.gnome.gthumb.change-date.gschema.xml.in b/data/org.gnome.gthumb.change-date.gschema.xml
similarity index 97%
rename from data/org.gnome.gthumb.change-date.gschema.xml.in
rename to data/org.gnome.gthumb.change-date.gschema.xml
index a9014d7..96e898e 100644
--- a/data/org.gnome.gthumb.change-date.gschema.xml.in
+++ b/data/org.gnome.gthumb.change-date.gschema.xml
@@ -18,7 +18,7 @@
 -->
 <schemalist>
 
-  <schema id="org.gnome.gthumb.change-date" path="/org/gnome/gthumb/change-date/">
+  <schema id="org.gnome.gthumb.change-date" path="/org/gnome/gthumb/change-date/" gettext-domain="gthumb">
     <key name="set-last-modified-date" type="b">
       <default>false</default>
     </key>
diff --git a/data/org.gnome.gthumb.comments.gschema.xml.in b/data/org.gnome.gthumb.comments.gschema.xml
similarity index 95%
rename from data/org.gnome.gthumb.comments.gschema.xml.in
rename to data/org.gnome.gthumb.comments.gschema.xml
index 4482a4a..9d02e67 100644
--- a/data/org.gnome.gthumb.comments.gschema.xml.in
+++ b/data/org.gnome.gthumb.comments.gschema.xml
@@ -1,27 +1,27 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-  
-  <schema id="org.gnome.gthumb.comments" path="/org/gnome/gthumb/comments/">
+
+  <schema id="org.gnome.gthumb.comments" path="/org/gnome/gthumb/comments/" gettext-domain="gthumb">
     <key name="synchronize" type="b">
       <default>true</default>
     </key>
   </schema>
-  
+
 </schemalist>
diff --git a/data/org.gnome.gthumb.contact-sheet.gschema.xml.in 
b/data/org.gnome.gthumb.contact-sheet.gschema.xml
similarity index 95%
rename from data/org.gnome.gthumb.contact-sheet.gschema.xml.in
rename to data/org.gnome.gthumb.contact-sheet.gschema.xml
index 113dc60..3eb1abf 100644
--- a/data/org.gnome.gthumb.contact-sheet.gschema.xml.in
+++ b/data/org.gnome.gthumb.contact-sheet.gschema.xml
@@ -1,29 +1,29 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-  
+
   <schema id="org.gnome.gthumb.contact-sheet" path="/org/gnome/gthumb/contact-sheet/">
     <child name="contact-sheet" schema="org.gnome.gthumb.contact-sheet.contact-sheet" />
     <child name="image-wall" schema="org.gnome.gthumb.contact-sheet.image-wall" />
   </schema>
-  
-  <schema id="org.gnome.gthumb.contact-sheet.contact-sheet" 
path="/org/gnome/gthumb/contact-sheet/contact-sheet/">
+
+  <schema id="org.gnome.gthumb.contact-sheet.contact-sheet" 
path="/org/gnome/gthumb/contact-sheet/contact-sheet/" gettext-domain="gthumb">
     <key name="header" type="s">
       <default>''</default>
     </key>
@@ -73,8 +73,8 @@
       <default>'general::datetime,general::dimensions,gth::file::display-size'</default>
     </key>
   </schema>
-  
-  <schema id="org.gnome.gthumb.contact-sheet.image-wall" path="/org/gnome/gthumb/contact-sheet/image-wall/">
+
+  <schema id="org.gnome.gthumb.contact-sheet.image-wall" path="/org/gnome/gthumb/contact-sheet/image-wall/" 
gettext-domain="gthumb">
     <key name="destination" type="s">
       <default>''</default>
     </key>
diff --git a/data/org.gnome.gthumb.convert-format.gschema.xml.in 
b/data/org.gnome.gthumb.convert-format.gschema.xml
similarity index 94%
rename from data/org.gnome.gthumb.convert-format.gschema.xml.in
rename to data/org.gnome.gthumb.convert-format.gschema.xml
index f6cc787..c611d28 100644
--- a/data/org.gnome.gthumb.convert-format.gschema.xml.in
+++ b/data/org.gnome.gthumb.convert-format.gschema.xml
@@ -1,27 +1,27 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-  
-  <schema id="org.gnome.gthumb.convert-format" path="/org/gnome/gthumb/convert-format/">
+
+  <schema id="org.gnome.gthumb.convert-format" path="/org/gnome/gthumb/convert-format/" 
gettext-domain="gthumb">
     <key name="mime-type" type="s">
       <default>'image/jpeg'</default>
     </key>
   </schema>
-  
+
 </schemalist>
diff --git a/data/org.gnome.gthumb.crop.gschema.xml.in b/data/org.gnome.gthumb.crop.gschema.xml
similarity index 97%
rename from data/org.gnome.gthumb.crop.gschema.xml.in
rename to data/org.gnome.gthumb.crop.gschema.xml
index bcd53f9..1b1eaf2 100644
--- a/data/org.gnome.gthumb.crop.gschema.xml.in
+++ b/data/org.gnome.gthumb.crop.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-    
-  <schema id="org.gnome.gthumb.crop" path="/org/gnome/gthumb/crop/">
+
+  <schema id="org.gnome.gthumb.crop" path="/org/gnome/gthumb/crop/" gettext-domain="gthumb">
     <key name="grid-type" enum="org.gnome.gthumb.GthGridType">
       <default>'thirds'</default>
     </key>
diff --git a/data/org.gnome.gthumb.facebook.gschema.xml.in b/data/org.gnome.gthumb.facebook.gschema.xml
similarity index 95%
rename from data/org.gnome.gthumb.facebook.gschema.xml.in
rename to data/org.gnome.gthumb.facebook.gschema.xml
index 1afa92b..e382e64 100644
--- a/data/org.gnome.gthumb.facebook.gschema.xml.in
+++ b/data/org.gnome.gthumb.facebook.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-  
-  <schema id="org.gnome.gthumb.facebook" path="/org/gnome/gthumb/facebook/">
+
+  <schema id="org.gnome.gthumb.facebook" path="/org/gnome/gthumb/facebook/" gettext-domain="gthumb">
     <key name="max-resolution" type="i">
       <default>2048</default>
     </key>
diff --git a/data/org.gnome.gthumb.file-manager.gschema.xml.in 
b/data/org.gnome.gthumb.file-manager.gschema.xml
similarity index 95%
rename from data/org.gnome.gthumb.file-manager.gschema.xml.in
rename to data/org.gnome.gthumb.file-manager.gschema.xml
index 5419b97..7715e00 100644
--- a/data/org.gnome.gthumb.file-manager.gschema.xml.in
+++ b/data/org.gnome.gthumb.file-manager.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-  
-  <schema id="org.gnome.gthumb.file-manager" path="/org/gnome/gthumb/file-manager/">
+
+  <schema id="org.gnome.gthumb.file-manager" path="/org/gnome/gthumb/file-manager/" gettext-domain="gthumb">
     <key name="last-folder" type="s">
       <default>''</default>
     </key>
diff --git a/data/org.gnome.gthumb.flickr.gschema.xml.in b/data/org.gnome.gthumb.flickr.gschema.xml
similarity index 96%
rename from data/org.gnome.gthumb.flickr.gschema.xml.in
rename to data/org.gnome.gthumb.flickr.gschema.xml
index 91e39fd..dbc8c69 100644
--- a/data/org.gnome.gthumb.flickr.gschema.xml.in
+++ b/data/org.gnome.gthumb.flickr.gschema.xml
@@ -18,7 +18,7 @@
 -->
 <schemalist>
 
-  <schema id="org.gnome.gthumb.flickr" path="/org/gnome/gthumb/flickr/">
+  <schema id="org.gnome.gthumb.flickr" path="/org/gnome/gthumb/flickr/" gettext-domain="gthumb">
     <key name="resize-width" type="i">
       <default>-1</default>
     </key>
diff --git a/data/org.gnome.gthumb.gschema.xml.in b/data/org.gnome.gthumb.gschema.xml
similarity index 91%
rename from data/org.gnome.gthumb.gschema.xml.in
rename to data/org.gnome.gthumb.gschema.xml
index 5e05965..f1fdc66 100644
--- a/data/org.gnome.gthumb.gschema.xml.in
+++ b/data/org.gnome.gthumb.gschema.xml
@@ -30,7 +30,7 @@
     <child name="dialogs" schema="org.gnome.gthumb.dialogs" />
   </schema>
 
-  <schema id="org.gnome.gthumb.general" path="/org/gnome/gthumb/general/">
+  <schema id="org.gnome.gthumb.general" path="/org/gnome/gthumb/general/" gettext-domain="gthumb">
     <key name="active-extensions" type="as">
       <default>[ 'default' ]</default>
     </key>
@@ -39,13 +39,13 @@
     </key>
   </schema>
 
-  <schema id="org.gnome.gthumb.data-migration" path="/org/gnome/gthumb/data-migration/">
+  <schema id="org.gnome.gthumb.data-migration" path="/org/gnome/gthumb/data-migration/" 
gettext-domain="gthumb">
     <key name="catalogs-2-10" type="b">
       <default>false</default>
     </key>
   </schema>
 
-  <schema id="org.gnome.gthumb.browser" path="/org/gnome/gthumb/browser/">
+  <schema id="org.gnome.gthumb.browser" path="/org/gnome/gthumb/browser/" gettext-domain="gthumb">
     <key name="go-to-last-location" type="b">
       <default>true</default>
     </key>
@@ -75,7 +75,7 @@
     </key>
     <key name="thumbnail-limit" type="i">
       <default>0</default>
-      <_description>Images over this size (in bytes) will not be thumbnailed.  Use 0 if you want to generate 
thumbnails for all images.</_description>
+      <description>Images over this size (in bytes) will not be thumbnailed.  Use 0 if you want to generate 
thumbnails for all images.</description>
     </key>
     <key name="thumbnail-caption" type="s">
       <default>'comment::note,comment::time'</default>
@@ -127,7 +127,7 @@
     </key>
     <key name="reuse-active-window" type="b">
       <default>false</default>
-      <_description>Open files in the active window</_description>
+      <description>Open files in the active window</description>
     </key>
     <key name="fullscreen-sidebar" enum="org.gnome.gthumb.GthSidebarState">
       <default>'hidden'</default>
@@ -143,7 +143,7 @@
     <child name="save-file" schema="org.gnome.gthumb.dialogs.save-file" />
   </schema>
 
-  <schema id="org.gnome.gthumb.dialogs.messages" path="/org/gnome/gthumb/dialogs/messages/">
+  <schema id="org.gnome.gthumb.dialogs.messages" path="/org/gnome/gthumb/dialogs/messages/" 
gettext-domain="gthumb">
     <key name="cannot-move-to-trash" type="b">
       <default>true</default>
     </key>
@@ -155,13 +155,13 @@
     </key>
   </schema>
 
-  <schema id="org.gnome.gthumb.dialogs.add-to-catalog" path="/org/gnome/gthumb/dialogs/add-to-catalog/">
+  <schema id="org.gnome.gthumb.dialogs.add-to-catalog" path="/org/gnome/gthumb/dialogs/add-to-catalog/" 
gettext-domain="gthumb">
     <key name="view" type="b">
       <default>false</default>
     </key>
   </schema>
 
-  <schema id="org.gnome.gthumb.dialogs.save-file" path="/org/gnome/gthumb/dialogs/save-file/">
+  <schema id="org.gnome.gthumb.dialogs.save-file" path="/org/gnome/gthumb/dialogs/save-file/" 
gettext-domain="gthumb">
     <key name="show-options" type="b">
       <default>true</default>
     </key>
diff --git a/data/org.gnome.gthumb.gstreamer-tools.gschema.xml.in 
b/data/org.gnome.gthumb.gstreamer-tools.gschema.xml
similarity index 94%
rename from data/org.gnome.gthumb.gstreamer-tools.gschema.xml.in
rename to data/org.gnome.gthumb.gstreamer-tools.gschema.xml
index 7626765..11e8b7e 100644
--- a/data/org.gnome.gthumb.gstreamer-tools.gschema.xml.in
+++ b/data/org.gnome.gthumb.gstreamer-tools.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-  
-  <schema id="org.gnome.gthumb.gstreamer-tools" path="/org/gnome/gthumb/gstreamer-tools/">
+
+  <schema id="org.gnome.gthumb.gstreamer-tools" path="/org/gnome/gthumb/gstreamer-tools/" 
gettext-domain="gthumb">
     <key name="screenshot-location" type="s">
       <default>'file://~'</default>
     </key>
diff --git a/data/org.gnome.gthumb.image-print.gschema.xml.in b/data/org.gnome.gthumb.image-print.gschema.xml
similarity index 96%
rename from data/org.gnome.gthumb.image-print.gschema.xml.in
rename to data/org.gnome.gthumb.image-print.gschema.xml
index 9da30d8..762a72e 100644
--- a/data/org.gnome.gthumb.image-print.gschema.xml.in
+++ b/data/org.gnome.gthumb.image-print.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-    
-  <schema id="org.gnome.gthumb.image-print" path="/org/gnome/gthumb/image-print/">
+
+  <schema id="org.gnome.gthumb.image-print" path="/org/gnome/gthumb/image-print/" gettext-domain="gthumb">
     <key name="caption" type="s">
       <default>''</default>
     </key>
diff --git a/data/org.gnome.gthumb.image-viewer.gschema.xml.in 
b/data/org.gnome.gthumb.image-viewer.gschema.xml
similarity index 89%
rename from data/org.gnome.gthumb.image-viewer.gschema.xml.in
rename to data/org.gnome.gthumb.image-viewer.gschema.xml
index af73f24..71088f5 100644
--- a/data/org.gnome.gthumb.image-viewer.gschema.xml.in
+++ b/data/org.gnome.gthumb.image-viewer.gschema.xml
@@ -18,7 +18,7 @@
 -->
 <schemalist>
 
-  <schema id="org.gnome.gthumb.image-viewer" path="/org/gnome/gthumb/image-viewer/">
+  <schema id="org.gnome.gthumb.image-viewer" path="/org/gnome/gthumb/image-viewer/" gettext-domain="gthumb">
     <key name="zoom-quality" enum="org.gnome.gthumb.GthZoomQuality">
       <default>'high'</default>
     </key>
@@ -27,7 +27,7 @@
     </key>
     <key name="reset-scrollbars" type="b">
       <default>true</default>
-      <_description>Whether to reset the scrollbars position after changing image</_description>
+      <description>Whether to reset the scrollbars position after changing image</description>
     </key>
     <key name="histogram-scale" enum="org.gnome.gthumb.GthHistogramScale">
       <default>'linear'</default>
diff --git a/data/org.gnome.gthumb.importer.gschema.xml.in b/data/org.gnome.gthumb.importer.gschema.xml
similarity index 96%
rename from data/org.gnome.gthumb.importer.gschema.xml.in
rename to data/org.gnome.gthumb.importer.gschema.xml
index 54b8ce5..df8460f 100644
--- a/data/org.gnome.gthumb.importer.gschema.xml.in
+++ b/data/org.gnome.gthumb.importer.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-     
-  <schema id="org.gnome.gthumb.importer" path="/org/gnome/gthumb/importer/">
+
+  <schema id="org.gnome.gthumb.importer" path="/org/gnome/gthumb/importer/" gettext-domain="gthumb">
     <key name="destination" type="s">
       <default>''</default>
     </key>
@@ -38,5 +38,5 @@
       <default>true</default>
     </key>
   </schema>
-  
+
 </schemalist>
diff --git a/data/org.gnome.gthumb.photo-importer.gschema.xml.in 
b/data/org.gnome.gthumb.photo-importer.gschema.xml
similarity index 94%
rename from data/org.gnome.gthumb.photo-importer.gschema.xml.in
rename to data/org.gnome.gthumb.photo-importer.gschema.xml
index 0526c66..44e6cc2 100644
--- a/data/org.gnome.gthumb.photo-importer.gschema.xml.in
+++ b/data/org.gnome.gthumb.photo-importer.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-  
-  <schema id="org.gnome.gthumb.photo-importer" path="/org/gnome/gthumb/photo-importer/">
+
+  <schema id="org.gnome.gthumb.photo-importer" path="/org/gnome/gthumb/photo-importer/" 
gettext-domain="gthumb">
     <key name="delete-from-device" type="b">
       <default>false</default>
     </key>
diff --git a/data/org.gnome.gthumb.picasaweb.gschema.xml.in b/data/org.gnome.gthumb.picasaweb.gschema.xml
similarity index 96%
rename from data/org.gnome.gthumb.picasaweb.gschema.xml.in
rename to data/org.gnome.gthumb.picasaweb.gschema.xml
index 0333f15..65773b4 100644
--- a/data/org.gnome.gthumb.picasaweb.gschema.xml.in
+++ b/data/org.gnome.gthumb.picasaweb.gschema.xml
@@ -18,7 +18,7 @@
 -->
 <schemalist>
 
-  <schema id="org.gnome.gthumb.picasaweb" path="/org/gnome/gthumb/picasaweb/">
+  <schema id="org.gnome.gthumb.picasaweb" path="/org/gnome/gthumb/picasaweb/" gettext-domain="gthumb">
     <key name="resize-width" type="i">
       <default>-1</default>
     </key>
diff --git a/data/org.gnome.gthumb.pixbuf-savers.gschema.xml.in 
b/data/org.gnome.gthumb.pixbuf-savers.gschema.xml
similarity index 86%
rename from data/org.gnome.gthumb.pixbuf-savers.gschema.xml.in
rename to data/org.gnome.gthumb.pixbuf-savers.gschema.xml
index b324d61..7d229d5 100644
--- a/data/org.gnome.gthumb.pixbuf-savers.gschema.xml.in
+++ b/data/org.gnome.gthumb.pixbuf-savers.gschema.xml
@@ -26,10 +26,10 @@
     <child name="webp" schema="org.gnome.gthumb.pixbuf-savers.webp" />
   </schema>
 
-  <schema id="org.gnome.gthumb.pixbuf-savers.jpeg" path="/org/gnome/gthumb/pixbuf-savers/jpeg/">
+  <schema id="org.gnome.gthumb.pixbuf-savers.jpeg" path="/org/gnome/gthumb/pixbuf-savers/jpeg/" 
gettext-domain="gthumb">
     <key name="default-ext" type="s">
       <default>'jpeg'</default>
-      <_description>Possible values are: jpeg, jpg.</_description>
+      <description>Possible values are: jpeg, jpg.</description>
     </key>
     <key name="quality" type="i">
       <default>85</default>
@@ -45,22 +45,22 @@
     </key>
   </schema>
 
-  <schema id="org.gnome.gthumb.pixbuf-savers.png" path="/org/gnome/gthumb/pixbuf-savers/png/">
+  <schema id="org.gnome.gthumb.pixbuf-savers.png" path="/org/gnome/gthumb/pixbuf-savers/png/" 
gettext-domain="gthumb">
     <key name="compression-level" type="i">
       <default>6</default>
     </key>
   </schema>
 
-  <schema id="org.gnome.gthumb.pixbuf-savers.tga" path="/org/gnome/gthumb/pixbuf-savers/tga/">
+  <schema id="org.gnome.gthumb.pixbuf-savers.tga" path="/org/gnome/gthumb/pixbuf-savers/tga/" 
gettext-domain="gthumb">
     <key name="rle-compression" type="b">
       <default>true</default>
     </key>
   </schema>
 
-  <schema id="org.gnome.gthumb.pixbuf-savers.tiff" path="/org/gnome/gthumb/pixbuf-savers/tiff/">
+  <schema id="org.gnome.gthumb.pixbuf-savers.tiff" path="/org/gnome/gthumb/pixbuf-savers/tiff/" 
gettext-domain="gthumb">
     <key name="default-ext" type="s">
       <default>'tiff'</default>
-      <_description>Possible values are: tiff, tif.</_description>
+      <description>Possible values are: tiff, tif.</description>
     </key>
     <key name="compression" enum="org.gnome.gthumb.GthTiffCompression">
       <default>'deflate'</default>
@@ -73,7 +73,7 @@
     </key>
   </schema>
 
-  <schema id="org.gnome.gthumb.pixbuf-savers.webp" path="/org/gnome/gthumb/pixbuf-savers/webp/">
+  <schema id="org.gnome.gthumb.pixbuf-savers.webp" path="/org/gnome/gthumb/pixbuf-savers/webp/" 
gettext-domain="gthumb">
     <key name="lossless" type="b">
       <default>false</default>
     </key>
diff --git a/data/org.gnome.gthumb.rename-series.gschema.xml.in 
b/data/org.gnome.gthumb.rename-series.gschema.xml
similarity index 86%
rename from data/org.gnome.gthumb.rename-series.gschema.xml.in
rename to data/org.gnome.gthumb.rename-series.gschema.xml
index fc894dc..c01a295 100644
--- a/data/org.gnome.gthumb.rename-series.gschema.xml.in
+++ b/data/org.gnome.gthumb.rename-series.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-    
-  <schema id="org.gnome.gthumb.rename-series" path="/org/gnome/gthumb/rename-series/">
+
+  <schema id="org.gnome.gthumb.rename-series" path="/org/gnome/gthumb/rename-series/" 
gettext-domain="gthumb">
     <key name="template" type="s">
       <default>'####%E'</default>
     </key>
@@ -27,7 +27,7 @@
     </key>
     <key name="sort-by" type="s">
       <default>'general::unsorted'</default>
-      <_summary>Possible values include: general::unsorted, file::name, file::size, file::mtime, 
exif::photo::datetimeoriginal</_summary>
+      <summary>Possible values include: general::unsorted, file::name, file::size, file::mtime, 
exif::photo::datetimeoriginal</summary>
     </key>
     <key name="reverse-order" type="b">
       <default>false</default>
diff --git a/data/org.gnome.gthumb.resize-images.gschema.xml.in 
b/data/org.gnome.gthumb.resize-images.gschema.xml
similarity index 96%
rename from data/org.gnome.gthumb.resize-images.gschema.xml.in
rename to data/org.gnome.gthumb.resize-images.gschema.xml
index 1c4fb2c..c3a1ed0 100644
--- a/data/org.gnome.gthumb.resize-images.gschema.xml.in
+++ b/data/org.gnome.gthumb.resize-images.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
 
-  <schema id="org.gnome.gthumb.resize-images" path="/org/gnome/gthumb/resize-images/">
+  <schema id="org.gnome.gthumb.resize-images" path="/org/gnome/gthumb/resize-images/" 
gettext-domain="gthumb">
     <key name="width" type="i">
       <default>100</default>
     </key>
diff --git a/data/org.gnome.gthumb.resize.gschema.xml.in b/data/org.gnome.gthumb.resize.gschema.xml
similarity index 97%
rename from data/org.gnome.gthumb.resize.gschema.xml.in
rename to data/org.gnome.gthumb.resize.gschema.xml
index d220564..ff9bffc 100644
--- a/data/org.gnome.gthumb.resize.gschema.xml.in
+++ b/data/org.gnome.gthumb.resize.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
- 
-  <schema id="org.gnome.gthumb.resize" path="/org/gnome/gthumb/resize/">
+
+  <schema id="org.gnome.gthumb.resize" path="/org/gnome/gthumb/resize/" gettext-domain="gthumb">
     <key name="unit" enum="org.gnome.gthumb.GthUnit">
       <default>'percentage'</default>
     </key>
diff --git a/data/org.gnome.gthumb.rotate.gschema.xml.in b/data/org.gnome.gthumb.rotate.gschema.xml
similarity index 96%
rename from data/org.gnome.gthumb.rotate.gschema.xml.in
rename to data/org.gnome.gthumb.rotate.gschema.xml
index 732656f..ba49509 100644
--- a/data/org.gnome.gthumb.rotate.gschema.xml.in
+++ b/data/org.gnome.gthumb.rotate.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-    
-  <schema id="org.gnome.gthumb.rotate" path="/org/gnome/gthumb/rotate/">
+
+  <schema id="org.gnome.gthumb.rotate" path="/org/gnome/gthumb/rotate/" gettext-domain="gthumb">
     <key name="resize" enum="org.gnome.gthumb.GthTransformResize">
       <default>'crop'</default>
     </key>
diff --git a/data/org.gnome.gthumb.slideshow.gschema.xml.in b/data/org.gnome.gthumb.slideshow.gschema.xml
similarity index 96%
rename from data/org.gnome.gthumb.slideshow.gschema.xml.in
rename to data/org.gnome.gthumb.slideshow.gschema.xml
index 8d22445..0472e9c 100644
--- a/data/org.gnome.gthumb.slideshow.gschema.xml.in
+++ b/data/org.gnome.gthumb.slideshow.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-  
-  <schema id="org.gnome.gthumb.slideshow" path="/org/gnome/gthumb/slideshow/">
+
+  <schema id="org.gnome.gthumb.slideshow" path="/org/gnome/gthumb/slideshow/" gettext-domain="gthumb">
     <key name="change-delay" type="d">
       <default>5.0</default>
     </key>
diff --git a/data/org.gnome.gthumb.webalbums.gschema.xml.in b/data/org.gnome.gthumb.webalbums.gschema.xml
similarity index 97%
rename from data/org.gnome.gthumb.webalbums.gschema.xml.in
rename to data/org.gnome.gthumb.webalbums.gschema.xml
index f03ee8a..e54eb9a 100644
--- a/data/org.gnome.gthumb.webalbums.gschema.xml.in
+++ b/data/org.gnome.gthumb.webalbums.gschema.xml
@@ -1,24 +1,24 @@
 <!--
   gThumb
- 
+
   Copyright © 2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-  
-  <schema id="org.gnome.gthumb.webalbums" path="/org/gnome/gthumb/webalbums/">
+
+  <schema id="org.gnome.gthumb.webalbums" path="/org/gnome/gthumb/webalbums/" gettext-domain="gthumb">
     <key name="index-file" type="s">
       <default>'index.html'</default>
     </key>
@@ -87,8 +87,8 @@
     </key>
     <child name="directories" schema="org.gnome.gthumb.webalbums.directories" />
   </schema>
-  
-  <schema id="org.gnome.gthumb.webalbums.directories" path="/org/gnome/gthumb/webalbums/directories/">
+
+  <schema id="org.gnome.gthumb.webalbums.directories" path="/org/gnome/gthumb/webalbums/directories/" 
gettext-domain="gthumb">
     <key name="previews" type="s">
       <default>'previews'</default>
     </key>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 192e73f..25b6228 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,28 +7,28 @@
 data/appdata/gthumb.appdata.xml.in
 data/gthumb.desktop.in.in
 data/gthumb-import.desktop.in.in
-data/org.gnome.gthumb.change-date.gschema.xml.in
-data/org.gnome.gthumb.comments.gschema.xml.in
-data/org.gnome.gthumb.contact-sheet.gschema.xml.in
-data/org.gnome.gthumb.convert-format.gschema.xml.in
-data/org.gnome.gthumb.crop.gschema.xml.in
-data/org.gnome.gthumb.facebook.gschema.xml.in
-data/org.gnome.gthumb.file-manager.gschema.xml.in
-data/org.gnome.gthumb.flickr.gschema.xml.in
-data/org.gnome.gthumb.gschema.xml.in
-data/org.gnome.gthumb.gstreamer-tools.gschema.xml.in
-data/org.gnome.gthumb.image-print.gschema.xml.in
-data/org.gnome.gthumb.image-viewer.gschema.xml.in
-data/org.gnome.gthumb.importer.gschema.xml.in
-data/org.gnome.gthumb.photo-importer.gschema.xml.in
-data/org.gnome.gthumb.picasaweb.gschema.xml.in
-data/org.gnome.gthumb.pixbuf-savers.gschema.xml.in
-data/org.gnome.gthumb.rename-series.gschema.xml.in
-data/org.gnome.gthumb.resize.gschema.xml.in
-data/org.gnome.gthumb.resize-images.gschema.xml.in
-data/org.gnome.gthumb.rotate.gschema.xml.in
-data/org.gnome.gthumb.slideshow.gschema.xml.in
-data/org.gnome.gthumb.webalbums.gschema.xml.in
+[type: gettext/gsettings]data/org.gnome.gthumb.change-date.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.comments.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.contact-sheet.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.convert-format.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.crop.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.facebook.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.file-manager.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.flickr.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.gstreamer-tools.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.image-print.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.image-viewer.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.importer.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.photo-importer.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.picasaweb.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.pixbuf-savers.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.rename-series.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.resize.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.resize-images.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.rotate.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.slideshow.gschema.xml
+[type: gettext/gsettings]data/org.gnome.gthumb.webalbums.gschema.xml
 [type: gettext/glade]data/ui/browser-preferences.ui
 [type: gettext/glade]data/ui/extensions-preferences.ui
 [type: gettext/glade]data/ui/filter-editor.ui



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]