diff options
Diffstat (limited to 'data/glade.appdata.xml.in')
-rw-r--r-- | data/glade.appdata.xml.in | 9 |
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 & 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> |