Imported datetimepicker project from googlesource

This commit is contained in:
Phillip Hsu
2016-06-16 23:59:55 -07:00
parent d19d32fa86
commit 9794cff5c0
1226 changed files with 36498 additions and 0 deletions
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:color="@color/darker_blue"/>
<item android:state_pressed="false" android:state_selected="true" android:color="@color/blue"/>
<item android:state_pressed="false" android:state_selected="false"
android:color="@color/date_picker_text_normal"/>
</selector>
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:color="@color/darker_blue"/>
<item android:state_pressed="false" android:state_selected="false"
android:color="@color/date_picker_text_normal"/>
</selector>
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="@color/done_text_color_disabled"/>
<item android:color="@color/done_text_color_normal"/>
</selector>
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="@color/done_text_color_dark_disabled"/>
<item android:color="@color/done_text_color_dark_normal"/>
</selector>
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true"
android:state_pressed="false"
android:drawable="@color/blue_focused" />
<item android:state_pressed="true"
android:drawable="@color/neutral_pressed" />
<item android:drawable="@android:color/white" />
</selector>
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true"
android:state_pressed="false"
android:drawable="@color/blue_focused" />
<item android:state_pressed="true"
android:drawable="@color/blue" />
<item android:drawable="@android:color/white" />
</selector>
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true"
android:state_pressed="false"
android:drawable="@color/red_focused" />
<item android:state_pressed="true"
android:drawable="@color/red" />
<item android:drawable="@color/dark_gray" />
</selector>
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true"
android:state_pressed="false"
android:drawable="@color/blue_focused" />
<item android:state_pressed="true"
android:drawable="@color/neutral_pressed" />
<item android:drawable="@color/circle_background" />
</selector>
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true"
android:state_pressed="false"
android:drawable="@color/blue_focused" />
<item android:state_pressed="true"
android:drawable="@color/blue" />
<item android:drawable="@color/circle_background" />
</selector>
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true"
android:state_pressed="false"
android:drawable="@color/red_focused" />
<item android:state_pressed="true"
android:drawable="@color/red" />
<item android:drawable="@color/light_gray" />
</selector>
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/date_picker_view_animator_height"
android:gravity="center"
android:orientation="horizontal" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="@android:color/white"
android:orientation="vertical" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="0dip"
android:layout_weight="1"
android:orientation="vertical" >
<include layout="@layout/date_picker_header_view" />
<include layout="@layout/date_picker_selected_date" />
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="@color/line_background" />
<include layout="@layout/date_picker_done_button" />
</LinearLayout>
<include layout="@layout/date_picker_view_animator" />
</LinearLayout>
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2013 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
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/time_picker_dialog"
android:layout_height="@dimen/dialog_height"
android:layout_width="wrap_content"
android:orientation="horizontal"
android:focusable="true"
android:layout_marginLeft="@dimen/minimum_margin_sides"
android:layout_marginRight="@dimen/minimum_margin_sides"
android:layout_marginTop="@dimen/minimum_margin_top_bottom"
android:layout_marginBottom="@dimen/minimum_margin_top_bottom" >
<LinearLayout
android:layout_width="@dimen/left_side_width"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:id="@+id/time_display_background"
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:background="@android:color/white" >
<include
layout="@layout/time_header_label"
android:layout_width="match_parent"
android:layout_height="@dimen/header_height"
android:layout_gravity="center" />
</FrameLayout>
<View
android:id="@+id/line"
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="@color/line_background" />
<Button
android:id="@+id/done_button"
android:background="@drawable/done_background_color"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:text="@string/done_label"
android:textSize="@dimen/done_label_size"
android:textColor="@color/done_text_color" />
</LinearLayout>
<com.android.datetimepicker.time.RadialPickerLayout
android:id="@+id/time_picker"
android:layout_width="@dimen/picker_dimen"
android:layout_height="match_parent"
android:layout_gravity="center"
android:focusable="true"
android:focusableInTouchMode="true"
android:background="@color/circle_background" />
</LinearLayout>
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/date_picker_view_animator_height"
android:gravity="center"
android:orientation="horizontal" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="@android:color/white"
android:orientation="vertical" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="0dip"
android:layout_weight="1"
android:orientation="vertical" >
<include layout="@layout/date_picker_header_view" />
<include layout="@layout/date_picker_selected_date" />
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="@color/line_background" />
<include layout="@layout/date_picker_done_button" />
</LinearLayout>
<include layout="@layout/date_picker_view_animator" />
</LinearLayout>
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@color/date_picker_view_animator"
android:gravity="center"
android:orientation="vertical" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="@dimen/selected_calendar_layout_height"
android:orientation="vertical" >
<include layout="@layout/date_picker_header_view" />
<include layout="@layout/date_picker_selected_date" />
</LinearLayout>
<include layout="@layout/date_picker_view_animator" />
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="@color/line_background" />
<include layout="@layout/date_picker_done_button" />
</LinearLayout>
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@color/date_picker_view_animator"
android:gravity="center"
android:orientation="vertical" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="@dimen/selected_calendar_layout_height"
android:orientation="vertical" >
<include layout="@layout/date_picker_header_view" />
<include layout="@layout/date_picker_selected_date" />
</LinearLayout>
<include layout="@layout/date_picker_view_animator" />
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="@color/line_background" />
<include layout="@layout/date_picker_done_button" />
</LinearLayout>
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/date_picker_component_width"
android:layout_height="match_parent"
android:background="@color/date_picker_view_animator"
android:gravity="center"
android:orientation="vertical" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="@dimen/selected_calendar_layout_height"
android:orientation="vertical" >
<include layout="@layout/date_picker_selected_date" />
</LinearLayout>
<include layout="@layout/date_picker_view_animator" />
<View
android:layout_width="@dimen/date_picker_component_width"
android:layout_height="1dip"
android:background="@color/line_background" />
<include layout="@layout/date_picker_done_button" />
</LinearLayout>
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="?android:attr/buttonBarStyle"
android:layout_width="@dimen/date_picker_component_width"
android:layout_height="wrap_content"
android:orientation="vertical" >
<Button
android:id="@+id/done"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:text="@string/done_label"
android:textSize="@dimen/done_label_size"
android:textColor="@color/done_text_color" />
</LinearLayout>
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 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.
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/date_picker_header"
android:layout_width="@dimen/date_picker_component_width"
android:layout_height="@dimen/date_picker_header_height"
android:background="@color/calendar_header"
android:gravity="center"
android:includeFontPadding="false"
android:textColor="@android:color/white"
android:textSize="@dimen/date_picker_header_text_size"
android:importantForAccessibility="no" />
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/day_picker_selected_date_layout"
android:layout_width="@dimen/date_picker_component_width"
android:layout_height="0dip"
android:layout_weight="1"
android:background="@android:color/white"
android:gravity="center"
android:orientation="vertical" >
<com.android.datetimepicker.AccessibleLinearLayout
android:id="@+id/date_picker_month_and_day"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:clickable="true"
android:orientation="vertical"
android:textColor="@color/date_picker_selector" >
<TextView
android:id="@+id/date_picker_month"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:duplicateParentState="true"
android:gravity="center_horizontal|bottom"
android:includeFontPadding="false"
android:textColor="@color/date_picker_selector"
android:textSize="@dimen/selected_date_month_size" />
<TextView
android:id="@+id/date_picker_day"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginBottom="-10dip"
android:layout_marginTop="-10dip"
android:duplicateParentState="true"
android:gravity="center"
android:includeFontPadding="false"
android:textColor="@color/date_picker_selector"
android:textSize="@dimen/selected_date_day_size" />
</com.android.datetimepicker.AccessibleLinearLayout>
<com.android.datetimepicker.AccessibleTextView
android:id="@+id/date_picker_year"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center_horizontal|top"
android:includeFontPadding="false"
android:textColor="@color/date_picker_selector"
android:textSize="@dimen/selected_date_year_size" />
</LinearLayout>
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<com.android.datetimepicker.date.AccessibleDateAnimator
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/animator"
android:layout_width="@dimen/date_picker_component_width"
android:layout_height="@dimen/date_picker_view_animator_height"
android:gravity="center"
android:background="@color/date_picker_view_animator" />
@@ -0,0 +1,119 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2013 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
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/time_display"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="@android:color/white" >
<View
android:id="@+id/center_view"
android:layout_width="1dp"
android:layout_height="1dp"
android:background="#00000000"
android:layout_centerInParent="true"
android:visibility="invisible"
android:importantForAccessibility="no" />
<TextView
android:id="@+id/hour_space"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/time_placeholder"
android:layout_toLeftOf="@+id/separator"
android:layout_centerVertical="true"
android:visibility="invisible"
style="@style/time_label"
android:importantForAccessibility="no" />
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_alignRight="@+id/hour_space"
android:layout_alignLeft="@+id/hour_space"
android:layout_marginLeft="@dimen/extra_time_label_margin"
android:layout_marginRight="@dimen/extra_time_label_margin"
android:layout_centerVertical="true" >
<com.android.datetimepicker.AccessibleTextView
android:id="@+id/hours"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/time_placeholder"
android:textColor="@color/blue"
android:gravity="center_horizontal"
android:layout_gravity="center"
style="@style/time_label" />
</FrameLayout>
<TextView
android:id="@+id/separator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/time_separator"
android:paddingLeft="@dimen/separator_padding"
android:paddingRight="@dimen/separator_padding"
android:layout_alignRight="@+id/center_view"
android:layout_centerVertical="true"
style="@style/time_label"
android:importantForAccessibility="no" />
<TextView
android:id="@+id/minutes_space"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/time_placeholder"
android:layout_toRightOf="@+id/separator"
android:layout_centerVertical="true"
android:visibility="invisible"
style="@style/time_label"
android:importantForAccessibility="no" />
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_alignRight="@+id/minutes_space"
android:layout_alignLeft="@+id/minutes_space"
android:layout_marginLeft="@dimen/extra_time_label_margin"
android:layout_marginRight="@dimen/extra_time_label_margin"
android:layout_centerVertical="true" >
<com.android.datetimepicker.AccessibleTextView
android:id="@+id/minutes"
style="@style/time_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="@string/time_placeholder"
android:layout_gravity="center" />
</FrameLayout>
<com.android.datetimepicker.AccessibleTextView
android:id="@+id/ampm_hitspace"
android:layout_width="@dimen/ampm_label_size"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
android:layout_alignLeft="@+id/ampm_label"
android:layout_alignRight="@+id/ampm_label" />
<TextView
android:id="@+id/ampm_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/time_placeholder"
android:paddingLeft="@dimen/ampm_left_padding"
android:paddingRight="@dimen/ampm_left_padding"
android:layout_toRightOf="@+id/minutes_space"
android:layout_alignBaseline="@+id/separator"
style="@style/ampm_label"
android:importantForAccessibility="no" />
</RelativeLayout>
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2013 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
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/time_picker_dialog"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical"
android:focusable="true" >
<FrameLayout
android:id="@+id/time_display_background"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/white" >
<include
layout="@layout/time_header_label"
android:layout_width="match_parent"
android:layout_height="@dimen/header_height"
android:layout_gravity="center" />
</FrameLayout>
<com.android.datetimepicker.time.RadialPickerLayout
android:id="@+id/time_picker"
android:layout_height="@dimen/picker_dimen"
android:layout_width="wrap_content"
android:layout_gravity="center"
android:background="@color/circle_background"
android:focusable="true"
android:focusableInTouchMode="true" />
<View
android:id="@+id/line"
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="@color/line_background" />
<Button
android:id="@+id/done_button"
android:background="@drawable/done_background_color"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:text="@string/done_label"
android:textSize="@dimen/done_label_size"
android:textColor="@color/done_text_color" />
</LinearLayout>
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
-->
<com.android.datetimepicker.date.TextViewWithCircularIndicator
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/month_text_view"
android:layout_width="match_parent"
android:layout_height="@dimen/year_label_height"
android:layout_gravity="center"
android:gravity="center"
android:textColor="@color/date_picker_year_selector"
android:textSize="@dimen/year_label_text_size" />
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Maandrooster van dae"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> uitgevee"</string>
<string msgid="7007948707597430919" name="done_label">"Klaar"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Ure se sirkelglyer"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> gekies"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Minute se sirkelglyer"</string>
<string msgid="3973338219107019769" name="select_day">"Kies maand en dag"</string>
<string msgid="7651068754188418859" name="select_hours">"Kies ure"</string>
<string msgid="8327182090226828481" name="select_minutes">"Kies minute"</string>
<string msgid="2603330600102539372" name="select_year">"Kies jaar"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Jaarlys"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"የቀናት የወር ፍርግርግ"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> ተሰርዟል"</string>
<string msgid="7007948707597430919" name="done_label">"ተከናውኗል"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"የሰዓታት ክብ ተንሸራታች"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> ተመርጧል"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"የደቂቃዎች ክብ ተንሸራታች"</string>
<string msgid="3973338219107019769" name="select_day">"ወር እና ቀን ይምረጡ"</string>
<string msgid="7651068754188418859" name="select_hours">"ሰዓታትን ምረጥ"</string>
<string msgid="8327182090226828481" name="select_minutes">"ደቂቃዎችን ምረጥ"</string>
<string msgid="2603330600102539372" name="select_year">"ዓመት ይምረጡ"</string>
<string msgid="6963340404644587098" name="year_picker_description">"የዓመት ዝርዝር"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"شبكة الشهر مكونة من الأيام"</string>
<string msgid="6908431551612331381" name="deleted_key">"تم حذف <ns1:g id="KEY">%1$s</ns1:g>"</string>
<string msgid="7007948707597430919" name="done_label">"تم"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"شريط التمرير الدائري للساعات"</string>
<string msgid="2674929164900463786" name="item_is_selected">"تم تحديد <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"شريط التمرير الدائري للدقائق"</string>
<string msgid="3973338219107019769" name="select_day">"تحديد الشهر واليوم"</string>
<string msgid="7651068754188418859" name="select_hours">"تحديد الساعات"</string>
<string msgid="8327182090226828481" name="select_minutes">"تحديد الدقائق"</string>
<string msgid="2603330600102539372" name="select_year">"تحديد العام"</string>
<string msgid="6963340404644587098" name="year_picker_description">"قائمة الأعوام"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Ayın gün bölgüsü"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> silindi"</string>
<string msgid="7007948707597430919" name="done_label">"Bitdi"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Dairəvi saat slayderi"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> seçildi"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Dairəvi dəqiqə slayderi"</string>
<string msgid="3973338219107019769" name="select_day">"Ay və gün seçin"</string>
<string msgid="7651068754188418859" name="select_hours">"Saat seçin"</string>
<string msgid="8327182090226828481" name="select_minutes">"Dəqiqə seçin"</string>
<string msgid="2603330600102539372" name="select_year">"İl seçin"</string>
<string msgid="6963340404644587098" name="year_picker_description">"İl siyahısı"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Месечна таблица на дните"</string>
<string msgid="6908431551612331381" name="deleted_key">"Изтрихте <ns1:g id="KEY">%1$s</ns1:g>"</string>
<string msgid="7007948707597430919" name="done_label">"Готово"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Кръгов плъзгач за часовете"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Избрахте <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Кръгов плъзгач за минутите"</string>
<string msgid="3973338219107019769" name="select_day">"Изберете месец и ден"</string>
<string msgid="7651068754188418859" name="select_hours">"Избиране на часове"</string>
<string msgid="8327182090226828481" name="select_minutes">"Избиране на минути"</string>
<string msgid="2603330600102539372" name="select_year">"Изберете година"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Списък на годините"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"দিন দিয়ে সংগঠিত মাসের গ্রিড"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> মুছে ফেলা হয়েছে"</string>
<string msgid="7007948707597430919" name="done_label">"সম্পন্ন হয়েছে"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"বৃত্তাকার ঘন্টা নির্বাচকের স্লাইডার"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> নির্বাচন করা হয়েছে"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"বৃত্তাকার মিনিট নির্বাচকের স্লাইডার"</string>
<string msgid="3973338219107019769" name="select_day">"মাস এবং দিন নির্বাচন করুন"</string>
<string msgid="7651068754188418859" name="select_hours">"ঘন্টা নির্বাচন করুন"</string>
<string msgid="8327182090226828481" name="select_minutes">"মিনিট নির্বাচন করুন"</string>
<string msgid="2603330600102539372" name="select_year">"বছর নির্বাচন করুন"</string>
<string msgid="6963340404644587098" name="year_picker_description">"বছরের তালিকা"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Graella mensual de dies"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> suprimit"</string>
<string msgid="7007948707597430919" name="done_label">"Fet"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Control circular de les hores"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> seleccionat"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Control circular dels minuts"</string>
<string msgid="3973338219107019769" name="select_day">"Selecciona un mes i un dia"</string>
<string msgid="7651068754188418859" name="select_hours">"Selecciona les hores"</string>
<string msgid="8327182090226828481" name="select_minutes">"Selecciona els minuts"</string>
<string msgid="2603330600102539372" name="select_year">"Selecciona un any"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Llista anual"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Dny uspořádané po měsících"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> smazáno"</string>
<string msgid="7007948707597430919" name="done_label">"Hotovo"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Kruhový posuvník hodin"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Vybrána položka <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Kruhový posuvník minut"</string>
<string msgid="3973338219107019769" name="select_day">"Vyberte měsíc a den"</string>
<string msgid="7651068754188418859" name="select_hours">"Zvolte hodiny"</string>
<string msgid="8327182090226828481" name="select_minutes">"Zvolte minuty"</string>
<string msgid="2603330600102539372" name="select_year">"Vyberte rok"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Seznam roků"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Månedsgitter med dage"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> er slettet"</string>
<string msgid="7007948707597430919" name="done_label">"Færdig"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Cirkulær timevælger"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> valgt"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Cirkulær minutvælger"</string>
<string msgid="3973338219107019769" name="select_day">"Vælg måned og dag"</string>
<string msgid="7651068754188418859" name="select_hours">"Vælg timer"</string>
<string msgid="8327182090226828481" name="select_minutes">"Vælg minutter"</string>
<string msgid="2603330600102539372" name="select_year">"Vælg år"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Liste over år"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Monatsraster mit einzelnen Tagen"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> gelöscht"</string>
<string msgid="7007948707597430919" name="done_label">"Fertig"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Kreisförmiger Schieberegler für Stunden"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> ausgewählt"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Kreisförmiger Schieberegler für Minuten"</string>
<string msgid="3973338219107019769" name="select_day">"Monat und Tag auswählen"</string>
<string msgid="7651068754188418859" name="select_hours">"Stunden auswählen"</string>
<string msgid="8327182090226828481" name="select_minutes">"Minuten auswählen"</string>
<string msgid="2603330600102539372" name="select_year">"Jahr auswählen"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Jahresliste"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Πλέγμα ημερών του μήνα"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> διαγράφηκε"</string>
<string msgid="7007948707597430919" name="done_label">"Τέλος"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Κυκλικό ρυθμιστικό ωρών"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Επιλέχτηκε το στοιχείο <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Κυκλικό ρυθμιστικό λεπτών"</string>
<string msgid="3973338219107019769" name="select_day">"Επιλογή μήνα και ημέρας"</string>
<string msgid="7651068754188418859" name="select_hours">"Επιλέξτε ώρες"</string>
<string msgid="8327182090226828481" name="select_minutes">"Επιλέξτε λεπτά"</string>
<string msgid="2603330600102539372" name="select_year">"Επιλογή έτους"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Λίστα ετών"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Month grid of days"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> deleted"</string>
<string msgid="7007948707597430919" name="done_label">"Done"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Hours circular slider"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> selected"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Minutes circular slider"</string>
<string msgid="3973338219107019769" name="select_day">"Select month and day"</string>
<string msgid="7651068754188418859" name="select_hours">"Select hours"</string>
<string msgid="8327182090226828481" name="select_minutes">"Select minutes"</string>
<string msgid="2603330600102539372" name="select_year">"Select year"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Year list"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Month grid of days"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> deleted"</string>
<string msgid="7007948707597430919" name="done_label">"Done"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Hours circular slider"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> selected"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Minutes circular slider"</string>
<string msgid="3973338219107019769" name="select_day">"Select month and day"</string>
<string msgid="7651068754188418859" name="select_hours">"Select hours"</string>
<string msgid="8327182090226828481" name="select_minutes">"Select minutes"</string>
<string msgid="2603330600102539372" name="select_year">"Select year"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Year list"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Month grid of days"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> deleted"</string>
<string msgid="7007948707597430919" name="done_label">"Done"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Hours circular slider"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> selected"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Minutes circular slider"</string>
<string msgid="3973338219107019769" name="select_day">"Select month and day"</string>
<string msgid="7651068754188418859" name="select_hours">"Select hours"</string>
<string msgid="8327182090226828481" name="select_minutes">"Select minutes"</string>
<string msgid="2603330600102539372" name="select_year">"Select year"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Year list"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Cuadrícula mensual de días"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> borrado"</string>
<string msgid="7007948707597430919" name="done_label">"Listo"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Control deslizante circular de horas"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> seleccionado"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Control deslizante circular de minutos"</string>
<string msgid="3973338219107019769" name="select_day">"Seleccionar mes y día"</string>
<string msgid="7651068754188418859" name="select_hours">"Seleccionar horas"</string>
<string msgid="8327182090226828481" name="select_minutes">"Seleccionar minutos"</string>
<string msgid="2603330600102539372" name="select_year">"Seleccionar año"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Lista de años"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Cuadrícula mensual de días"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> eliminado"</string>
<string msgid="7007948707597430919" name="done_label">"Listo"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Control deslizante circular de horas"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> seleccionado"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Control deslizante circular de minutos"</string>
<string msgid="3973338219107019769" name="select_day">"Seleccionar mes y día"</string>
<string msgid="7651068754188418859" name="select_hours">"Seleccionar horas"</string>
<string msgid="8327182090226828481" name="select_minutes">"Seleccionar minutos"</string>
<string msgid="2603330600102539372" name="select_year">"Seleccionar año"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Lista de años"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Päevad kuu ruudustikus"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> on kustutatud"</string>
<string msgid="7007948707597430919" name="done_label">"Valmis"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Ringikujuline tunniliugur"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> on valitud"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Ringikujuline minutiliugur"</string>
<string msgid="3973338219107019769" name="select_day">"Valige kuu ja päev"</string>
<string msgid="7651068754188418859" name="select_hours">"Tundide valimine"</string>
<string msgid="8327182090226828481" name="select_minutes">"Minutite valimine"</string>
<string msgid="2603330600102539372" name="select_year">"Valige aasta"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Aastate loend"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Hilabete-ikuspegiko eguna aukeratzeko sareta"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> ezabatu da"</string>
<string msgid="7007948707597430919" name="done_label">"Eginda"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Ordua aukeratzeko ikuspegi zirkularra"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> hautatu da"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Minutuak aukeratzeko ikuspegi zirkularra"</string>
<string msgid="3973338219107019769" name="select_day">"Hautatu hilabetea eta eguna"</string>
<string msgid="7651068754188418859" name="select_hours">"Hautatu orduak"</string>
<string msgid="8327182090226828481" name="select_minutes">"Hautatu minutuak"</string>
<string msgid="2603330600102539372" name="select_year">"Hautatu urtea"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Urteen zerrenda"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"روزهای ماه به صورت جدول"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> حذف شد"</string>
<string msgid="7007948707597430919" name="done_label">"تمام"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"لغزنده دایره‌ای ساعت"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> انتخاب شد"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"لغزنده دایره‌ای دقیقه"</string>
<string msgid="3973338219107019769" name="select_day">"ماه و روز را انتخاب کنید"</string>
<string msgid="7651068754188418859" name="select_hours">"انتخاب ساعت"</string>
<string msgid="8327182090226828481" name="select_minutes">"انتخاب دقیقه"</string>
<string msgid="2603330600102539372" name="select_year">"سال را انتخاب کنید"</string>
<string msgid="6963340404644587098" name="year_picker_description">"فهرست سال‌ها"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Päiväruudukko kuukausittain"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> poistettiin"</string>
<string msgid="7007948707597430919" name="done_label">"Valmis"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Tuntien ympyränmuotoinen liukusäädin"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> on valittu"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Minuuttien ympyränmuotoinen liukusäädin"</string>
<string msgid="3973338219107019769" name="select_day">"Valitse kuukausi ja päivä"</string>
<string msgid="7651068754188418859" name="select_hours">"Valitse tunnit"</string>
<string msgid="8327182090226828481" name="select_minutes">"Valitse minuutit"</string>
<string msgid="2603330600102539372" name="select_year">"Valitse vuosi"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Vuosiluettelo"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Calendrier mensuel sous forme de grille"</string>
<string msgid="6908431551612331381" name="deleted_key">"« <ns1:g id="KEY">%1$s</ns1:g> » a été supprimé"</string>
<string msgid="7007948707597430919" name="done_label">"Terminé"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Curseur circulaire des heures"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> sélectionné"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Curseur circulaire des minutes"</string>
<string msgid="3973338219107019769" name="select_day">"Sélectionnez un mois et un jour"</string>
<string msgid="7651068754188418859" name="select_hours">"Sélectionnez les heures"</string>
<string msgid="8327182090226828481" name="select_minutes">"Sélectionnez les minutes"</string>
<string msgid="2603330600102539372" name="select_year">"Sélectionnez une année"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Liste des années"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Calendrier mensuel sous forme de grille"</string>
<string msgid="6908431551612331381" name="deleted_key">"\"<ns1:g id="KEY">%1$s</ns1:g>\" supprimé"</string>
<string msgid="7007948707597430919" name="done_label">"OK"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Curseur circulaire des heures"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> sélectionné"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Curseur circulaire des minutes"</string>
<string msgid="3973338219107019769" name="select_day">"Sélectionnez un mois et un jour"</string>
<string msgid="7651068754188418859" name="select_hours">"Sélectionner les heures"</string>
<string msgid="8327182090226828481" name="select_minutes">"Sélectionner les minutes"</string>
<string msgid="2603330600102539372" name="select_year">"Sélectionnez une année"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Liste des années"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Grade mensual de días"</string>
<string msgid="6908431551612331381" name="deleted_key">"Eliminouse <ns1:g id="KEY">%1$s</ns1:g>"</string>
<string msgid="7007948707597430919" name="done_label">"Feito"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Control de desprazamento circular das horas"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Seleccionouse <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Control de desprazamento circular dos minutos"</string>
<string msgid="3973338219107019769" name="select_day">"Seleccionar mes e día"</string>
<string msgid="7651068754188418859" name="select_hours">"Seleccionar horas"</string>
<string msgid="8327182090226828481" name="select_minutes">"Seleccionar minutos"</string>
<string msgid="2603330600102539372" name="select_year">"Seleccionar ano"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Lista de anos"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"દિવસની મહિનો ગ્રિડ"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> કાઢી નાખી"</string>
<string msgid="7007948707597430919" name="done_label">"થઈ ગયું"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"કલાકનું વર્તુળાકાર સ્લાઇડર"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> પસંદ કરી"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"મિનિટનું વર્તુળાકાર સ્લાઇડર"</string>
<string msgid="3973338219107019769" name="select_day">"મહિનો અને દિવસ પસંદ કરો"</string>
<string msgid="7651068754188418859" name="select_hours">"કલાક પસંદ કરો"</string>
<string msgid="8327182090226828481" name="select_minutes">"મિનિટ પસંદ કરો"</string>
<string msgid="2603330600102539372" name="select_year">"વર્ષ પસંદ કરો"</string>
<string msgid="6963340404644587098" name="year_picker_description">"વર્ષ સૂચિ"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"दिनों की माह ग्रिड"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> को हटा दिया गया"</string>
<string msgid="7007948707597430919" name="done_label">"पूर्ण"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"घंटो का चक्राकार स्लाइडर"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> चयनित"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"मिनटों का चक्राकार स्लाइडर"</string>
<string msgid="3973338219107019769" name="select_day">"माह और दिन चुनें"</string>
<string msgid="7651068754188418859" name="select_hours">"घंटे चुनें"</string>
<string msgid="8327182090226828481" name="select_minutes">"मिनट चुनें"</string>
<string msgid="2603330600102539372" name="select_year">"वर्ष चुनें"</string>
<string msgid="6963340404644587098" name="year_picker_description">"वर्ष की सूची"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Mreža dana u mjesecu"</string>
<string msgid="6908431551612331381" name="deleted_key">"Izbrisan je znak <ns1:g id="KEY">%1$s</ns1:g>"</string>
<string msgid="7007948707597430919" name="done_label">"Gotovo"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Kružni klizač sati"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Odabrana je stavka <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Kružni klizač minuta"</string>
<string msgid="3973338219107019769" name="select_day">"Odaberite mjesec i dan"</string>
<string msgid="7651068754188418859" name="select_hours">"Odaberite sate"</string>
<string msgid="8327182090226828481" name="select_minutes">"Odaberite minute"</string>
<string msgid="2603330600102539372" name="select_year">"Odaberite godinu"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Popis godina"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Napok havi leosztásban"</string>
<string msgid="6908431551612331381" name="deleted_key">"A(z) <ns1:g id="KEY">%1$s</ns1:g> érték törölve"</string>
<string msgid="7007948707597430919" name="done_label">"Kész"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"óra kör alakú csúszkája"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> kiválasztva"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"perc kör alakú csúszkája"</string>
<string msgid="3973338219107019769" name="select_day">"Válassza ki a hónapot és a napot"</string>
<string msgid="7651068754188418859" name="select_hours">"Óra kiválasztása"</string>
<string msgid="8327182090226828481" name="select_minutes">"Perc kiválasztása"</string>
<string msgid="2603330600102539372" name="select_year">"Válassza ki az évet"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Évek listája"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Ամսաթվի ընտրության պատուհան"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> ջնջված"</string>
<string msgid="7007948707597430919" name="done_label">"Կատարված է"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Ժամերի ընտրություն թվատախտակից"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> ընտրված"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Րոպեների ընտրություն թվատախտակից"</string>
<string msgid="3973338219107019769" name="select_day">"Ընտրեք ամիսն ու օրը"</string>
<string msgid="7651068754188418859" name="select_hours">"Ընտրեք ժամերը"</string>
<string msgid="8327182090226828481" name="select_minutes">"Ընտրեք րոպեները"</string>
<string msgid="2603330600102539372" name="select_year">"Ընտրեք տարին"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Տարիների ցանկը"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Kisi hari pada bulan"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> dihapus"</string>
<string msgid="7007948707597430919" name="done_label">"Selesai"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Penggeser putar jam"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> dipilih"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Penggeser putar menit"</string>
<string msgid="3973338219107019769" name="select_day">"Pilih bulan dan hari"</string>
<string msgid="7651068754188418859" name="select_hours">"Pilih jam"</string>
<string msgid="8327182090226828481" name="select_minutes">"Pilih menit"</string>
<string msgid="2603330600102539372" name="select_year">"Pilih tahun"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Daftar tahun"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Mánaðartafla með dögum"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> eytt"</string>
<string msgid="7007948707597430919" name="done_label">"Lokið"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Valskífa fyrir klukkustundir"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> valið"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Valskífa fyrir mínútur"</string>
<string msgid="3973338219107019769" name="select_day">"Velja mánuð og dag"</string>
<string msgid="7651068754188418859" name="select_hours">"Velja klukkustundir"</string>
<string msgid="8327182090226828481" name="select_minutes">"Velja mínútur"</string>
<string msgid="2603330600102539372" name="select_year">"Velja ár"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Áralisti"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Griglia del mese suddivisa per giorni"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> eliminato"</string>
<string msgid="7007948707597430919" name="done_label">"Fine"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Dispositivo di scorrimento circolare per le ore"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Elemento selezionato: <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Dispositivo di scorrimento per i minuti"</string>
<string msgid="3973338219107019769" name="select_day">"Seleziona mese e giorno"</string>
<string msgid="7651068754188418859" name="select_hours">"Seleziona le ore"</string>
<string msgid="8327182090226828481" name="select_minutes">"Seleziona i minuti"</string>
<string msgid="2603330600102539372" name="select_year">"Seleziona anno"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Elenco degli anni"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"בחירת ימים בחודש בתצוגת רשת"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> נמחק"</string>
<string msgid="7007948707597430919" name="done_label">"בוצע"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"מחוון שעות מעגלי"</string>
<string msgid="2674929164900463786" name="item_is_selected">"בחרת <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"מחוון דקות מעגלי"</string>
<string msgid="3973338219107019769" name="select_day">"בחר חודש ויום"</string>
<string msgid="7651068754188418859" name="select_hours">"בחר שעות"</string>
<string msgid="8327182090226828481" name="select_minutes">"בחר דקות"</string>
<string msgid="2603330600102539372" name="select_year">"בחר שנה"</string>
<string msgid="6963340404644587098" name="year_picker_description">"רשימת שנים"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"日グリッド(月別)"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g>を削除しました"</string>
<string msgid="7007948707597430919" name="done_label">"完了"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"円形スライダー(時)"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g>を選択しました"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"円形スライダー(分)"</string>
<string msgid="3973338219107019769" name="select_day">"月と日を選択"</string>
<string msgid="7651068754188418859" name="select_hours">"時間を選択"</string>
<string msgid="8327182090226828481" name="select_minutes">"分を選択"</string>
<string msgid="2603330600102539372" name="select_year">"年を選択"</string>
<string msgid="6963340404644587098" name="year_picker_description">"年リスト"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"დღეების ბადე თვეზე"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> წაიშალა"</string>
<string msgid="7007948707597430919" name="done_label">"დასრულდა"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"წრიული სლაიდერის დამალვა"</string>
<string msgid="2674929164900463786" name="item_is_selected">"არჩეულია <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"წუთების წრიული სლაიდერი"</string>
<string msgid="3973338219107019769" name="select_day">"აირჩიეთ თვე და რიცხვი"</string>
<string msgid="7651068754188418859" name="select_hours">"აირჩიეთ საათები"</string>
<string msgid="8327182090226828481" name="select_minutes">"აირჩიეთ წუთები"</string>
<string msgid="2603330600102539372" name="select_year">"აირჩიეთ წელი"</string>
<string msgid="6963340404644587098" name="year_picker_description">"წლის სია"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Күндердің айлық торы"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> жойылды"</string>
<string msgid="7007948707597430919" name="done_label">"Дайын"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Сағаттардың дөңгелек жүгірткісі"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> таңдалды"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Минуттардың дөңгелек жүгірткісі"</string>
<string msgid="3973338219107019769" name="select_day">"Ай мен күнді таңдау"</string>
<string msgid="7651068754188418859" name="select_hours">"Сағат таңдау"</string>
<string msgid="8327182090226828481" name="select_minutes">"Минут таңдау"</string>
<string msgid="2603330600102539372" name="select_year">"Жыл таңдау"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Жылдар тізімі"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"ក្រឡាចត្រង្គ​ខែ​នៃ​ថ្ងៃ"</string>
<string msgid="6908431551612331381" name="deleted_key">"បាន​លុប <ns1:g id="KEY">%1$s</ns1:g>"</string>
<string msgid="7007948707597430919" name="done_label">"ធ្វើ​រួច"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"គ្រាប់​រំកិល​រង្វង់​ម៉ោង"</string>
<string msgid="2674929164900463786" name="item_is_selected">"បាន​ជ្រើស <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"គ្រាប់​រំកិល​រង្វង់​នាទី"</string>
<string msgid="3973338219107019769" name="select_day">"ជ្រើស​ខែ និង​ថ្ងៃ"</string>
<string msgid="7651068754188418859" name="select_hours">"ជ្រើស​ម៉ោង"</string>
<string msgid="8327182090226828481" name="select_minutes">"ជ្រើស​នាទី"</string>
<string msgid="2603330600102539372" name="select_year">"ជ្រើស​ឆ្នាំ"</string>
<string msgid="6963340404644587098" name="year_picker_description">"បញ្ជី​ឆ្នាំ"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"ದಿನಗಳ ತಿಂಗಳಿನ ಗ್ರಿಡ್"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> ಅಳಿಸಲಾಗಿದೆ"</string>
<string msgid="7007948707597430919" name="done_label">"ಮುಗಿದಿದೆ"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"ಗಂಟೆಗಳ ವೃತ್ತಾಕಾರ ಸ್ಲೈಡರ್"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"ನಿಮಿಷಗಳ ವೃತ್ತಾಕಾರ ಸ್ಲೈಡರ್"</string>
<string msgid="3973338219107019769" name="select_day">"ತಿಂಗಳು ಮತ್ತು ದಿನವನ್ನು ಆಯ್ಕೆಮಾಡಿ"</string>
<string msgid="7651068754188418859" name="select_hours">"ಗಂಟೆಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ"</string>
<string msgid="8327182090226828481" name="select_minutes">"ನಿಮಿಷಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ"</string>
<string msgid="2603330600102539372" name="select_year">"ವರ್ಷವನ್ನು ಆಯ್ಕೆಮಾಡಿ"</string>
<string msgid="6963340404644587098" name="year_picker_description">"ವರ್ಷದ ಪಟ್ಟಿ"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"월별 바둑판식 날짜 표시"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> 삭제됨"</string>
<string msgid="7007948707597430919" name="done_label">"완료"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"시간 원형 슬라이더"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g>이(가) 선택됨"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"분 원형 슬라이더"</string>
<string msgid="3973338219107019769" name="select_day">"월/일 선택"</string>
<string msgid="7651068754188418859" name="select_hours">"시간 선택"</string>
<string msgid="8327182090226828481" name="select_minutes">"분 선택"</string>
<string msgid="2603330600102539372" name="select_year">"연도 선택"</string>
<string msgid="6963340404644587098" name="year_picker_description">"년"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Айдын күндөрү"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> жок кылынды"</string>
<string msgid="7007948707597430919" name="done_label">"Аткарылды"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Саат боюнча айлангыч"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> тандалды"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Мүнөт боюнча айлангыч"</string>
<string msgid="3973338219107019769" name="select_day">"Ай жана күндү тандаңыз"</string>
<string msgid="7651068754188418859" name="select_hours">"Саатты тандаңыз"</string>
<string msgid="8327182090226828481" name="select_minutes">"Мүнөттөрдү тандаңыз"</string>
<string msgid="2603330600102539372" name="select_year">"Жылды тандаңыз"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Жыл тизмеси"</string>
</resources>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="dialog_height">200dip</dimen>
<dimen name="left_side_width">250dip</dimen>
<dimen name="selected_date_day_size">100dp</dimen>
<dimen name="selected_date_month_size">30dp</dimen>
<dimen name="selected_date_year_size">30dp</dimen>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"ຕາຕະລາງວັນທີ"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> ຖືກລຶບແລ້ວ"</string>
<string msgid="7007948707597430919" name="done_label">"ແລ້ວໆ"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"ໂຕໝຸນປັບຊົ່ວໂມງ"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> ຖືກເລືອກແລ້ວ"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"ໂຕໝຸນປັບນາທີ"</string>
<string msgid="3973338219107019769" name="select_day">"ເລືອກເດືອນ ແລະ ວັນ"</string>
<string msgid="7651068754188418859" name="select_hours">"ເລືອກ​ຊົ່ວ​ໂມງ"</string>
<string msgid="8327182090226828481" name="select_minutes">"ເລືອກນາ​ທີ"</string>
<string msgid="2603330600102539372" name="select_year">"ເລືອກ​ປີ"</string>
<string msgid="6963340404644587098" name="year_picker_description">"ລາຍການປີ"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Mėnesio dienų tinklelis"</string>
<string msgid="6908431551612331381" name="deleted_key">"Ištrinta: <ns1:g id="KEY">%1$s</ns1:g>"</string>
<string msgid="7007948707597430919" name="done_label">"Atlikta"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Apskritas valandų šliaužiklis"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Elementas „<ns1:g id="ITEM">%1$s</ns1:g>“ pasirinktas"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Apskritas minučių šliaužiklis"</string>
<string msgid="3973338219107019769" name="select_day">"Pasirinkite mėnesį ir dieną"</string>
<string msgid="7651068754188418859" name="select_hours">"Pasirinkite valandas"</string>
<string msgid="8327182090226828481" name="select_minutes">"Pasirinkite minutes"</string>
<string msgid="2603330600102539372" name="select_year">"Pasirinkite metus"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Metų sąrašas"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Režģis ar mēneša dienām"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> tika dzēsts"</string>
<string msgid="7007948707597430919" name="done_label">"Gatavs"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Stundu apļveida slīdnis"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Atlasīts: <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Minūšu apļveida slīdnis"</string>
<string msgid="3973338219107019769" name="select_day">"Atlasiet mēnesi un dienu"</string>
<string msgid="7651068754188418859" name="select_hours">"Atlasīt stundas"</string>
<string msgid="8327182090226828481" name="select_minutes">"Atlasīt minūtes"</string>
<string msgid="2603330600102539372" name="select_year">"Atlasiet gadu"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Gadu saraksts"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Месец со денови"</string>
<string msgid="6908431551612331381" name="deleted_key">"Избришано: <ns1:g id="KEY">%1$s</ns1:g>"</string>
<string msgid="7007948707597430919" name="done_label">"Готово"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Приказ на часови во круг"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Избрано: <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Приказ на минути во круг"</string>
<string msgid="3973338219107019769" name="select_day">"Избери месец и ден"</string>
<string msgid="7651068754188418859" name="select_hours">"Избери часови"</string>
<string msgid="8327182090226828481" name="select_minutes">"Избери минути"</string>
<string msgid="2603330600102539372" name="select_year">"Избери година"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Список со години"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"മാസപ്രകാരമുള്ള ദിവസ ഗ്രിഡ്"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> ഇല്ലാതാക്കി"</string>
<string msgid="7007948707597430919" name="done_label">"പൂർത്തിയായി"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"ചാക്രികമായി മണിക്കൂറുകൾ ദൃശ്യമാകുന്ന സ്ലൈഡർ"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> തിരഞ്ഞെടുത്തു"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"ചാക്രികമായി മിനിറ്റുകൾ ദൃശ്യമാകുന്ന സ്ലൈഡർ"</string>
<string msgid="3973338219107019769" name="select_day">"മാസവും ദിവസവും തിരഞ്ഞെടുക്കുക"</string>
<string msgid="7651068754188418859" name="select_hours">"മണിക്കൂർ തിരഞ്ഞെടുക്കുക"</string>
<string msgid="8327182090226828481" name="select_minutes">"മിനിറ്റ് തിരഞ്ഞെടുക്കുക"</string>
<string msgid="2603330600102539372" name="select_year">"വർഷം തിരഞ്ഞെടുക്കുക"</string>
<string msgid="6963340404644587098" name="year_picker_description">"വർഷങ്ങളുടെ ലിസ്റ്റ്"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Өдрүүдийг сараар"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> устсан"</string>
<string msgid="7007948707597430919" name="done_label">"Дууссан"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Цаг гүйлгэгч"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> сонгогдсон"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Минут гүйлгэгч"</string>
<string msgid="3973338219107019769" name="select_day">"Сар болон өдрийг сонгоно уу"</string>
<string msgid="7651068754188418859" name="select_hours">"Цаг сонгоно уу"</string>
<string msgid="8327182090226828481" name="select_minutes">"Минут сонгоно уу"</string>
<string msgid="2603330600102539372" name="select_year">"Жилийг сонгоно уу"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Жилийн жагсаалт"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"दिवसांची महिना ग्रिड"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> हटविली"</string>
<string msgid="7007948707597430919" name="done_label">"पूर्ण झाले"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"तास परिपत्रक स्लायडर"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> निवडले"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"मिनिटे परिपत्रक स्लायडर"</string>
<string msgid="3973338219107019769" name="select_day">"महिना आणि दिवस निवडा"</string>
<string msgid="7651068754188418859" name="select_hours">"तास निवडा"</string>
<string msgid="8327182090226828481" name="select_minutes">"मिनिटे निवडा"</string>
<string msgid="2603330600102539372" name="select_year">"वर्ष निवडा"</string>
<string msgid="6963340404644587098" name="year_picker_description">"वर्ष सूची"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Grid bulan hari"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> dipadamkan"</string>
<string msgid="7007948707597430919" name="done_label">"Selesai"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Penggelangsar bulatan jam"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> dipilih"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Penggelangsar bulatan minit"</string>
<string msgid="3973338219107019769" name="select_day">"Pilih bulan dan hari"</string>
<string msgid="7651068754188418859" name="select_hours">"Pilih jam"</string>
<string msgid="8327182090226828481" name="select_minutes">"Pilih minit"</string>
<string msgid="2603330600102539372" name="select_year">"Pilih tahun"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Senarai tahun"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"လအလိုက် နေ့များ အကွက်"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> ကို ဖျက်ပြီး"</string>
<string msgid="7007948707597430919" name="done_label">"လုပ်ပြီး"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"နာရီ ရွေးစရာ စက်ဝိုင်း"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> ရွေးထားပြီး"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"မိနစ် ရွေးစရာ စက်ဝိုင်း"</string>
<string msgid="3973338219107019769" name="select_day">"လ နှင့် နေ့ ရွေးပါ"</string>
<string msgid="7651068754188418859" name="select_hours">"နာရီများ ရွေးပါ"</string>
<string msgid="8327182090226828481" name="select_minutes">"မိနစ်များ ရွေးပါ"</string>
<string msgid="2603330600102539372" name="select_year">"ခုနှစ်ကို ရွေးပါ"</string>
<string msgid="6963340404644587098" name="year_picker_description">"ခုနှစ် စာရင်း"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Månedsrutenett med dager"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> er slettet"</string>
<string msgid="7007948707597430919" name="done_label">"Ferdig"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Sirkulær glidebryter for timer"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> er valgt"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Sirkulær glidebryter for minutter"</string>
<string msgid="3973338219107019769" name="select_day">"Velg måneden og dagen"</string>
<string msgid="7651068754188418859" name="select_hours">"Angi timer"</string>
<string msgid="8327182090226828481" name="select_minutes">"Angi minutter"</string>
<string msgid="2603330600102539372" name="select_year">"Velg året"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Årsliste"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"दिनहरुको महिना ग्रिड"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> हटाइयो"</string>
<string msgid="7007948707597430919" name="done_label">"सम्पन्न भयो"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"घण्टा गोलाकार स्लाइडर"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> चयन गरियो"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"मिनेट गोलाकार स्लाइडर"</string>
<string msgid="3973338219107019769" name="select_day">"महिना र दिन चयन गर्नुहोस्"</string>
<string msgid="7651068754188418859" name="select_hours">"घण्टा चयन गर्नुहोस्"</string>
<string msgid="8327182090226828481" name="select_minutes">"मिनेट चयन गर्नुहोस्"</string>
<string msgid="2603330600102539372" name="select_year">"वर्ष चयन गर्नुहोस्"</string>
<string msgid="6963340404644587098" name="year_picker_description">"वर्ष सूची"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Maandraster van dagen"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> verwijderd"</string>
<string msgid="7007948707597430919" name="done_label">"Gereed"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Ronde schuifregelaar voor uren"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> geselecteerd"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Ronde schuifregelaar voor minuten"</string>
<string msgid="3973338219107019769" name="select_day">"Maand en dag selecteren"</string>
<string msgid="7651068754188418859" name="select_hours">"Uren selecteren"</string>
<string msgid="8327182090226828481" name="select_minutes">"Minuten selecteren"</string>
<string msgid="2603330600102539372" name="select_year">"Jaar selecteren"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Jaarlijst"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"ਦਿਨਾਂ ਦਾ ਮਹੀਨਾ ਗ੍ਰਿਡ"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> ਮਿਟਾਈ ਗਈ"</string>
<string msgid="7007948707597430919" name="done_label">"ਹੋ ਗਿਆ"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"ਘੰਟੇ ਸਰਕੁਲਰ ਸਲਾਈਡਰ"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> ਚੁਣੀ ਗਈ"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"ਮਿੰਟ ਸਰਕੁਲਰ ਸਲਾਈਡਰ"</string>
<string msgid="3973338219107019769" name="select_day">"ਮਹੀਨਾ ਅਤੇ ਦਿਨ ਚੁਣੋ"</string>
<string msgid="7651068754188418859" name="select_hours">"ਘੰਟੇ ਚੁਣੋ"</string>
<string msgid="8327182090226828481" name="select_minutes">"ਮਿੰਟ ਚੁਣੋ"</string>
<string msgid="2603330600102539372" name="select_year">"ਸਾਲ ਚੁਣੋ"</string>
<string msgid="6963340404644587098" name="year_picker_description">"ਸਾਲ ਸੂਚੀ"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Siatka miesięczna z dniami"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> usunięte"</string>
<string msgid="7007948707597430919" name="done_label">"Gotowe"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Kołowy suwak godzin"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Wybrałeś <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Kołowy suwak minut"</string>
<string msgid="3973338219107019769" name="select_day">"Wybierz miesiąc i dzień"</string>
<string msgid="7651068754188418859" name="select_hours">"Wybierz godziny"</string>
<string msgid="8327182090226828481" name="select_minutes">"Wybierz minuty"</string>
<string msgid="2603330600102539372" name="select_year">"Wybierz rok"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Lista lat"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Grelha de dias do mês"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> eliminado"</string>
<string msgid="7007948707597430919" name="done_label">"Concluído"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Controlo de deslize circular das horas"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> selecionado"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Controlo de deslize circular dos minutos"</string>
<string msgid="3973338219107019769" name="select_day">"Selecionar mês e dia"</string>
<string msgid="7651068754188418859" name="select_hours">"Selecionar horas"</string>
<string msgid="8327182090226828481" name="select_minutes">"Selecionar minutos"</string>
<string msgid="2603330600102539372" name="select_year">"Selecionar ano"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Lista de anos"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Grade mensal de dias"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> excluído"</string>
<string msgid="7007948707597430919" name="done_label">"Concluído"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Controle deslizante circular das horas"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> selecionado"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Controle deslizante circular dos minutos"</string>
<string msgid="3973338219107019769" name="select_day">"Selecione o mês e o dia"</string>
<string msgid="7651068754188418859" name="select_hours">"Selecione as horas"</string>
<string msgid="8327182090226828481" name="select_minutes">"Selecione os minutos"</string>
<string msgid="2603330600102539372" name="select_year">"Selecione o ano"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Lista de anos"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Afișare pe luni"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> a fost șters"</string>
<string msgid="7007948707597430919" name="done_label">"Terminat"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Indicator circular ore"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> selectat"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Indicator circular minute"</string>
<string msgid="3973338219107019769" name="select_day">"Selectați luna și ziua"</string>
<string msgid="7651068754188418859" name="select_hours">"Selectați orele"</string>
<string msgid="8327182090226828481" name="select_minutes">"Selectați minutele"</string>
<string msgid="2603330600102539372" name="select_year">"Selectați anul"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Listă de ani"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Окно выбора даты"</string>
<string msgid="6908431551612331381" name="deleted_key">"Цифра <ns1:g id="KEY">%1$s</ns1:g> удалена"</string>
<string msgid="7007948707597430919" name="done_label">"Готово"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Выбор часов на циферблате"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Выбран элемент <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Выбор минут на циферблате"</string>
<string msgid="3973338219107019769" name="select_day">"Выберите месяц и день"</string>
<string msgid="7651068754188418859" name="select_hours">"Выберите часы"</string>
<string msgid="8327182090226828481" name="select_minutes">"Выберите минуты"</string>
<string msgid="2603330600102539372" name="select_year">"Выберите год"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Меню выбора года"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"දින ජාලයකින් මාසය"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> මකා දමන ලදි"</string>
<string msgid="7007948707597430919" name="done_label">"අවසන්"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"පැය කවාකාර සර්පනය"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> තෝරාගෙන ඇත"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"මිනිත්තු කවාකාර සර්පනය"</string>
<string msgid="3973338219107019769" name="select_day">"මාසය සහ දිනය තෝරන්න"</string>
<string msgid="7651068754188418859" name="select_hours">"පැය තෝරන්න"</string>
<string msgid="8327182090226828481" name="select_minutes">"මිනිත්තු තෝරන්න"</string>
<string msgid="2603330600102539372" name="select_year">"වසර තෝරන්න"</string>
<string msgid="6963340404644587098" name="year_picker_description">"වසර ලැයිස්තුව"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Tabuľka dní v mesiaci"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> odstránené"</string>
<string msgid="7007948707597430919" name="done_label">"Hotovo"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Kruhový posúvač hodín"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Bola vybratá položka <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Kruhový posúvač minút"</string>
<string msgid="3973338219107019769" name="select_day">"Vyberte mesiac a deň"</string>
<string msgid="7651068754188418859" name="select_hours">"Vyberte hodiny"</string>
<string msgid="8327182090226828481" name="select_minutes">"Vyberte minúty"</string>
<string msgid="2603330600102539372" name="select_year">"Vyberte rok"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Zoznam rokov"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Mesečna mreža dni"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> je izbrisana"</string>
<string msgid="7007948707597430919" name="done_label">"Dokončano"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Okrogli drsnik za ure"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Izbrano: <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Okrogli drsnik za minute"</string>
<string msgid="3973338219107019769" name="select_day">"Izberite mesec in dan"</string>
<string msgid="7651068754188418859" name="select_hours">"Izberite ure"</string>
<string msgid="8327182090226828481" name="select_minutes">"Izberite minute"</string>
<string msgid="2603330600102539372" name="select_year">"Izberite leto"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Seznam let"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Tabela mujore e ditëve"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> u fshi"</string>
<string msgid="7007948707597430919" name="done_label">"U krye!"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Rrëshqitësi rrethor i orëve"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Artikulli <ns1:g id="ITEM">%1$s</ns1:g> është përzgjedhur"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Rrëshqitësi rrethor i minutave"</string>
<string msgid="3973338219107019769" name="select_day">"Zgjidh muajin dhe ditën"</string>
<string msgid="7651068754188418859" name="select_hours">"Zgjidh orët"</string>
<string msgid="8327182090226828481" name="select_minutes">"Zgjidh minutat"</string>
<string msgid="2603330600102539372" name="select_year">"Zgjidh vitin"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Lista e viteve"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Приказ дана у месецу у виду мреже"</string>
<string msgid="6908431551612331381" name="deleted_key">"Избрисали сте <ns1:g id="KEY">%1$s</ns1:g>"</string>
<string msgid="7007948707597430919" name="done_label">"Готово"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Кружни клизач за сате"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Ставка <ns1:g id="ITEM">%1$s</ns1:g> је изабрана"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Кружни клизач за минуте"</string>
<string msgid="3973338219107019769" name="select_day">"Изаберите месец и дан"</string>
<string msgid="7651068754188418859" name="select_hours">"Изабери сате"</string>
<string msgid="8327182090226828481" name="select_minutes">"Изабери минуте"</string>
<string msgid="2603330600102539372" name="select_year">"Изаберите годину"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Листа година"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Rutnät för månad"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> har tagits bort"</string>
<string msgid="7007948707597430919" name="done_label">"Klar"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Cirkelreglage för timmar"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> har markerats"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Cirkelreglage för minuter"</string>
<string msgid="3973338219107019769" name="select_day">"Välj månad och dag"</string>
<string msgid="7651068754188418859" name="select_hours">"Välj timmar"</string>
<string msgid="8327182090226828481" name="select_minutes">"Välj minuter"</string>
<string msgid="2603330600102539372" name="select_year">"Välj år"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Lista över år"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Gridi ya mwezi ya siku"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> kimefutwa"</string>
<string msgid="7007948707597430919" name="done_label">"Nimemaliza"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Kitelezi cha mviringo cha saa"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> kimechaguliwa"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Kitelezi cha mviringo cha dakika"</string>
<string msgid="3973338219107019769" name="select_day">"Chagua mwezi na siku"</string>
<string msgid="7651068754188418859" name="select_hours">"Chagua saa"</string>
<string msgid="8327182090226828481" name="select_minutes">"Chagua dakika"</string>
<string msgid="2603330600102539372" name="select_year">"Chagua mwaka"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Orodha ya miaka"</string>
</resources>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="ampm_label_size">21sp</dimen>
<dimen name="ampm_left_padding">7dip</dimen>
<dimen name="date_picker_header_height">45dp</dimen>
<dimen name="footer_height">48dip</dimen>
<dimen name="header_height">96dip</dimen>
<dimen name="left_side_width">315dip</dimen>
<dimen name="separator_padding">5dip</dimen>
<dimen name="time_label_right_padding">16sp</dimen>
<dimen name="time_label_size">64sp</dimen>
</resources>
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="ampm_label_size">20sp</dimen>
<dimen name="ampm_left_padding">8dip</dimen>
<dimen name="date_picker_component_width">400dp</dimen>
<dimen name="date_picker_header_height">45dp</dimen>
<dimen name="date_picker_header_text_size">21dp</dimen>
<dimen name="date_picker_view_animator_height">400dp</dimen>
<dimen name="day_number_select_circle_radius">24dp</dimen>
<dimen name="day_number_size">24sp</dimen>
<dimen name="extra_time_label_margin">-50dp</dimen>
<dimen name="footer_height">60dip</dimen>
<dimen name="header_height">120dip</dimen>
<dimen name="minimum_margin_sides">48dip</dimen>
<dimen name="minimum_margin_top_bottom">24dip</dimen>
<dimen name="month_day_label_text_size">15sp</dimen>
<dimen name="month_label_size">24sp</dimen>
<dimen name="month_list_item_header_height">75dp</dimen>
<dimen name="month_list_item_padding">24dp</dimen>
<dimen name="month_list_item_size">24sp</dimen>
<dimen name="month_select_circle_radius">36dp</dimen>
<dimen name="picker_dimen">400dip</dimen>
<dimen name="selected_calendar_layout_height">360dp</dimen>
<dimen name="selected_date_day_size">150dp</dimen>
<dimen name="selected_date_month_size">45dp</dimen>
<dimen name="selected_date_year_size">45dp</dimen>
<dimen name="separator_padding">5dip</dimen>
<dimen name="time_label_size">75sp</dimen>
<dimen name="year_label_height">96dp</dimen>
<dimen name="year_label_text_size">33dp</dimen>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"நாட்களின் மாதக் கட்டம்"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> நீக்கப்பட்டது"</string>
<string msgid="7007948707597430919" name="done_label">"முடிந்தது"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"மணிநேர வட்ட வடிவ ஸ்லைடர்"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> தேர்ந்தெடுக்கப்பட்டது"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"நிமிடத்திற்கான வட்டவடிவ ஸ்லைடர்"</string>
<string msgid="3973338219107019769" name="select_day">"மாதம் மற்றும் தேதியைத் தேர்ந்தெடுக்கவும்"</string>
<string msgid="7651068754188418859" name="select_hours">"மணிநேரத்தைத் தேர்ந்தெடுக்கவும்"</string>
<string msgid="8327182090226828481" name="select_minutes">"நிமிடத்தைத் தேர்ந்தெடுக்கவும்"</string>
<string msgid="2603330600102539372" name="select_year">"ஆண்டைத் தேர்ந்தெடுக்கவும்"</string>
<string msgid="6963340404644587098" name="year_picker_description">"ஆண்டு பட்டியல்"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"రోజుల యొక్క నెల గ్రిడ్"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> తొలగించబడింది"</string>
<string msgid="7007948707597430919" name="done_label">"పూర్తయింది"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"గంటల వృత్తాకార స్లయిడర్"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> ఎంచుకోబడింది"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"నిమిషాల వృత్తాకార స్లయిడర్"</string>
<string msgid="3973338219107019769" name="select_day">"నెల మరియు రోజును ఎంచుకోండి"</string>
<string msgid="7651068754188418859" name="select_hours">"గంటలను ఎంచుకోండి"</string>
<string msgid="8327182090226828481" name="select_minutes">"నిమిషాలను ఎంచుకోండి"</string>
<string msgid="2603330600102539372" name="select_year">"సంవత్సరాన్ని ఎంచుకోండి"</string>
<string msgid="6963340404644587098" name="year_picker_description">"సంవత్సర జాబితా"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"ตารางวันที่ของเดือน"</string>
<string msgid="6908431551612331381" name="deleted_key">"ลบ <ns1:g id="KEY">%1$s</ns1:g> แล้ว"</string>
<string msgid="7007948707597430919" name="done_label">"เสร็จสิ้น"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"ตัวเลื่อนหมุนระบุชั่วโมง"</string>
<string msgid="2674929164900463786" name="item_is_selected">"เลือก <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"ตัวเลื่อนหมุนระบุนาที"</string>
<string msgid="3973338219107019769" name="select_day">"เลือกเดือนและวัน"</string>
<string msgid="7651068754188418859" name="select_hours">"เลือกชั่วโมง"</string>
<string msgid="8327182090226828481" name="select_minutes">"เลือกนาที"</string>
<string msgid="2603330600102539372" name="select_year">"เลือกปี"</string>
<string msgid="6963340404644587098" name="year_picker_description">"รายการปี"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Grid ng mga araw ayon sa buwan"</string>
<string msgid="6908431551612331381" name="deleted_key">"Tinanggal ang <ns1:g id="KEY">%1$s</ns1:g>"</string>
<string msgid="7007948707597430919" name="done_label">"Tapos na"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Pabilog na slider ng mga oras"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Napili ang <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Pabilog na slider ng mga minuto"</string>
<string msgid="3973338219107019769" name="select_day">"Pumili ng buwan at araw"</string>
<string msgid="7651068754188418859" name="select_hours">"Pumili ng mga oras"</string>
<string msgid="8327182090226828481" name="select_minutes">"Pumili ng mga minuto"</string>
<string msgid="2603330600102539372" name="select_year">"Pumili ng taon"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Listahan ng taon"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Ayın günleri tablosu"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> silindi"</string>
<string msgid="7007948707597430919" name="done_label">"Bitti"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Saatler için kaydırma çemberi"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> seçildi"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Dakikalar için kaydırma çemberi"</string>
<string msgid="3973338219107019769" name="select_day">"Ayı ve günü seçin"</string>
<string msgid="7651068754188418859" name="select_hours">"Saat seçin"</string>
<string msgid="8327182090226828481" name="select_minutes">"Dakika seçin"</string>
<string msgid="2603330600102539372" name="select_year">"Yılı seçin"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Yıl listesi"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Дні місяця – ескізи"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> видалено"</string>
<string msgid="7007948707597430919" name="done_label">"Готово"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Вибір годин на циферблаті"</string>
<string msgid="2674929164900463786" name="item_is_selected">"Вибрано: <ns1:g id="ITEM">%1$s</ns1:g>"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Вибір хвилин на циферблаті"</string>
<string msgid="3973338219107019769" name="select_day">"Виберіть місяць і день"</string>
<string msgid="7651068754188418859" name="select_hours">"Вибрати години"</string>
<string msgid="8327182090226828481" name="select_minutes">"Вибрати хвилини"</string>
<string msgid="2603330600102539372" name="select_year">"Виберіть рік"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Роки – список"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"دنوں کا ماہ کا گرڈ"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> حذف ہوگیا"</string>
<string msgid="7007948707597430919" name="done_label">"ہوگیا"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"گھنٹوں کا سرکلر سلائیڈر"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> منتخب ہوگیا"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"منٹ کا سرکلر سلائیڈر"</string>
<string msgid="3973338219107019769" name="select_day">"مہینہ اور دن منتخب کریں"</string>
<string msgid="7651068754188418859" name="select_hours">"گھنٹے منتخب کریں"</string>
<string msgid="8327182090226828481" name="select_minutes">"منٹ منتخب کریں"</string>
<string msgid="2603330600102539372" name="select_year">"سال منتخب کریں"</string>
<string msgid="6963340404644587098" name="year_picker_description">"سال کی فہرست"</string>
</resources>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="3968620852217927702" name="day_picker_description">"Oy kunlari jadvali"</string>
<string msgid="6908431551612331381" name="deleted_key">"<ns1:g id="KEY">%1$s</ns1:g> ochirildi"</string>
<string msgid="7007948707597430919" name="done_label">"Tayyor"</string>
<string msgid="7586639618712934060" name="hour_picker_description">"Soat korsatkichli doira"</string>
<string msgid="2674929164900463786" name="item_is_selected">"<ns1:g id="ITEM">%1$s</ns1:g> tanlandi"</string>
<string msgid="6024811202872705251" name="minute_picker_description">"Daqiqa korsatkichli doira"</string>
<string msgid="3973338219107019769" name="select_day">"Oy va kunni tanlash"</string>
<string msgid="7651068754188418859" name="select_hours">"Soatni tanlash"</string>
<string msgid="8327182090226828481" name="select_minutes">"Daqiqani tanlash"</string>
<string msgid="2603330600102539372" name="select_year">"Yilni tanlash"</string>
<string msgid="6963340404644587098" name="year_picker_description">"Yillar royxati"</string>
</resources>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<!-- API 11 theme customizations can go here. -->
</style>
</resources>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<!-- API 14 theme customizations can go here. -->
</style>
</resources>

Some files were not shown because too many files have changed in this diff Show More