diff options
Diffstat (limited to 'app/src/nonFree')
-rw-r--r-- | app/src/nonFree/values-de/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/values-gl/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/values-it/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/values-pt-BR/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/values-ru/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/values-uk/strings.xml | 8 |
6 files changed, 48 insertions, 0 deletions
diff --git a/app/src/nonFree/values-de/strings.xml b/app/src/nonFree/values-de/strings.xml new file mode 100644 index 00000000..bcbcc6ac --- /dev/null +++ b/app/src/nonFree/values-de/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright 2014-2020 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">Warte auf SMS…</string> +</resources> diff --git a/app/src/nonFree/values-gl/strings.xml b/app/src/nonFree/values-gl/strings.xml new file mode 100644 index 00000000..248ebb31 --- /dev/null +++ b/app/src/nonFree/values-gl/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright 2014-2020 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/values-it/strings.xml b/app/src/nonFree/values-it/strings.xml new file mode 100644 index 00000000..a9f021a2 --- /dev/null +++ b/app/src/nonFree/values-it/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright 2014-2020 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">In attesa del SMS…</string> +</resources> diff --git a/app/src/nonFree/values-pt-BR/strings.xml b/app/src/nonFree/values-pt-BR/strings.xml new file mode 100644 index 00000000..26fbf524 --- /dev/null +++ b/app/src/nonFree/values-pt-BR/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright 2014-2020 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">Esperando pelo SMS…</string> +</resources> diff --git a/app/src/nonFree/values-ru/strings.xml b/app/src/nonFree/values-ru/strings.xml new file mode 100644 index 00000000..0e1a475d --- /dev/null +++ b/app/src/nonFree/values-ru/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright 2014-2020 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/values-uk/strings.xml b/app/src/nonFree/values-uk/strings.xml new file mode 100644 index 00000000..14a3b0f3 --- /dev/null +++ b/app/src/nonFree/values-uk/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright 2014-2020 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> |