[PR #315] [CLOSED] Added string (English) for alert phone configured message (#252) #435

Closed
opened 2026-02-28 01:24:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/315
Author: @pmbrent
Created: 8/6/2015
Status: Closed

Base: developHead: develop


📝 Commits (10+)

  • 8732293 Updating webiste...
  • 41093de Merge branch 'develop'
  • 50bc89f Merge branch 'develop'
  • a4d9b10 Merge branch 'develop'
  • 9a6a6cd Merge branch 'develop'
  • 3e35d25 Merge branch 'develop'
  • b587181 Merge branch 'develop'
  • 09a2f67 Add string for alert number set message
  • a0ea29e needs alert phone messages translated
  • 862d0b2 needs alert phone set message translated

📊 Changes

87 files changed (+16233 additions, -0 deletions)

View changed files

📝 smssync/src/main/res/values-be/strings.xml (+4 -0)
📝 smssync/src/main/res/values-de/strings.xml (+1 -0)
📝 smssync/src/main/res/values-el/strings.xml (+4 -0)
📝 smssync/src/main/res/values-et/strings.xml (+4 -0)
📝 smssync/src/main/res/values-fr/strings.xml (+4 -0)
📝 smssync/src/main/res/values-hu/strings.xml (+4 -0)
📝 smssync/src/main/res/values-id/strings.xml (+1 -0)
📝 smssync/src/main/res/values-it/strings.xml (+4 -0)
📝 smssync/src/main/res/values-ja/strings.xml (+1 -0)
📝 smssync/src/main/res/values-ko/strings.xml (+4 -0)
📝 smssync/src/main/res/values-ru/strings.xml (+4 -0)
📝 smssync/src/main/res/values-sw/strings.xml (+4 -0)
📝 smssync/src/main/res/values-uk/strings.xml (+4 -0)
📝 smssync/src/main/res/values/strings.xml (+1 -0)
website-src/public/404/index.html (+100 -0)
website-src/public/CNAME (+1 -0)
website-src/public/configure/configure/index.html (+402 -0)
website-src/public/configure/index.html (+380 -0)
website-src/public/configure/index.xml (+258 -0)
website-src/public/contributors/contributors/index.html (+156 -0)

...and 67 more files

📄 Description

Also updated other languages' strings.xml to indicate need for translation. Currently working on a way to send the confirmation message when settings are changed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ushahidi/SMSSync/pull/315 **Author:** [@pmbrent](https://github.com/pmbrent) **Created:** 8/6/2015 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`8732293`](https://github.com/ushahidi/SMSSync/commit/87322930c488d623360e902741a1e3ef1b4d9f75) Updating webiste... - [`41093de`](https://github.com/ushahidi/SMSSync/commit/41093de973dfb4c3f84450f47747678421a64f0c) Merge branch 'develop' - [`50bc89f`](https://github.com/ushahidi/SMSSync/commit/50bc89f0ee12fa256f3fb295da3711e26e652a9f) Merge branch 'develop' - [`a4d9b10`](https://github.com/ushahidi/SMSSync/commit/a4d9b103035e466c5c03d25b7a46f956864ab691) Merge branch 'develop' - [`9a6a6cd`](https://github.com/ushahidi/SMSSync/commit/9a6a6cdc13e1e22ea58258f2895a81f0b9a20220) Merge branch 'develop' - [`3e35d25`](https://github.com/ushahidi/SMSSync/commit/3e35d258a58e9ab249f5ef9589b05eeee6307dc3) Merge branch 'develop' - [`b587181`](https://github.com/ushahidi/SMSSync/commit/b587181226e2cb18b2923f7f44e4c703bca29ab4) Merge branch 'develop' - [`09a2f67`](https://github.com/ushahidi/SMSSync/commit/09a2f679e0134a4a29261b91d24cdb8fb4759edb) Add string for alert number set message - [`a0ea29e`](https://github.com/ushahidi/SMSSync/commit/a0ea29e5da0c068a327c62ba180159bb755a7f15) needs alert phone messages translated - [`862d0b2`](https://github.com/ushahidi/SMSSync/commit/862d0b2a83eaf8114d46a80b8e85142a0502e8c2) needs alert phone set message translated ### 📊 Changes **87 files changed** (+16233 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `smssync/src/main/res/values-be/strings.xml` (+4 -0) 📝 `smssync/src/main/res/values-de/strings.xml` (+1 -0) 📝 `smssync/src/main/res/values-el/strings.xml` (+4 -0) 📝 `smssync/src/main/res/values-et/strings.xml` (+4 -0) 📝 `smssync/src/main/res/values-fr/strings.xml` (+4 -0) 📝 `smssync/src/main/res/values-hu/strings.xml` (+4 -0) 📝 `smssync/src/main/res/values-id/strings.xml` (+1 -0) 📝 `smssync/src/main/res/values-it/strings.xml` (+4 -0) 📝 `smssync/src/main/res/values-ja/strings.xml` (+1 -0) 📝 `smssync/src/main/res/values-ko/strings.xml` (+4 -0) 📝 `smssync/src/main/res/values-ru/strings.xml` (+4 -0) 📝 `smssync/src/main/res/values-sw/strings.xml` (+4 -0) 📝 `smssync/src/main/res/values-uk/strings.xml` (+4 -0) 📝 `smssync/src/main/res/values/strings.xml` (+1 -0) ➕ `website-src/public/404/index.html` (+100 -0) ➕ `website-src/public/CNAME` (+1 -0) ➕ `website-src/public/configure/configure/index.html` (+402 -0) ➕ `website-src/public/configure/index.html` (+380 -0) ➕ `website-src/public/configure/index.xml` (+258 -0) ➕ `website-src/public/contributors/contributors/index.html` (+156 -0) _...and 67 more files_ </details> ### 📄 Description Also updated other languages' strings.xml to indicate need for translation. Currently working on a way to send the confirmation message when settings are changed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:24:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#435
No description provided.