1) Made spacing with \ syntax consistent across the board.
[project/luci.git] / applications / luci-pbx / luasrc / model / cbi / pbx-calls.lua
index 9c91133..13e2a91 100644 (file)
@@ -40,8 +40,8 @@ end
 
 m = Map (modulename, translate("Call Routing"),
          translate("This is where you indicate which Google/SIP accounts are used to call what \
-                   country/area codes, which users can use which SIP/Google accounts, how incoming\
-                   calls are routed, what numbers can get into this PBX with a password, and what\
+                   country/area codes, which users can use which SIP/Google accounts, how incoming \
+                   calls are routed, what numbers can get into this PBX with a password, and what \
                    numbers are blacklisted."))
 
 -- Recreate the config, and restart services after changes are commited to the configuration.
@@ -52,18 +52,18 @@ end
 
 ----------------------------------------------------------------------------------------------------
 s = m:section(NamedSection, "outgoing_calls", "call_routing", translate("Outgoing Calls"),
-        translate("If you have more than one account which can make outgoing calls, you\
-                should enter a list of phone numbers and prefixes in the following fields for each\
-                provider listed. Invalid prefixes are removed silently, and only 0-9, X, Z, N, #, *,\
-                and + are valid characters. The letter X matches 0-9, Z matches 1-9, and N matches 2-9.\
-                For example to make calls to Germany through a provider, you can enter 49. To make calls\
-                to North America, you can enter 1NXXNXXXXXX. If one of your providers can make \"local\"\
-                calls to an area code like New York's 646, you can enter 646NXXXXXX for that\
-                provider. You should leave one account with an empty list to make calls with\
-                it by default, if no other provider's prefixes match. The system will automatically\
-                replace an empty list with a message that the provider dials all numbers. Be as specific as\
-                possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international dial codes\
-                are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a space-separated\
+        translate("If you have more than one account which can make outgoing calls, you \
+                should enter a list of phone numbers and prefixes in the following fields for each \
+                provider listed. Invalid prefixes are removed silently, and only 0-9, X, Z, N, #, *, \
+                and + are valid characters. The letter X matches 0-9, Z matches 1-9, and N matches 2-9. \
+                For example to make calls to Germany through a provider, you can enter 49. To make calls \
+                to North America, you can enter 1NXXNXXXXXX. If one of your providers can make \"local\" \
+                calls to an area code like New York's 646, you can enter 646NXXXXXX for that \
+                provider. You should leave one account with an empty list to make calls with \
+                it by default, if no other provider's prefixes match. The system will automatically \
+                replace an empty list with a message that the provider dials all numbers. Be as specific as \
+                possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international dial codes \
+                are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a space-separated \
                 list, and/or one per line by hitting enter after every one."))
 s.anonymous = true
 
@@ -143,12 +143,12 @@ m.uci:foreach(voipmodulename, "voip_provider",
 
 ----------------------------------------------------------------------------------------------------
 s = m:section(NamedSection, "incoming_calls", "call_routing", translate("Incoming Calls"),
-        translate("For each provider that receives calls, here you can restrict which users to ring\
-                on incoming calls. If the list is empty, the system will indicate that all users\
-                which are enabled for incoming calls will ring. Invalid usernames will be rejected\
-                silently. Also, entering a username here overrides the user's setting to not receive\
-                incoming calls, so this way, you can make users ring only for select providers.\
-                Entries can be made in a space-separated list, and/or one per\
+        translate("For each provider that receives calls, here you can restrict which users to ring \
+                on incoming calls. If the list is empty, the system will indicate that all users \
+                which are enabled for incoming calls will ring. Invalid usernames will be rejected \
+                silently. Also, entering a username here overrides the user's setting to not receive \
+                incoming calls, so this way, you can make users ring only for select providers. \
+                Entries can be made in a space-separated list, and/or one per \
                 line by hitting enter after every one."))
 s.anonymous = true
 
@@ -223,11 +223,11 @@ m.uci:foreach(voipmodulename, "voip_provider",
 
 ----------------------------------------------------------------------------------------------------
 s = m:section(NamedSection, "providers_user_can_use", "call_routing",
-      translate("Providers Used for Outgoing Calls"),
-      translate("If you would like, you could restrict which providers users are allowed to use for outgoing\
-        calls. By default all users can use all providers. To show up in the list below the user should\
-        be allowed to make outgoing calls in the \"User Accounts\" page. Enter VoIP providers in the format\
-        username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste\
+     translate("Providers Used for Outgoing Calls"),
+     translate("If you would like, you could restrict which providers users are allowed to use for outgoing \
+        calls. By default all users can use all providers. To show up in the list below the user should \
+        be allowed to make outgoing calls in the \"User Accounts\" page. Enter VoIP providers in the format \
+        username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste \
         the providers from above. Invalid entries will be rejected silently. Entries can be made in a \
         space-separated list, and/or one per line by hitting enter after every one."))
 s.anonymous = true
@@ -276,7 +276,7 @@ m.uci:foreach(usersmodulename, "local_user",
 
 ----------------------------------------------------------------------------------------------------
 s = m:section(TypedSection, "callthrough_numbers", translate("Call-through Numbers"),
-        translate("Designate numbers which will be allowed to call through this system and which user's\
+        translate("Designate numbers which will be allowed to call through this system and which user's \
                   privileges it will have."))
 s.anonymous = true
 s.addremove = true
@@ -290,7 +290,7 @@ p:value("no",  translate("No"))
 p.default = "yes"
 
 user = s:option(Value, "defaultuser",  translate("User Name"),
-         translate("The number(s) specified above will be able to dial out with this user's providers.\
+         translate("The number(s) specified above will be able to dial out with this user's providers. \
                    Invalid usernames are dropped silently, please verify that the entry was accepted."))
 function user.write(self, section, value)
    trimuser = luci.util.trim(value)
@@ -300,8 +300,8 @@ function user.write(self, section, value)
 end
 
 pwd = s:option(Value, "pin", translate("PIN"),
-               translate("Your PIN disappears when saved for your protection. It will be changed\
-                         only when you enter a value different from the saved one. Leaving the PIN\
+               translate("Your PIN disappears when saved for your protection. It will be changed \
+                         only when you enter a value different from the saved one. Leaving the PIN \
                          empty is possible, but please beware of the security implications."))
 pwd.password = true
 pwd.rmempty = false
@@ -322,9 +322,9 @@ end
 
 ----------------------------------------------------------------------------------------------------
 s = m:section(NamedSection, "blacklisting", "call_routing", translate("Blacklisted Numbers"),
-                 translate("Enter phone numbers that you want to decline calls from automatically.\
-                        You should probably omit the country code and any leading\
-                        zeroes, but please experiment to make sure you are blocking numbers from your\
+                 translate("Enter phone numbers that you want to decline calls from automatically. \
+                        You should probably omit the country code and any leading \
+                        zeroes, but please experiment to make sure you are blocking numbers from your \
                         desired area successfully."))
 s.anonymous = true