summaryrefslogtreecommitdiffstats
path: root/res/values-kn-rIN
diff options
context:
space:
mode:
authorinky@build01 <jenkins@cyanogenmod.com>2016-11-22 16:44:43 -0800
committerMichael Bestas <mikeioannina@gmail.com>2017-01-07 01:31:39 +0200
commit267c1fa57e3ec59dbb7b100de565debd1cb4f8ec (patch)
treeebd272180320b32eacac41d3d9b4751ba260db33 /res/values-kn-rIN
parent6dd85e9083cda877710cf1fc459f07010520c15e (diff)
downloadandroid_packages_apps_Dialer-267c1fa57e3ec59dbb7b100de565debd1cb4f8ec.tar.gz
android_packages_apps_Dialer-267c1fa57e3ec59dbb7b100de565debd1cb4f8ec.tar.bz2
android_packages_apps_Dialer-267c1fa57e3ec59dbb7b100de565debd1cb4f8ec.zip
Automatic translation import
Change-Id: I1dc401d8bcc2464ace6b57b0546e2ed1777251dc Ticket: -
Diffstat (limited to 'res/values-kn-rIN')
-rw-r--r--res/values-kn-rIN/cm_arrays.xml35
-rw-r--r--res/values-kn-rIN/cm_plurals.xml35
-rw-r--r--res/values-kn-rIN/cm_strings.xml79
3 files changed, 149 insertions, 0 deletions
diff --git a/res/values-kn-rIN/cm_arrays.xml b/res/values-kn-rIN/cm_arrays.xml
new file mode 100644
index 000000000..2312527d2
--- /dev/null
+++ b/res/values-kn-rIN/cm_arrays.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013 The CyanogenMod 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">
+ <!-- 0: sec
+ 1: min
+ 2: min sec
+ 3: hour
+ 4: hour sec
+ 5: hour min
+ 6: hour min sec -->
+ <string-array name="call_stats_duration">
+ <item><xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
+ <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ </string-array>
+</resources>
diff --git a/res/values-kn-rIN/cm_plurals.xml b/res/values-kn-rIN/cm_plurals.xml
new file mode 100644
index 000000000..056dacc4e
--- /dev/null
+++ b/res/values-kn-rIN/cm_plurals.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013 The CyanogenMod 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">
+ <plurals name="hour">
+ <item quantity="one">1 ಗಂಟೆ</item>
+ <item quantity="other">%d ಗಂಟೆಗಳು</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">1 ನಿಮಿಷ</item>
+ <item quantity="other">%d ನಿಮಿಷಗಳು</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">1 ಸೆಕೆಂಡ್</item>
+ <item quantity="other">%d ಸೆಕೆಂಡ್‍ಗಳು</item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="one">1 ಕರೆ</item>
+ <item quantity="other">%d ಕರೆಗಳು</item>
+ </plurals>
+</resources>
diff --git a/res/values-kn-rIN/cm_strings.xml b/res/values-kn-rIN/cm_strings.xml
new file mode 100644
index 000000000..f0ba5a83f
--- /dev/null
+++ b/res/values-kn-rIN/cm_strings.xml
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013-2014 The CyanogenMod 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">
+ <string name="incall_vibration_category_title">ಒಳ-ಕರೆ ಕಂಪನ</string>
+ <string name="incall_vibrate_outgoing_title">ಉತ್ತರಿಸಿದಾಗ ಕಂಪಿಸು</string>
+ <string name="incall_vibrate_call_waiting_title">ಕರೆ ನಿರೀಕ್ಷೆಯಲ್ಲಿರುವಾಗ ಕಂಪಿಸು</string>
+ <string name="incall_vibrate_hangup_title">ಸ್ಥಗಿತಗೊಳಿಸಿದಾಗ ಕಂಪಿಸು</string>
+ <string name="incall_vibrate_45_title">ಪ್ರತೀ ನಿಮಿಷಕ್ಕೊಮ್ಮೆ ಕಂಪಿಸು</string>
+ <string name="incall_vibrate_45_summary">ಹೊರಹೋಗುವ ಕರೆ ಮಾಡುವಾಗ ಪ್ರತೀ ನಿಮಿಷದ 45 ಸೆಕೆಂಡುಗಳಿಗೊಮ್ಮೆ ಕಂಪಿಸುತ್ತದೆ</string>
+ <!-- Forward lookup -->
+ <string name="nearby_places">ಸಮೀಪದ ಸ್ಥಳಗಳು</string>
+ <string name="people">ವ್ಯಕ್ತಿ</string>
+ <!-- Number lookup -->
+ <string name="lookup_settings_label">ಫೋನ್ ಸಂಖ್ಯೆ ಪರಿಶೋಧನೆ</string>
+ <string name="enable_forward_lookup_title">ಫಾರ್ವರ್ಡ್ ಪರಿಶೋಧನೆ</string>
+ <string name="enable_forward_lookup_summary">ಡಯಲರ್‍ನಲ್ಲಿ ಹುಡುಕುವಾಗ ಸಮೀಪದ ಸ್ಥಳಗಳನ್ನು ಪ್ರದರ್ಶಿಸು</string>
+ <string name="enable_people_lookup_title">ವ್ಯಕ್ತಿ ಪರಿಶೋಧನೆ</string>
+ <string name="enable_people_lookup_summary">ಡಯಲರ್‍ನಲ್ಲಿ ಹುಡುಕುವಾಗ ವ್ಯಕ್ತಿಗಾಗಿ ಆನ್‍ಲೈನ್ ಫಲಿತಾಂಶಗಳನ್ನು ಪ್ರದರ್ಶಿಸು</string>
+ <string name="enable_reverse_lookup_title">ರಿವರ್ಸ್ ಪರಿಶೋಧನೆ</string>
+ <string name="enable_reverse_lookup_summary">ಒಳಬರುವ ಕರೆಯಲ್ಲಿ ಅಪರಿಚಿತ ಸಂಖ್ಯೆಗಳಿಗಾಗಿ ವ್ಯಕ್ತಿ ಅಥವ ಸ್ಥಳದ ಬಗ್ಗೆ ಮಾಹಿತಿಯನ್ನು ಪರಿಶೋಧಿಸು</string>
+ <string name="forward_lookup_provider_title">ಫಾರ್ವರ್ಡ್ ಪರಿಶೋಧನೆ ಪೂರೈಕೆದಾರ</string>
+ <string name="people_lookup_provider_title">ವ್ಯಕ್ತಿ ಪರಿಶೋಧನೆ ಪೂರೈಕೆದಾರ</string>
+ <string name="reverse_lookup_provider_title">ರಿವರ್ಸ್ ಪರಿಶೋಧನೆ ಪೂರೈಕೆದಾರ</string>
+ <!-- Chinese Reverse Lookup Provider -->
+ <string name="cyngn_reverse_lookup_provider_name">Cyngn Chinese (CN)</string>
+ <string name="call_log_show_all_slots">ಎಲ್ಲಾ ಸಿಮ್‍ಗಳು</string>
+ <string name="call_log_all_calls_header">ಎಲ್ಲಾ ಕರೆಗಳು</string>
+ <string name="call_log_blacklist_header">ನಿರ್ಬಂಧಿಸಿದ ಕರೆಗಳು ಮಾತ್ರ</string>
+ <!-- Call statistics -->
+ <string name="call_log_stats_title">ಅಂಕಿಅಂಶಗಳು</string>
+ <string name="callStatsDetailTitle">ಕರೆ ಅಂಕಿಅಂಶ ವಿವರಗಳು</string>
+ <string name="call_stats_incoming">ಒಳಬರುವ: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_outgoing">ಹೊರಹೋಗುವ: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_missed">ತಪ್ಪಿದವು: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_blocked">ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_percent"><xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_header_total">ಒಟ್ಟು: <xliff:g id="call_count">%s</xliff:g>, <xliff:g id="duration">%s</xliff:g></string>
+ <string name="call_stats_header_total_callsonly">ಒಟ್ಟು:<xliff:g id="call_count">%s</xliff:g></string>
+ <string name="call_stats_filter_from">ಪ್ರಾರಂಭ ದಿನಾಂಕ</string>
+ <string name="call_stats_filter_to">ಮುಕ್ತಾಯ ದಿನಾಂಕ</string>
+ <string name="call_stats_filter_picker_title">ವ್ಯಾಪ್ತಿಯನ್ನು ಶೋಧಿಸಿ</string>
+ <string name="date_quick_selection">ತ್ವರಿತ ಆಯ್ಕೆ</string>
+ <string name="date_qs_currentmonth">ಪ್ರಸ್ತುತ ತಿಂಗಳು</string>
+ <string name="date_qs_currentquarter">ಪ್ರಸ್ತುತ ತ್ರೈಮಾಸ</string>
+ <string name="date_qs_currentyear">ಪ್ರಸ್ತುತ ವರ್ಷ</string>
+ <string name="date_qs_lastweek">ಕಳೆದ ವಾರ</string>
+ <string name="date_qs_lastmonth">ಕಳೆದ ತಿಂಗಳು</string>
+ <string name="date_qs_lastquarter">ಕಳೆದ ತ್ರೈಮಾಸಿಕ</string>
+ <string name="date_qs_lastyear">ಕಳೆದ ವರ್ಷ</string>
+ <string name="call_stats_date_filter">ಸಮಯ ವ್ಯಾಪ್ತಿಯನ್ನು ಸರಿಹೊಂದಿಸಿ</string>
+ <string name="call_stats_reset_filter">ಸಮಯ ವ್ಯಾಪ್ತಿ ಮರುಹೊಂದಿಸಿ</string>
+ <string name="call_stats_sort_by_duration">ಕರೆ ಕಾಲಾವಧಿಯಿಂದ ಶೋಧಿಸು</string>
+ <string name="call_stats_sort_by_count">ಕರೆ ಎಣಿಕೆಯಿಂದ ಶೋಧಿಸು</string>
+ <string name="call_stats_title_for_number">ಈ ಸಂಖ್ಯೆ</string>
+ <string name="call_stats_title_of_total">ಒಟ್ಟು</string>
+ <string name="call_stats_title_durations">ಕರೆ ಅವಧಿಗಳು</string>
+ <string name="call_stats_title_count">ಕರೆ ಲೆಕ್ಕ</string>
+ <string name="call_stats_title_average_duration">ಸರಾಸರಿ ಕರೆ ಅವಧಿ</string>
+ <!-- Text displayed when there are no call log entries in the selected time range. -->
+ <string name="recent_calls_no_items_in_range">ನಿಮ್ಮ ಕರೆ ಲಾಗ್‌ನ ಆಯ್ದ ಸಮಯ ಶ್ರೇಣಿಯಲ್ಲಿ ಯಾವುದೇ ಕರೆಗಳು ಹೊಂದಿಲ್ಲ.</string>
+ <string name="call_recording_category_title">ಕರೆ ರೆಕಾರ್ಡಿಂಗ್</string>
+ <string name="call_recording_format">ಆಡಿಯೋ ರೂಪದಲ್ಲಿ</string>
+ <string name="call_playback_no_app_found_toast">ಆಯ್ಕೆ ಮಾಡಲಾದ ಪ್ಲೇಬ್ಯಾಕ್ ರೆಕಾರ್ಡಿಂಗ್‌ಗಳಿಗೆ ಯಾವುದೇ ಅಪ್ಲಿಕೇಶನ್ ಕಂಡುಬಂದಿಲ್ಲ</string>
+</resources>