Hi. I am developing a website based on Drupal with custom administration where user can create custom string values like statuses and such. Currently the website is targeted on non-english speaking users. So I need user to be able to create strings as he wish but I need to enable him to translate those stirngs when needed into another languages. Since Drupal is based on English strings I don't know what would be the best way to approach this. I cannot force user to create strings in English and then go to the translation interface to translate them.

So, any ideas how to approach this?