summaryrefslogtreecommitdiff
path: root/data
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-09-25 17:22:51 -0300
commit10d8f71329398f6a40b27a9960552528eba37db8 (patch)
treeb6f12d69d31481eb83c2919a1120bd8906a5df12 /data
parent79ca0330388d60973506a3fc4971651bc2951721 (diff)
downloadglade-10d8f71329398f6a40b27a9960552528eba37db8.tar.gz
Mark AppData description for translation
Diffstat (limited to 'data')
-rw-r--r--data/glade.appdata.xml.in9
1 files changed, 6 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>