| 147 NULL, /**< dependencies */ |
147 NULL, /**< dependencies */ |
| 148 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
148 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
| 149 |
149 |
| 150 "core-timestamp_format", /**< id */ |
150 "core-timestamp_format", /**< id */ |
| 151 N_("Message Timestamp Formats"), /**< name */ |
151 N_("Message Timestamp Formats"), /**< name */ |
| 152 VERSION, /**< version */ |
152 DISPLAY_VERSION, /**< version */ |
| 153 /** summary */ |
153 /** summary */ |
| 154 N_("Customizes the message timestamp formats."), |
154 N_("Customizes the message timestamp formats."), |
| 155 /** description */ |
155 /** description */ |
| 156 N_("This plugin allows the user to customize " |
156 N_("This plugin allows the user to customize " |
| 157 "conversation and logging message timestamp " |
157 "conversation and logging message timestamp " |