| 117 "name", N_("Raw"), |
117 "name", N_("Raw"), |
| 118 "version", DISPLAY_VERSION, |
118 "version", DISPLAY_VERSION, |
| 119 "category", N_("Protocol utility"), |
119 "category", N_("Protocol utility"), |
| 120 "summary", N_("Lets you send raw input to text-based protocols."), |
120 "summary", N_("Lets you send raw input to text-based protocols."), |
| 121 "description", N_("Lets you send raw input to text-based protocols " |
121 "description", N_("Lets you send raw input to text-based protocols " |
| 122 "(XMPP, MSN, IRC, TOC). Hit 'Enter' in the entry " |
122 "(XMPP, IRC, TOC). Hit 'Enter' in the entry " |
| 123 "box to send. Watch the debug window."), |
123 "box to send. Watch the debug window."), |
| 124 "authors", authors, |
124 "authors", authors, |
| 125 "website", PURPLE_WEBSITE, |
125 "website", PURPLE_WEBSITE, |
| 126 "abi-version", PURPLE_ABI_VERSION, |
126 "abi-version", PURPLE_ABI_VERSION, |
| 127 NULL |
127 NULL |