From 4c14ce3937475fae9dc7e643a7b72164e99b0bec Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Wed, 18 Feb 2026 16:17:34 -0400 Subject: [PATCH] Update translations and other static files. --- app/src/main/res/values-nl/strings.xml | 2 +- app/static-ips.gradle.kts | 2 +- .../src/main/res/values-af/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ar/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-az/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-be/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-bg/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-bn/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-bs/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ca/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-cs/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-da/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-de/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-el/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-es/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-et/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-eu/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-fa/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-fi/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-fr/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ga/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-gl/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-gu/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-hi/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-hr/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-hu/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-in/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-it/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-iw/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ja/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ka/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-kk/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-km/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-kn/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ko/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ky/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-lt/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-lv/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-mk/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ml/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-mr/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ms/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-my/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-nb/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-nl/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-pa/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-pl/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-pt-rBR/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-pt/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ro/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ru/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-sk/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-sl/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-sq/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-sr/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-sv/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-sw/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ta/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-te/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-th/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-tl/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-tr/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ug/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-uk/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-ur/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-vi/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-yue/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-zh-rCN/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-zh-rHK/strings.xml | 45 +++++++++++++++++++ .../src/main/res/values-zh-rTW/strings.xml | 45 +++++++++++++++++++ 70 files changed, 3062 insertions(+), 2 deletions(-) create mode 100644 feature/registration/src/main/res/values-af/strings.xml create mode 100644 feature/registration/src/main/res/values-ar/strings.xml create mode 100644 feature/registration/src/main/res/values-az/strings.xml create mode 100644 feature/registration/src/main/res/values-be/strings.xml create mode 100644 feature/registration/src/main/res/values-bg/strings.xml create mode 100644 feature/registration/src/main/res/values-bn/strings.xml create mode 100644 feature/registration/src/main/res/values-bs/strings.xml create mode 100644 feature/registration/src/main/res/values-ca/strings.xml create mode 100644 feature/registration/src/main/res/values-cs/strings.xml create mode 100644 feature/registration/src/main/res/values-da/strings.xml create mode 100644 feature/registration/src/main/res/values-de/strings.xml create mode 100644 feature/registration/src/main/res/values-el/strings.xml create mode 100644 feature/registration/src/main/res/values-es/strings.xml create mode 100644 feature/registration/src/main/res/values-et/strings.xml create mode 100644 feature/registration/src/main/res/values-eu/strings.xml create mode 100644 feature/registration/src/main/res/values-fa/strings.xml create mode 100644 feature/registration/src/main/res/values-fi/strings.xml create mode 100644 feature/registration/src/main/res/values-fr/strings.xml create mode 100644 feature/registration/src/main/res/values-ga/strings.xml create mode 100644 feature/registration/src/main/res/values-gl/strings.xml create mode 100644 feature/registration/src/main/res/values-gu/strings.xml create mode 100644 feature/registration/src/main/res/values-hi/strings.xml create mode 100644 feature/registration/src/main/res/values-hr/strings.xml create mode 100644 feature/registration/src/main/res/values-hu/strings.xml create mode 100644 feature/registration/src/main/res/values-in/strings.xml create mode 100644 feature/registration/src/main/res/values-it/strings.xml create mode 100644 feature/registration/src/main/res/values-iw/strings.xml create mode 100644 feature/registration/src/main/res/values-ja/strings.xml create mode 100644 feature/registration/src/main/res/values-ka/strings.xml create mode 100644 feature/registration/src/main/res/values-kk/strings.xml create mode 100644 feature/registration/src/main/res/values-km/strings.xml create mode 100644 feature/registration/src/main/res/values-kn/strings.xml create mode 100644 feature/registration/src/main/res/values-ko/strings.xml create mode 100644 feature/registration/src/main/res/values-ky/strings.xml create mode 100644 feature/registration/src/main/res/values-lt/strings.xml create mode 100644 feature/registration/src/main/res/values-lv/strings.xml create mode 100644 feature/registration/src/main/res/values-mk/strings.xml create mode 100644 feature/registration/src/main/res/values-ml/strings.xml create mode 100644 feature/registration/src/main/res/values-mr/strings.xml create mode 100644 feature/registration/src/main/res/values-ms/strings.xml create mode 100644 feature/registration/src/main/res/values-my/strings.xml create mode 100644 feature/registration/src/main/res/values-nb/strings.xml create mode 100644 feature/registration/src/main/res/values-nl/strings.xml create mode 100644 feature/registration/src/main/res/values-pa/strings.xml create mode 100644 feature/registration/src/main/res/values-pl/strings.xml create mode 100644 feature/registration/src/main/res/values-pt-rBR/strings.xml create mode 100644 feature/registration/src/main/res/values-pt/strings.xml create mode 100644 feature/registration/src/main/res/values-ro/strings.xml create mode 100644 feature/registration/src/main/res/values-ru/strings.xml create mode 100644 feature/registration/src/main/res/values-sk/strings.xml create mode 100644 feature/registration/src/main/res/values-sl/strings.xml create mode 100644 feature/registration/src/main/res/values-sq/strings.xml create mode 100644 feature/registration/src/main/res/values-sr/strings.xml create mode 100644 feature/registration/src/main/res/values-sv/strings.xml create mode 100644 feature/registration/src/main/res/values-sw/strings.xml create mode 100644 feature/registration/src/main/res/values-ta/strings.xml create mode 100644 feature/registration/src/main/res/values-te/strings.xml create mode 100644 feature/registration/src/main/res/values-th/strings.xml create mode 100644 feature/registration/src/main/res/values-tl/strings.xml create mode 100644 feature/registration/src/main/res/values-tr/strings.xml create mode 100644 feature/registration/src/main/res/values-ug/strings.xml create mode 100644 feature/registration/src/main/res/values-uk/strings.xml create mode 100644 feature/registration/src/main/res/values-ur/strings.xml create mode 100644 feature/registration/src/main/res/values-vi/strings.xml create mode 100644 feature/registration/src/main/res/values-yue/strings.xml create mode 100644 feature/registration/src/main/res/values-zh-rCN/strings.xml create mode 100644 feature/registration/src/main/res/values-zh-rHK/strings.xml create mode 100644 feature/registration/src/main/res/values-zh-rTW/strings.xml diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 5bb3fae1fc..223833db75 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -6227,7 +6227,7 @@ Jouw privacy is onze missie - Signal is een non-profitorganisatie. + Signal is een non-profitorganisatie Bedankt voor je steun! diff --git a/app/static-ips.gradle.kts b/app/static-ips.gradle.kts index 014560eb64..3db06c4746 100644 --- a/app/static-ips.gradle.kts +++ b/app/static-ips.gradle.kts @@ -1,5 +1,5 @@ rootProject.extra["service_ips"] = """new String[]{"13.248.212.111","76.223.92.165"}""" -rootProject.extra["storage_ips"] = """new String[]{"64.233.178.121"}""" +rootProject.extra["storage_ips"] = """new String[]{"192.178.192.121"}""" rootProject.extra["cdn_ips"] = """new String[]{"13.225.196.60","13.225.196.76","13.225.196.77","13.225.196.9"}""" rootProject.extra["cdn2_ips"] = """new String[]{"104.18.10.47","104.18.11.47"}""" rootProject.extra["cdn3_ips"] = """new String[]{"104.18.10.47","104.18.11.47"}""" diff --git a/feature/registration/src/main/res/values-af/strings.xml b/feature/registration/src/main/res/values-af/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-af/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ar/strings.xml b/feature/registration/src/main/res/values-ar/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ar/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-az/strings.xml b/feature/registration/src/main/res/values-az/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-az/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-be/strings.xml b/feature/registration/src/main/res/values-be/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-be/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-bg/strings.xml b/feature/registration/src/main/res/values-bg/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-bg/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-bn/strings.xml b/feature/registration/src/main/res/values-bn/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-bn/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-bs/strings.xml b/feature/registration/src/main/res/values-bs/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-bs/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ca/strings.xml b/feature/registration/src/main/res/values-ca/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ca/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-cs/strings.xml b/feature/registration/src/main/res/values-cs/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-cs/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-da/strings.xml b/feature/registration/src/main/res/values-da/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-da/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-de/strings.xml b/feature/registration/src/main/res/values-de/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-de/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-el/strings.xml b/feature/registration/src/main/res/values-el/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-el/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-es/strings.xml b/feature/registration/src/main/res/values-es/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-es/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-et/strings.xml b/feature/registration/src/main/res/values-et/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-et/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-eu/strings.xml b/feature/registration/src/main/res/values-eu/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-eu/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-fa/strings.xml b/feature/registration/src/main/res/values-fa/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-fa/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-fi/strings.xml b/feature/registration/src/main/res/values-fi/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-fi/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-fr/strings.xml b/feature/registration/src/main/res/values-fr/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-fr/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ga/strings.xml b/feature/registration/src/main/res/values-ga/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ga/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-gl/strings.xml b/feature/registration/src/main/res/values-gl/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-gl/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-gu/strings.xml b/feature/registration/src/main/res/values-gu/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-gu/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-hi/strings.xml b/feature/registration/src/main/res/values-hi/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-hi/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-hr/strings.xml b/feature/registration/src/main/res/values-hr/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-hr/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-hu/strings.xml b/feature/registration/src/main/res/values-hu/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-hu/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-in/strings.xml b/feature/registration/src/main/res/values-in/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-in/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-it/strings.xml b/feature/registration/src/main/res/values-it/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-it/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-iw/strings.xml b/feature/registration/src/main/res/values-iw/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-iw/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ja/strings.xml b/feature/registration/src/main/res/values-ja/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ja/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ka/strings.xml b/feature/registration/src/main/res/values-ka/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ka/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-kk/strings.xml b/feature/registration/src/main/res/values-kk/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-kk/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-km/strings.xml b/feature/registration/src/main/res/values-km/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-km/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-kn/strings.xml b/feature/registration/src/main/res/values-kn/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-kn/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ko/strings.xml b/feature/registration/src/main/res/values-ko/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ko/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ky/strings.xml b/feature/registration/src/main/res/values-ky/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ky/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-lt/strings.xml b/feature/registration/src/main/res/values-lt/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-lt/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-lv/strings.xml b/feature/registration/src/main/res/values-lv/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-lv/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-mk/strings.xml b/feature/registration/src/main/res/values-mk/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-mk/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ml/strings.xml b/feature/registration/src/main/res/values-ml/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ml/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-mr/strings.xml b/feature/registration/src/main/res/values-mr/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-mr/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ms/strings.xml b/feature/registration/src/main/res/values-ms/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ms/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-my/strings.xml b/feature/registration/src/main/res/values-my/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-my/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-nb/strings.xml b/feature/registration/src/main/res/values-nb/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-nb/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-nl/strings.xml b/feature/registration/src/main/res/values-nl/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-nl/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-pa/strings.xml b/feature/registration/src/main/res/values-pa/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-pa/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-pl/strings.xml b/feature/registration/src/main/res/values-pl/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-pl/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-pt-rBR/strings.xml b/feature/registration/src/main/res/values-pt-rBR/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-pt-rBR/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-pt/strings.xml b/feature/registration/src/main/res/values-pt/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-pt/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ro/strings.xml b/feature/registration/src/main/res/values-ro/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ro/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ru/strings.xml b/feature/registration/src/main/res/values-ru/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ru/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-sk/strings.xml b/feature/registration/src/main/res/values-sk/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-sk/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-sl/strings.xml b/feature/registration/src/main/res/values-sl/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-sl/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-sq/strings.xml b/feature/registration/src/main/res/values-sq/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-sq/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-sr/strings.xml b/feature/registration/src/main/res/values-sr/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-sr/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-sv/strings.xml b/feature/registration/src/main/res/values-sv/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-sv/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-sw/strings.xml b/feature/registration/src/main/res/values-sw/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-sw/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ta/strings.xml b/feature/registration/src/main/res/values-ta/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ta/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-te/strings.xml b/feature/registration/src/main/res/values-te/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-te/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-th/strings.xml b/feature/registration/src/main/res/values-th/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-th/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-tl/strings.xml b/feature/registration/src/main/res/values-tl/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-tl/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-tr/strings.xml b/feature/registration/src/main/res/values-tr/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-tr/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ug/strings.xml b/feature/registration/src/main/res/values-ug/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ug/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-uk/strings.xml b/feature/registration/src/main/res/values-uk/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-uk/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-ur/strings.xml b/feature/registration/src/main/res/values-ur/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-ur/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-vi/strings.xml b/feature/registration/src/main/res/values-vi/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-vi/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-yue/strings.xml b/feature/registration/src/main/res/values-yue/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-yue/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-zh-rCN/strings.xml b/feature/registration/src/main/res/values-zh-rCN/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-zh-rCN/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-zh-rHK/strings.xml b/feature/registration/src/main/res/values-zh-rHK/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-zh-rHK/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country + diff --git a/feature/registration/src/main/res/values-zh-rTW/strings.xml b/feature/registration/src/main/res/values-zh-rTW/strings.xml new file mode 100644 index 0000000000..be7721ede1 --- /dev/null +++ b/feature/registration/src/main/res/values-zh-rTW/strings.xml @@ -0,0 +1,45 @@ + + + Take privacy with you.\nBe yourself in every message. + + Signal is a 501c3 nonprofit\nTerms & Privacy Policy + Continue + + Restore or transfer + + + + Allow permissions + + To help you message people you know, Signal will request these permissions. + + Not now + + Next + + Notifications + + Get notified when new messages arrive. + + Contacts + + Find people you know. Your contacts are encrypted and not visible to the Signal service. + + Phone calls + + Make registering easier and enable additional calling features. + + Storage + + Send photos, videos and files from your device. + + + + Your country + + Close + + Search by name or number + + Unknown country +