Searched refs:en_label (Results 1 – 5 of 5) sorted by relevance
143 wxString en_label = GetStringData();144 wxString my_label = wxGetTranslation(en_label);146 if (my_label == en_label) {147 if (en_label.Right(4) == wxT(": %s")) {148 my_label = wxGetTranslation(en_label.Mid(0, en_label.Length() - 4)) + wxString(wxT(": %s"));
143 wxString en_label = GetStringData(); in GetDisplayString() local144 wxString my_label = wxGetTranslation(en_label); in GetDisplayString()146 if (my_label == en_label) { in GetDisplayString()147 if (en_label.Right(4) == wxT(": %s")) { in GetDisplayString()148 my_label = wxGetTranslation(en_label.Mid(0, en_label.Length() - 4)) + wxString(wxT(": %s")); in GetDisplayString()
308 en_label(); in do_en()341 void en_label() in en_label() function
335 void en_label ( void );
135 en_label,143 simpledtd = simpledtd_template % (en_label, en_akey)