-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into staging/1.0
- Loading branch information
Showing
4 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
config: | ||
mobiletech_gateway_url_production: | ||
name: "Mobiletech SMS gateway URL (production)" | ||
description: "URL processing sent messages (e.g. <code>http://127.0.0.1:1234/</code>)" | ||
mobiletech_gateway_url_test: | ||
name: "Mobiletech SMS gateway URL (test)" | ||
description: "URL processing sent <strong>testing</strong> messages routed via internal <code>MobiletechServerProxy</code> (e.g. <code>http://127.0.0.1:1234/</code>)" | ||
mobiletech_billkey_free: | ||
name: "Billing key for free messages" | ||
description: "Billing key used for sending user notifications and any other free messages (e.g. <code>AZ19</code>)" | ||
dataprovider: | ||
short_name: | ||
label: Short name | ||
placeholder: 'for example "Month print"' | ||
description: 'Short name (max. 40 characters) of subscription to be sent via SMS, without diacritics. If not specified, User label will be used instead.' | ||
error_diacritics: 'Short name cannot contain diacritics' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
config: | ||
mobiletech_gateway_url_production: | ||
name: "Mobiletech URL sms brány (produkčná)" | ||
description: "URL spracúvajúca odoslané správy (napr. <code>http://127.0.0.1:1234/</code>)" | ||
mobiletech_gateway_url_test: | ||
name: "Mobiletech URL sms brány (testovacia)" | ||
description: "URL spracúvajúca <strong>testovacie</strong> správy odoslané na internú <code>MobiletechServerProxy</code> (napr. <code>http://127.0.0.1:1234/</code>)" | ||
mobiletech_billkey_free: | ||
name: "Billing key pre nespoplatnené správy" | ||
description: "Billing key, ktorý bude použitý pri všeobecných notifikáciach a nespoplatnených správach odoslaných používateľovi (napr. <code>AZ19</code>)" | ||
dataprovider: | ||
short_name: | ||
label: Krátky názov pre SMS | ||
placeholder: 'napríklad "Print na mesiac"' | ||
description: 'Krátky názov predplatného (maximálne 40 znakov) bez diakritiky, ktorý sa bude posielať napr. cez SMS . Ak nie je špecifikovaný, použije sa Verejný popis.' | ||
error_diacritics: 'Krátky názov nemôže obsahovať diakritiku' |