Translation

Translation project is opened at  http://crowdin.net/project/mx-video-player/invite. Anyone can start new translation or fix existing translation error.

Please check followings before you start translation.

1) Some characters should be encoded as follows:

2) Add \n to break to next line

ex) <string name="shutdown_unauthorized">App verification failed.\nshutting down.</string> will be displayed as:

"App verification failed.

shutting down."

(Add \n if you think breaking line clarify meaning. or remove it on your own decision.)

3) Text formatting character should be placed properly 

Do not touch formatting characters such as %1$s  %2$s  %1$d, etc. It is placeholder for other texts.

4) Quantity Strings (Plurals)

Different languages have different rules for grammatical agreement with quantity. In English, for example, the quantity 1 is a special case. We write "1 book", but for any other quantity we'd write "n books". This distinction between singular and plural is very common, but other languages make finer distinctions. The full set supported by Android is zero, one, two, few, many, and other.

ex) video_count_zero, video_count_one, video_count_two, video_count_few, video_count_many, video_count_other in string3-2.xml are used to express video_count for each plural forms.

For more detail, watch http://developer.android.com/guide/topics/resources/string-resource.html#Plurals

Since Android devices have various screen resolutions from 240x320 to over 1920x1200, please make it as short as possible. And Please translate app name except "MX". for example, "MX Video Player" -> "MX Lecteur Vidéo" in French.

Texts will be frequently updated, so please check for updates constantly.

We are expressing gratitude on contributors list in our app's "About" screen. If you want to add your name, please request to support@mxplayer.in.

Thanks for your support.