[glade] Mark AppData description for translation



commit 10d8f71329398f6a40b27a9960552528eba37db8
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Wed Sep 25 17:12:45 2013 -0300

    Mark AppData description for translation

 data/glade.appdata.xml.in |    9 ++++++---
 po/POTFILES.in            |    1 +
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/data/glade.appdata.xml.in b/data/glade.appdata.xml.in
index cfc7b6a..a940839 100644
--- a/data/glade.appdata.xml.in
+++ b/data/glade.appdata.xml.in
@@ -3,17 +3,20 @@
   <id type="desktop">glade.desktop</id>
   <licence>CC0</licence>
   <description>
-    <p>
+<!-- To translators: AppData description first paragraph -->
+    <_p>
       Glade is a RAD tool to enable quick &amp; easy development of user interfaces
       for the GTK+ 3 toolkit and the GNOME desktop environment. 
     </p>
-    <p>
+<!-- To translators: AppData description second paragraph -->
+    <_p>
       The user interfaces designed in Glade are saved as XML and these can be
       loaded by applications dynamically as needed by using GtkBuilder or used
       directly to define a new GtkWidget derived object class using
       Gtk+ new template feature.
     </p>
-    <p>
+<!-- To translators: AppData description third paragraph -->
+    <_p>
       By using GtkBuilder, Glade XML files can be used in numerous programming 
       languages including C, C++, C#, Vala, Java, Perl, Python,and others. 
     </p>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 04feb0d..a0144f7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,6 +3,7 @@
 
 # Main application
 data/glade.desktop.in.in
+data/glade.appdata.xml.in
 src/glade-close-button.c
 src/glade-window.c
 src/main.c


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