Just add the _ keyword to Poedit ( [Poedit menu] -> Catalogue -> Properties... -> Source keywords ). Then, instead of the label, use the _ function with that label. For example, change
'options' => array( 'label' => 'Username', ),
to
'options' => array( 'label' => _('Username'), ),
and in updating the Poedit directory from sources. What is it - now you have your own label in Poedit.
user2047861
source share