Home
last modified time | relevance | path

Searched refs:en_label (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/libs/ec/cpp/
H A DECSpecialTags.cpp143 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"));
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/libs/ec/cpp/
H A DECSpecialTags.cpp143 wxString en_label = GetStringData(); in GetDisplayString() local
144 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()
/dports/science/epte/epte/
H A Ddo_en.c308 en_label(); in do_en()
341 void en_label() in en_label() function
H A Dperiodic.h335 void en_label ( void );
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/convert/
H A Dtest_po2dtd.py135 en_label,
143 simpledtd = simpledtd_template % (en_label, en_akey)