diff options
119 files changed, 10063 insertions, 0 deletions
diff --git a/res/layout/dialpad_view_unthemed.xml b/res/layout/dialpad_view_unthemed.xml index 16b6208..7bc4536 100644 --- a/res/layout/dialpad_view_unthemed.xml +++ b/res/layout/dialpad_view_unthemed.xml @@ -126,6 +126,23 @@ android:state_enabled="false" android:contentDescription="@string/description_delete_button" android:src="@drawable/ic_dialpad_delete" /> + + <EditText + android:id="@+id/recipients" + android:layout_width="0dip" + android:layout_height="match_parent" + android:layout_gravity="center" + android:layout_marginLeft="8dip" + android:layout_weight="1" + android:autoText="true" + android:background="@android:color/transparent" + android:hint="@string/to_hint" + android:maxLength="2000" + android:maxLines="3" + android:minHeight="48dip" + android:textColor="@color/dialpad_digits_text_color" + android:textSize="16sp" + android:visibility="gone"/> </LinearLayout> <View diff --git a/res/values-af/qtistrings.xml b/res/values-af/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-af/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-am/qtistrings.xml b/res/values-am/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-am/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ar/qtistrings.xml b/res/values-ar/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ar/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-as-rIN/qtistrings.xml b/res/values-as-rIN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-as-rIN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-as-rIN/strings.xml b/res/values-as-rIN/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-as-rIN/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-ast-rES/qtistrings.xml b/res/values-ast-rES/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ast-rES/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml new file mode 100644 index 0000000..83c951d --- /dev/null +++ b/res/values-ast-rES/strings.xml @@ -0,0 +1,111 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <string name="dialpad_star_number">*</string> + <!-- Do not translate. --> + <string name="dialpad_pound_number">#</string> + <!-- Do not translate. --> + <string name="dialpad_0_letters">+</string> + <!-- Do not translate. --> + <!-- Do not translate. --> + <string name="dialpad_2_letters">ABC</string> + <!-- Do not translate. --> + <string name="dialpad_3_letters">DEF</string> + <!-- Do not translate. --> + <string name="dialpad_4_letters">GHI</string> + <!-- Do not translate. --> + <string name="dialpad_5_letters">JKL</string> + <!-- Do not translate. --> + <string name="dialpad_6_letters">MNO</string> + <!-- Do not translate. --> + <string name="dialpad_7_letters">PQRS</string> + <!-- Do not translate. --> + <string name="dialpad_8_letters">TUV</string> + <!-- Do not translate. --> + <string name="dialpad_9_letters">WXYZ</string> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <string name="description_dialpad_overflow">Más opciones</string> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <string name="description_delete_button">retroceder un espaciu</string> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <string name="description_image_button_plus">más</string> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <string name="description_voicemail_button">buzón de voz</string> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <string name="default_notification_description">Soníu predetermináu (<xliff:g id="DEFAULT_SOUND_TITLE">%1$s</xliff:g>)</string> + <!-- In-call screen: call failure reason (busy) --> + <string name="callFailed_userBusy">Llinia ocupada</string> + <!-- In-call screen: call failure reason (network congestion) --> + <string name="callFailed_congestion">Rede ocupada</string> + <!-- In-call screen: call failure reason (client timed out) --> + <string name="callFailed_timedOut">Nun hai rempuesta; escosó\'l tiempu d\'espera</string> + <!-- In-call screen: call failure reason (server unreachable) --> + <string name="callFailed_server_unreachable">Nun pue afitase conexón col sirvidor</string> + <!-- In-call screen: call failure reason (peer unreachable) --> + <string name="callFailed_number_unreachable">Nun pue afitase la llamada</string> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <string name="callFailed_invalid_credentials">Contraseña o nome d\'usuariu incorreutos</string> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <string name="callFailed_server_error">Fallu del sirvidor, inténtalo dempués.</string> + <!-- In-call screen: call failure reason (no signal) --> + <string name="callFailed_noSignal">Nun hai señal</string> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <string name="callFailed_limitExceeded">Perpasóse la llende de ACM</string> + <!-- In-call screen: call failure reason (radio is off) --> + <string name="callFailed_powerOff">Señal móvil desactivada</string> + <!-- In-call screen: call failure reason (SIM error) --> + <string name="callFailed_simError">Nun hai tarxeta SIM o hebo un fallu rellacionáu cola mesma</string> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <string name="callFailed_fdn_only">Les llamaes salientes tán restrinxíes por FDN.</string> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <string name="callFailed_dialToUssd">Modificóse la solicitú DIAL a la USSD.</string> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <string name="callFailed_dialToSs">Modificóse la solicitú DIAL a la SS.</string> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <string name="callFailed_dialToDial">Modificóse la solicitú DIAL a DIAL con númberu diferente.</string> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <string name="callFailed_unobtainable_number">Númberu inválidu</string> + <!-- In-call screen: message displayed in an error dialog --> + <string name="incall_error_missing_voicemail_number">Númberu del buzón de voz desconocíu.</string> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <string name="ringtone_silent">Dengún</string> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <string name="ringtone_unknown">Tonu de llamada desconocíu</string> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-az-rAZ/qtistrings.xml b/res/values-az-rAZ/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-az-rAZ/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-be-rBY/qtistrings.xml b/res/values-be-rBY/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-be-rBY/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-bg/qtistrings.xml b/res/values-bg/qtistrings.xml new file mode 100644 index 0000000..ad1e19b --- /dev/null +++ b/res/values-bg/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">Няма налична мрежа</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Мрежата не работи</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">Няма път до местоназначението</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">Неприемлив канал</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">Операторът определя ограничения</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">Нормално почистване на повикване</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">Няма потребителски отговор</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">Потребителя е уведомен, няма отговор</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Обаждането е отхвърлено</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Номера е сменен</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">Присвояване</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">Местоназначението е недостъпно</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">Невалиден формат на номера (непълен номер)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">Услугата е отказана</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">Отговор на ЗАПИТВАНЕ за СЪСТОЯНИЕТО</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">Нормално, неуточнена</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">Временен отказ</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">Превключване на натоварване на оборудването</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">Достъп до информация отхвърлен</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">исканата мрежа/канал не е налична</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">Ресурсите са недостъпни, неуточнени</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">Качеството на услугата не е налично</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">Искания обектът не е подписан</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">Входящите повиквания са блокирани в CUG</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">Неоторизиран приносител</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">Характеристиките на оператора не са в наличност</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">Услугата или опцията не е налична, неуточнена</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">Услуги на оператора не се изпълняват</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">Искания обектът не е готов</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">Само ограничена цифрова информация на притежателя е на разположение</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">Услугата или опцията не е налична, неуточнена</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">Невалидна транзакция идентификатор стойност</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">Потребителят не член на CUG</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">Несъвместима дестинация</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">Невалиден избор на транзитна мрежа</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">Семантично неправилно съобщение</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">Невалидна задължителна информация</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">Тип съобщение несъществуващ или не се изпълнява</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">Съобщението не е съвместимо с протокола</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">Информация за елемента не съществува или не се прилага</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">Условна IE грешка</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">Съобщението не е съвместимо с протокола</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">Възстановяване след изтичане на времето</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">Неопределена грешка в протокола</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">Взаимодействие, неуточнено</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">Почистване на неизбрания потребител</string> +</resources> diff --git a/res/values-bn-rBD/qtistrings.xml b/res/values-bn-rBD/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-bn-rBD/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-br-rFR/qtistrings.xml b/res/values-br-rFR/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-br-rFR/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-br-rFR/strings.xml b/res/values-br-rFR/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-br-rFR/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-bs-rBA/qtistrings.xml b/res/values-bs-rBA/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-bs-rBA/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ca/qtistrings.xml b/res/values-ca/qtistrings.xml new file mode 100644 index 0000000..59befcb --- /dev/null +++ b/res/values-ca/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">No hi ha cap circuit disponible</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Xarxa fora de servei</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">Cap ruta fins a la destinació</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">Canal inacceptable</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">Restricció determinada per l\'operador</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">Desconnexió de trucada normal</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">Cap usuari respon</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">Avís a l\'usuari, sense resposta</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Trucada rebutjada</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Número canviat</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">Tempteig</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">Destinació fora de servei</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">Format del número invàlid (número incomplet)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">Funcionalitat rebutjada</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">Resposta a la CONSULTA D\'ESTAT</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">Normal, sense especificar</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">Fallada temporal</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">Congestió a l\'equipament d\'intercanvi</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">Accés a la informació descartat</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">el circuit/canal sol·licitat no està disponible</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">Recursos no disponibles, sense especificar</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">Qualitat del servei no disponible</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">La funcionalitat sol·licitada no està subscrita</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">Les trucades entrants estan restringides dins del CUG</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">Competència de la portadora no autoritzada</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">Competència de la portadora actualment no disponible</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">Servei o opció no disponible, sense especificar</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">Servei de portadora no implementat</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">La funcionalitat sol·licitada no està implementada</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">Només està disponible informació digital restringida competència de la portadora</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">Servei o opció no implementada, sense especificar</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">Valor d\'identificador de transacció invàlid</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">L\'usuari no és membre del CUG</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">Destinació incompatible</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">Selecció de xarxa de trànsit invàlida</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">Missatge semànticament incorrecte</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">Informació obligatòria no vàlida</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">Tipus de missatge no existent o no implementat</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">El tipus de missatge no és compatible amb l\'estat de protocol</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">Informació de l\'element no existent o no implementat</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">Error d\'IE condicional</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">El missatge no és compatible amb l\'estat de protocol</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">Recuperació a l\'expiració del temporitzador</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">Error de protocol, no especificat</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">Interfuncionament, no especificat</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">Desconnexió de l\'usuari no seleccionat</string> +</resources> diff --git a/res/values-cs/qtistrings.xml b/res/values-cs/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-cs/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-csb-rPL/qtistrings.xml b/res/values-csb-rPL/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-csb-rPL/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-csb-rPL/strings.xml b/res/values-csb-rPL/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-csb-rPL/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-cy/qtistrings.xml b/res/values-cy/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-cy/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-cy/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-da/qtistrings.xml b/res/values-da/qtistrings.xml new file mode 100644 index 0000000..d2f9f86 --- /dev/null +++ b/res/values-da/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">Ingen kredsløb tilgængeligt</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Netværk ude af drift</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">Ingen rute til destinationen</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">Kanal uacceptabel</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">Spærring angivet af operatør</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">Normal opkaldsclearing</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">Ingen bruger reagerer</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">Giv brugeren besked, intet svar</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Opkald afvist</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Nummer ændret</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">Forrang</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">Destination ude af drift</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">Ugyldigt nummerformat (ufuldstændig nummer)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">Facilitet afvist</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">Svar til STATUSANMODNING</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">Normal, uspecificeret</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">Midlertidig fejl</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">Overbelastning af omskiftningsudstyr</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">Adgangsinformation kasseret</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">anmodet kredsløb/kanal ikke tilgængelig</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">Ressourcer utilgængelige, uspecificeret</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">Kvaliteten af tjenesten er ikke tilgængelig</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">Anmodet facilitet ikke abonneret</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">Indgående opkald spærret inden for LBC</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">Bæreregenskab ikke er godkendt</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">Bæreregenskab er ikke i øjeblikket tilgængelig</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">Service eller indstilling ikke tilgængelig, uspecificeret</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">Bærertjeneste ikke implementeret</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">Anmodet facilitet ikke implementeret</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">Kun begrænsede digitale informationsbærerfaciliteter er tilgængelige</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">Service eller indstilling ikke tilgængelig, uspecificeret</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">Ugyldig transaktions-id-værdi</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">Bruger ikke medlem af LBC</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">Inkompatibel destination</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">Ugyldigt valg af transitnetværk</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">Semantisk forkert besked</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">Ugyldig obligatorisk information</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">Beskedtypen ikkeeksisterende eller ikke gennemført</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">Beskedtypen er ikke kompatibel med protokoltilstand</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">Informationselement ikkeeksisterende eller ikke gennemført</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">Betinget IE-fejl</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">Besked ikke kompatibel med protokoltilstand</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">Gendannelse ved udløb af timer</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">Protokolfejl, uspecificeret</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">Indbyrdes kommunikation, uspecificeret</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">Ikke valgt clearing af bruger</string> +</resources> diff --git a/res/values-de/qtistrings.xml b/res/values-de/qtistrings.xml new file mode 100644 index 0000000..10c39a4 --- /dev/null +++ b/res/values-de/qtistrings.xml @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Netzwerk außer Betrieb</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Anruf abgelehnt</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Nummer geändert</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-el/qtistrings.xml b/res/values-el/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-el/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-en-rAU/qtistrings.xml b/res/values-en-rAU/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-en-rAU/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-en-rGB/qtistrings.xml b/res/values-en-rGB/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-en-rGB/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-en-rIN/qtistrings.xml b/res/values-en-rIN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-en-rIN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-en-rPT/qtistrings.xml b/res/values-en-rPT/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-en-rPT/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-en-rPT/strings.xml b/res/values-en-rPT/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-en-rPT/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-eo/qtistrings.xml b/res/values-eo/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-eo/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-eo/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-es-rCO/qtistrings.xml b/res/values-es-rCO/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-es-rCO/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-es-rCO/strings.xml b/res/values-es-rCO/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-es-rCO/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-es-rMX/qtistrings.xml b/res/values-es-rMX/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-es-rMX/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-es-rMX/strings.xml b/res/values-es-rMX/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-es-rMX/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-es-rUS/qtistrings.xml b/res/values-es-rUS/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-es-rUS/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-es/qtistrings.xml b/res/values-es/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-es/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-et-rEE/qtistrings.xml b/res/values-et-rEE/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-et-rEE/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-eu-rES/qtistrings.xml b/res/values-eu-rES/qtistrings.xml new file mode 100644 index 0000000..f212b07 --- /dev/null +++ b/res/values-eu-rES/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">Ez dago zirkuiturik eskuragarri</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Sarea ez dabil</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">Ez dago ibilbiderik helburura</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">Kanal onartezina</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">Operadoreak ezarritako traba</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">Dei garbiketa normala</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">Erabiltzaileak ez du erantzuten</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">Erabiltzaileari abisua, erantzunik ez</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Deia ukatu da</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Zenbakia aldatu da</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">Lehentasunezko harpidetza-eskubidea</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">Helburua ez dabil</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">Zenbaki formatu baliogabea (zenbakia ez dago osorik)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">Zerbitzua ukatu da</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">EGOERA KONTSULTAri erantzuna</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">Normala, zehaztu gabea</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">Une bateko hutsa</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">Ekipamenduaren itotzea kommutatzen</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">Sarbide informazioa baztertu da</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">eskatutako zirkuitoa/kanala ez dago eskuragarri</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">Baliabideak falta dira, zehaztu gabe</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">Zerbitzu kalitatea ez dago eskuragarri</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">Eskatutako zerbitzua ez dago harpidetuta</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">Jasotako deiak CUG bidez trabatuta</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">Eramaile gaitasuna ez dago baimenduta</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">Eramaile gaitasuna ez dago orain eskuragarri</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">Zerbitzua edo aukera ez dago eskuragarri, zehaztu gabea</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">Eramaile zerbitzua ez da inplementatu</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">Eskatutako zerbitzua ez dago inplementatuta</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">Murriztutako informazio digitalaren eramaile gaitasuna besterik ez dago eskuragarri</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">Zerbitzua edo aukera ez dago inplementatuta, zehaztu gabea</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">Transakzioaren identifikatzaile balio baliogabea</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">Erabiltzailea ez da CUG kidea</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">Helburu bateraezina</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">Iragate sare hautaketa baliogabea</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">Mezua semantikoki okerra da</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">Baliogabeko ezinbesteko informazioa</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">Mezu mota ez dago edo ez da inplementatu</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">Mezu mota ez da bateragarria protokoloaren egoerarekin</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">Informazio elementua ez dago edo ez da inplementatu</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">Baldintzapeko IE errorea</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">Mezua ez da bateragarria protokoloaren egoerarekin</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">Berreskuratu denbora agortzean</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">Protokoloaren errorea, zehaztu gabea</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">Interworking, zehaztu gabea</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">Aukeratu gabeko erabiltzaile garbiketa</string> +</resources> diff --git a/res/values-fa/qtistrings.xml b/res/values-fa/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-fa/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-fi/qtistrings.xml b/res/values-fi/qtistrings.xml new file mode 100644 index 0000000..ae56922 --- /dev/null +++ b/res/values-fi/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">Piiriä ei saatavilla</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Verkko epäkunnossa</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">Kohteeseen ei ole reittiä</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">Kanavaa ei voitu hyväksyä</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">Operaattorin määrittämä esto</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">Normaali puhelun poistaminen</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">Käyttäjä ei vastaa</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">Käyttäjä hälyttää, ei vastausta</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Puhelu hylätty</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Numero muuttunut</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">Etuosto-oikeus</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">Kohde epäkunnossa</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">Lukumuotoilu ei kelpaa (puutteellinen numero)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">Laitos hylkäsi</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">Vastaus TILAKYSELYYN</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">Normaali, ei määritelty</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">Väliaikainen virhe</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">Ruuhkassa olevan laitteen vaihtaminen</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">Pääsytiedot hylätty</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">pyydetty piiri/kanava ei käytettävissä</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">Resursseja ei ole käytettävissä, määrittelemätön</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">Quality of service ei käytettävissä</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">Pyydettyä laitteistoa ei tilattu</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">Tulevat puhelut kielletty CUG:ssa</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">Ylläpitäjän ominaisuuksia ei myönnetty</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">Ylläpitäjän ominaisuuksia ei käytettävissä</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">Palvelu tai asetus ei käytettävissä, määrittelemätön</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">Ylläpitäjän palvelua ei toteutettu</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">Pyydettyä laitteistoa ei käytössä</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">Vain rajoitettu digitaalisen tiedot ylläpitäjä on saatavilla</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">Palvelu tai asetus ei määritetty, määrittelemätön</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">Virheellinen tapahtuman tunnistearvo</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">Käyttäjä ei CUG:n jäsen</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">Yhteensopimaton kohde</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">Virheellinen liikenteen verkon valinta</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">Semanttisesti virheellinen viesti</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">Virheellinen pakollinen tieto</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">Viestityyppiä ei ole tai ei ole toteutettu</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">Viestin tyyppi ei ole yhteensopiva protokollan kanssa</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">Tietoelementtiä ei ole tai ei ole toteutettu</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">Ehdollinen IE virhe</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">Viesti ei ole yhteensopiva protokollan kanssa</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">Palautus ajan päättyessä</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">Protokollavirhe, määrittämätön</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">Interworking, määrittämätön</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">Ei valitun käyttäjän poisto</string> +</resources> diff --git a/res/values-fil-rPH/qtistrings.xml b/res/values-fil-rPH/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-fil-rPH/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-fr-rCA/qtistrings.xml b/res/values-fr-rCA/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-fr-rCA/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-fr/qtistrings.xml b/res/values-fr/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-fr/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-frp-rIT/qtistrings.xml b/res/values-frp-rIT/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-frp-rIT/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-frp-rIT/strings.xml b/res/values-frp-rIT/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-frp-rIT/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-fy-rNL/qtistrings.xml b/res/values-fy-rNL/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-fy-rNL/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-fy-rNL/strings.xml b/res/values-fy-rNL/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-fy-rNL/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-ga-rIE/qtistrings.xml b/res/values-ga-rIE/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ga-rIE/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ga-rIE/strings.xml b/res/values-ga-rIE/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-ga-rIE/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-gd-rGB/qtistrings.xml b/res/values-gd-rGB/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-gd-rGB/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-gd-rGB/strings.xml b/res/values-gd-rGB/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-gd-rGB/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-gl-rES/qtistrings.xml b/res/values-gl-rES/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-gl-rES/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-gu-rIN/qtistrings.xml b/res/values-gu-rIN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-gu-rIN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-hi/qtistrings.xml b/res/values-hi/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-hi/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-hr/qtistrings.xml b/res/values-hr/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-hr/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-hu/qtistrings.xml b/res/values-hu/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-hu/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-hy-rAM/qtistrings.xml b/res/values-hy-rAM/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-hy-rAM/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-in/qtistrings.xml b/res/values-in/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-in/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-is-rIS/qtistrings.xml b/res/values-is-rIS/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-is-rIS/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-it/qtistrings.xml b/res/values-it/qtistrings.xml new file mode 100644 index 0000000..1cc77e1 --- /dev/null +++ b/res/values-it/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">Nessun circuito disponibile</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Rete fuori servizio</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">Nessun percorso verso la destinazione</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">Canale inaccettabile</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">L\'operatore ha determinato un\'eccezzione</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">Pulizia chiamata normale</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">Nessuna risposta dall\'utente</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">Avviso utente, nessuna risposta</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Chiamata rifiutata</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Numero cambiato</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">Prelazione</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">Destinazione fuori servizio</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">Formato numero non valido (numero incompleto)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">Impianto rifiutato</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">Risposta allo STATO INCHIESTA</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">Normale, non specificato</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">Problema temporaneo</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">Congestione dell\'apparecchiatura di commutazione</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">Informazioni d\'accesso scartate</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">circuito/canale richiesto non disponibile</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">Risorse non disponibili non specificate</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">Qualità del servizio non disponibile</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">Impianto richiesto non sottoscritto</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">Le chiamate entranti sono bloccate all\'interno del CUG</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">Capacità di trasporto non autorizzata</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">Capacità di trasporto non attualmente disponibile</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">Servizio o opzione non disponibile, non specificato</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">Servizio di trasporto non implementato</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">Impianto richiesto non sottoscritto</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">Solo la capacità di trasporto per le informazioni digitali riservate è disponibile</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">Servizio o opzione non disponibile, non specificato</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">Valore identificazione transazione invalido</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">L\'utente non è membro del CUG</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">Destinazione incompatibile</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">Selezione network di transizione invalida</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">Messaggio semanticamente scorretto</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">Informazione obbligatoria invalida</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">Tipologia messaggio non esistente o non implementata</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">Messaggio non compatibile con lo stato del protocollo</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">Elemento dell\'informazione non esistente o non implementato</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">Errore confizionale IE</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">Tipologia messaggio non compatibile con lo stato del protocollo</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">Recupero alla scadenza del timer</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">Errore del protocollo non specificato</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">Interworking, non specificato</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">Pulizia utente non selezionato</string> +</resources> diff --git a/res/values-iw/qtistrings.xml b/res/values-iw/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-iw/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ja/qtistrings.xml b/res/values-ja/qtistrings.xml new file mode 100644 index 0000000..6e34131 --- /dev/null +++ b/res/values-ja/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">利用可能な回線がありません</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">ネットワークが利用できません</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">宛先への経路がありません</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">チャンネルが受け入れられません</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">通信事業者が制限を定めています</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">通常の通話を消去しています</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">ユーザーが応答しません</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">ユーザーに警告していますが、応答がありません</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">通話が拒否されました</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">番号が変更されました</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">プリエンプションを行っています</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">宛先が利用できません</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">無効な番号フォーマットです(不完全な番号)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">設備に拒否されました</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">状態問い合わせへの応答です</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">通常、詳細は不明です</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">一時的に完了できません</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">交換機が混雑しています</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">アクセス情報が破棄されました</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">リクエストした回線/チャンネルが利用できません</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">リーソスが利用できません、詳細は不明です</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">サービス品質が利用できません</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">リクエストした設備に加入していません</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">着信がCUGで制限されました</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">ベアラ機能が認証されていません</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">ベアラ機能は現在利用できません</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">サービスまたはオプションが利用できません、詳細は不明です</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">ベアラ機能が実装されていません</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">リクエストした設備は実装されていません</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">制限されたデジタル情報ベアラ機能のみ利用できます</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">サービスまたはオプションが実装されていません、詳細は不明です</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">トランザクション識別子の値が無効です</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">ユーザーはCUGのメンバーではありません</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">宛先に互換性がありません</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">中継ネットワークの選択が無効です</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">メッセージが文法的に正しくありません</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">必須の情報が無効です</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">メッセージの種類が存在しないか実装されていません</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">メッセージの種類がプロトコル状態と互換性がありません</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">情報要素が存在しないか実装されていません</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">条件付きIEのエラーが発生しました</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">メッセージがプロトコル状態と互換性がありません</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">タイマーの終了で復旧しました</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">プロトコルエラーが発生しました、詳細は不明です</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">インターワーキングです、詳細は不明です</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">選択されていないユーザーを消去しています</string> +</resources> diff --git a/res/values-ka-rGE/qtistrings.xml b/res/values-ka-rGE/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ka-rGE/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-kk-rKZ/qtistrings.xml b/res/values-kk-rKZ/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-kk-rKZ/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-km-rKH/qtistrings.xml b/res/values-km-rKH/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-km-rKH/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-kn-rIN/qtistrings.xml b/res/values-kn-rIN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-kn-rIN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ko/qtistrings.xml b/res/values-ko/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ko/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ku/qtistrings.xml b/res/values-ku/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ku/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml new file mode 100644 index 0000000..10bab8b --- /dev/null +++ b/res/values-ku/strings.xml @@ -0,0 +1,106 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <string name="dialpad_star_number">*</string> + <!-- Do not translate. --> + <string name="dialpad_pound_number">#</string> + <!-- Do not translate. --> + <string name="dialpad_0_letters">+</string> + <!-- Do not translate. --> + <!-- Do not translate. --> + <string name="dialpad_2_letters">ABC</string> + <!-- Do not translate. --> + <string name="dialpad_3_letters">DEF</string> + <!-- Do not translate. --> + <string name="dialpad_4_letters">GHI</string> + <!-- Do not translate. --> + <string name="dialpad_5_letters">JKL</string> + <!-- Do not translate. --> + <string name="dialpad_6_letters">MNO</string> + <!-- Do not translate. --> + <string name="dialpad_7_letters">PQRS</string> + <!-- Do not translate. --> + <string name="dialpad_8_letters">TUV</string> + <!-- Do not translate. --> + <string name="dialpad_9_letters">WXYZ</string> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <string name="description_dialpad_overflow">بەربژاردەی زیاتر</string> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <string name="description_delete_button">یهگهڕانهوه</string> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <string name="description_image_button_plus">لهگهڵ</string> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <string name="description_voicemail_button">دهنگهنامه</string> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <string name="default_notification_description">ئاوازی بنهڕهت (<xliff:g id="default_sound_title">%1$s</xliff:g>)</string> + <!-- In-call screen: call failure reason (busy) --> + <string name="callFailed_userBusy">سهرقاڵه</string> + <!-- In-call screen: call failure reason (network congestion) --> + <string name="callFailed_congestion">تۆڕ سەرقاڵە</string> + <!-- In-call screen: call failure reason (client timed out) --> + <string name="callFailed_timedOut">وهڵامی نهبوو، کات نهما</string> + <!-- In-call screen: call failure reason (server unreachable) --> + <string name="callFailed_server_unreachable">سێرڤهر نهگهیهنهره</string> + <!-- In-call screen: call failure reason (peer unreachable) --> + <string name="callFailed_number_unreachable">ژماره نهگهیهنهره</string> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <string name="callFailed_invalid_credentials">ناو و وشهی نهێنی بهکارهێنهر ههڵهیه</string> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <string name="callFailed_server_error">ههڵهی سێرڤهر.جارێکی تر ههوڵ بدهرهوه.</string> + <!-- In-call screen: call failure reason (no signal) --> + <string name="callFailed_noSignal">نیشانە نیە</string> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <string name="callFailed_limitExceeded">سنوری ACM تێپهڕیوه</string> + <!-- In-call screen: call failure reason (radio is off) --> + <string name="callFailed_powerOff">کوژانەوەی ڕادیۆ</string> + <!-- In-call screen: call failure reason (SIM error) --> + <string name="callFailed_simError">سیمکاردی تێدا نییه یان ههڵهی ههیه</string> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <string name="callFailed_fdn_only">پهیوهندی ڕۆشتن بهستراوهتهوه به FDN.</string> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <string name="callFailed_unobtainable_number">ژمارەکە لەکارە نیە</string> + <!-- In-call screen: message displayed in an error dialog --> + <string name="incall_error_missing_voicemail_number">ژمارهی دهنگهنامه نهزانراوه.</string> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-ky-rKG/qtistrings.xml b/res/values-ky-rKG/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ky-rKG/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-lb/qtistrings.xml b/res/values-lb/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-lb/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml new file mode 100644 index 0000000..c56fe25 --- /dev/null +++ b/res/values-lb/strings.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <string name="dialpad_star_number">*</string> + <!-- Do not translate. --> + <string name="dialpad_pound_number">#</string> + <!-- Do not translate. --> + <string name="dialpad_0_letters">+</string> + <!-- Do not translate. --> + <!-- Do not translate. --> + <string name="dialpad_2_letters">ABC</string> + <!-- Do not translate. --> + <string name="dialpad_3_letters">DEF</string> + <!-- Do not translate. --> + <string name="dialpad_4_letters">GHI</string> + <!-- Do not translate. --> + <string name="dialpad_5_letters">JKL</string> + <!-- Do not translate. --> + <string name="dialpad_6_letters">MNO</string> + <!-- Do not translate. --> + <string name="dialpad_7_letters">PQRS</string> + <!-- Do not translate. --> + <string name="dialpad_8_letters">TUV</string> + <!-- Do not translate. --> + <string name="dialpad_9_letters">WXYZ</string> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <string name="description_dialpad_overflow">Méi Optiounen</string> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <string name="description_delete_button">Récktast</string> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <string name="description_image_button_plus">Plus</string> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <string name="description_voicemail_button">Mailbox</string> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <string name="default_notification_description">Standardtoun (<xliff:g id="default_sound_title">%1$s</xliff:g>)</string> + <!-- In-call screen: call failure reason (busy) --> + <string name="callFailed_userBusy">Nummer besat</string> + <!-- In-call screen: call failure reason (network congestion) --> + <string name="callFailed_congestion">Netzwierk besat</string> + <!-- In-call screen: call failure reason (client timed out) --> + <string name="callFailed_timedOut">Keng Äntwert, Zäitiwwerschreidung</string> + <!-- In-call screen: call failure reason (server unreachable) --> + <string name="callFailed_server_unreachable">Server net erreechbar</string> + <!-- In-call screen: call failure reason (peer unreachable) --> + <string name="callFailed_number_unreachable">Nummer net erreechbar</string> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <string name="callFailed_invalid_credentials">Ongëltege Benotzernumm oder Passwuert</string> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <string name="callFailed_out_of_network">Uruff aus dem Netzwierk</string> + <!-- In-call screen: call failure reason (server error) --> + <string name="callFailed_server_error">Serverfeeler. Probéier méi spéit nees.</string> + <!-- In-call screen: call failure reason (no signal) --> + <string name="callFailed_noSignal">Kee Signal</string> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <string name="callFailed_limitExceeded">ACM-Grenzwäert iwwerschratt</string> + <!-- In-call screen: call failure reason (radio is off) --> + <string name="callFailed_powerOff">Radio aus</string> + <!-- In-call screen: call failure reason (SIM error) --> + <string name="callFailed_simError">Keng SIM-Kaart oder SIM-Feeler</string> + <!-- In-call screen: call failure reason (out of service) --> + <string name="callFailed_outOfService">Handynetzwierk net disponibel</string> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <string name="callFailed_fdn_only">Erausgoend Uriff ginn duerch eng Uruffaschränkung limitéiert.</string> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <string name="callFailed_cb_enabled">Du kanns keng Uriff maachen, wann d\'Uruffspär aktivéiert ass.</string> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <string name="callFailed_dsac_restricted">Uriff ginn duerch d\'Zougrëffssteierung beschränkt.</string> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <string name="callFailed_dsac_restricted_emergency">Noutriff ginn duerch d\'Zougrëffssteierung begrenzt.</string> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <string name="callFailed_dsac_restricted_normal">Normal Uriff ginn duerch d\'Zougrëffssteierung begrenzt.</string> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <string name="callFailed_unobtainable_number">Ongëlteg Nummer</string> + <!-- In-call screen: message displayed in an error dialog --> + <string name="incall_error_missing_voicemail_number">Mailbox-Nummer onbekannt.</string> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-lo-rLA/qtistrings.xml b/res/values-lo-rLA/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-lo-rLA/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-lt/qtistrings.xml b/res/values-lt/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-lt/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-lv/qtistrings.xml b/res/values-lv/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-lv/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-mk-rMK/qtistrings.xml b/res/values-mk-rMK/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-mk-rMK/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ml-rIN/qtistrings.xml b/res/values-ml-rIN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ml-rIN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-mn-rMN/qtistrings.xml b/res/values-mn-rMN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-mn-rMN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-mr-rIN/qtistrings.xml b/res/values-mr-rIN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-mr-rIN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ms-rMY/qtistrings.xml b/res/values-ms-rMY/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ms-rMY/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-my-rMM/qtistrings.xml b/res/values-my-rMM/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-my-rMM/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-nb/qtistrings.xml b/res/values-nb/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-nb/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ne-rNP/qtistrings.xml b/res/values-ne-rNP/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ne-rNP/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-nl/qtistrings.xml b/res/values-nl/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-nl/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-oc-rFR/qtistrings.xml b/res/values-oc-rFR/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-oc-rFR/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-oc-rFR/strings.xml b/res/values-oc-rFR/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-oc-rFR/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-or-rIN/qtistrings.xml b/res/values-or-rIN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-or-rIN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-or-rIN/strings.xml b/res/values-or-rIN/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-or-rIN/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-pa-rIN/qtistrings.xml b/res/values-pa-rIN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-pa-rIN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-pl/qtistrings.xml b/res/values-pl/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-pl/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-pt-rBR/qtistrings.xml b/res/values-pt-rBR/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-pt-rBR/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-pt-rPT/qtistrings.xml b/res/values-pt-rPT/qtistrings.xml new file mode 100644 index 0000000..d6cc5d9 --- /dev/null +++ b/res/values-pt-rPT/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">Sem circuitos disponíveis</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Rede fora de serviço</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">Nenhuma rota para o destino</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">Canal inaceitável</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">Barramento determinado pela operadora</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">Desconexão de chamada normal</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">Sem resposta do utilizador</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">A alertar o utilizador, sem resposta</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Chamada rejeitada</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Número alterado</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">Preempção</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">Destino fora de serviço</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">Formato de número inválido (número incompleto)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">Recurso rejeitado</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">Resposta o INQUÉRITO DE ESTADO</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">Normal, não especificado</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">Falha temporária</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">A alterar a congestão do equipamento</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">Informação de acesso descartada</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">circuito/canal requisitado não disponível</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">Recursos indisponíveis, não especificado</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">Qualidade do serviço indisponível</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">Recurso solicitado não subscrito</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">Chamadas recebidas barradas pelo CUG (Grupo Fechado de Utentes)</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">Capacidade de transmissão não autorizada</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">A capacidade da transmissão não está atualmente disponível</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">Serviço ou opção não disponível, não especificado</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">Serviço de transmissão não implementado</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">Recurso solicitado não implementado</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">Apenas está disponível a capacidade de transmissão restrita de informação digital</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">Serviço ou opção não implementada, não especificado</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">Valor do identificador de transação inválido</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">O utilizador não é membro do CUG (Grupo Fechado de Utentes)</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">Destino incompatível</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">Seleção de trânsito de rede inválida</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">Mensagem semanticamente incorreta</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">Informações obrigatórias inválidas</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">Tipo de mensagem inexistente ou não implementado</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">Tipo de mensagem não compatível com o estado do protocolo</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">Elemento de informação não existente ou não implementado</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">Erro de IE condicional</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">Mensagem não compatível com o estado do protocolo</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">Recuperação na expiração do temporizador</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">Erro de protocolo, não especificado</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">Interfuncionamento, não especificado</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">Desconexão de utilizador não selecionado</string> +</resources> diff --git a/res/values-rm/qtistrings.xml b/res/values-rm/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-rm/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ro/qtistrings.xml b/res/values-ro/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ro/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ru/qtistrings.xml b/res/values-ru/qtistrings.xml new file mode 100644 index 0000000..3fa7d98 --- /dev/null +++ b/res/values-ru/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">Нет связи</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Сеть не работает</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">Нет маршрута к месту назначения</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">Неприемлемый канал</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">Оператор определил запрет</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">Нормальная очистка звонка</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">Пользователь не отвечает</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">Пользователь оповещен, нет ответа</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Вызов отклонен</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Номер изменен</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">Упреждение</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">Назначение не работает</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">Недопустимый числовой формат (неполный номер)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">Объект отклонен</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">Ответ на СТАТУС ЗАЯВКИ</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">Нормальный, неопределенный</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">Временная ошибка</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">Переключение перегруженности оборудования</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">Информация о доступе отброшена</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">запрошенная сеть/канал не доступны</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">Ресурс не доступен, неопределен</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">QOS не доступен</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">Запрошенный объект не подписан</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">Входящие вызовы запрещены внутри ЗГП</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">Возможности оператора не авторизованы</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">Возможности оператора сейчас не доступны</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">Услуга или возможность не доступны, неопределены</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">Услуги оператора не готовы</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">Запрошенный объект не готов</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">Доступна только ограниченная информация о пропускной способности оператора</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">Услуга или возможность не применены, неопределены</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">Неверное значение идентификатора транзакции</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">Пользователь не является членом ЗГП</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">Несовместимое назначение</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">Неверный выбор транзитной сети</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">Семантически не корректное сообщение</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">Неправильная обязательная информация</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">Тип сообщения не существует или не применен</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">Тип сообщения не совместим с состоянием протокола</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">Информационный элемент не существующий или не применен</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">Условная IE ошибка</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">Сообщение не совместимо с состоянием протокола</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">Таймер восстановления просрочен</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">Ошибка протокола, нет данных</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">Взаимодействие, нет данных</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">Не выбранная очистка пользователей</string> +</resources> diff --git a/res/values-si-rLK/qtistrings.xml b/res/values-si-rLK/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-si-rLK/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-sk/qtistrings.xml b/res/values-sk/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-sk/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-sl/qtistrings.xml b/res/values-sl/qtistrings.xml new file mode 100644 index 0000000..5f52d1a --- /dev/null +++ b/res/values-sl/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">Vezava ni na voljo</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Omrežje ne deluje</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">Ni povezave do cilja</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">Nesprejemljiv kanal</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">Operater je določil zaporo</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">Običajno prekinjanje klicev</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">Noben uporabnik se ne odziva</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">Uporabnik je bil obveščen, vendar ne odgovarja</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Klic je bil zavrnjen</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Številka spremenjena</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">Prekinitev</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">Cilj ne deluje</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">Neveljavna oblika številke (nepopolna številka)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">Storitev zavrnjena</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">Odgovor na POIZVEDBO ZA STANJE</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">Običajno, nedoločeno</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">Začasna napaka</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">Zastoj preklopne opreme</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">Podatki o dostopu so bili zavrženi</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">Zahtevana vezava/kanal ni na voljo</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">Viri niso na voljo, nedoločeno</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">Kakovost storitve ni na voljo</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">Na zahtevano storitev niste naročeni</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">Zapora dohodnih klicev znotraj CUG-a</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">Zmogljivost nosilca ni pooblaščena</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">Zmogljivost nosilca trenutno ni na voljo</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">Storitev ali možnost ni na voljo, nedoločeno</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">Storitev nosilca ni izvedena</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">Zahtevana storitev ni izvedena</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">Na voljo je samo omejena zmogljivost nosilca digitalnih podatkov</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">Storitev ali možnost ni izvedena, nedoločeno</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">Neveljavna vrednost določilnika prenosa</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">Uporabnik in član CUG-a</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">Nezdružljiv cilj</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">Neveljavna izbira prehodnega omrežja</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">Pomensko nepravilno sporočilo</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">Neveljavni obvezni podatki</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">Vrsta sporočila ne obstaja ali ni izvedena</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">Vrsta sporočila ni združljiva s stanjem protokola</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">Podatkovni element ne obstaja ali ni izveden</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">Pogojna napaka IE</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">Sporočilo ni združljivo s stanjem protokola</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">Okrevanje po izteku časa</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">Napaka protokola, nedoločeno</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">Vzajemno delovanje, nedoločeno</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">Uporabniško prekinjanje ni izbrano</string> +</resources> diff --git a/res/values-sq-rAL/qtistrings.xml b/res/values-sq-rAL/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-sq-rAL/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-sr/qtistrings.xml b/res/values-sr/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-sr/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-sv/qtistrings.xml b/res/values-sv/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-sv/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-sw/qtistrings.xml b/res/values-sw/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-sw/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ta-rIN/qtistrings.xml b/res/values-ta-rIN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ta-rIN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-te-rIN/qtistrings.xml b/res/values-te-rIN/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-te-rIN/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-th/qtistrings.xml b/res/values-th/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-th/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-tr/qtistrings.xml b/res/values-tr/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-tr/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ug/qtistrings.xml b/res/values-ug/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ug/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml new file mode 100644 index 0000000..48146c0 --- /dev/null +++ b/res/values-ug/strings.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (C) 2012 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- Do not translate. --> + <!-- String describing the back button in the dialpad. --> + <!-- String describing the overflow menu button in the dialpad. --> + <!-- String describing the Delete/Backspace ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- String describing the button used to add a plus (+) symbol to the dialpad --> + <!-- String describing the Voicemail ImageButton. + Used by AccessibilityService to announce the purpose of the button. + --> + <!-- The string used to describe a notification if it is the default one in the system. For + example, if the user selects the default notification, it will appear as something like + Default sound(Capella) in the notification summary. + [CHAR LIMIT=40] --> + <!-- In-call screen: call failure reason (busy) --> + <!-- In-call screen: call failure reason (network congestion) --> + <!-- In-call screen: call failure reason (client timed out) --> + <!-- In-call screen: call failure reason (server unreachable) --> + <!-- In-call screen: call failure reason (peer unreachable) --> + <!-- In-call screen: call failure reason (incorrect username or password) --> + <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> + <!-- In-call screen: call failure reason (server error) --> + <!-- In-call screen: call failure reason (no signal) --> + <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> + <!-- In-call screen: call failure reason (radio is off) --> + <!-- In-call screen: call failure reason (SIM error) --> + <!-- In-call screen: call failure reason (out of service) --> + <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> + <!-- In-call screen: call failure reason (call modified to USSD request) --> + <!-- In-call screen: call failure reason (call modified to SS request) --> + <!-- In-call screen: call failure reason (call modified to call with modified data) --> + <!-- In-call screen: call failure reason (call denied because call barring is on) --> + <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> + <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> + <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> + <!-- In-call screen: message displayed in an error dialog --> + <!-- In-call screen: call failed because you cannot make video calls when TTY is enabled. --> + <!-- In-call screen: call ended because it was transferred to another device. --> + <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. --> + <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> + <!-- In-call screen: call ended because the user disabled data on their device --> + <!-- In-call screen: call ended because the cellular data limit has been reached --> +</resources> diff --git a/res/values-uk/qtistrings.xml b/res/values-uk/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-uk/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-ur-rPK/qtistrings.xml b/res/values-ur-rPK/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-ur-rPK/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-uz-rUZ/qtistrings.xml b/res/values-uz-rUZ/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-uz-rUZ/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-vi/qtistrings.xml b/res/values-vi/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-vi/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-zh-rCN/qtistrings.xml b/res/values-zh-rCN/qtistrings.xml new file mode 100644 index 0000000..7e18d12 --- /dev/null +++ b/res/values-zh-rCN/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">线路不可用</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">网络出问题了</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">无法路由到目的地</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">信道不被接受</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">运营商已阻止</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">正常通话拆线</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">没有用户回应</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">用户振铃中,无响应</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">呼叫被拒绝</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">号码已更改</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">预清空</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">目标出问题了</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">无效的号码格式 (号码不完整)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">设备被拒绝</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">STATUS ENQUIRY 响应</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">正常,未指定</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">暂时失败</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">交换设备拥塞</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">已丢弃访问信息</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">请求的电路/信道不可用</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">资源不可用,未指定</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">服务质量不可用</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">请求的设备未注册</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">来电在闭合用户群中被阻止</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">承载能力未授权</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">目前尚无可用的承载能力</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">服务或选项不可用,未指定</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">承载业务未实现</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">请求的设备未实现</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">仅受限制的数字信息承载能力可用</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">服务或选项未实现,未指定</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">无效的事务标识符值</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">用户不是闭合用户群成员</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">不兼容的目标</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">无效的传输网络选择</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">语义上不正确的消息</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">无效的必备信息</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">消息类型不存在或未实现</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">消息类型与协议状态不兼容</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">信息元不存在或未实现</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">有条件的 IE 错误</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">消息与协议状态不兼容</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">在定时器期满后恢复</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">协议错误,未指定</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">网络互连,未指定</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">非已选用户拆线</string> +</resources> diff --git a/res/values-zh-rHK/qtistrings.xml b/res/values-zh-rHK/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-zh-rHK/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-zh-rTW/qtistrings.xml b/res/values-zh-rTW/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-zh-rTW/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values-zu/qtistrings.xml b/res/values-zu/qtistrings.xml new file mode 100644 index 0000000..d1d0a13 --- /dev/null +++ b/res/values-zu/qtistrings.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> +</resources> diff --git a/res/values/qtistrings.xml b/res/values/qtistrings.xml new file mode 100644 index 0000000..fb890d1 --- /dev/null +++ b/res/values/qtistrings.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (c) 2016, The Linux Foundation. All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are + ~ met: + ~ Redistributions of source code must retain the above copyright + ~ notice, this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above + ~ copyright notice, this list of conditions and the following + ~ disclaimer in the documentation and/or other materials provided + ~ with the distribution. + ~ Neither the name of The Linux Foundation nor the names of its + ~ contributors may be used to endorse or promote products derived + ~ from this software without specific prior written permission. + ~ + ~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + ~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT + ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS + ~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + ~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + ~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + ~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN + ~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ~ + --> + +<!-- The xml contains Qti specific resource strings neede for any value added features. --> +<resources> + <!-- Supplementary for Clear Code --> + <!-- Text for CallFailCause.NO_CIRCUIT_AVAIL = 34 --> + <string name="callFailed_no_circuit_avail">No circuit availiable</string> + <!-- Text for CallFailCause.NETWORK_OUT_OF_ORDER = 38 --> + <string name="callFailed_network_out_of_order">Network out of order</string> + <!-- Text for CallFailCause.NO_ROUTE_TO_DESTINAON = 3 --> + <string name="callFailed_no_route_to_destination">No route to destination</string> + <!-- Text for CallFailCause.CHANNEL_UNACCEPTABLE = 6 --> + <string name="callFailed_channel_unacceptable">Channel unacceptable</string> + <!-- Text for CallFailCause.OPERATOR_DETERMINED_BARRING = 8 --> + <string name="callFailed_operator_determined_barring">Operator determined barring</string> + <!-- Text for CallFailCause.NORMAL_CLEARING = 16 --> + <string name="callFailed_normal">Normall call clearing</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_USER_RESPONDING = 18 --> + <string name="callFailed_no_user_responding">No user responding</string> + <!-- Text for CallFailCause.CALL_FAIL_NO_ANSWER_FROM_USER = 19 --> + <string name="callFailed_no_answer_from_user">User alerting, no answer</string> + <!-- Text for CallFailCause.CALL_REJECTED = 21 --> + <string name="callFailed_call_rejected">Call rejected</string> + <!-- Text for CallFailCause.NUMBER_CHANGED = 22 --> + <string name="callFailed_number_changed">Number changed</string> + <!-- Text for CallFailCause.PREEMPTION = 25 --> + <string name="callFailed_preemption">Pre-emption</string> + <!-- Text for CallFailCause.CALL_FAIL_DESTINATION_OUT_OF_ORDER = 27 --> + <string name="callFailed_destination_out_of_order">Destination out of order</string> + <!-- Text for CallFailCause.INVALID_NUMBER = 28 --> + <string name="callFailed_invalid_number_format">Invalid number format (incomplete number)</string> + <!-- Text for CallFailCause.FACILITY_REJECTED = 29 --> + <string name="callFailed_facility_rejected">Facility rejected</string> + <!-- Text for CallFailCause.STATUS_ENQUIRY = 30 --> + <string name="callFailed_resp_to_status_enquiry">Response to STATUS ENQUIRY</string> + <!-- Text for CallFailCause.NORMAL_UNSPECIFIED = 31 --> + <string name="callFailed_normal_unspecified">Normal, unspecified</string> + <!-- Text for CallFailCause.TEMPORARY_FAILURE = 41 --> + <string name="callFailed_tempopary_failure">Temporary failure</string> + <!-- Text for CallFailCause.SWITCHING_CONGESTION = 42 --> + <string name="callFailed_switching_equipment_congestion">Switching equipment congestion</string> + <!-- Text for CallFailCause.ACCESS_INFORMATION_DISCARDED = 43 --> + <string name="callFailed_access_information_discarded">Access information discarded</string> + <!-- Text for CallFailCause.CHANNEL_NOT_AVAIL = 44 --> + <string name="callFailed_requested_circuit_or_channel_not_available">requested circuit/channel not available</string> + <!-- Text for CallFailCause.RESOURCES_UNAVAILABLE_OR_UNSPECIFIED = 47 --> + <string name="callFailed_resources_unavailable_or_unspecified">Resources unavailable, unspecified</string> + <!-- Text for CallFailCause.QOS_NOT_AVAIL = 49 --> + <string name="callFailed_QOS_unavailable">Quality of service unavailable</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_SUBSCRIBED = 50 --> + <string name="callFailed_requested_facility_not_subscribed">Requested facility not subscribed</string> + <!-- Text for CallFailCause.INCOMING_CALLS_BARRED_WITHIN_CUG = 55 --> + <string name="callFailed_incoming_calls_barred_within_CUG">Incoming calls barred within the CUG</string> + <!-- Text for CallFailCause.BEARER_CAPABILITY_NOT_AUTHORIZED = 57 --> + <string name="callFailed_bearer_capability_not_authorized">Bearer capability not authorized</string> + <!-- Text for CallFailCause.BEARER_NOT_AVAIL = 58 --> + <string name="callFailed_bearer_capability_unavailable">Bearer capability not presently available</string> + <!-- Text for CallFailCause.SERVICE_OPTION_NOT_AVAILABLE = 63 --> + <string name="callFailed_service_option_not_available">Service or option not available, unspecified</string> + <!-- Text for CallFailCause.BEARER_SERVICE_NOT_IMPLEMENTED = 65 --> + <string name="callFailed_bearer_service_not_implemented">Bearer service not implemented</string> + <!-- Text for CallFailCause.REQUESTED_FACILITY_NOT_IMPLEMENTED = 69 --> + <string name="callFailed_requested_facility_not_implemented">Requested facility not implemented</string> + <!-- Text for CallFailCause.ONLY_DIGITAL_INFORMATION_BEARER_AVAILABLE = 70 --> + <string name="callFailed_only_digital_information_bearer_available">Only restricted digital information bearer capability is available</string> + <!-- Text for CallFailCause.SERVICE_OR_OPTION_NOT_IMPLEMENTED = 79 --> + <string name="callFailed_service_or_option_not_implemented">Service or option not implemented, unspecified</string> + <!-- Text for CallFailCause.INVALID_TRANSACTION_IDENTIFIER = 81 --> + <string name="callFailed_invalid_transaction_identifier">Invalid transaction identifier value</string> + <!-- Text for CallFailCause.USER_NOT_MEMBER_OF_CUG = 87 --> + <string name="callFailed_user_not_member_of_CUG">User not member of CUG</string> + <!-- Text for CallFailCause.INCOMPATIBLE_DESTINATION = 88 --> + <string name="callFailed_incompatible_destination">Incompatible destination</string> + <!-- Text for CallFailCause.INVALID_TRANSIT_NW_SELECTION = 91 --> + <string name="callFailed_invalid_transit_NW_selection">Invalid transit network selection</string> + <!-- Text for CallFailCause.SEMANTICALLY_INCORRECT_MESSAGE = 95 --> + <string name="callFailed_semantically_incorrect_message">Semantically incorrect message</string> + <!-- Text for CallFailCause.INVALID_MANDATORY_INFORMATION = 96 --> + <string name="callFailed_invalid_mandatory_information">Invalid mandatory information</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NON_IMPLEMENTED = 97 --> + <string name="callFailed_message_type_non_implemented">Message type non-existent or not implemented</string> + <!-- Text for CallFailCause.MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98 --> + <string name="callFailed_message_type_not_compatible_with_protocol_state">Message type not compatible with protocol state</string> + <!-- Text for CallFailCause.INFORMATION_ELEMENT_NON_EXISTENT = 99 --> + <string name="callFailed_information_element_non_existent">Information element non,existent or not implemented</string> + <!-- Text for CallFailCause.CONDITIONAL_IE_ERROR = 100 --> + <string name="callFailed_conditional_IE_error">Conditional IE error</string> + <!-- Text for CallFailCause.MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101 --> + <string name="callFailed_message_not_compatible_with_protocol_state">Message not compatible with protocol state</string> + <!-- Text for CallFailCause.RECOVERY_ON_TIMER_EXPIRED = 102 --> + <string name="callFailed_recovery_on_timer_expired">Recovery on timer expiry</string> + <!-- Text for CallFailCause.PROTOCOL_ERROR_UNSPECIFIED = 111 --> + <string name="callFailed_protocol_error_unspecified">Protocol error, unspecified</string> + <!-- Text for CallFailCause.INTERWORKING_UNSPECIFIED = 127 --> + <string name="callFailed_interworking_unspecified">Interworking, unspecified</string> + <!-- Text for CallFailCause.NON_SELECTED_USER_CLEARING = 26 --> + <string name="callFailed_non_selected_user_clearing">Non selected user clearing</string> +</resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 3788852..24998eb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -125,6 +125,9 @@ <string name="ringtone_silent">None</string> <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. --> <string name="ringtone_unknown">Unknown ringtone</string> + + <string name="to_hint">1111:to;sip:abby@example.com:bcc;sip:bill@example.com:cc;</string> + <!-- In-call screen: call ended because the user has reached the maximum number of calls on their current devices and other devices. --> <string name="callFailed_maximum_reached">All available lines are in use. To make a call, disconnect one of the calls on this device, or on one of your other devices.</string> <!-- In-call screen: call ended because the user disabled data on their device --> |
