gtkAboutDialogSetTranslatorCredits   package:RGtk2   R Documentation

_g_t_k_A_b_o_u_t_D_i_a_l_o_g_S_e_t_T_r_a_n_s_l_a_t_o_r_C_r_e_d_i_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     Sets the translator credits string which is displayed in the
     translators tab of the secondary credits dialog.

_U_s_a_g_e:

     gtkAboutDialogSetTranslatorCredits(object, translator.credits = NULL)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkAboutDialog']  a 'GtkAboutDialog'

'translator.credits': [character]  the translator credits

_D_e_t_a_i_l_s:

     The intended use for this string is to display the translator of
     the language which is currently used in the user interface. Using
     'gettext()', a simple way to achieve that is to mark the string
     for translation:

     about$setTranslatorCredits(gettext("translator-credits"))

     It is a good idea to use the customary msgid "translator-credits"
     for this purpose, since translators will already know the purpose
     of that msgid, and since 'GtkAboutDialog' will detect if
     "translator-credits" is untranslated and hide the tab.  

     Since  2.6

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

