├── PlayStoreEntry ├── Arabic.txt ├── Belarusian.txt ├── Burmese.txt ├── Catalan.txt ├── ChineseSimplified.txt ├── ChineseTraditional.txt ├── Croatian.txt ├── Czech.txt ├── Danish.txt ├── Dutch.txt ├── English.txt ├── Filipino.txt ├── Finnish.txt ├── French.txt ├── German.txt ├── Greek.txt ├── Hebrew.txt ├── Hindi.txt ├── Hungarian.txt ├── Indonesian.txt ├── Italian.txt ├── Japanese.txt ├── Korean.txt ├── Latvian.txt ├── Lithuanian.txt ├── Malay.txt ├── Norwegian.txt ├── Persian.txt ├── Polish.txt ├── Portuguese.txt ├── PortugueseBrazilian.txt ├── Romanian.txt ├── Russian.txt ├── Serbian.txt ├── Slovak.txt ├── Slovenian.txt ├── Spanish.txt ├── Swedish.txt ├── Tagalog.txt ├── Thai.txt ├── Turkish.txt ├── Ukrainian.txt └── Vietnamese.txt ├── README.md └── res ├── values-af ├── plurals.xml └── strings.xml ├── values-ar ├── plurals.xml └── strings.xml ├── values-be ├── plurals.xml └── strings.xml ├── values-ca ├── plurals.xml └── strings.xml ├── values-cs ├── plurals.xml └── strings.xml ├── values-da ├── plurals.xml └── strings.xml ├── values-de ├── plurals.xml └── strings.xml ├── values-el ├── plurals.xml └── strings.xml ├── values-es ├── plurals.xml └── strings.xml ├── values-et ├── plurals.xml └── strings.xml ├── values-fa ├── plurals.xml └── strings.xml ├── values-fi ├── plurals.xml └── strings.xml ├── values-fil-rPH ├── plurals.xml └── strings.xml ├── values-fr ├── plurals.xml └── strings.xml ├── values-he ├── plurals.xml └── strings.xml ├── values-hi ├── plurals.xml └── strings.xml ├── values-hr ├── plurals.xml └── strings.xml ├── values-hu ├── plurals.xml └── strings.xml ├── values-in ├── plurals.xml └── strings.xml ├── values-it ├── plurals.xml └── strings.xml ├── values-ja ├── plurals.xml └── strings.xml ├── values-ko ├── plurals.xml └── strings.xml ├── values-lt ├── plurals.xml └── strings.xml ├── values-lv ├── plurals.xml └── strings.xml ├── values-ms ├── plurals.xml └── strings.xml ├── values-my ├── plurals.xml └── strings.xml ├── values-nb ├── plurals.xml └── strings.xml ├── values-nl ├── plurals.xml └── strings.xml ├── values-pl ├── plurals.xml └── strings.xml ├── values-pt-rBR ├── plurals.xml └── strings.xml ├── values-pt-rPT ├── plurals.xml └── strings.xml ├── values-ro ├── plurals.xml └── strings.xml ├── values-ru ├── plurals.xml └── strings.xml ├── values-sk ├── plurals.xml └── strings.xml ├── values-sl ├── plurals.xml └── strings.xml ├── values-sr ├── plurals.xml └── strings.xml ├── values-sv-rSE ├── plurals.xml └── strings.xml ├── values-th ├── plurals.xml └── strings.xml ├── values-tl-rPH ├── plurals.xml └── strings.xml ├── values-tr ├── plurals.xml └── strings.xml ├── values-uk ├── plurals.xml └── strings.xml ├── values-vi ├── plurals.xml └── strings.xml ├── values-zh-rCN ├── plurals.xml └── strings.xml ├── values-zh-rTW ├── plurals.xml └── strings.xml └── values ├── plurals.xml └── strings.xml /PlayStoreEntry/Arabic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Arabic.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Belarusian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Belarusian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Burmese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Burmese.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Catalan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Catalan.txt -------------------------------------------------------------------------------- /PlayStoreEntry/ChineseSimplified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/ChineseSimplified.txt -------------------------------------------------------------------------------- /PlayStoreEntry/ChineseTraditional.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/ChineseTraditional.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Croatian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Croatian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Czech.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Czech.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Danish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Danish.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Dutch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Dutch.txt -------------------------------------------------------------------------------- /PlayStoreEntry/English.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/English.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Filipino.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Filipino.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Finnish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Finnish.txt -------------------------------------------------------------------------------- /PlayStoreEntry/French.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/French.txt -------------------------------------------------------------------------------- /PlayStoreEntry/German.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/German.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Greek.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Greek.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Hebrew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Hebrew.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Hindi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Hindi.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Hungarian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Hungarian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Indonesian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Indonesian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Italian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Italian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Japanese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Japanese.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Korean.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Korean.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Latvian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Latvian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Lithuanian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Lithuanian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Malay.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Malay.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Norwegian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Norwegian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Persian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Persian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Polish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Polish.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Portuguese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Portuguese.txt -------------------------------------------------------------------------------- /PlayStoreEntry/PortugueseBrazilian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/PortugueseBrazilian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Romanian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Romanian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Russian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Russian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Serbian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Serbian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Slovak.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Slovak.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Slovenian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Slovenian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Spanish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Spanish.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Swedish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Swedish.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Tagalog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Tagalog.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Thai.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Thai.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Turkish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Turkish.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Ukrainian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Ukrainian.txt -------------------------------------------------------------------------------- /PlayStoreEntry/Vietnamese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/PlayStoreEntry/Vietnamese.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/README.md -------------------------------------------------------------------------------- /res/values-af/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-af/plurals.xml -------------------------------------------------------------------------------- /res/values-af/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-af/strings.xml -------------------------------------------------------------------------------- /res/values-ar/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ar/plurals.xml -------------------------------------------------------------------------------- /res/values-ar/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ar/strings.xml -------------------------------------------------------------------------------- /res/values-be/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-be/plurals.xml -------------------------------------------------------------------------------- /res/values-be/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-be/strings.xml -------------------------------------------------------------------------------- /res/values-ca/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ca/plurals.xml -------------------------------------------------------------------------------- /res/values-ca/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ca/strings.xml -------------------------------------------------------------------------------- /res/values-cs/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-cs/plurals.xml -------------------------------------------------------------------------------- /res/values-cs/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-cs/strings.xml -------------------------------------------------------------------------------- /res/values-da/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-da/plurals.xml -------------------------------------------------------------------------------- /res/values-da/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-da/strings.xml -------------------------------------------------------------------------------- /res/values-de/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-de/plurals.xml -------------------------------------------------------------------------------- /res/values-de/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-de/strings.xml -------------------------------------------------------------------------------- /res/values-el/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-el/plurals.xml -------------------------------------------------------------------------------- /res/values-el/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-el/strings.xml -------------------------------------------------------------------------------- /res/values-es/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-es/plurals.xml -------------------------------------------------------------------------------- /res/values-es/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-es/strings.xml -------------------------------------------------------------------------------- /res/values-et/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-et/plurals.xml -------------------------------------------------------------------------------- /res/values-et/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-et/strings.xml -------------------------------------------------------------------------------- /res/values-fa/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-fa/plurals.xml -------------------------------------------------------------------------------- /res/values-fa/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-fa/strings.xml -------------------------------------------------------------------------------- /res/values-fi/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-fi/plurals.xml -------------------------------------------------------------------------------- /res/values-fi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-fi/strings.xml -------------------------------------------------------------------------------- /res/values-fil-rPH/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-fil-rPH/plurals.xml -------------------------------------------------------------------------------- /res/values-fil-rPH/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-fil-rPH/strings.xml -------------------------------------------------------------------------------- /res/values-fr/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-fr/plurals.xml -------------------------------------------------------------------------------- /res/values-fr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-fr/strings.xml -------------------------------------------------------------------------------- /res/values-he/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-he/plurals.xml -------------------------------------------------------------------------------- /res/values-he/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-he/strings.xml -------------------------------------------------------------------------------- /res/values-hi/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-hi/plurals.xml -------------------------------------------------------------------------------- /res/values-hi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-hi/strings.xml -------------------------------------------------------------------------------- /res/values-hr/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-hr/plurals.xml -------------------------------------------------------------------------------- /res/values-hr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-hr/strings.xml -------------------------------------------------------------------------------- /res/values-hu/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-hu/plurals.xml -------------------------------------------------------------------------------- /res/values-hu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-hu/strings.xml -------------------------------------------------------------------------------- /res/values-in/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-in/plurals.xml -------------------------------------------------------------------------------- /res/values-in/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-in/strings.xml -------------------------------------------------------------------------------- /res/values-it/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-it/plurals.xml -------------------------------------------------------------------------------- /res/values-it/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-it/strings.xml -------------------------------------------------------------------------------- /res/values-ja/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ja/plurals.xml -------------------------------------------------------------------------------- /res/values-ja/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ja/strings.xml -------------------------------------------------------------------------------- /res/values-ko/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ko/plurals.xml -------------------------------------------------------------------------------- /res/values-ko/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ko/strings.xml -------------------------------------------------------------------------------- /res/values-lt/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-lt/plurals.xml -------------------------------------------------------------------------------- /res/values-lt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-lt/strings.xml -------------------------------------------------------------------------------- /res/values-lv/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-lv/plurals.xml -------------------------------------------------------------------------------- /res/values-lv/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-lv/strings.xml -------------------------------------------------------------------------------- /res/values-ms/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ms/plurals.xml -------------------------------------------------------------------------------- /res/values-ms/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ms/strings.xml -------------------------------------------------------------------------------- /res/values-my/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-my/plurals.xml -------------------------------------------------------------------------------- /res/values-my/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-my/strings.xml -------------------------------------------------------------------------------- /res/values-nb/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-nb/plurals.xml -------------------------------------------------------------------------------- /res/values-nb/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-nb/strings.xml -------------------------------------------------------------------------------- /res/values-nl/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-nl/plurals.xml -------------------------------------------------------------------------------- /res/values-nl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-nl/strings.xml -------------------------------------------------------------------------------- /res/values-pl/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-pl/plurals.xml -------------------------------------------------------------------------------- /res/values-pl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-pl/strings.xml -------------------------------------------------------------------------------- /res/values-pt-rBR/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-pt-rBR/plurals.xml -------------------------------------------------------------------------------- /res/values-pt-rBR/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-pt-rBR/strings.xml -------------------------------------------------------------------------------- /res/values-pt-rPT/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-pt-rPT/plurals.xml -------------------------------------------------------------------------------- /res/values-pt-rPT/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-pt-rPT/strings.xml -------------------------------------------------------------------------------- /res/values-ro/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ro/plurals.xml -------------------------------------------------------------------------------- /res/values-ro/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ro/strings.xml -------------------------------------------------------------------------------- /res/values-ru/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ru/plurals.xml -------------------------------------------------------------------------------- /res/values-ru/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-ru/strings.xml -------------------------------------------------------------------------------- /res/values-sk/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-sk/plurals.xml -------------------------------------------------------------------------------- /res/values-sk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-sk/strings.xml -------------------------------------------------------------------------------- /res/values-sl/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-sl/plurals.xml -------------------------------------------------------------------------------- /res/values-sl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-sl/strings.xml -------------------------------------------------------------------------------- /res/values-sr/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-sr/plurals.xml -------------------------------------------------------------------------------- /res/values-sr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-sr/strings.xml -------------------------------------------------------------------------------- /res/values-sv-rSE/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-sv-rSE/plurals.xml -------------------------------------------------------------------------------- /res/values-sv-rSE/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-sv-rSE/strings.xml -------------------------------------------------------------------------------- /res/values-th/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-th/plurals.xml -------------------------------------------------------------------------------- /res/values-th/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-th/strings.xml -------------------------------------------------------------------------------- /res/values-tl-rPH/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-tl-rPH/plurals.xml -------------------------------------------------------------------------------- /res/values-tl-rPH/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-tl-rPH/strings.xml -------------------------------------------------------------------------------- /res/values-tr/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-tr/plurals.xml -------------------------------------------------------------------------------- /res/values-tr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-tr/strings.xml -------------------------------------------------------------------------------- /res/values-uk/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-uk/plurals.xml -------------------------------------------------------------------------------- /res/values-uk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-uk/strings.xml -------------------------------------------------------------------------------- /res/values-vi/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-vi/plurals.xml -------------------------------------------------------------------------------- /res/values-vi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-vi/strings.xml -------------------------------------------------------------------------------- /res/values-zh-rCN/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-zh-rCN/plurals.xml -------------------------------------------------------------------------------- /res/values-zh-rCN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-zh-rCN/strings.xml -------------------------------------------------------------------------------- /res/values-zh-rTW/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-zh-rTW/plurals.xml -------------------------------------------------------------------------------- /res/values-zh-rTW/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values-zh-rTW/strings.xml -------------------------------------------------------------------------------- /res/values/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values/plurals.xml -------------------------------------------------------------------------------- /res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cp82/roottoolcase/HEAD/res/values/strings.xml --------------------------------------------------------------------------------