Permalink
Loading
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Move plurals into seperate files, make Condition use plurals
- Loading branch information
Showing
with
382 additions
and 68 deletions.
- +6 −0 .tx/config
- +1 −1 extern/UnifiedNlp
- +11 −4 play-services-core/src/main/java/org/microg/gms/ui/Conditions.java
- +35 −0 play-services-core/src/main/res/values-de/plurals.xml
- +0 −10 play-services-core/src/main/res/values-de/strings.xml
- +19 −0 play-services-core/src/main/res/values-es/plurals.xml
- +35 −0 play-services-core/src/main/res/values-fr/plurals.xml
- +2 −11 play-services-core/src/main/res/values-fr/strings.xml
- +46 −0 play-services-core/src/main/res/values-pl/permissions.xml
- +43 −0 play-services-core/src/main/res/values-pl/plurals.xml
- +17 −12 play-services-core/src/main/res/values-pl/strings.xml
- +28 −0 play-services-core/src/main/res/values-pt-rBR/plurals.xml
- +0 −5 play-services-core/src/main/res/values-pt-rBR/strings.xml
- +19 −0 play-services-core/src/main/res/values-ro/plurals.xml
- +28 −0 play-services-core/src/main/res/values-ru/plurals.xml
- +1 −5 play-services-core/src/main/res/values-ru/strings.xml
- +28 −0 play-services-core/src/main/res/values-sr/plurals.xml
- +0 −5 play-services-core/src/main/res/values-sr/strings.xml
- +28 −0 play-services-core/src/main/res/values-zh-rTW/plurals.xml
- +0 −5 play-services-core/src/main/res/values-zh-rTW/strings.xml
- +35 −0 play-services-core/src/main/res/values/plurals.xml
- +0 −10 play-services-core/src/main/res/values/strings.xml
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule UnifiedNlp
updated
from 4dcb5f to ac0636
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -0,0 +1,35 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| ~ Copyright (C) 2017 microG Project Team | ||
| ~ | ||
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
| ~ you may not use this file except in compliance with the License. | ||
| ~ You may obtain a copy of the License at | ||
| ~ | ||
| ~ http://www.apache.org/licenses/LICENSE-2.0 | ||
| ~ | ||
| ~ Unless required by applicable law or agreed to in writing, software | ||
| ~ distributed under the License is distributed on an "AS IS" BASIS, | ||
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| ~ See the License for the specific language governing permissions and | ||
| ~ limitations under the License. | ||
| --> | ||
|
|
||
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
| <plurals name="pref_unifiednlp_summary"> | ||
| <item quantity="one"><xliff:g example="1">%1$d</xliff:g> backend eingestellt</item> | ||
| <item quantity="other"><xliff:g example="3">%1$d</xliff:g> backends eingestellt</item> | ||
| </plurals> | ||
| <plurals name="gcm_registered_apps_counter"> | ||
| <item quantity="one"><xliff:g example="1">%1$d</xliff:g> registrierte App</item> | ||
| <item quantity="other"><xliff:g example="123">%1$d</xliff:g> registrierte Apps</item> | ||
| </plurals> | ||
| <plurals name="cond_perm_summary"> | ||
| <item quantity="one">Eine Berechtigungen, die für die ordnungsgemäße Funktionalität von microG Services Core benötigt werden, ist nicht zugeteilt.</item> | ||
| <item quantity="other">Mehrere Berechtigungen, die für die ordnungsgemäße Funktionalität von microG Services Core benötigt werden, sind nicht zugeteilt.</item> | ||
| </plurals> | ||
| <plurals name="cond_perm_action"> | ||
| <item quantity="one">Fehlende Berechtigung anfragen</item> | ||
| <item quantity="other">Fehlende Berechtigungen anfragen</item> | ||
| </plurals> | ||
| </resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -0,0 +1,19 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| ~ Copyright (C) 2017 microG Project Team | ||
| ~ | ||
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
| ~ you may not use this file except in compliance with the License. | ||
| ~ You may obtain a copy of the License at | ||
| ~ | ||
| ~ http://www.apache.org/licenses/LICENSE-2.0 | ||
| ~ | ||
| ~ Unless required by applicable law or agreed to in writing, software | ||
| ~ distributed under the License is distributed on an "AS IS" BASIS, | ||
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| ~ See the License for the specific language governing permissions and | ||
| ~ limitations under the License. | ||
| --> | ||
|
|
||
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
| </resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -0,0 +1,35 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| ~ Copyright (C) 2017 microG Project Team | ||
| ~ | ||
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
| ~ you may not use this file except in compliance with the License. | ||
| ~ You may obtain a copy of the License at | ||
| ~ | ||
| ~ http://www.apache.org/licenses/LICENSE-2.0 | ||
| ~ | ||
| ~ Unless required by applicable law or agreed to in writing, software | ||
| ~ distributed under the License is distributed on an "AS IS" BASIS, | ||
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| ~ See the License for the specific language governing permissions and | ||
| ~ limitations under the License. | ||
| --> | ||
|
|
||
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
| <plurals name="pref_unifiednlp_summary"> | ||
| <item quantity="one"><xliff:g example="3">%1$d</xliff:g> fournisseur configuré</item> | ||
| <item quantity="other"><xliff:g example="3">%1$d</xliff:g> fournisseurs configurés</item> | ||
| </plurals> | ||
| <plurals name="gcm_registered_apps_counter"> | ||
| <item quantity="one"><xliff:g example="1">%1$d</xliff:g> application enregistrée</item> | ||
| <item quantity="other"><xliff:g example="123">%1$d</xliff:g> applications enregistrées</item> | ||
| </plurals> | ||
| <plurals name="cond_perm_summary"> | ||
| <item quantity="one">Une autorisation requises pour le fonctionnement correct de microG Service Core est manquante.</item> | ||
| <item quantity="other">Plusieurs autorisations requises pour le fonctionnement correct de microG Service Core sont manquantes.</item> | ||
| </plurals> | ||
| <plurals name="cond_perm_action"> | ||
| <item quantity="one">Demander la autorisation manquante</item> | ||
| <item quantity="other">Demander les autorisations manquantes</item> | ||
| </plurals> | ||
| </resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -0,0 +1,46 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| ~ Copyright 2013-2015 microG Project Team | ||
| ~ | ||
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
| ~ you may not use this file except in compliance with the License. | ||
| ~ You may obtain a copy of the License at | ||
| ~ | ||
| ~ http://www.apache.org/licenses/LICENSE-2.0 | ||
| ~ | ||
| ~ Unless required by applicable law or agreed to in writing, software | ||
| ~ distributed under the License is distributed on an "AS IS" BASIS, | ||
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| ~ See the License for the specific language governing permissions and | ||
| ~ limitations under the License. | ||
| --> | ||
|
|
||
| <resources> | ||
| <string name="permission_service_all_label">Wszystkie usługi Google</string> | ||
| <string name="permission_service_all_description">Zezwala aplikacji na dostęp do wszystkich usług Google przez dowolne powiązane konto Google.</string> | ||
|
|
||
| <string name="permission_service_android_label">Usługi Android</string> | ||
| <string name="permission_service_android_description">Zezwala aplikacji na dostęp do usług Androida przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_adsense_label">AdSense</string> | ||
| <string name="permission_service_adsense_description">Zezwala aplikacji na dostęp do AdSense przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_adwords_label">AdWords</string> | ||
| <string name="permission_service_adwords_description">Zezwala aplikacji na dostęp do AdWords przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_ah_label">Google App Engine</string> | ||
| <string name="permission_service_ah_description">Zezwala aplikacji na dostęp do Google App Engine przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_blogger_label">Blogger</string> | ||
| <string name="permission_service_blogger_description">Zezwala aplikacji na dostęp do Bloggera przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_cl_label">Kalendarz Google</string> | ||
| <string name="permission_service_cl_description">Zezwala aplikacji na dostęp do Kalendarza Google przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_cp_label">Kontakty</string> | ||
| <string name="permission_service_cp_description">Zezwala aplikacji na dostęp do Kontaktów przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_dodgeball_label">Dodgeball</string> | ||
| <string name="permission_service_dodgeball_description">Zezwala aplikacji na dostęp do Dodgeballa przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_finance_label">Finanse Google</string> | ||
| <string name="permission_service_finance_description">Zezwala aplikacji na dostęp do Finansów Google przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_gbase_label">Google Base</string> | ||
| <string name="permission_service_gbase_description">Zezwala aplikacji na dostęp do Google Base przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_grandcentral_label">Google Voice</string> | ||
| <string name="permission_service_grandcentral_description">Zezwala aplikacji na dostęp do Google Voice przez dowolne powiązane konto Google.</string> | ||
| <string name="permission_service_groups2_label">Grupy dyskusyjne Google</string> | ||
| <string name="permission_service_groups2_description">Zezwala aplikacji na dostęp do Grup dyskusyjnych Google przez dowolne powiązane konto Google.</string> | ||
| </resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -0,0 +1,43 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| ~ Copyright (C) 2017 microG Project Team | ||
| ~ | ||
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
| ~ you may not use this file except in compliance with the License. | ||
| ~ You may obtain a copy of the License at | ||
| ~ | ||
| ~ http://www.apache.org/licenses/LICENSE-2.0 | ||
| ~ | ||
| ~ Unless required by applicable law or agreed to in writing, software | ||
| ~ distributed under the License is distributed on an "AS IS" BASIS, | ||
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| ~ See the License for the specific language governing permissions and | ||
| ~ limitations under the License. | ||
| --> | ||
|
|
||
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
| <plurals name="pref_unifiednlp_summary"> | ||
| <item quantity="one"><xliff:g example=\"1\">%1$d</xliff:g> usługa skonfigurowana</item> | ||
| <item quantity="few"><xliff:g example=\"3\">%1$d</xliff:g> usługi skonfigurowane</item> | ||
| <item quantity="many"><xliff:g example=\"3\">%1$d</xliff:g> usług skonfigurowanych</item> | ||
| <item quantity="other"><xliff:g example=\"3\">%1$d</xliff:g> usług skonfigurowanych</item> | ||
| </plurals> | ||
| <plurals name="gcm_registered_apps_counter"> | ||
| <item quantity="one"><xliff:g example=\"1\">%1$d</xliff:g> zarejestrowana aplikacja</item> | ||
| <item quantity="few"><xliff:g example=\"123\">%1$d</xliff:g> zarejestrowane aplikacje</item> | ||
| <item quantity="many"><xliff:g example=\"123\">%1$d</xliff:g> zarejestrowanych aplikacji</item> | ||
| <item quantity="other"><xliff:g example=\"123\">%1$d</xliff:g> zarejestrowanych aplikacji</item> | ||
| </plurals> | ||
| <plurals name="cond_perm_summary"> | ||
| <item quantity="one">Nie udzielono uprawnienia niezbędnego do poprawnego funkcjonowania usługi microG.</item> | ||
| <item quantity="few">Nie udzielono uprawnień niezbędnych do poprawnego działania usługi microG.</item> | ||
| <item quantity="many">Nie udzielono uprawnień niezbędnych do poprawnego działania usługi microG.</item> | ||
| <item quantity="other">Nie udzielono uprawnień niezbędnych do poprawnego działania usługi microG.</item> | ||
| </plurals> | ||
| <plurals name="cond_perm_action"> | ||
| <item quantity="one">Brakuje wymaganego uprawnienia</item> | ||
| <item quantity="few">Brakuje wymaganych uprawnień</item> | ||
| <item quantity="many">Brakuje wymaganych uprawnień</item> | ||
| <item quantity="other">Brakuje wymaganych uprawnień</item> | ||
| </plurals> | ||
| </resources> |
Oops, something went wrong.

