| 523 NULL, /**< dependencies */ |
523 NULL, /**< dependencies */ |
| 524 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
524 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
| 525 |
525 |
| 526 GEVOLUTION_PLUGIN_ID, /**< id */ |
526 GEVOLUTION_PLUGIN_ID, /**< id */ |
| 527 N_("Evolution Integration"), /**< name */ |
527 N_("Evolution Integration"), /**< name */ |
| 528 VERSION, /**< version */ |
528 DISPLAY_VERSION, /**< version */ |
| 529 /** summary */ |
529 /** summary */ |
| 530 N_("Provides integration with Evolution."), |
530 N_("Provides integration with Evolution."), |
| 531 /** description */ |
531 /** description */ |
| 532 N_("Provides integration with Evolution."), |
532 N_("Provides integration with Evolution."), |
| 533 "Christian Hammond <chipx86@chipx86.com>", /**< author */ |
533 "Christian Hammond <chipx86@chipx86.com>", /**< author */ |