summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-25 17:12:45 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-10-03 17:21:40 -0300
commit56095d50a497f4cf2790326ec9f2bf3fdc4c3bf2 (patch)
treece685f2ad82399c50d04b6686a10745f271b5e37
parent68cb484b0e70294a039f0894dcfdf886278ffd93 (diff)
downloadglade-56095d50a497f4cf2790326ec9f2bf3fdc4c3bf2.tar.gz
Mark AppData description for translation
-rw-r--r--data/glade.appdata.xml.in9
-rw-r--r--po/POTFILES.in1
2 files changed, 7 insertions, 3 deletions
diff --git a/data/glade.appdata.xml.in b/data/glade.appdata.xml.in
index cfc7b6ac..a940839f 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 04feb0d5..a0144f74 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