From 161925a51df33f819c4546f0ae44f34064914e8e Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 28 Sep 2023 17:56:21 +0530 Subject: [PATCH 1/2] Move our string modifications to e_strings.xml --- res/values-de/e_strings.xml | 19 +++++++++++++++++++ res/values-is/e_strings.xml | 19 +++++++++++++++++++ res/values-it/e_strings.xml | 19 +++++++++++++++++++ res/values-nl/e_strings.xml | 19 +++++++++++++++++++ res/values/e_strings.xml | 19 +++++++++++++++++++ 5 files changed, 95 insertions(+) create mode 100644 res/values-de/e_strings.xml create mode 100644 res/values-is/e_strings.xml create mode 100644 res/values-it/e_strings.xml create mode 100644 res/values-nl/e_strings.xml create mode 100644 res/values/e_strings.xml diff --git a/res/values-de/e_strings.xml b/res/values-de/e_strings.xml new file mode 100644 index 00000000..cc32355d --- /dev/null +++ b/res/values-de/e_strings.xml @@ -0,0 +1,19 @@ + + + + Unbekannt + \ No newline at end of file diff --git a/res/values-is/e_strings.xml b/res/values-is/e_strings.xml new file mode 100644 index 00000000..18b8e866 --- /dev/null +++ b/res/values-is/e_strings.xml @@ -0,0 +1,19 @@ + + + + Óþekkt + \ No newline at end of file diff --git a/res/values-it/e_strings.xml b/res/values-it/e_strings.xml new file mode 100644 index 00000000..b1df0f2e --- /dev/null +++ b/res/values-it/e_strings.xml @@ -0,0 +1,19 @@ + + + + Sconosciuto + \ No newline at end of file diff --git a/res/values-nl/e_strings.xml b/res/values-nl/e_strings.xml new file mode 100644 index 00000000..4495045a --- /dev/null +++ b/res/values-nl/e_strings.xml @@ -0,0 +1,19 @@ + + + + Onbekend + \ No newline at end of file diff --git a/res/values/e_strings.xml b/res/values/e_strings.xml new file mode 100644 index 00000000..6f9477e0 --- /dev/null +++ b/res/values/e_strings.xml @@ -0,0 +1,19 @@ + + + + Unknown + \ No newline at end of file -- GitLab From 5a58271035857e9eb368c3eccf48fb9b3628b3ee Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 28 Sep 2023 18:02:41 +0530 Subject: [PATCH 2/2] Make strings.xml and cm_strings.xml same as upstream so as to avoid conflicts when merging upstream changes --- res/values-fr/strings.xml | 5 +++-- res/values-nl/strings.xml | 3 ++- res/values-ru/strings.xml | 3 ++- res/values/strings.xml | 1 - 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 433004fd..747b1e6e 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -15,7 +15,8 @@ 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. ---> +--> + Musique Artistes Albums @@ -68,6 +69,7 @@ Cette action supprimera définitivement le cache des images Choisir une photo de la Galerie Utiliser la photo par défaut + L\'autorisation d\'enregistrement audio a été refusée, activez-la depuis l\'application Paramètres pour permettre la visualisation de la musique Lire Lire le suivant Lire l\'album @@ -135,7 +137,6 @@ Plus de 5 albums "Autres" %1$s %2$s - La permission d\'enregistrer des contenus audio a été refusée, activez-la depuis les Paramètres du téléphone pour afficher les animations musicales. Lecture de musique Nom de la piste Nom de l\'artiste diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml index 6db7ff89..8d858a8b 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -15,7 +15,8 @@ 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. ---> +--> + Muziek Artiesten Albums diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 572afc09..9deef608 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -15,7 +15,8 @@ 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. ---> +--> + Музыка Исполнители Альбомы diff --git a/res/values/strings.xml b/res/values/strings.xml index 19c7e9ce..2f882cac 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -173,7 +173,6 @@ Music playback - Unknown Track name Artist name Album name -- GitLab