├── README.md ├── apktool.json └── res ├── values-bg ├── arrays.xml ├── plurals.xml └── strings.xml ├── values-de ├── arrays.xml └── strings.xml ├── values-el ├── arrays.xml ├── plurals.xml └── strings.xml ├── values-fa ├── arrays.xml ├── plurals.xml └── strings.xml ├── values-he ├── arrays.xml └── strings.xml ├── values-it ├── arrays.xml ├── plurals.xml └── strings.xml ├── values-iw ├── arrays.xml └── strings.xml ├── values-pt ├── arrays.xml ├── plurals.xml └── strings.xml ├── values-ru ├── arrays.xml ├── plurals.xml └── strings.xml ├── values-tr └── strings.xml ├── values-uk ├── arrays.xml ├── plurals.xml └── strings.xml ├── values-vi ├── arrays.xml └── strings.xml ├── values-zh ├── arrays.xml ├── plurals.xml └── strings.xml └── values ├── arrays.xml ├── plurals.xml └── strings.xml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/README.md -------------------------------------------------------------------------------- /apktool.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res/values-bg/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-bg/arrays.xml -------------------------------------------------------------------------------- /res/values-bg/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-bg/plurals.xml -------------------------------------------------------------------------------- /res/values-bg/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-bg/strings.xml -------------------------------------------------------------------------------- /res/values-de/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-de/arrays.xml -------------------------------------------------------------------------------- /res/values-de/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-de/strings.xml -------------------------------------------------------------------------------- /res/values-el/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-el/arrays.xml -------------------------------------------------------------------------------- /res/values-el/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-el/plurals.xml -------------------------------------------------------------------------------- /res/values-el/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-el/strings.xml -------------------------------------------------------------------------------- /res/values-fa/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-fa/arrays.xml -------------------------------------------------------------------------------- /res/values-fa/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-fa/plurals.xml -------------------------------------------------------------------------------- /res/values-fa/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-fa/strings.xml -------------------------------------------------------------------------------- /res/values-he/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-he/arrays.xml -------------------------------------------------------------------------------- /res/values-he/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-he/strings.xml -------------------------------------------------------------------------------- /res/values-it/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-it/arrays.xml -------------------------------------------------------------------------------- /res/values-it/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-it/plurals.xml -------------------------------------------------------------------------------- /res/values-it/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-it/strings.xml -------------------------------------------------------------------------------- /res/values-iw/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-iw/arrays.xml -------------------------------------------------------------------------------- /res/values-iw/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-iw/strings.xml -------------------------------------------------------------------------------- /res/values-pt/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-pt/arrays.xml -------------------------------------------------------------------------------- /res/values-pt/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-pt/plurals.xml -------------------------------------------------------------------------------- /res/values-pt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-pt/strings.xml -------------------------------------------------------------------------------- /res/values-ru/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-ru/arrays.xml -------------------------------------------------------------------------------- /res/values-ru/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-ru/plurals.xml -------------------------------------------------------------------------------- /res/values-ru/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-ru/strings.xml -------------------------------------------------------------------------------- /res/values-tr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-tr/strings.xml -------------------------------------------------------------------------------- /res/values-uk/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-uk/arrays.xml -------------------------------------------------------------------------------- /res/values-uk/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-uk/plurals.xml -------------------------------------------------------------------------------- /res/values-uk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-uk/strings.xml -------------------------------------------------------------------------------- /res/values-vi/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-vi/arrays.xml -------------------------------------------------------------------------------- /res/values-vi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-vi/strings.xml -------------------------------------------------------------------------------- /res/values-zh/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-zh/arrays.xml -------------------------------------------------------------------------------- /res/values-zh/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-zh/plurals.xml -------------------------------------------------------------------------------- /res/values-zh/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values-zh/strings.xml -------------------------------------------------------------------------------- /res/values/arrays.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values/arrays.xml -------------------------------------------------------------------------------- /res/values/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values/plurals.xml -------------------------------------------------------------------------------- /res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maximoff/MPatcher-translations/HEAD/res/values/strings.xml --------------------------------------------------------------------------------