diff options
Diffstat (limited to 'app/src/nonFree/res')
-rw-r--r-- | app/src/nonFree/res/values-ar/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/res/values-es/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/res/values-fi/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/res/values-gl-rES/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/res/values-hu/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/res/values-ko/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/res/values-pl/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/res/values-uk/strings.xml | 3 |
8 files changed, 58 insertions, 1 deletions
diff --git a/app/src/nonFree/res/values-ar/strings.xml b/app/src/nonFree/res/values-ar/strings.xml new file mode 100644 index 00000000..7a6a3cb6 --- /dev/null +++ b/app/src/nonFree/res/values-ar/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">في انتظار الرسائل القصيرة…</string> +</resources> diff --git a/app/src/nonFree/res/values-es/strings.xml b/app/src/nonFree/res/values-es/strings.xml new file mode 100644 index 00000000..a80f9454 --- /dev/null +++ b/app/src/nonFree/res/values-es/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">Esperando por SMS…</string> +</resources> diff --git a/app/src/nonFree/res/values-fi/strings.xml b/app/src/nonFree/res/values-fi/strings.xml new file mode 100644 index 00000000..a57feb73 --- /dev/null +++ b/app/src/nonFree/res/values-fi/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">Odotetaan SMS-viestiä…</string> +</resources> diff --git a/app/src/nonFree/res/values-gl-rES/strings.xml b/app/src/nonFree/res/values-gl-rES/strings.xml new file mode 100644 index 00000000..b68283db --- /dev/null +++ b/app/src/nonFree/res/values-gl-rES/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">Agardando polo SMS…</string> +</resources> diff --git a/app/src/nonFree/res/values-hu/strings.xml b/app/src/nonFree/res/values-hu/strings.xml new file mode 100644 index 00000000..6ebce291 --- /dev/null +++ b/app/src/nonFree/res/values-hu/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">SMS-re várakozás…</string> +</resources> diff --git a/app/src/nonFree/res/values-ko/strings.xml b/app/src/nonFree/res/values-ko/strings.xml new file mode 100644 index 00000000..d98dca63 --- /dev/null +++ b/app/src/nonFree/res/values-ko/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">SMS를 기다리는 중입니다…</string> +</resources> diff --git a/app/src/nonFree/res/values-pl/strings.xml b/app/src/nonFree/res/values-pl/strings.xml new file mode 100644 index 00000000..ba2f05ed --- /dev/null +++ b/app/src/nonFree/res/values-pl/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">Oczekiwanie na SMS…</string> +</resources> diff --git a/app/src/nonFree/res/values-uk/strings.xml b/app/src/nonFree/res/values-uk/strings.xml index 60c52f48..86d935ee 100644 --- a/app/src/nonFree/res/values-uk/strings.xml +++ b/app/src/nonFree/res/values-uk/strings.xml @@ -1,4 +1,5 @@ -<?xml version="1.0" encoding="utf-8"?><!-- +<?xml version="1.0" encoding="utf-8"?> +<!-- ~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved. ~ SPDX-License-Identifier: GPL-3.0-only --> |