├── LICENSE ├── values-af ├── plurals.xml └── strings.xml ├── values-am ├── plurals.xml └── strings.xml ├── values-ar-rXB └── plurals.xml ├── values-ar ├── plurals.xml └── strings.xml ├── values-az ├── plurals.xml └── strings.xml ├── values-b+sr+Latn ├── plurals.xml └── strings.xml ├── values-be ├── plurals.xml └── strings.xml ├── values-bg ├── plurals.xml └── strings.xml ├── values-bn ├── plurals.xml └── strings.xml ├── values-bs ├── 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-en-rAU ├── plurals.xml └── strings.xml ├── values-en-rGB ├── plurals.xml └── strings.xml ├── values-en-rIN ├── plurals.xml └── strings.xml ├── values-en-rXA └── plurals.xml ├── values-es-rUS ├── plurals.xml └── strings.xml ├── values-es ├── plurals.xml └── strings.xml ├── values-et ├── plurals.xml └── strings.xml ├── values-eu ├── plurals.xml └── strings.xml ├── values-fa ├── plurals.xml └── strings.xml ├── values-fi ├── plurals.xml └── strings.xml ├── values-fr-rCA ├── plurals.xml └── strings.xml ├── values-fr ├── plurals.xml └── strings.xml ├── values-gl ├── plurals.xml └── strings.xml ├── values-gu ├── plurals.xml └── strings.xml ├── values-hi ├── plurals.xml └── strings.xml ├── values-hr ├── plurals.xml └── strings.xml ├── values-hu ├── plurals.xml └── strings.xml ├── values-hy ├── plurals.xml └── strings.xml ├── values-in ├── plurals.xml └── strings.xml ├── values-is ├── plurals.xml └── strings.xml ├── values-it ├── plurals.xml └── strings.xml ├── values-iw ├── plurals.xml └── strings.xml ├── values-ja ├── plurals.xml └── strings.xml ├── values-ka ├── plurals.xml └── strings.xml ├── values-kk ├── plurals.xml └── strings.xml ├── values-km ├── plurals.xml └── strings.xml ├── values-kn ├── plurals.xml └── strings.xml ├── values-ko ├── plurals.xml └── strings.xml ├── values-ky ├── plurals.xml └── strings.xml ├── values-land └── dimens.xml ├── values-lo ├── plurals.xml └── strings.xml ├── values-lt ├── plurals.xml └── strings.xml ├── values-lv ├── plurals.xml └── strings.xml ├── values-mk ├── plurals.xml └── strings.xml ├── values-ml ├── plurals.xml └── strings.xml ├── values-mn ├── plurals.xml └── strings.xml ├── values-mr ├── plurals.xml └── strings.xml ├── values-ms ├── plurals.xml └── strings.xml ├── values-my ├── plurals.xml └── strings.xml ├── values-nb ├── plurals.xml └── strings.xml ├── values-ne ├── plurals.xml └── strings.xml ├── values-nl ├── plurals.xml └── strings.xml ├── values-pa ├── plurals.xml └── strings.xml ├── values-pl ├── plurals.xml └── strings.xml ├── values-pt-rPT ├── plurals.xml └── strings.xml ├── values-pt ├── plurals.xml └── strings.xml ├── values-rm └── strings.xml ├── values-ro ├── plurals.xml └── strings.xml ├── values-ru ├── plurals.xml └── strings.xml ├── values-si ├── plurals.xml └── strings.xml ├── values-sk ├── plurals.xml └── strings.xml ├── values-sl ├── plurals.xml └── strings.xml ├── values-sq ├── plurals.xml └── strings.xml ├── values-sr ├── plurals.xml └── strings.xml ├── values-sv ├── plurals.xml └── strings.xml ├── values-sw ├── plurals.xml └── strings.xml ├── values-ta ├── plurals.xml └── strings.xml ├── values-te ├── plurals.xml └── strings.xml ├── values-th ├── plurals.xml └── strings.xml ├── values-tl ├── plurals.xml └── strings.xml ├── values-tr ├── plurals.xml └── strings.xml ├── values-uk ├── plurals.xml └── strings.xml ├── values-ur ├── plurals.xml └── strings.xml ├── values-uz ├── plurals.xml └── strings.xml ├── values-vi ├── plurals.xml └── strings.xml ├── values-zh-rCN ├── plurals.xml └── strings.xml ├── values-zh-rHK ├── plurals.xml └── strings.xml ├── values-zh-rTW ├── plurals.xml └── strings.xml ├── values-zu ├── plurals.xml └── strings.xml └── values ├── plurals.xml └── strings.xml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/LICENSE -------------------------------------------------------------------------------- /values-af/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-af/plurals.xml -------------------------------------------------------------------------------- /values-af/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-af/strings.xml -------------------------------------------------------------------------------- /values-am/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-am/plurals.xml -------------------------------------------------------------------------------- /values-am/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-am/strings.xml -------------------------------------------------------------------------------- /values-ar-rXB/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ar-rXB/plurals.xml -------------------------------------------------------------------------------- /values-ar/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ar/plurals.xml -------------------------------------------------------------------------------- /values-ar/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ar/strings.xml -------------------------------------------------------------------------------- /values-az/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-az/plurals.xml -------------------------------------------------------------------------------- /values-az/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-az/strings.xml -------------------------------------------------------------------------------- /values-b+sr+Latn/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-b+sr+Latn/plurals.xml -------------------------------------------------------------------------------- /values-b+sr+Latn/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-b+sr+Latn/strings.xml -------------------------------------------------------------------------------- /values-be/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-be/plurals.xml -------------------------------------------------------------------------------- /values-be/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-be/strings.xml -------------------------------------------------------------------------------- /values-bg/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-bg/plurals.xml -------------------------------------------------------------------------------- /values-bg/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-bg/strings.xml -------------------------------------------------------------------------------- /values-bn/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-bn/plurals.xml -------------------------------------------------------------------------------- /values-bn/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-bn/strings.xml -------------------------------------------------------------------------------- /values-bs/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-bs/plurals.xml -------------------------------------------------------------------------------- /values-bs/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-bs/strings.xml -------------------------------------------------------------------------------- /values-ca/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ca/plurals.xml -------------------------------------------------------------------------------- /values-ca/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ca/strings.xml -------------------------------------------------------------------------------- /values-cs/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-cs/plurals.xml -------------------------------------------------------------------------------- /values-cs/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-cs/strings.xml -------------------------------------------------------------------------------- /values-da/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-da/plurals.xml -------------------------------------------------------------------------------- /values-da/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-da/strings.xml -------------------------------------------------------------------------------- /values-de/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-de/plurals.xml -------------------------------------------------------------------------------- /values-de/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-de/strings.xml -------------------------------------------------------------------------------- /values-el/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-el/plurals.xml -------------------------------------------------------------------------------- /values-el/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-el/strings.xml -------------------------------------------------------------------------------- /values-en-rAU/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-en-rAU/plurals.xml -------------------------------------------------------------------------------- /values-en-rAU/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-en-rAU/strings.xml -------------------------------------------------------------------------------- /values-en-rGB/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-en-rGB/plurals.xml -------------------------------------------------------------------------------- /values-en-rGB/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-en-rGB/strings.xml -------------------------------------------------------------------------------- /values-en-rIN/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-en-rIN/plurals.xml -------------------------------------------------------------------------------- /values-en-rIN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-en-rIN/strings.xml -------------------------------------------------------------------------------- /values-en-rXA/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-en-rXA/plurals.xml -------------------------------------------------------------------------------- /values-es-rUS/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-es-rUS/plurals.xml -------------------------------------------------------------------------------- /values-es-rUS/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-es-rUS/strings.xml -------------------------------------------------------------------------------- /values-es/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-es/plurals.xml -------------------------------------------------------------------------------- /values-es/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-es/strings.xml -------------------------------------------------------------------------------- /values-et/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-et/plurals.xml -------------------------------------------------------------------------------- /values-et/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-et/strings.xml -------------------------------------------------------------------------------- /values-eu/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-eu/plurals.xml -------------------------------------------------------------------------------- /values-eu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-eu/strings.xml -------------------------------------------------------------------------------- /values-fa/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-fa/plurals.xml -------------------------------------------------------------------------------- /values-fa/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-fa/strings.xml -------------------------------------------------------------------------------- /values-fi/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-fi/plurals.xml -------------------------------------------------------------------------------- /values-fi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-fi/strings.xml -------------------------------------------------------------------------------- /values-fr-rCA/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-fr-rCA/plurals.xml -------------------------------------------------------------------------------- /values-fr-rCA/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-fr-rCA/strings.xml -------------------------------------------------------------------------------- /values-fr/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-fr/plurals.xml -------------------------------------------------------------------------------- /values-fr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-fr/strings.xml -------------------------------------------------------------------------------- /values-gl/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-gl/plurals.xml -------------------------------------------------------------------------------- /values-gl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-gl/strings.xml -------------------------------------------------------------------------------- /values-gu/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-gu/plurals.xml -------------------------------------------------------------------------------- /values-gu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-gu/strings.xml -------------------------------------------------------------------------------- /values-hi/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-hi/plurals.xml -------------------------------------------------------------------------------- /values-hi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-hi/strings.xml -------------------------------------------------------------------------------- /values-hr/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-hr/plurals.xml -------------------------------------------------------------------------------- /values-hr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-hr/strings.xml -------------------------------------------------------------------------------- /values-hu/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-hu/plurals.xml -------------------------------------------------------------------------------- /values-hu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-hu/strings.xml -------------------------------------------------------------------------------- /values-hy/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-hy/plurals.xml -------------------------------------------------------------------------------- /values-hy/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-hy/strings.xml -------------------------------------------------------------------------------- /values-in/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-in/plurals.xml -------------------------------------------------------------------------------- /values-in/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-in/strings.xml -------------------------------------------------------------------------------- /values-is/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-is/plurals.xml -------------------------------------------------------------------------------- /values-is/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-is/strings.xml -------------------------------------------------------------------------------- /values-it/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-it/plurals.xml -------------------------------------------------------------------------------- /values-it/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-it/strings.xml -------------------------------------------------------------------------------- /values-iw/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-iw/plurals.xml -------------------------------------------------------------------------------- /values-iw/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-iw/strings.xml -------------------------------------------------------------------------------- /values-ja/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ja/plurals.xml -------------------------------------------------------------------------------- /values-ja/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ja/strings.xml -------------------------------------------------------------------------------- /values-ka/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ka/plurals.xml -------------------------------------------------------------------------------- /values-ka/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ka/strings.xml -------------------------------------------------------------------------------- /values-kk/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-kk/plurals.xml -------------------------------------------------------------------------------- /values-kk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-kk/strings.xml -------------------------------------------------------------------------------- /values-km/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-km/plurals.xml -------------------------------------------------------------------------------- /values-km/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-km/strings.xml -------------------------------------------------------------------------------- /values-kn/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-kn/plurals.xml -------------------------------------------------------------------------------- /values-kn/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-kn/strings.xml -------------------------------------------------------------------------------- /values-ko/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ko/plurals.xml -------------------------------------------------------------------------------- /values-ko/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ko/strings.xml -------------------------------------------------------------------------------- /values-ky/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ky/plurals.xml -------------------------------------------------------------------------------- /values-ky/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ky/strings.xml -------------------------------------------------------------------------------- /values-land/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-land/dimens.xml -------------------------------------------------------------------------------- /values-lo/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-lo/plurals.xml -------------------------------------------------------------------------------- /values-lo/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-lo/strings.xml -------------------------------------------------------------------------------- /values-lt/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-lt/plurals.xml -------------------------------------------------------------------------------- /values-lt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-lt/strings.xml -------------------------------------------------------------------------------- /values-lv/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-lv/plurals.xml -------------------------------------------------------------------------------- /values-lv/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-lv/strings.xml -------------------------------------------------------------------------------- /values-mk/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-mk/plurals.xml -------------------------------------------------------------------------------- /values-mk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-mk/strings.xml -------------------------------------------------------------------------------- /values-ml/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ml/plurals.xml -------------------------------------------------------------------------------- /values-ml/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ml/strings.xml -------------------------------------------------------------------------------- /values-mn/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-mn/plurals.xml -------------------------------------------------------------------------------- /values-mn/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-mn/strings.xml -------------------------------------------------------------------------------- /values-mr/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-mr/plurals.xml -------------------------------------------------------------------------------- /values-mr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-mr/strings.xml -------------------------------------------------------------------------------- /values-ms/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ms/plurals.xml -------------------------------------------------------------------------------- /values-ms/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ms/strings.xml -------------------------------------------------------------------------------- /values-my/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-my/plurals.xml -------------------------------------------------------------------------------- /values-my/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-my/strings.xml -------------------------------------------------------------------------------- /values-nb/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-nb/plurals.xml -------------------------------------------------------------------------------- /values-nb/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-nb/strings.xml -------------------------------------------------------------------------------- /values-ne/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ne/plurals.xml -------------------------------------------------------------------------------- /values-ne/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ne/strings.xml -------------------------------------------------------------------------------- /values-nl/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-nl/plurals.xml -------------------------------------------------------------------------------- /values-nl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-nl/strings.xml -------------------------------------------------------------------------------- /values-pa/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-pa/plurals.xml -------------------------------------------------------------------------------- /values-pa/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-pa/strings.xml -------------------------------------------------------------------------------- /values-pl/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-pl/plurals.xml -------------------------------------------------------------------------------- /values-pl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-pl/strings.xml -------------------------------------------------------------------------------- /values-pt-rPT/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-pt-rPT/plurals.xml -------------------------------------------------------------------------------- /values-pt-rPT/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-pt-rPT/strings.xml -------------------------------------------------------------------------------- /values-pt/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-pt/plurals.xml -------------------------------------------------------------------------------- /values-pt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-pt/strings.xml -------------------------------------------------------------------------------- /values-rm/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-rm/strings.xml -------------------------------------------------------------------------------- /values-ro/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ro/plurals.xml -------------------------------------------------------------------------------- /values-ro/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ro/strings.xml -------------------------------------------------------------------------------- /values-ru/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ru/plurals.xml -------------------------------------------------------------------------------- /values-ru/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ru/strings.xml -------------------------------------------------------------------------------- /values-si/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-si/plurals.xml -------------------------------------------------------------------------------- /values-si/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-si/strings.xml -------------------------------------------------------------------------------- /values-sk/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sk/plurals.xml -------------------------------------------------------------------------------- /values-sk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sk/strings.xml -------------------------------------------------------------------------------- /values-sl/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sl/plurals.xml -------------------------------------------------------------------------------- /values-sl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sl/strings.xml -------------------------------------------------------------------------------- /values-sq/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sq/plurals.xml -------------------------------------------------------------------------------- /values-sq/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sq/strings.xml -------------------------------------------------------------------------------- /values-sr/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sr/plurals.xml -------------------------------------------------------------------------------- /values-sr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sr/strings.xml -------------------------------------------------------------------------------- /values-sv/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sv/plurals.xml -------------------------------------------------------------------------------- /values-sv/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sv/strings.xml -------------------------------------------------------------------------------- /values-sw/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sw/plurals.xml -------------------------------------------------------------------------------- /values-sw/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-sw/strings.xml -------------------------------------------------------------------------------- /values-ta/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ta/plurals.xml -------------------------------------------------------------------------------- /values-ta/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ta/strings.xml -------------------------------------------------------------------------------- /values-te/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-te/plurals.xml -------------------------------------------------------------------------------- /values-te/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-te/strings.xml -------------------------------------------------------------------------------- /values-th/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-th/plurals.xml -------------------------------------------------------------------------------- /values-th/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-th/strings.xml -------------------------------------------------------------------------------- /values-tl/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-tl/plurals.xml -------------------------------------------------------------------------------- /values-tl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-tl/strings.xml -------------------------------------------------------------------------------- /values-tr/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-tr/plurals.xml -------------------------------------------------------------------------------- /values-tr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-tr/strings.xml -------------------------------------------------------------------------------- /values-uk/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-uk/plurals.xml -------------------------------------------------------------------------------- /values-uk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-uk/strings.xml -------------------------------------------------------------------------------- /values-ur/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ur/plurals.xml -------------------------------------------------------------------------------- /values-ur/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-ur/strings.xml -------------------------------------------------------------------------------- /values-uz/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-uz/plurals.xml -------------------------------------------------------------------------------- /values-uz/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-uz/strings.xml -------------------------------------------------------------------------------- /values-vi/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-vi/plurals.xml -------------------------------------------------------------------------------- /values-vi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-vi/strings.xml -------------------------------------------------------------------------------- /values-zh-rCN/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-zh-rCN/plurals.xml -------------------------------------------------------------------------------- /values-zh-rCN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-zh-rCN/strings.xml -------------------------------------------------------------------------------- /values-zh-rHK/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-zh-rHK/plurals.xml -------------------------------------------------------------------------------- /values-zh-rHK/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-zh-rHK/strings.xml -------------------------------------------------------------------------------- /values-zh-rTW/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-zh-rTW/plurals.xml -------------------------------------------------------------------------------- /values-zh-rTW/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-zh-rTW/strings.xml -------------------------------------------------------------------------------- /values-zu/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-zu/plurals.xml -------------------------------------------------------------------------------- /values-zu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values-zu/strings.xml -------------------------------------------------------------------------------- /values/plurals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values/plurals.xml -------------------------------------------------------------------------------- /values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whataudoinghere/CPL-Translation/HEAD/values/strings.xml --------------------------------------------------------------------------------