comparison plugins/log_reader.c @ 13700:85267a333422

[gaim-migrate @ 16103] Added some translation comments, as discussed on gaim-i18. I wasn't really sure how to write these, but it's hopefully a step in the right direction... committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Apr 2006 06:46:29 +0000
parents 5c8565315d3e
children 8bda65b88e49
comparison
equal deleted inserted replaced
13699:c8043f9a4ce2 13700:85267a333422
1830 static gboolean 1830 static gboolean
1831 plugin_load(GaimPlugin *plugin) 1831 plugin_load(GaimPlugin *plugin)
1832 { 1832 {
1833 g_return_val_if_fail(plugin != NULL, FALSE); 1833 g_return_val_if_fail(plugin != NULL, FALSE);
1834 1834
1835 /* The names of IM clients are marked for translation at the request of
1836 translators who wanted to transliterate them. Many translators
1837 choose to leave them alone. Choose what's best for your language. */
1835 adium_logger = gaim_log_logger_new("adium", _("Adium"), 6, 1838 adium_logger = gaim_log_logger_new("adium", _("Adium"), 6,
1836 NULL, 1839 NULL,
1837 NULL, 1840 NULL,
1838 adium_logger_finalize, 1841 adium_logger_finalize,
1839 adium_logger_list, 1842 adium_logger_list,
1840 adium_logger_read, 1843 adium_logger_read,
1841 adium_logger_size); 1844 adium_logger_size);
1842 gaim_log_logger_add(adium_logger); 1845 gaim_log_logger_add(adium_logger);
1843 1846
1847 /* The names of IM clients are marked for translation at the request of
1848 translators who wanted to transliterate them. Many translators
1849 choose to leave them alone. Choose what's best for your language. */
1844 fire_logger = gaim_log_logger_new("fire", _("Fire"), 6, 1850 fire_logger = gaim_log_logger_new("fire", _("Fire"), 6,
1845 NULL, 1851 NULL,
1846 NULL, 1852 NULL,
1847 fire_logger_finalize, 1853 fire_logger_finalize,
1848 fire_logger_list, 1854 fire_logger_list,
1849 fire_logger_read, 1855 fire_logger_read,
1850 fire_logger_size); 1856 fire_logger_size);
1851 gaim_log_logger_add(fire_logger); 1857 gaim_log_logger_add(fire_logger);
1852 1858
1859 /* The names of IM clients are marked for translation at the request of
1860 translators who wanted to transliterate them. Many translators
1861 choose to leave them alone. Choose what's best for your language. */
1853 messenger_plus_logger = gaim_log_logger_new("messenger_plus", _("Messenger Plus!"), 6, 1862 messenger_plus_logger = gaim_log_logger_new("messenger_plus", _("Messenger Plus!"), 6,
1854 NULL, 1863 NULL,
1855 NULL, 1864 NULL,
1856 messenger_plus_logger_finalize, 1865 messenger_plus_logger_finalize,
1857 messenger_plus_logger_list, 1866 messenger_plus_logger_list,
1858 messenger_plus_logger_read, 1867 messenger_plus_logger_read,
1859 messenger_plus_logger_size); 1868 messenger_plus_logger_size);
1860 gaim_log_logger_add(messenger_plus_logger); 1869 gaim_log_logger_add(messenger_plus_logger);
1861 1870
1871 /* The names of IM clients are marked for translation at the request of
1872 translators who wanted to transliterate them. Many translators
1873 choose to leave them alone. Choose what's best for your language. */
1862 msn_logger = gaim_log_logger_new("msn", _("MSN Messenger"), 6, 1874 msn_logger = gaim_log_logger_new("msn", _("MSN Messenger"), 6,
1863 NULL, 1875 NULL,
1864 NULL, 1876 NULL,
1865 msn_logger_finalize, 1877 msn_logger_finalize,
1866 msn_logger_list, 1878 msn_logger_list,
1867 msn_logger_read, 1879 msn_logger_read,
1868 msn_logger_size); 1880 msn_logger_size);
1869 gaim_log_logger_add(msn_logger); 1881 gaim_log_logger_add(msn_logger);
1870 1882
1883 /* The names of IM clients are marked for translation at the request of
1884 translators who wanted to transliterate them. Many translators
1885 choose to leave them alone. Choose what's best for your language. */
1871 trillian_logger = gaim_log_logger_new("trillian", _("Trillian"), 6, 1886 trillian_logger = gaim_log_logger_new("trillian", _("Trillian"), 6,
1872 NULL, 1887 NULL,
1873 NULL, 1888 NULL,
1874 trillian_logger_finalize, 1889 trillian_logger_finalize,
1875 trillian_logger_list, 1890 trillian_logger_list,