auto import from //depot/cupcake/@135843
diff --git a/res/color-finger/dialer_button_text.xml b/res/color-finger/dialer_button_text.xml
new file mode 100644
index 0000000..9e71988
--- /dev/null
+++ b/res/color-finger/dialer_button_text.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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="#000"/>
+ <item android:state_focused="true" android:color="#000"/>
+ <item android:color="#FFF"/> <!-- not selected -->
+
+</selector>
+
diff --git a/res/drawable-finger/btn_circle.xml b/res/drawable-finger/btn_circle.xml
new file mode 100644
index 0000000..9208010
--- /dev/null
+++ b/res/drawable-finger/btn_circle.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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_window_focused="false" android:state_enabled="true"
+ android:drawable="@drawable/btn_circle_normal" />
+ <item android:state_window_focused="false" android:state_enabled="false"
+ android:drawable="@drawable/btn_circle_disable" />
+ <item android:state_pressed="true"
+ android:drawable="@drawable/btn_circle_pressed" />
+ <item android:state_focused="true" android:state_enabled="true"
+ android:drawable="@drawable/btn_circle_selected" />
+ <item android:state_enabled="true"
+ android:drawable="@drawable/btn_circle_normal" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/btn_circle_disable_focused" />
+ <item
+ android:drawable="@drawable/btn_circle_disable" />
+</selector>
diff --git a/res/drawable-finger/btn_circle_disable.png b/res/drawable-finger/btn_circle_disable.png
new file mode 100644
index 0000000..33b74a6
--- /dev/null
+++ b/res/drawable-finger/btn_circle_disable.png
Binary files differ
diff --git a/res/drawable-finger/btn_circle_disable_focused.png b/res/drawable-finger/btn_circle_disable_focused.png
new file mode 100644
index 0000000..005ad8d
--- /dev/null
+++ b/res/drawable-finger/btn_circle_disable_focused.png
Binary files differ
diff --git a/res/drawable-finger/btn_circle_longpress.png b/res/drawable-finger/btn_circle_longpress.png
new file mode 100644
index 0000000..f27d411
--- /dev/null
+++ b/res/drawable-finger/btn_circle_longpress.png
Binary files differ
diff --git a/res/drawable-finger/btn_circle_normal.png b/res/drawable-finger/btn_circle_normal.png
new file mode 100644
index 0000000..fc5af1c
--- /dev/null
+++ b/res/drawable-finger/btn_circle_normal.png
Binary files differ
diff --git a/res/drawable-finger/btn_circle_pressed.png b/res/drawable-finger/btn_circle_pressed.png
new file mode 100644
index 0000000..8f40afd
--- /dev/null
+++ b/res/drawable-finger/btn_circle_pressed.png
Binary files differ
diff --git a/res/drawable-finger/btn_circle_selected.png b/res/drawable-finger/btn_circle_selected.png
new file mode 100644
index 0000000..c74fac2
--- /dev/null
+++ b/res/drawable-finger/btn_circle_selected.png
Binary files differ
diff --git a/res/drawable-finger/btn_contact_picture.xml b/res/drawable-finger/btn_contact_picture.xml
new file mode 100644
index 0000000..643231a
--- /dev/null
+++ b/res/drawable-finger/btn_contact_picture.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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_window_focused="false"
+ android:drawable="@drawable/contact_picture_border_normal" />
+ <item android:state_pressed="true"
+ android:drawable="@drawable/contact_picture_border_pressed" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/contact_picture_border_highlight" />
+ <item
+ android:drawable="@drawable/contact_picture_border_normal" />
+</selector>
diff --git a/res/drawable-finger/btn_dial.xml b/res/drawable-finger/btn_dial.xml
new file mode 100644
index 0000000..4dfcd64
--- /dev/null
+++ b/res/drawable-finger/btn_dial.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/btn_dial_pressed" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/btn_dial_selected" />
+ <item
+ android:drawable="@drawable/btn_dial_normal" />
+</selector>
diff --git a/res/drawable-finger/btn_dial_delete.xml b/res/drawable-finger/btn_dial_delete.xml
new file mode 100644
index 0000000..235554d
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/btn_dial_delete_pressed" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/btn_dial_delete_selected" />
+ <item
+ android:drawable="@drawable/btn_dial_delete_normal" />
+</selector>
+
diff --git a/res/drawable-finger/btn_dial_delete_activated.9.png b/res/drawable-finger/btn_dial_delete_activated.9.png
new file mode 100644
index 0000000..453a368
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete_activated.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_delete_active.xml b/res/drawable-finger/btn_dial_delete_active.xml
new file mode 100644
index 0000000..3403f34
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete_active.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/btn_dial_delete_pressed" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/btn_dial_delete_selected" />
+ <item
+ android:drawable="@drawable/btn_dial_delete_activated" />
+</selector>
+
diff --git a/res/drawable-finger/btn_dial_delete_normal.9.png b/res/drawable-finger/btn_dial_delete_normal.9.png
new file mode 100644
index 0000000..9da1cff
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete_normal.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_delete_pressed.9.png b/res/drawable-finger/btn_dial_delete_pressed.9.png
new file mode 100644
index 0000000..5bbc20d
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete_pressed.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_delete_selected.9.png b/res/drawable-finger/btn_dial_delete_selected.9.png
new file mode 100644
index 0000000..d959768
--- /dev/null
+++ b/res/drawable-finger/btn_dial_delete_selected.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_normal.png b/res/drawable-finger/btn_dial_normal.png
new file mode 100644
index 0000000..ff8796b
--- /dev/null
+++ b/res/drawable-finger/btn_dial_normal.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_pressed.png b/res/drawable-finger/btn_dial_pressed.png
new file mode 100644
index 0000000..3c198c4
--- /dev/null
+++ b/res/drawable-finger/btn_dial_pressed.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_selected.png b/res/drawable-finger/btn_dial_selected.png
new file mode 100644
index 0000000..8ca2b0d
--- /dev/null
+++ b/res/drawable-finger/btn_dial_selected.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield.xml b/res/drawable-finger/btn_dial_textfield.xml
new file mode 100644
index 0000000..4eabf18
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/btn_dial_textfield_pressed" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/btn_dial_textfield_selected" />
+ <item
+ android:drawable="@drawable/btn_dial_textfield_normal" />
+</selector>
+
diff --git a/res/drawable-finger/btn_dial_textfield_activated.9.png b/res/drawable-finger/btn_dial_textfield_activated.9.png
new file mode 100644
index 0000000..4c34576
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_activated.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield_active.xml b/res/drawable-finger/btn_dial_textfield_active.xml
new file mode 100644
index 0000000..18b84c6
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_active.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/btn_dial_textfield_pressed" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/btn_dial_textfield_selected" />
+ <item
+ android:drawable="@drawable/btn_dial_textfield_activated" />
+</selector>
+
diff --git a/res/drawable-finger/btn_dial_textfield_normal.9.png b/res/drawable-finger/btn_dial_textfield_normal.9.png
new file mode 100644
index 0000000..40ab866
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_normal.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield_pressed.9.png b/res/drawable-finger/btn_dial_textfield_pressed.9.png
new file mode 100644
index 0000000..0087327
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_pressed.9.png
Binary files differ
diff --git a/res/drawable-finger/btn_dial_textfield_selected.9.png b/res/drawable-finger/btn_dial_textfield_selected.9.png
new file mode 100644
index 0000000..63fceaa
--- /dev/null
+++ b/res/drawable-finger/btn_dial_textfield_selected.9.png
Binary files differ
diff --git a/res/drawable-finger/contact_picture_border_highlight.9.png b/res/drawable-finger/contact_picture_border_highlight.9.png
new file mode 100644
index 0000000..fc4e01d
--- /dev/null
+++ b/res/drawable-finger/contact_picture_border_highlight.9.png
Binary files differ
diff --git a/res/drawable-finger/contact_picture_border_longpress.9.png b/res/drawable-finger/contact_picture_border_longpress.9.png
new file mode 100644
index 0000000..c89a55a
--- /dev/null
+++ b/res/drawable-finger/contact_picture_border_longpress.9.png
Binary files differ
diff --git a/res/drawable-finger/contact_picture_border_normal.9.png b/res/drawable-finger/contact_picture_border_normal.9.png
new file mode 100644
index 0000000..37451ae
--- /dev/null
+++ b/res/drawable-finger/contact_picture_border_normal.9.png
Binary files differ
diff --git a/res/drawable-finger/contact_picture_border_pressed.9.png b/res/drawable-finger/contact_picture_border_pressed.9.png
new file mode 100644
index 0000000..11eaae5
--- /dev/null
+++ b/res/drawable-finger/contact_picture_border_pressed.9.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_0.xml b/res/drawable-finger/dial_num_0.xml
new file mode 100644
index 0000000..cd4d727
--- /dev/null
+++ b/res/drawable-finger/dial_num_0.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_0_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_0_blk" />
+ <item
+ android:drawable="@drawable/dial_num_0_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_0_blk.png b/res/drawable-finger/dial_num_0_blk.png
new file mode 100644
index 0000000..a10c601
--- /dev/null
+++ b/res/drawable-finger/dial_num_0_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_0_wht.png b/res/drawable-finger/dial_num_0_wht.png
new file mode 100644
index 0000000..2de90a1
--- /dev/null
+++ b/res/drawable-finger/dial_num_0_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_1.xml b/res/drawable-finger/dial_num_1.xml
new file mode 100644
index 0000000..48737b2
--- /dev/null
+++ b/res/drawable-finger/dial_num_1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_1_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_1_blk" />
+ <item
+ android:drawable="@drawable/dial_num_1_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_1_blk.png b/res/drawable-finger/dial_num_1_blk.png
new file mode 100644
index 0000000..822f9ca
--- /dev/null
+++ b/res/drawable-finger/dial_num_1_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_1_wht.png b/res/drawable-finger/dial_num_1_wht.png
new file mode 100644
index 0000000..e488beb
--- /dev/null
+++ b/res/drawable-finger/dial_num_1_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_2.xml b/res/drawable-finger/dial_num_2.xml
new file mode 100644
index 0000000..1a087f6
--- /dev/null
+++ b/res/drawable-finger/dial_num_2.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_2_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_2_blk" />
+ <item
+ android:drawable="@drawable/dial_num_2_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_2_blk.png b/res/drawable-finger/dial_num_2_blk.png
new file mode 100644
index 0000000..539c301
--- /dev/null
+++ b/res/drawable-finger/dial_num_2_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_2_wht.png b/res/drawable-finger/dial_num_2_wht.png
new file mode 100644
index 0000000..cd1ae8d
--- /dev/null
+++ b/res/drawable-finger/dial_num_2_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_3.xml b/res/drawable-finger/dial_num_3.xml
new file mode 100644
index 0000000..dda794a
--- /dev/null
+++ b/res/drawable-finger/dial_num_3.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_3_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_3_blk" />
+ <item
+ android:drawable="@drawable/dial_num_3_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_3_blk.png b/res/drawable-finger/dial_num_3_blk.png
new file mode 100644
index 0000000..dc70f33
--- /dev/null
+++ b/res/drawable-finger/dial_num_3_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_3_wht.png b/res/drawable-finger/dial_num_3_wht.png
new file mode 100644
index 0000000..dc7c8e2
--- /dev/null
+++ b/res/drawable-finger/dial_num_3_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_4.xml b/res/drawable-finger/dial_num_4.xml
new file mode 100644
index 0000000..511e58b
--- /dev/null
+++ b/res/drawable-finger/dial_num_4.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_4_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_4_blk" />
+ <item
+ android:drawable="@drawable/dial_num_4_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_4_blk.png b/res/drawable-finger/dial_num_4_blk.png
new file mode 100644
index 0000000..084db44
--- /dev/null
+++ b/res/drawable-finger/dial_num_4_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_4_wht.png b/res/drawable-finger/dial_num_4_wht.png
new file mode 100644
index 0000000..44128a1
--- /dev/null
+++ b/res/drawable-finger/dial_num_4_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_5.xml b/res/drawable-finger/dial_num_5.xml
new file mode 100644
index 0000000..a857bc7
--- /dev/null
+++ b/res/drawable-finger/dial_num_5.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_5_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_5_blk" />
+ <item
+ android:drawable="@drawable/dial_num_5_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_5_blk.png b/res/drawable-finger/dial_num_5_blk.png
new file mode 100644
index 0000000..0a06f20
--- /dev/null
+++ b/res/drawable-finger/dial_num_5_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_5_wht.png b/res/drawable-finger/dial_num_5_wht.png
new file mode 100644
index 0000000..fc605b8
--- /dev/null
+++ b/res/drawable-finger/dial_num_5_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_6.xml b/res/drawable-finger/dial_num_6.xml
new file mode 100644
index 0000000..b494458
--- /dev/null
+++ b/res/drawable-finger/dial_num_6.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_6_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_6_blk" />
+ <item
+ android:drawable="@drawable/dial_num_6_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_6_blk.png b/res/drawable-finger/dial_num_6_blk.png
new file mode 100644
index 0000000..2498d77
--- /dev/null
+++ b/res/drawable-finger/dial_num_6_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_6_wht.png b/res/drawable-finger/dial_num_6_wht.png
new file mode 100644
index 0000000..086e8ce
--- /dev/null
+++ b/res/drawable-finger/dial_num_6_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_7.xml b/res/drawable-finger/dial_num_7.xml
new file mode 100644
index 0000000..a22c894
--- /dev/null
+++ b/res/drawable-finger/dial_num_7.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_7_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_7_blk" />
+ <item
+ android:drawable="@drawable/dial_num_7_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_7_blk.png b/res/drawable-finger/dial_num_7_blk.png
new file mode 100644
index 0000000..cfb20a7
--- /dev/null
+++ b/res/drawable-finger/dial_num_7_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_7_wht.png b/res/drawable-finger/dial_num_7_wht.png
new file mode 100644
index 0000000..cb1b097
--- /dev/null
+++ b/res/drawable-finger/dial_num_7_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_8.xml b/res/drawable-finger/dial_num_8.xml
new file mode 100644
index 0000000..8ac7930
--- /dev/null
+++ b/res/drawable-finger/dial_num_8.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_8_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_8_blk" />
+ <item
+ android:drawable="@drawable/dial_num_8_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_8_blk.png b/res/drawable-finger/dial_num_8_blk.png
new file mode 100644
index 0000000..845ee68
--- /dev/null
+++ b/res/drawable-finger/dial_num_8_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_8_wht.png b/res/drawable-finger/dial_num_8_wht.png
new file mode 100644
index 0000000..1954f10
--- /dev/null
+++ b/res/drawable-finger/dial_num_8_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_9.xml b/res/drawable-finger/dial_num_9.xml
new file mode 100644
index 0000000..d0b7fd9
--- /dev/null
+++ b/res/drawable-finger/dial_num_9.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_9_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_9_blk" />
+ <item
+ android:drawable="@drawable/dial_num_9_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_9_blk.png b/res/drawable-finger/dial_num_9_blk.png
new file mode 100644
index 0000000..752df25
--- /dev/null
+++ b/res/drawable-finger/dial_num_9_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_9_wht.png b/res/drawable-finger/dial_num_9_wht.png
new file mode 100644
index 0000000..d8b5aa1
--- /dev/null
+++ b/res/drawable-finger/dial_num_9_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_pound.xml b/res/drawable-finger/dial_num_pound.xml
new file mode 100644
index 0000000..609d748
--- /dev/null
+++ b/res/drawable-finger/dial_num_pound.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_pound_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_pound_blk" />
+ <item
+ android:drawable="@drawable/dial_num_pound_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_pound_blk.png b/res/drawable-finger/dial_num_pound_blk.png
new file mode 100644
index 0000000..4dabda4
--- /dev/null
+++ b/res/drawable-finger/dial_num_pound_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_pound_wht.png b/res/drawable-finger/dial_num_pound_wht.png
new file mode 100644
index 0000000..f27ae87
--- /dev/null
+++ b/res/drawable-finger/dial_num_pound_wht.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_star.xml b/res/drawable-finger/dial_num_star.xml
new file mode 100644
index 0000000..3b3304a
--- /dev/null
+++ b/res/drawable-finger/dial_num_star.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/dial_num_star_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/dial_num_star_blk" />
+ <item
+ android:drawable="@drawable/dial_num_star_wht" />
+</selector>
+
diff --git a/res/drawable-finger/dial_num_star_blk.png b/res/drawable-finger/dial_num_star_blk.png
new file mode 100644
index 0000000..af917ef
--- /dev/null
+++ b/res/drawable-finger/dial_num_star_blk.png
Binary files differ
diff --git a/res/drawable-finger/dial_num_star_wht.png b/res/drawable-finger/dial_num_star_wht.png
new file mode 100644
index 0000000..ffbd43f
--- /dev/null
+++ b/res/drawable-finger/dial_num_star_wht.png
Binary files differ
diff --git a/res/drawable-finger/ic_btn_round_minus.png b/res/drawable-finger/ic_btn_round_minus.png
new file mode 100644
index 0000000..96dbb17
--- /dev/null
+++ b/res/drawable-finger/ic_btn_round_minus.png
Binary files differ
diff --git a/res/drawable-finger/ic_btn_round_more.png b/res/drawable-finger/ic_btn_round_more.png
new file mode 100644
index 0000000..ebdc55c
--- /dev/null
+++ b/res/drawable-finger/ic_btn_round_more.png
Binary files differ
diff --git a/res/drawable-finger/ic_btn_round_plus.png b/res/drawable-finger/ic_btn_round_plus.png
new file mode 100644
index 0000000..1ec8a95
--- /dev/null
+++ b/res/drawable-finger/ic_btn_round_plus.png
Binary files differ
diff --git a/res/drawable-finger/ic_contact_picture.png b/res/drawable-finger/ic_contact_picture.png
new file mode 100644
index 0000000..3a338e8
--- /dev/null
+++ b/res/drawable-finger/ic_contact_picture.png
Binary files differ
diff --git a/res/drawable-finger/ic_contact_picture_2.png b/res/drawable-finger/ic_contact_picture_2.png
new file mode 100644
index 0000000..8b184af
--- /dev/null
+++ b/res/drawable-finger/ic_contact_picture_2.png
Binary files differ
diff --git a/res/drawable-finger/ic_contact_picture_3.png b/res/drawable-finger/ic_contact_picture_3.png
new file mode 100644
index 0000000..a2d08b5
--- /dev/null
+++ b/res/drawable-finger/ic_contact_picture_3.png
Binary files differ
diff --git a/res/drawable-finger/ic_default_number.png b/res/drawable-finger/ic_default_number.png
new file mode 100644
index 0000000..a27685e
--- /dev/null
+++ b/res/drawable-finger/ic_default_number.png
Binary files differ
diff --git a/res/drawable-finger/ic_delete_phone_number.xml b/res/drawable-finger/ic_delete_phone_number.xml
new file mode 100644
index 0000000..adfc0ce
--- /dev/null
+++ b/res/drawable-finger/ic_delete_phone_number.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/ic_delete_phone_number_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/ic_delete_phone_number_blk" />
+ <item
+ android:drawable="@drawable/ic_delete_phone_number_wht" />
+</selector>
+
diff --git a/res/drawable-finger/ic_delete_phone_number_blk.png b/res/drawable-finger/ic_delete_phone_number_blk.png
new file mode 100644
index 0000000..2e83d36
--- /dev/null
+++ b/res/drawable-finger/ic_delete_phone_number_blk.png
Binary files differ
diff --git a/res/drawable-finger/ic_delete_phone_number_wht.png b/res/drawable-finger/ic_delete_phone_number_wht.png
new file mode 100644
index 0000000..988bcfd
--- /dev/null
+++ b/res/drawable-finger/ic_delete_phone_number_wht.png
Binary files differ
diff --git a/res/drawable-finger/ic_dial_number.xml b/res/drawable-finger/ic_dial_number.xml
new file mode 100644
index 0000000..1ba449e
--- /dev/null
+++ b/res/drawable-finger/ic_dial_number.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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:drawable="@drawable/ic_dial_number_blk" />
+ <item android:state_focused="true"
+ android:drawable="@drawable/ic_dial_number_blk" />
+ <item
+ android:drawable="@drawable/ic_dial_number_wht" />
+</selector>
+
diff --git a/res/drawable-finger/ic_dial_number_blk.png b/res/drawable-finger/ic_dial_number_blk.png
new file mode 100644
index 0000000..c1f572d
--- /dev/null
+++ b/res/drawable-finger/ic_dial_number_blk.png
Binary files differ
diff --git a/res/drawable-finger/ic_dial_number_wht.png b/res/drawable-finger/ic_dial_number_wht.png
new file mode 100644
index 0000000..d303b2b
--- /dev/null
+++ b/res/drawable-finger/ic_dial_number_wht.png
Binary files differ
diff --git a/res/drawable-finger/ic_dialer_fork_add_call.png b/res/drawable-finger/ic_dialer_fork_add_call.png
new file mode 100644
index 0000000..5a1555b
--- /dev/null
+++ b/res/drawable-finger/ic_dialer_fork_add_call.png
Binary files differ
diff --git a/res/drawable-finger/ic_dialer_fork_current_call.png b/res/drawable-finger/ic_dialer_fork_current_call.png
new file mode 100644
index 0000000..1be783e
--- /dev/null
+++ b/res/drawable-finger/ic_dialer_fork_current_call.png
Binary files differ
diff --git a/res/drawable-finger/ic_dialer_fork_tt_keypad.png b/res/drawable-finger/ic_dialer_fork_tt_keypad.png
new file mode 100644
index 0000000..4e3dd82
--- /dev/null
+++ b/res/drawable-finger/ic_dialer_fork_tt_keypad.png
Binary files differ
diff --git a/res/drawable-finger/ic_menu_add_picture.png b/res/drawable-finger/ic_menu_add_picture.png
new file mode 100644
index 0000000..35f10b8
--- /dev/null
+++ b/res/drawable-finger/ic_menu_add_picture.png
Binary files differ
diff --git a/res/drawable-finger/ic_menu_import_contact.png b/res/drawable-finger/ic_menu_import_contact.png
new file mode 100755
index 0000000..fcb16db
--- /dev/null
+++ b/res/drawable-finger/ic_menu_import_contact.png
Binary files differ
diff --git a/res/drawable-finger/ic_menu_show_barcode.png b/res/drawable-finger/ic_menu_show_barcode.png
new file mode 100755
index 0000000..cb66ae5
--- /dev/null
+++ b/res/drawable-finger/ic_menu_show_barcode.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_contacts.xml b/res/drawable-finger/ic_tab_contacts.xml
new file mode 100644
index 0000000..3341f41
--- /dev/null
+++ b/res/drawable-finger/ic_tab_contacts.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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_selected="true" android:state_pressed="false" android:drawable="@drawable/ic_tab_selected_contacts" />
+ <item android:drawable="@drawable/ic_tab_unselected_contacts" />
+</selector>
+
diff --git a/res/drawable-finger/ic_tab_dialer.xml b/res/drawable-finger/ic_tab_dialer.xml
new file mode 100644
index 0000000..36115fa
--- /dev/null
+++ b/res/drawable-finger/ic_tab_dialer.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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_selected="true" android:state_pressed="false" android:drawable="@drawable/ic_tab_selected_dialer" />
+ <item android:drawable="@drawable/ic_tab_unselected_dialer" />
+</selector>
+
diff --git a/res/drawable-finger/ic_tab_recent.xml b/res/drawable-finger/ic_tab_recent.xml
new file mode 100644
index 0000000..548d0b7
--- /dev/null
+++ b/res/drawable-finger/ic_tab_recent.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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_selected="true" android:state_pressed="false" android:drawable="@drawable/ic_tab_selected_recent" />
+ <item android:drawable="@drawable/ic_tab_unselected_recent" />
+</selector>
+
diff --git a/res/drawable-finger/ic_tab_selected_contacts.png b/res/drawable-finger/ic_tab_selected_contacts.png
new file mode 100644
index 0000000..16c4a91
--- /dev/null
+++ b/res/drawable-finger/ic_tab_selected_contacts.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_selected_dialer.png b/res/drawable-finger/ic_tab_selected_dialer.png
new file mode 100644
index 0000000..cb715ed
--- /dev/null
+++ b/res/drawable-finger/ic_tab_selected_dialer.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_selected_recent.png b/res/drawable-finger/ic_tab_selected_recent.png
new file mode 100644
index 0000000..bdbfc41
--- /dev/null
+++ b/res/drawable-finger/ic_tab_selected_recent.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_selected_starred.png b/res/drawable-finger/ic_tab_selected_starred.png
new file mode 100644
index 0000000..1b884cb
--- /dev/null
+++ b/res/drawable-finger/ic_tab_selected_starred.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_starred.xml b/res/drawable-finger/ic_tab_starred.xml
new file mode 100644
index 0000000..e84db4a
--- /dev/null
+++ b/res/drawable-finger/ic_tab_starred.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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_selected="true" android:state_pressed="false" android:drawable="@drawable/ic_tab_selected_starred" />
+ <item android:drawable="@drawable/ic_tab_unselected_starred" />
+</selector>
+
diff --git a/res/drawable-finger/ic_tab_unselected_contacts.png b/res/drawable-finger/ic_tab_unselected_contacts.png
new file mode 100644
index 0000000..7b5b84f
--- /dev/null
+++ b/res/drawable-finger/ic_tab_unselected_contacts.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_unselected_dialer.png b/res/drawable-finger/ic_tab_unselected_dialer.png
new file mode 100644
index 0000000..dc3c5d8
--- /dev/null
+++ b/res/drawable-finger/ic_tab_unselected_dialer.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_unselected_recent.png b/res/drawable-finger/ic_tab_unselected_recent.png
new file mode 100644
index 0000000..712e405
--- /dev/null
+++ b/res/drawable-finger/ic_tab_unselected_recent.png
Binary files differ
diff --git a/res/drawable-finger/ic_tab_unselected_starred.png b/res/drawable-finger/ic_tab_unselected_starred.png
new file mode 100644
index 0000000..8eaccb8
--- /dev/null
+++ b/res/drawable-finger/ic_tab_unselected_starred.png
Binary files differ
diff --git a/res/drawable-finger/star_on.png b/res/drawable-finger/star_on.png
new file mode 100644
index 0000000..429dada
--- /dev/null
+++ b/res/drawable-finger/star_on.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_add.png b/res/drawable-finger/sym_action_add.png
new file mode 100644
index 0000000..af637b3
--- /dev/null
+++ b/res/drawable-finger/sym_action_add.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_edit.png b/res/drawable-finger/sym_action_edit.png
new file mode 100644
index 0000000..bacf850
--- /dev/null
+++ b/res/drawable-finger/sym_action_edit.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_map.png b/res/drawable-finger/sym_action_map.png
new file mode 100644
index 0000000..12719cc
--- /dev/null
+++ b/res/drawable-finger/sym_action_map.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_organization.png b/res/drawable-finger/sym_action_organization.png
new file mode 100644
index 0000000..994d3f5
--- /dev/null
+++ b/res/drawable-finger/sym_action_organization.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_remove.png b/res/drawable-finger/sym_action_remove.png
new file mode 100644
index 0000000..f5ca2f9
--- /dev/null
+++ b/res/drawable-finger/sym_action_remove.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_search.png b/res/drawable-finger/sym_action_search.png
new file mode 100644
index 0000000..dab3ed6
--- /dev/null
+++ b/res/drawable-finger/sym_action_search.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_sms.png b/res/drawable-finger/sym_action_sms.png
new file mode 100644
index 0000000..e0ce4bb
--- /dev/null
+++ b/res/drawable-finger/sym_action_sms.png
Binary files differ
diff --git a/res/drawable-finger/sym_action_view_contact.png b/res/drawable-finger/sym_action_view_contact.png
new file mode 100644
index 0000000..118d8b3
--- /dev/null
+++ b/res/drawable-finger/sym_action_view_contact.png
Binary files differ
diff --git a/res/drawable-finger/sym_note.png b/res/drawable-finger/sym_note.png
new file mode 100644
index 0000000..e4dbdf5
--- /dev/null
+++ b/res/drawable-finger/sym_note.png
Binary files differ
diff --git a/res/drawable-finger/sym_ringtone.png b/res/drawable-finger/sym_ringtone.png
new file mode 100644
index 0000000..cb2a65b
--- /dev/null
+++ b/res/drawable-finger/sym_ringtone.png
Binary files differ
diff --git a/res/drawable-finger/sym_send_to_voicemail.png b/res/drawable-finger/sym_send_to_voicemail.png
new file mode 100644
index 0000000..8743115
--- /dev/null
+++ b/res/drawable-finger/sym_send_to_voicemail.png
Binary files differ
diff --git a/res/drawable-finger/title_bar_shadow.9.png b/res/drawable-finger/title_bar_shadow.9.png
new file mode 100644
index 0000000..0872366
--- /dev/null
+++ b/res/drawable-finger/title_bar_shadow.9.png
Binary files differ
diff --git a/res/drawable/ic_launcher_contacts.png b/res/drawable/ic_launcher_contacts.png
new file mode 100644
index 0000000..826656f
--- /dev/null
+++ b/res/drawable/ic_launcher_contacts.png
Binary files differ
diff --git a/res/drawable/ic_launcher_contacts_phones.png b/res/drawable/ic_launcher_contacts_phones.png
new file mode 100644
index 0000000..822cc31
--- /dev/null
+++ b/res/drawable/ic_launcher_contacts_phones.png
Binary files differ
diff --git a/res/drawable/ic_launcher_contacts_starred.png b/res/drawable/ic_launcher_contacts_starred.png
new file mode 100644
index 0000000..328761e
--- /dev/null
+++ b/res/drawable/ic_launcher_contacts_starred.png
Binary files differ
diff --git a/res/drawable/ic_launcher_phone.png b/res/drawable/ic_launcher_phone.png
new file mode 100644
index 0000000..4e613ec
--- /dev/null
+++ b/res/drawable/ic_launcher_phone.png
Binary files differ
diff --git a/res/layout-finger/call_detail.xml b/res/layout-finger/call_detail.xml
new file mode 100644
index 0000000..69bfa9e
--- /dev/null
+++ b/res/layout-finger/call_detail.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+>
+
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:background="@android:drawable/title_bar_tall"
+ android:orientation="horizontal"
+ android:gravity="center_vertical"
+ android:paddingLeft="9dip"
+ android:paddingRight="5dip"
+ >
+
+ <ImageView android:id="@+id/icon"
+ android:layout_width="32dip"
+ android:layout_height="32dip"
+ android:layout_marginRight="5dip"
+ />
+
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:gravity="center_vertical"
+ android:orientation="vertical"
+ android:layout_marginLeft="5dip"
+ >
+
+ <TextView android:id="@+id/type"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ />
+
+ <TextView android:id="@+id/time"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textColor="?android:attr/textColorPrimaryInverse"
+ />
+
+ <TextView android:id="@+id/duration"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textColor="?android:attr/textColorPrimaryInverse"
+ />
+
+ </LinearLayout>
+
+ </LinearLayout>
+
+ <FrameLayout
+ android:layout_height="0dip"
+ android:layout_width="fill_parent"
+ android:layout_weight="1"
+ >
+ <ListView android:id="@android:id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:scrollbarStyle="outsideOverlay"
+ />
+
+ <View
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:background="@drawable/title_bar_shadow"
+ />
+
+ </FrameLayout>
+</LinearLayout>
diff --git a/res/layout-finger/call_detail_list_item.xml b/res/layout-finger/call_detail_list_item.xml
new file mode 100644
index 0000000..6c61690
--- /dev/null
+++ b/res/layout-finger/call_detail_list_item.xml
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Copyright 2009, 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="fill_parent"
+ android:layout_height="wrap_content"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:orientation="horizontal"
+ android:paddingLeft="9dip"
+ android:paddingRight="5dip"
+ android:gravity="center_vertical"
+>
+
+ <ImageView android:id="@+id/icon"
+ android:layout_width="32dip"
+ android:layout_height="32dip"
+ android:layout_marginRight="5dip"
+ android:gravity="center"
+ android:scaleType="centerInside"
+ />
+
+ <LinearLayout
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:layout_marginLeft="5dip"
+ android:paddingTop="5dip"
+ android:paddingBottom="7dip"
+ android:orientation="vertical"
+ android:gravity="center_vertical"
+ >
+
+ <TextView android:id="@android:id/text1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ />
+
+
+ <LinearLayout android:id="@+id/line2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal"
+ >
+ <TextView android:id="@+id/label"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginRight="5dip"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textStyle="bold"
+ />
+
+ <TextView android:id="@+id/number"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ />
+ </LinearLayout>
+
+ </LinearLayout>
+
+</LinearLayout>
diff --git a/res/layout-finger/contacts_list_content.xml b/res/layout-finger/contacts_list_content.xml
new file mode 100644
index 0000000..32b7ffc
--- /dev/null
+++ b/res/layout-finger/contacts_list_content.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical">
+
+ <ListView android:id="@android:id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:fastScrollEnabled="true"
+ />
+
+ <ScrollView android:id="@android:id/empty"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:fillViewport="true"
+ >
+ <TextView android:id="@+id/emptyText"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/noContacts"
+ android:textSize="20sp"
+ android:textColor="?android:attr/textColorSecondary"
+ android:paddingLeft="10dip"
+ android:paddingRight="10dip"
+ android:paddingTop="10dip"
+ android:lineSpacingMultiplier="0.92"
+ />
+ </ScrollView>
+</LinearLayout>
diff --git a/res/layout-finger/contacts_list_item.xml b/res/layout-finger/contacts_list_item.xml
new file mode 100644
index 0000000..e695f90
--- /dev/null
+++ b/res/layout-finger/contacts_list_item.xml
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Copyright 2009, 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:layout_width="fill_parent"
+ android:layout_height="?android:attr/listPreferredItemHeight"
+ android:paddingLeft="14dip"
+ android:paddingRight="5dip"
+>
+
+ <ImageView android:id="@+id/presence"
+ android:layout_width="32dip"
+ android:layout_height="32dip"
+ android:layout_alignParentRight="true"
+ android:layout_marginLeft="5dip"
+ android:layout_centerVertical="true"
+
+ android:gravity="center"
+ android:scaleType="centerInside"
+ />
+
+ <TextView android:id="@+id/label"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentBottom="true"
+ android:layout_marginBottom="8dip"
+ android:layout_marginTop="-8dip"
+
+ android:singleLine="true"
+ android:ellipsize="marquee"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textStyle="bold"
+ />
+
+ <TextView android:id="@+id/number"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="5dip"
+ android:layout_toRightOf="@id/label"
+ android:layout_alignBaseline="@id/label"
+ android:layout_toLeftOf="@id/presence"
+ android:layout_alignWithParentIfMissing="true"
+
+ android:singleLine="true"
+ android:ellipsize="marquee"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ />
+
+ <TextView android:id="@+id/name"
+ android:layout_width="0dip"
+ android:layout_height="0dip"
+ android:layout_above="@id/label"
+ android:layout_alignWithParentIfMissing="true"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentLeft="true"
+ android:layout_toLeftOf="@id/presence"
+ android:layout_marginBottom="1dip"
+
+ android:singleLine="true"
+ android:ellipsize="marquee"
+ android:gravity="center_vertical|left"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ />
+
+</RelativeLayout>
diff --git a/res/layout-finger/dialer_activity.xml b/res/layout-finger/dialer_activity.xml
new file mode 100644
index 0000000..242821b
--- /dev/null
+++ b/res/layout-finger/dialer_activity.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 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.
+-->
+
+<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@android:id/tabhost"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
+ <LinearLayout
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
+ <TabWidget android:id="@android:id/tabs"
+ android:layout_width="fill_parent"
+ android:layout_height="68dip"
+ android:paddingLeft="1dip"
+ android:paddingRight="1dip"
+ android:paddingTop="4dip"
+ />
+
+ <FrameLayout android:id="@android:id/tabcontent"
+ android:layout_width="fill_parent"
+ android:layout_height="0dip"
+ android:layout_weight="1"
+ />
+ </LinearLayout>
+</TabHost>
+
diff --git a/res/layout-finger/dialpad.xml b/res/layout-finger/dialpad.xml
new file mode 100644
index 0000000..30018f0
--- /dev/null
+++ b/res/layout-finger/dialpad.xml
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 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.contacts.ButtonGridLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/dialpad"
+ android:paddingLeft="16px"
+ android:paddingRight="16px"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+>
+ <ImageButton android:id="@+id/one"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_1"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/two"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_2"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/three"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_3"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/four"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_4"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/five"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_5"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/six"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_6"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/seven"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_7"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/eight"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_8"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/nine"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_9"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/star"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_star"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/zero"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_0"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+
+ <ImageButton android:id="@+id/pound"
+ android:layout_width="96px"
+ android:layout_height="76px"
+ android:src="@drawable/dial_num_pound"
+ android:background="@drawable/btn_dial"
+ android:soundEffectsEnabled="false"
+ />
+</com.android.contacts.ButtonGridLayout>
diff --git a/res/layout-finger/dialpad_chooser_list_item.xml b/res/layout-finger/dialpad_chooser_list_item.xml
new file mode 100644
index 0000000..c5abeac
--- /dev/null
+++ b/res/layout-finger/dialpad_chooser_list_item.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.
+-->
+
+<!-- Layout of a single item in the Dialer's "Dialpad chooser" UI. -->
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="horizontal"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
+ <ImageView android:id="@+id/icon"
+ android:layout_width="64px"
+ android:layout_height="64px"
+ android:scaleType="center" />
+
+ <TextView android:id="@+id/text"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_gravity="center_vertical"
+ android:layout_width="0dip"
+ android:layout_weight="1"
+ android:layout_height="wrap_content" />
+
+</LinearLayout>
diff --git a/res/layout-finger/edit_contact.xml b/res/layout-finger/edit_contact.xml
new file mode 100644
index 0000000..a3a1849
--- /dev/null
+++ b/res/layout-finger/edit_contact.xml
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 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.
+-->
+
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+ android:fillViewport="true">
+
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+ >
+
+ <LinearLayout android:id="@+id/banner"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal"
+ android:padding="0dip"
+ android:gravity="center_vertical"
+ android:baselineAligned="false"
+ >
+
+ <FrameLayout
+ android:layout_width="76dip"
+ android:layout_height="76dip"
+ android:layout_marginTop="4dip"
+ android:layout_marginLeft="6dip"
+ android:layout_marginBottom="6dip"
+ android:layout_marginRight="2dip"
+ >
+ <ImageView android:id="@+id/photoImage"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:clickable="true"
+ android:focusable="true"
+ android:src="@drawable/ic_menu_add_picture"
+ android:scaleType="center"
+ android:background="@drawable/btn_contact_picture"
+ />
+ </FrameLayout>
+
+ <EditText android:id="@+id/name"
+ android:layout_width="0dip"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:layout_marginRight="?android:attr/scrollbarSize"
+ android:gravity="center_vertical"
+ android:inputType="textPersonName|textCapWords"
+ android:hint="@string/ghostData_name"
+ android:nextFocusDown="@id/data"
+ />
+
+ <ImageView android:id="@+id/star"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ />
+ </LinearLayout>
+
+ <!-- "Phonetic name" entry widget, visible only in certain locales -->
+ <include layout="@layout/edit_phonetic_name"/>
+
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="0dip"
+ android:layout_weight="1"
+ android:orientation="vertical"
+ >
+
+ <!-- The edit items -->
+ <LinearLayout android:id="@+id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ />
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal"
+ style="@android:style/ButtonBar"
+ >
+
+ <Button android:id="@+id/saveButton"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="@string/menu_done"
+ />
+
+ <Button android:id="@+id/discardButton"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="@string/menu_doNotSave"
+ />
+
+ </LinearLayout>
+
+ </LinearLayout>
+</ScrollView>
diff --git a/res/layout-finger/edit_contact_entry.xml b/res/layout-finger/edit_contact_entry.xml
new file mode 100644
index 0000000..d17fdf7
--- /dev/null
+++ b/res/layout-finger/edit_contact_entry.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="4dip"
+ android:layout_marginBottom="3dip"
+ android:orientation="horizontal"
+ android:baselineAligned="false"
+ android:gravity="top"
+ android:paddingRight="?android:attr/scrollbarSize"
+ >
+
+ <Button android:id="@+id/label"
+ android:layout_width="80dip"
+ android:layout_height="wrap_content"
+ android:gravity="left|center_vertical"
+ android:singleLine="true"
+ android:ellipsize="marquee"
+ android:fadingEdge="horizontal"
+ />
+
+ <EditText android:id="@+id/data"
+ android:layout_width="0dip"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="2dip"
+ android:layout_marginRight="2dip"
+ />
+
+ <ImageButton android:id="@+id/delete"
+ style="@style/MinusButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ />
+
+</LinearLayout>
diff --git a/res/layout-finger/edit_contact_entry_org.xml b/res/layout-finger/edit_contact_entry_org.xml
new file mode 100644
index 0000000..9daf3d1
--- /dev/null
+++ b/res/layout-finger/edit_contact_entry_org.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal"
+ android:baselineAligned="false"
+ android:gravity="top"
+ android:paddingRight="?android:attr/scrollbarSize"
+ >
+
+ <Button android:id="@+id/label"
+ android:layout_width="100dip"
+ android:layout_height="wrap_content"
+ android:gravity="left|center_vertical"
+ />
+
+ <LinearLayout
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:orientation="vertical"
+ android:baselineAligned="false"
+ android:gravity="center_vertical"
+ >
+
+ <EditText android:id="@+id/data"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="4dip"
+ />
+
+ <EditText android:id="@+id/data2"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="4dip"
+ />
+
+ </LinearLayout>
+
+ <ImageButton android:id="@+id/delete"
+ style="@style/MinusButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ />
+
+</LinearLayout>
diff --git a/res/layout-finger/edit_contact_entry_ringtone.xml b/res/layout-finger/edit_contact_entry_ringtone.xml
new file mode 100644
index 0000000..f2a171f
--- /dev/null
+++ b/res/layout-finger/edit_contact_entry_ringtone.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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/entry_ringtone"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:paddingRight="?android:attr/scrollbarSize"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:background="@android:drawable/list_selector_background"
+ android:orientation="horizontal"
+ android:gravity="center_vertical"
+ android:focusable="true"
+ android:clickable="true"
+ >
+
+ <RelativeLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="14dip"
+ android:layout_marginTop="6dip"
+ android:layout_marginBottom="6dip"
+ android:layout_weight="1"
+ android:duplicateParentState="true"
+ >
+
+ <TextView android:id="@+id/label"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:singleLine="true"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:ellipsize="marquee"
+ android:fadingEdge="horizontal"
+ android:duplicateParentState="true"
+ />
+
+ <TextView android:id="@+id/data"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@+id/label"
+ android:layout_alignLeft="@+id/label"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:maxLines="2"
+ android:duplicateParentState="true"
+ />
+
+ </RelativeLayout>
+
+ <ImageView
+ style="@style/MoreButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ />
+
+</LinearLayout>
diff --git a/res/layout-finger/edit_contact_entry_static_label.xml b/res/layout-finger/edit_contact_entry_static_label.xml
new file mode 100644
index 0000000..5e40631
--- /dev/null
+++ b/res/layout-finger/edit_contact_entry_static_label.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="4dip"
+ android:layout_marginBottom="3dip"
+ android:orientation="horizontal"
+ android:baselineAligned="false"
+ android:gravity="top"
+ android:paddingRight="?android:attr/scrollbarSize"
+ >
+
+ <!-- Hide this TextView because this layout is only used for Note entries -->
+ <TextView android:id="@+id/label"
+ android:layout_width="80dip"
+ android:layout_height="wrap_content"
+ android:gravity="left|center_vertical"
+ android:singleLine="true"
+ android:ellipsize="marquee"
+ android:fadingEdge="horizontal"
+ android:visibility="gone"
+ />
+
+ <EditText android:id="@+id/data"
+ android:layout_width="0dip"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="2dip"
+ android:layout_marginRight="2dip"
+ android:gravity="top"
+ />
+
+ <ImageButton android:id="@+id/delete"
+ style="@style/MinusButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ />
+
+</LinearLayout>
diff --git a/res/layout-finger/edit_contact_entry_voicemail.xml b/res/layout-finger/edit_contact_entry_voicemail.xml
new file mode 100644
index 0000000..7b66500
--- /dev/null
+++ b/res/layout-finger/edit_contact_entry_voicemail.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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/checkable"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:paddingRight="?android:attr/scrollbarSize"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:background="@android:drawable/list_selector_background"
+ android:orientation="horizontal"
+ android:gravity="center_vertical"
+ android:focusable="true"
+ android:clickable="true"
+ >
+
+ <RelativeLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="14dip"
+ android:layout_marginTop="6dip"
+ android:layout_marginBottom="6dip"
+ android:layout_weight="1"
+ android:duplicateParentState="true"
+ >
+
+ <TextView android:id="@+id/label"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:singleLine="true"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:ellipsize="marquee"
+ android:fadingEdge="horizontal"
+ android:duplicateParentState="true"
+ />
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@+id/label"
+ android:layout_alignLeft="@+id/label"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:text="@string/send_to_voicemail_checkbox"
+ android:maxLines="2"
+ android:duplicateParentState="true"
+ />
+
+ </RelativeLayout>
+
+ <CheckBox android:id="@+id/checkbox"
+ android:layout_width="wrap_content"
+ android:layout_height="fill_parent"
+ android:focusable="false"
+ android:clickable="false"
+ />
+
+ <!-- Need to provide a data view to make binder happy -->
+ <TextView android:id="@+id/data"
+ android:layout_width="0dip"
+ android:layout_height="0dip"
+ android:visibility="gone"
+ />
+
+</LinearLayout>
\ No newline at end of file
diff --git a/res/layout-finger/edit_divider.xml b/res/layout-finger/edit_divider.xml
new file mode 100644
index 0000000..1dbb563
--- /dev/null
+++ b/res/layout-finger/edit_divider.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.
+-->
+
+<View xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:background="?android:attr/listDivider"
+ />
diff --git a/res/layout-finger/edit_phonetic_name.xml b/res/layout-finger/edit_phonetic_name.xml
new file mode 100644
index 0000000..afbbb1d
--- /dev/null
+++ b/res/layout-finger/edit_phonetic_name.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- "Phonetic name" field on the Edit contact screen.
+
+ In locales where a "phonetic name" is meaningful, like Japanese
+ (which uses a "furigana" or "yomi" field), this layout file
+ should include a visible label and EditText widget.
+
+ In the default locale, though, nothing here is visible.
+ This layout file MUST still provide an EditText widget with
+ id "phonetic_name" in *any* locale, though, since the Java code depends
+ on it. (Even if the EditText is hidden we might still need to store
+ a value there, so we don't *lose* a phonetic name from the database
+ just because the user happened to edit it in a non-Japanese locale.)
+
+ For now, at least, this layout contains a complete (but hidden)
+ "phonetic name" row, so it's easy to test the phonetic_name feature
+ by temporarily removing the visibility="gone" attribute below.
+-->
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="?android:attr/listPreferredItemHeight"
+ android:orientation="horizontal"
+ android:padding="0dip"
+ android:gravity="center_vertical"
+ android:baselineAligned="false"
+ android:visibility="gone"
+ >
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="fill_parent"
+ android:paddingLeft="4dip"
+ android:gravity="left|center_vertical"
+ android:text="@string/label_phonetic_name"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ />
+ <EditText android:id="@+id/phonetic_name"
+ android:layout_width="0dip"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="8dip"
+ android:layout_marginRight="4dip"
+ android:gravity="center_vertical"
+ android:inputType="textPersonName|textCapWords"
+ android:hint="@string/ghostData_phonetic_name"
+ android:nextFocusDown="@id/data"
+ />
+</LinearLayout>
diff --git a/res/layout-finger/edit_separator.xml b/res/layout-finger/edit_separator.xml
new file mode 100644
index 0000000..f638ade
--- /dev/null
+++ b/res/layout-finger/edit_separator.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.
+-->
+
+<!-- Layout used for edit separators. -->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="3dip"
+ android:orientation="vertical"
+ >
+
+ <LinearLayout
+ android:id="@+id/separator"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="14dip"
+ android:layout_marginTop="3dip"
+ android:layout_marginBottom="1dip"
+ android:layout_marginRight="?android:attr/scrollbarSize"
+ android:orientation="horizontal"
+ android:gravity="bottom"
+ android:focusable="true"
+ android:clickable="true"
+ >
+
+ <TextView android:id="@+id/text"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:layout_marginBottom="8dip"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ />
+
+ <ImageView android:id="@+id/add"
+ style="@style/PlusButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:duplicateParentState="true"
+ />
+
+ </LinearLayout>
+
+</LinearLayout>
diff --git a/res/layout-finger/edit_separator_alone.xml b/res/layout-finger/edit_separator_alone.xml
new file mode 100644
index 0000000..c42af1c
--- /dev/null
+++ b/res/layout-finger/edit_separator_alone.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.
+-->
+
+<!-- Layout used for edit separators. -->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/separator"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:paddingLeft="14dip"
+ android:paddingRight="?android:attr/scrollbarSize"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:background="@android:drawable/list_selector_background"
+ android:orientation="horizontal"
+ android:gravity="center_vertical"
+ android:focusable="true"
+ android:clickable="true"
+ >
+
+ <TextView android:id="@+id/text"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:duplicateParentState="true"
+ />
+
+ <ImageView android:id="@+id/add"
+ style="@style/PlusButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:gravity="center_vertical"
+ />
+
+</LinearLayout>
diff --git a/res/layout-finger/list_item_text_icons.xml b/res/layout-finger/list_item_text_icons.xml
new file mode 100644
index 0000000..7f6ad1c
--- /dev/null
+++ b/res/layout-finger/list_item_text_icons.xml
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Copyright 2009, 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="fill_parent"
+ android:layout_height="wrap_content"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:orientation="horizontal"
+ android:paddingLeft="9dip"
+ android:paddingRight="5dip"
+ android:gravity="center_vertical"
+>
+
+ <ImageView android:id="@+id/icon1"
+ android:layout_width="32dip"
+ android:layout_height="32dip"
+ android:layout_marginRight="5dip"
+ android:gravity="center"
+ android:scaleType="centerInside"
+ />
+
+ <LinearLayout
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:layout_marginLeft="5dip"
+ android:paddingTop="5dip"
+ android:paddingBottom="7dip"
+ android:orientation="vertical"
+ android:gravity="center_vertical"
+ >
+
+ <TextView android:id="@android:id/text1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ />
+
+ <TextView android:id="@android:id/text2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ />
+
+ </LinearLayout>
+
+ <ImageView android:id="@+id/icon2"
+ android:layout_width="32dip"
+ android:layout_height="32dip"
+ android:layout_marginLeft="5dip"
+ android:gravity="center"
+ android:scaleType="centerInside"
+ />
+
+</LinearLayout>
diff --git a/res/layout-finger/list_separator.xml b/res/layout-finger/list_separator.xml
new file mode 100644
index 0000000..5d93d36
--- /dev/null
+++ b/res/layout-finger/list_separator.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.
+-->
+
+<!-- Layout used for list separators. -->
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_vertical"
+ android:background="@android:drawable/dark_header"
+ android:textColor="?android:attr/textColorSecondary"
+ android:textStyle="bold"
+ android:textSize="14sp"
+ android:paddingLeft="8dip"
+/>
diff --git a/res/layout-finger/recent_calls.xml b/res/layout-finger/recent_calls.xml
new file mode 100644
index 0000000..986d913
--- /dev/null
+++ b/res/layout-finger/recent_calls.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.
+-->
+
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+>
+ <ListView android:id="@android:id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:scrollbarStyle="outsideOverlay"
+ />
+
+ <TextView android:id="@android:id/empty"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:text="@string/recentCalls_empty"
+ android:gravity="center"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ />
+</FrameLayout>
diff --git a/res/layout-finger/recent_calls_list_item.xml b/res/layout-finger/recent_calls_list_item.xml
new file mode 100644
index 0000000..3df1f13
--- /dev/null
+++ b/res/layout-finger/recent_calls_list_item.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 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:layout_width="fill_parent"
+ android:layout_height="?android:attr/listPreferredItemHeight">
+
+ <ImageView android:id="@+id/call_type_icon"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="4dip"
+ android:layout_centerVertical="true"
+ />
+
+ <TextView android:id="@+id/line1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_toRightOf="@id/call_type_icon"
+ android:layout_marginTop="6dip"
+ android:layout_marginLeft="5dip"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ android:singleLine="true"
+ />
+
+ <TextView android:id="@+id/line2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/line1"
+ android:layout_alignLeft="@id/line1"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:singleLine="true"
+ />
+
+ <TextView android:id="@+id/duration"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentRight="true"
+ android:layout_alignBaseline="@id/line1"
+ android:layout_toRightOf="@id/line1"
+ android:layout_marginRight="8dip"
+ android:gravity="right"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textStyle="bold"
+ android:textColor="?android:attr/textColorPrimary"
+ android:singleLine="true"
+ />
+
+ <TextView android:id="@+id/date"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentRight="true"
+ android:layout_alignBaseline="@id/line2"
+ android:layout_marginRight="8dip"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:singleLine="true"
+ />
+</RelativeLayout>
diff --git a/res/layout-finger/sync_settings.xml b/res/layout-finger/sync_settings.xml
new file mode 100644
index 0000000..50d0d47
--- /dev/null
+++ b/res/layout-finger/sync_settings.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Copyright (C) 2008 Google Inc.
+ *
+ * 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="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+>
+
+ <ListView android:id="@android:id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="0dip"
+ android:layout_weight="1"
+ />
+
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:background="@android:drawable/bottom_bar"
+ android:orientation="horizontal"
+ android:gravity="center_vertical"
+ >
+ <Button android:id="@+id/ok"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="@android:string/ok"
+ />
+
+ <Button android:id="@+id/cancel"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="@android:string/cancel"
+ />
+ </LinearLayout>
+</LinearLayout>
diff --git a/res/layout-finger/twelve_key_dialer.xml b/res/layout-finger/twelve_key_dialer.xml
new file mode 100644
index 0000000..071ca57
--- /dev/null
+++ b/res/layout-finger/twelve_key_dialer.xml
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 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/top"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+>
+ <LinearLayout android:id="@+id/digitsAndBackspace"
+ android:layout_width="fill_parent"
+ android:layout_height="66px"
+ android:layout_marginTop="3px"
+ android:layout_marginBottom="5px"
+ android:layout_marginLeft="3px"
+ android:layout_marginRight="3px"
+ android:orientation="horizontal"
+ >
+
+ <EditText android:id="@+id/digits"
+ android:layout_width="0dip"
+ android:layout_weight="1"
+ android:layout_height="66px"
+ android:maxLines="1"
+ android:scrollHorizontally="true"
+ android:textSize="28sp"
+ android:freezesText="true"
+ android:background="@drawable/btn_dial_textfield"
+ android:textColor="@color/dialer_button_text"
+ android:focusableInTouchMode="false"
+ android:nextFocusRight="@+id/backspace"
+ />
+
+ <ImageButton android:id="@+id/backspace"
+ style="@android:style/Widget.Button.Inset"
+ android:layout_width="wrap_content"
+ android:layout_height="66px"
+ android:background="@drawable/btn_dial_delete"
+ android:src="@drawable/ic_delete_phone_number"
+ android:gravity="center"
+ />
+
+ </LinearLayout>
+
+ <!-- Keypad section -->
+ <include layout="@layout/dialpad" />
+
+ <!-- "Dialpad chooser" UI, shown only when the user brings up the
+ Dialer while a call is already in progress.
+ When this UI is visible, the other Dialer elements
+ (the textfield/button and the dialpad) are hidden. -->
+ <ListView android:id="@+id/dialpadChooser"
+ android:layout_width="fill_parent"
+ android:layout_height="1dp"
+ android:layout_weight="1"
+ />
+
+</LinearLayout>
diff --git a/res/layout-finger/view_contact.xml b/res/layout-finger/view_contact.xml
new file mode 100644
index 0000000..4a0f252
--- /dev/null
+++ b/res/layout-finger/view_contact.xml
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 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="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+>
+
+ <LinearLayout android:id="@+id/banner"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal"
+ android:background="@android:drawable/title_bar_tall"
+ android:paddingRight="5dip"
+ android:gravity="center_vertical"
+ >
+
+ <ImageView android:id="@+id/photo"
+ style="?android:attr/imageWellStyle"
+ android:layout_width="78dip"
+ android:layout_height="78dip"
+ android:layout_marginRight="7dip"
+ android:layout_marginLeft="2dip"
+ android:scaleType="fitCenter"
+ android:background="@drawable/btn_contact_picture"
+ />
+
+ <!-- "Name" field is locale-specific. -->
+ <include layout="@layout/view_contact_name"/>
+
+ <CheckBox android:id="@+id/star"
+ style="?android:attr/starStyle"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ />
+
+ </LinearLayout>
+
+ <FrameLayout
+ android:layout_width="fill_parent"
+ android:layout_height="0dip"
+ android:layout_weight="1"
+ >
+
+ <View
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:background="@drawable/title_bar_shadow"
+ />
+
+ <ListView android:id="@android:id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:scrollbarStyle="outsideOverlay"
+ />
+ </FrameLayout>
+</LinearLayout>
diff --git a/res/layout-finger/view_contact_entry.xml b/res/layout-finger/view_contact_entry.xml
new file mode 100644
index 0000000..772c7d9
--- /dev/null
+++ b/res/layout-finger/view_contact_entry.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 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="fill_parent"
+ android:layout_height="wrap_content"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:orientation="horizontal"
+>
+
+ <TextView android:id="@+id/label"
+ android:layout_width="72dip"
+ android:layout_height="fill_parent"
+ android:layout_marginLeft="8dip"
+ android:layout_marginRight="10dip"
+ android:gravity="center_vertical"
+ android:singleLine="true"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ />
+
+ <TextView android:id="@+id/data"
+ android:layout_width="0px"
+ android:layout_height="fill_parent"
+ android:layout_weight="1"
+ android:gravity="center_vertical"
+ android:singleLine="true"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:paddingRight="6dip"
+ />
+</LinearLayout>
diff --git a/res/layout-finger/view_contact_entry_only_label.xml b/res/layout-finger/view_contact_entry_only_label.xml
new file mode 100644
index 0000000..0cfa3c7
--- /dev/null
+++ b/res/layout-finger/view_contact_entry_only_label.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 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/label"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:paddingLeft="8dip"
+ android:paddingRight="10dip"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:gravity="center_vertical"
+ android:singleLine="true"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+/>
diff --git a/res/layout-finger/view_contact_entry_organization.xml b/res/layout-finger/view_contact_entry_organization.xml
new file mode 100644
index 0000000..bd80786
--- /dev/null
+++ b/res/layout-finger/view_contact_entry_organization.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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="fill_parent"
+ android:layout_height="wrap_content"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:orientation="horizontal"
+>
+
+ <TextView android:id="@+id/label"
+ android:layout_width="72dip"
+ android:layout_height="fill_parent"
+ android:layout_marginLeft="8dip"
+ android:layout_marginRight="10dip"
+ android:gravity="center_vertical"
+ android:singleLine="true"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ />
+
+ <ImageView android:id="@+id/preferredIcon"
+ android:layout_width="wrap_content"
+ android:layout_height="fill_parent"
+ android:layout_marginRight="8dip"
+ android:src="@drawable/ic_default_number"
+ android:visibility="gone"
+ android:gravity="center_vertical"
+ />
+
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+ android:gravity="center_vertical"
+ >
+ <TextView android:id="@+id/data"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:singleLine="true"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ />
+
+ <TextView android:id="@+id/data2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:singleLine="true"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ />
+ </LinearLayout>
+</LinearLayout>
diff --git a/res/layout-finger/view_contact_name.xml b/res/layout-finger/view_contact_name.xml
new file mode 100644
index 0000000..126c69b
--- /dev/null
+++ b/res/layout-finger/view_contact_name.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- In the default locale, the "Name" field is a single TextView -->
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/name"
+ android:layout_width="0dip"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ android:shadowColor="#BB000000"
+ android:shadowRadius="2.75"
+ android:maxLines="2"
+ android:ellipsize="end"
+ />
diff --git a/res/layout-ja-finger/edit_phonetic_name.xml b/res/layout-ja-finger/edit_phonetic_name.xml
new file mode 100644
index 0000000..41a4059
--- /dev/null
+++ b/res/layout-ja-finger/edit_phonetic_name.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- "Phonetic name" field on the Edit contact screen, for
+ Japanese-language locales (i.e. the "furigana" or "yomi" field.) -->
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="?android:attr/listPreferredItemHeight"
+ android:orientation="horizontal"
+ android:padding="0dip"
+ android:gravity="center_vertical"
+ android:baselineAligned="false"
+ >
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="fill_parent"
+ android:paddingLeft="4dip"
+ android:gravity="left|center_vertical"
+ android:text="@string/label_phonetic_name"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ />
+ <EditText android:id="@+id/phonetic_name"
+ android:layout_width="0dip"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="8dip"
+ android:layout_marginRight="4dip"
+ android:gravity="center_vertical"
+ android:inputType="textPersonName|textCapWords"
+ android:hint="@string/ghostData_phonetic_name"
+ android:nextFocusDown="@id/data"
+ />
+</LinearLayout>
diff --git a/res/layout-ja-finger/view_contact_name.xml b/res/layout-ja-finger/view_contact_name.xml
new file mode 100644
index 0000000..bd72bba
--- /dev/null
+++ b/res/layout-ja-finger/view_contact_name.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- In Japanese-language locales, the "Name" field contains two separate
+ TextViews: the name itself, and also the phonetic ("furigana") field. -->
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="0dip"
+ android:layout_weight="1"
+ android:layout_height="wrap_content">
+
+ <TextView android:id="@+id/name"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ android:shadowColor="#BB000000"
+ android:shadowRadius="2.75"
+ />
+
+ <TextView android:id="@+id/phonetic_name"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:shadowColor="#BB000000"
+ android:shadowRadius="2.75"
+ />
+
+</LinearLayout>
diff --git a/res/layout-land-finger/twelve_key_dialer.xml b/res/layout-land-finger/twelve_key_dialer.xml
new file mode 100644
index 0000000..2b436b8
--- /dev/null
+++ b/res/layout-land-finger/twelve_key_dialer.xml
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 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/top"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+>
+ <LinearLayout android:id="@+id/digitsAndBackspace"
+ android:layout_width="fill_parent"
+ android:layout_height="66px"
+ android:addStatesFromChildren="true"
+ android:gravity="center_vertical"
+ android:baselineAligned="false"
+ android:layout_marginTop="3px"
+ android:layout_marginBottom="5px"
+ android:layout_marginLeft="3px"
+ android:layout_marginRight="3px"
+ >
+
+ <EditText android:id="@+id/digits"
+ android:layout_width="0dip"
+ android:layout_weight="1"
+ android:layout_height="66px"
+ android:maxLines="1"
+ android:scrollHorizontally="true"
+ android:textSize="28sp"
+ android:freezesText="true"
+ android:background="@drawable/btn_dial_textfield"
+ android:textColor="@color/dialer_button_text"
+ android:hint="@string/dialerKeyboardHintText"
+ />
+
+ <!--
+ The button goes at the right.
+ -->
+ <ImageButton android:id="@+id/backspace"
+ style="@android:style/Widget.Button.Inset"
+ android:src="@drawable/ic_delete_phone_number"
+ android:layout_width="wrap_content"
+ android:layout_height="66px"
+ android:background="@drawable/btn_dial_delete"
+ android:gravity="center"
+ />
+
+ </LinearLayout>
+
+ <!-- "Dialpad chooser" UI, shown only when the user brings up the
+ Dialer while a call is already in progress.
+ When this UI is visible, the other Dialer elements
+ (the textfield and button) are hidden. -->
+ <ListView android:id="@+id/dialpadChooser"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:footerDividersEnabled="true"
+ />
+
+</LinearLayout>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
new file mode 100644
index 0000000..e82b09b
--- /dev/null
+++ b/res/values-cs/strings.xml
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"Kontakty"</string>
+ <!-- no translation found for launcherDialer (140610573639849799) -->
+ <skip />
+ <string name="shortcutContact">"Kontakt"</string>
+ <string name="starredList">"Označené hvězdičkou"</string>
+ <string name="frequentList">"Časté"</string>
+ <string name="strequentList">"Oblíbené"</string>
+ <string name="viewContactTitle">"Kontaktní informace"</string>
+ <string name="viewContactDesription">"Zobrazit kontakt"</string>
+ <string name="editContactDescription">"Upravit kontakt"</string>
+ <string name="insertContactDescription">"Vytvořit kontakt"</string>
+ <string name="searchHint">"Vyhledat kontakty"</string>
+ <string name="menu_newContact">"Nový kontakt"</string>
+ <string name="menu_viewContact">"Zobrazit kontakt"</string>
+ <string name="menu_callNumber">"Volat kontakt <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="menu_addStar">"Přidat do oblíbených"</string>
+ <string name="menu_removeStar">"Odebrat z oblíbených položek"</string>
+ <string name="menu_showBarcode">"Zobrazit čárový kód"</string>
+ <string name="menu_editContact">"Upravit kontakt"</string>
+ <string name="menu_deleteContact">"Smazat kontakt"</string>
+ <string name="menu_call">"Volat"</string>
+ <string name="menu_sendSMS">"Odeslat SMS nebo MMS"</string>
+ <string name="menu_sendEmail">"Odeslat e-mail"</string>
+ <string name="menu_viewAddress">"Adresa na mapě"</string>
+ <string name="menu_makeDefaultNumber">"Nastavit jako výchozí číslo"</string>
+ <string name="deleteConfirmation_title">"Smazat"</string>
+ <string name="deleteConfirmation">"Tento kontakt bude smazán."</string>
+ <string name="menu_done">"Hotovo"</string>
+ <!-- no translation found for menu_doNotSave (2174577548513895144) -->
+ <skip />
+ <string name="editContact_title_edit">"Upravit kontakt"</string>
+ <string name="editContact_title_insert">"Nový kontakt"</string>
+ <string name="menu_addItem">"Další informace"</string>
+ <string name="label_phonetic_name">"Foneticky"</string>
+ <string name="label_notes">"Poznámky"</string>
+ <string name="label_ringtone">"Vyzváněcí tón"</string>
+ <string name="ghostData_name">"Jméno a příjmení"</string>
+ <string name="ghostData_phonetic_name">"Jméno (foneticky)"</string>
+ <string name="ghostData_company">"Společnost"</string>
+ <string name="ghostData_title">"Funkce"</string>
+ <string name="ghostData_im">"Název v chatu"</string>
+ <string name="ghostData_notes">"Má poznámka"</string>
+ <string name="ghostData_phone">"Telefonní číslo"</string>
+ <string name="ghostData_email">"E-mailová adresa"</string>
+ <string name="ghostData_postal">"Poštovní adresa"</string>
+ <string name="invalidContactMessage">"Kontakt neexistuje."</string>
+ <string name="pickerNewContactHeader">"Vytvořit nový kontakt"</string>
+ <string name="selectLabel">"Vyberte štítek"</string>
+ <string name="phoneLabelsGroup">"Telefon"</string>
+ <string name="emailLabelsGroup">"E-mail"</string>
+ <string name="imLabelsGroup">"Chat"</string>
+ <string name="postalLabelsGroup">"Poštovní adresa"</string>
+ <string name="otherLabelsGroup">"Ostatní"</string>
+ <string-array name="otherLabels">
+ <item>"Organizace"</item>
+ <item>"Poznámka"</item>
+ </string-array>
+ <string name="errorDialogTitle">"Žádné fotografie"</string>
+ <string name="photoPickerNotFoundText">"V telefonu nejsou žádné fotografie."</string>
+ <string name="attachToContact">"Ikona kontaktu"</string>
+ <string name="customLabelPickerTitle">"Název vlastního štítku"</string>
+ <string name="menu_displayGroup">"Zobrazit skupinu"</string>
+ <string name="syncGroupPreference">"Upravit synchronizované skupiny"</string>
+ <string name="importFromSim">"Importovat kontakty"</string>
+ <string name="send_to_voicemail_checkbox">"Odesílat hovory přímo do hlasové pošty"</string>
+ <string name="send_to_voicemail_view">"Hovory jsou přesměrovány přímo do hlasové schránky."</string>
+ <string name="default_ringtone">"Výchozí"</string>
+ <string name="addPicture">"Přidat ikonu"</string>
+ <string name="removePicture">"Odstranit ikonu"</string>
+ <string name="noContacts">"Žádné kontakty."</string>
+ <string name="noContactsWithPhoneNumbers">"Ke kontaktům nejsou přiřazena žádná telefonní čísla."</string>
+ <string name="noFavorites">"Žádné oblíbené položky."</string>
+ <string name="select_group_title">"Skupiny"</string>
+ <string name="groupEmpty">"Skupina <xliff:g id="GROUPNAME">%s</xliff:g> je prázdná."</string>
+ <string name="showAllGroups">"Všechny kontakty"</string>
+ <string name="syncAllGroups">"Synchronizovat všechny kontakty"</string>
+ <string name="groupNameMyContacts">"Moje kontakty"</string>
+ <string name="groupNameWithPhones">"Kontakty s telefonním číslem"</string>
+ <string name="contactCreatedToast">"Kontakt byl vytvořen."</string>
+ <string name="contactSavedToast">"Kontakt byl uložen."</string>
+ <string name="listSeparatorCallNumber">"Vytočit číslo"</string>
+ <string name="listSeparatorCallNumber_edit">"Telefonní čísla"</string>
+ <string name="listSeparatorSendSmsMms">"Odeslat SMS nebo MMS"</string>
+ <string name="listSeparatorSendEmail">"Odeslat e-mail"</string>
+ <string name="listSeparatorSendEmail_edit">"E-mailové adresy"</string>
+ <string name="listSeparatorSendIm">"Odeslat zprávu chatu"</string>
+ <string name="listSeparatorSendIm_edit">"Adresa chatu"</string>
+ <string name="listSeparatorMapAddress">"Adresa na mapě"</string>
+ <string name="listSeparatorMapAddress_edit">"Poštovní adresa"</string>
+ <string name="listSeparatorOrganizations">"Organizace"</string>
+ <string name="listSeparatorOtherInformation">"Ostatní informace"</string>
+ <string name="listSeparatorOtherInformation_edit">"Další možnosti"</string>
+ <string name="listSeparatorMore_edit">"Další"</string>
+ <string name="contactsIconLabel">"Kontakty"</string>
+ <string name="contactsFavoritesLabel">"Oblíbené"</string>
+ <string name="dialerIconLabel">"Vytáčení"</string>
+ <string name="recentCallsIconLabel">"Hovory"</string>
+ <string name="liveFolderAll">"Všechny kontakty"</string>
+ <string name="liveFolderFavorites">"Kontakty označené hvězdičkou"</string>
+ <string name="liveFolderPhone">"Kontakty s telefonními čísly"</string>
+ <string name="menu_sendTextMessage">"Odeslat zprávu SMS"</string>
+ <string name="recentCalls_callNumber">"Volat kontakt <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="recentCalls_editNumberBeforeCall">"Před voláním upravit číslo"</string>
+ <string name="recentCalls_addToContact">"Přidat mezi kontakty"</string>
+ <string name="recentCalls_removeFromRecentList">"Odstranit z hovorů"</string>
+ <string name="recentCalls_deleteAll">"Vymazat hovory"</string>
+ <string name="recentCalls_empty">"Záznam hovorů je prázdný."</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"Hlasová schránka"</string>
+ <string name="unknown">"Neznámé číslo"</string>
+ <string name="private_num">"Soukromé číslo"</string>
+ <string name="dialerKeyboardHintText">"Číslo vytočíte pomocí klávesnice"</string>
+ <string name="dialerDialpadHintText">"Vytočením přidat hovor"</string>
+ <string name="simContacts_emptyLoading">"Načítání z karty SIM..."</string>
+ <string name="simContacts_title">"Kontakty na kartě SIM"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Synchronizujte své kontakty Google!"</font>" "\n"Po synchronizaci telefonu budete mít kontaktní informace vždy u sebe."</string>
+ <!-- no translation found for noContactsHelpText (2249195687463896364) -->
+ <skip />
+ <!-- no translation found for noContactsHelpTextWithSync (4927701496550314555) -->
+ <skip />
+ <string name="seclectSyncGroups_title">"Vyberte skupiny, které chcete synchronizovat"</string>
+ <string name="liveFolder_all_label">"Všechny kontakty"</string>
+ <string name="liveFolder_favorites_label">"S hvězdičkou"</string>
+ <string name="liveFolder_phones_label">"Telefony"</string>
+ <string name="dialer_useDtmfDialpad">"Použít dotykovou tónovou klávesnici"</string>
+ <string name="dialer_returnToInCallScreen">"Návrat k probíhajícímu hovoru"</string>
+ <string name="dialer_addAnotherCall">"Přidat hovor"</string>
+ <string name="callDetailTitle">"Detaily hovoru"</string>
+ <string name="toast_call_detail_error">"Detaily požadovaného hovoru nelze načíst."</string>
+ <string name="call_type">"Typ"</string>
+ <string name="type_incoming">"Příchozí volání"</string>
+ <string name="type_outgoing">"Odchozí volání"</string>
+ <string name="type_missed">"Zmeškané volání"</string>
+ <string name="call_time">"Čas"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"Trvání"</string>
+ <string name="header_actions">"Akce"</string>
+ <string name="ringtone_spinner">"Vyzváněcí tón: <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"Přidat další položky"</string>
+ <string name="actionCall">"Volat: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionEmail">"E-mail: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionText">"Text: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionChat">"Chatovat pomocí služby <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionMap">"Zobrazit adresu: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionIncomingCall">"Příchozí volání"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"Budou odeslány přímo do hlasové pošty."</string>
+ <string name="detailsRingtone">"Nastavit vyzvánění <xliff:g id="RINGTONE_NAME">%s</xliff:g>"</string>
+ <string name="callBack">"Zavolat zpět"</string>
+ <!-- no translation found for callAgain (3197312117049874778) -->
+ <skip />
+ <!-- no translation found for returnCall (8171961914203617813) -->
+ <skip />
+ <!-- no translation found for callDetailsDurationFormat (8157706382818184268) -->
+ <skip />
+</resources>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
new file mode 100644
index 0000000..507d69d
--- /dev/null
+++ b/res/values-de/strings.xml
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"Kontakte"</string>
+ <!-- no translation found for launcherDialer (140610573639849799) -->
+ <skip />
+ <string name="shortcutContact">"Kontakt"</string>
+ <string name="starredList">"Markiert"</string>
+ <string name="frequentList">"Häufig"</string>
+ <string name="strequentList">"Favoriten"</string>
+ <string name="viewContactTitle">"Kontaktinformationen"</string>
+ <string name="viewContactDesription">"Kontakt anzeigen"</string>
+ <string name="editContactDescription">"Kontakt bearbeiten"</string>
+ <string name="insertContactDescription">"Kontakt erstellen"</string>
+ <string name="searchHint">"Kontakte durchsuchen"</string>
+ <string name="menu_newContact">"Neuer Kontakt"</string>
+ <string name="menu_viewContact">"Kontakt anzeigen"</string>
+ <string name="menu_callNumber">"<xliff:g id="NAME">%s</xliff:g> anrufen"</string>
+ <string name="menu_addStar">"Favoriten hinzufügen"</string>
+ <string name="menu_removeStar">"Aus Favoriten entfernen"</string>
+ <string name="menu_showBarcode">"Barcode anzeigen"</string>
+ <string name="menu_editContact">"Kontakt bearbeiten"</string>
+ <string name="menu_deleteContact">"Kontakt löschen"</string>
+ <string name="menu_call">"Anruf"</string>
+ <string name="menu_sendSMS">"SMS/MMS senden"</string>
+ <string name="menu_sendEmail">"E-Mail senden"</string>
+ <string name="menu_viewAddress">"Adresse auf der Karte"</string>
+ <string name="menu_makeDefaultNumber">"Als Standardnummer festlegen"</string>
+ <string name="deleteConfirmation_title">"Löschen"</string>
+ <string name="deleteConfirmation">"Dieser Kontakt wird gelöscht."</string>
+ <string name="menu_done">"Fertig"</string>
+ <!-- no translation found for menu_doNotSave (2174577548513895144) -->
+ <skip />
+ <string name="editContact_title_edit">"Kontakt bearbeiten"</string>
+ <string name="editContact_title_insert">"Neuer Kontakt"</string>
+ <string name="menu_addItem">"Weitere Informationen"</string>
+ <string name="label_phonetic_name">"Phonetisch"</string>
+ <string name="label_notes">"Notizen"</string>
+ <string name="label_ringtone">"Klingelton"</string>
+ <string name="ghostData_name">"Vor- und Nachname"</string>
+ <string name="ghostData_phonetic_name">"Phonetischer Name"</string>
+ <string name="ghostData_company">"Unternehmen"</string>
+ <string name="ghostData_title">"Position"</string>
+ <string name="ghostData_im">"Chat-Name"</string>
+ <string name="ghostData_notes">"Meine Notiz"</string>
+ <string name="ghostData_phone">"Telefonnummer"</string>
+ <string name="ghostData_email">"E-Mail-Adresse"</string>
+ <string name="ghostData_postal">"Postanschrift"</string>
+ <string name="invalidContactMessage">"Dieser Kontakt existiert nicht."</string>
+ <string name="pickerNewContactHeader">"Neuen Kontakt erstellen"</string>
+ <string name="selectLabel">"Wählen Sie ein Label aus."</string>
+ <string name="phoneLabelsGroup">"Telefon"</string>
+ <string name="emailLabelsGroup">"E-Mail"</string>
+ <string name="imLabelsGroup">"Chat"</string>
+ <string name="postalLabelsGroup">"Postanschrift"</string>
+ <string name="otherLabelsGroup">"Sonstiges"</string>
+ <string-array name="otherLabels">
+ <item>"Firma/Organisation"</item>
+ <item>"Notiz"</item>
+ </string-array>
+ <string name="errorDialogTitle">"Keine Bilder"</string>
+ <string name="photoPickerNotFoundText">"Auf dem Telefon sind keine Bilder verfügbar."</string>
+ <string name="attachToContact">"Kontaktsymbol"</string>
+ <string name="customLabelPickerTitle">"Name des benutzerdefinierten Labels"</string>
+ <string name="menu_displayGroup">"Gruppe anzeigen"</string>
+ <string name="syncGroupPreference">"Synchronisierte Gruppen bearbeiten"</string>
+ <string name="importFromSim">"Kontakte importieren"</string>
+ <string name="send_to_voicemail_checkbox">"Anrufe direkt an Voicemail senden"</string>
+ <string name="send_to_voicemail_view">"Anrufe werden direkt an Mailbox gesendet"</string>
+ <string name="default_ringtone">"Standard"</string>
+ <string name="addPicture">"Symbol hinzufügen"</string>
+ <string name="removePicture">"Symbol entfernen"</string>
+ <string name="noContacts">"Keine Kontakte"</string>
+ <string name="noContactsWithPhoneNumbers">"Keine Kontakte mit Telefonnummern"</string>
+ <string name="noFavorites">"Keine Favoriten"</string>
+ <string name="select_group_title">"Gruppen"</string>
+ <string name="groupEmpty">"Ihre Gruppe \"<xliff:g id="GROUPNAME">%s</xliff:g>\" ist leer."</string>
+ <string name="showAllGroups">"Alle Kontakte"</string>
+ <string name="syncAllGroups">"Alle Kontakte synchronisieren"</string>
+ <string name="groupNameMyContacts">"Meine Kontakte"</string>
+ <string name="groupNameWithPhones">"Kontakte mit Telefonnummern"</string>
+ <string name="contactCreatedToast">"Kontakt erstellt"</string>
+ <string name="contactSavedToast">"Kontakt gespeichert"</string>
+ <string name="listSeparatorCallNumber">"Rufnummer"</string>
+ <string name="listSeparatorCallNumber_edit">"Telefonnummern"</string>
+ <string name="listSeparatorSendSmsMms">"SMS/MMS senden"</string>
+ <string name="listSeparatorSendEmail">"E-Mail senden"</string>
+ <string name="listSeparatorSendEmail_edit">"E-Mail-Adressen"</string>
+ <string name="listSeparatorSendIm">"Per Chat kontaktieren"</string>
+ <string name="listSeparatorSendIm_edit">"Chat-Adressen"</string>
+ <string name="listSeparatorMapAddress">"Adresse in Maps"</string>
+ <string name="listSeparatorMapAddress_edit">"Postanschrift"</string>
+ <string name="listSeparatorOrganizations">"Organisationen"</string>
+ <string name="listSeparatorOtherInformation">"Mehr Informationen"</string>
+ <string name="listSeparatorOtherInformation_edit">"Sonstige Optionen"</string>
+ <string name="listSeparatorMore_edit">"Mehr"</string>
+ <string name="contactsIconLabel">"Kontakte"</string>
+ <string name="contactsFavoritesLabel">"Favoriten"</string>
+ <string name="dialerIconLabel">"Telefon"</string>
+ <string name="recentCallsIconLabel">"Anrufe"</string>
+ <string name="liveFolderAll">"Alle Kontakte"</string>
+ <string name="liveFolderFavorites">"Markierte Kontakte"</string>
+ <string name="liveFolderPhone">"Kontakte mit Telefonnummern"</string>
+ <string name="menu_sendTextMessage">"SMS-Nachricht senden"</string>
+ <string name="recentCalls_callNumber">"<xliff:g id="NAME">%s</xliff:g> anrufen"</string>
+ <string name="recentCalls_editNumberBeforeCall">"Nummer vor Anruf bearbeiten"</string>
+ <string name="recentCalls_addToContact">"Zu Kontakten hinzufügen"</string>
+ <string name="recentCalls_removeFromRecentList">"Aus Anrufliste entfernen"</string>
+ <string name="recentCalls_deleteAll">"Anrufliste löschen"</string>
+ <string name="recentCalls_empty">"Anrufliste ist leer"</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"Mailbox"</string>
+ <string name="unknown">"Unbekannt"</string>
+ <string name="private_num">"Private Nummer"</string>
+ <string name="dialerKeyboardHintText">"Mit Tastatur wählen"</string>
+ <string name="dialerDialpadHintText">"Zum Hinzufügen eines Anrufs wählen"</string>
+ <string name="simContacts_emptyLoading">"Ladevorgang von SIM-Karte läuft..."</string>
+ <string name="simContacts_title">"Kontakte auf SIM-Karte"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Synchronisieren Sie Ihre Google-Kontakte!"</font>" "\n"Nach der Synchronisierung stehen Ihnen Ihre Kontakte überall zur Verfügung."</string>
+ <!-- no translation found for noContactsHelpText (2249195687463896364) -->
+ <skip />
+ <!-- no translation found for noContactsHelpTextWithSync (4927701496550314555) -->
+ <skip />
+ <string name="seclectSyncGroups_title">"Zu synchronisierende Gruppen auswählen"</string>
+ <string name="liveFolder_all_label">"Alle Kontakte"</string>
+ <string name="liveFolder_favorites_label">"Markiert"</string>
+ <string name="liveFolder_phones_label">"Telefone"</string>
+ <string name="dialer_useDtmfDialpad">"Telefontastatur verwenden"</string>
+ <string name="dialer_returnToInCallScreen">"Zurück zum Anruf läuft"</string>
+ <string name="dialer_addAnotherCall">"Anruf hinzufügen"</string>
+ <string name="callDetailTitle">"Anrufdetails"</string>
+ <string name="toast_call_detail_error">"Details für den angeforderten Anruf konnten nicht gelesen werden."</string>
+ <string name="call_type">"Typ"</string>
+ <string name="type_incoming">"Eingehender Anruf"</string>
+ <string name="type_outgoing">"Ausgehender Anruf"</string>
+ <string name="type_missed">"Verpasster Anruf"</string>
+ <string name="call_time">"Zeit"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"Dauer"</string>
+ <string name="header_actions">"Aktionen"</string>
+ <string name="ringtone_spinner">"Klingelton: <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"Weitere Elemente hinzufügen"</string>
+ <string name="actionCall">"<xliff:g id="TYPE">%s</xliff:g> anrufen"</string>
+ <string name="actionEmail">"E-Mail an <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionText">"Text <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionChat">"Chat mit <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionMap">"<xliff:g id="TYPE">%s</xliff:g>-Adresse anzeigen"</string>
+ <string name="actionIncomingCall">"Eingehende Anrufe"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"Wird direkt an Voicemail weitergeleitet"</string>
+ <string name="detailsRingtone">"Eingestellt auf <xliff:g id="RINGTONE_NAME">%s</xliff:g>"</string>
+ <string name="callBack">"Rückruf"</string>
+ <!-- no translation found for callAgain (3197312117049874778) -->
+ <skip />
+ <!-- no translation found for returnCall (8171961914203617813) -->
+ <skip />
+ <!-- no translation found for callDetailsDurationFormat (8157706382818184268) -->
+ <skip />
+</resources>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
new file mode 100644
index 0000000..f41406d
--- /dev/null
+++ b/res/values-es/strings.xml
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"Contactos"</string>
+ <string name="launcherDialer">"Llamadas"</string>
+ <string name="shortcutContact">"Contacto"</string>
+ <string name="starredList">"Destacados"</string>
+ <string name="frequentList">"Frecuentes"</string>
+ <string name="strequentList">"Favoritos"</string>
+ <string name="viewContactTitle">"Detalles del contacto"</string>
+ <string name="viewContactDesription">"Ver contacto"</string>
+ <string name="editContactDescription">"Editar contacto"</string>
+ <string name="insertContactDescription">"Crear contacto"</string>
+ <string name="searchHint">"Buscar contactos"</string>
+ <string name="menu_newContact">"Contacto nuevo"</string>
+ <string name="menu_viewContact">"Ver contacto"</string>
+ <string name="menu_callNumber">"Llamar a <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="menu_addStar">"Añadir a \"Favoritos\""</string>
+ <string name="menu_removeStar">"Eliminar de \"Favoritos\""</string>
+ <string name="menu_showBarcode">"Mostrar código de barras"</string>
+ <string name="menu_editContact">"Editar contacto"</string>
+ <string name="menu_deleteContact">"Eliminar contacto"</string>
+ <string name="menu_call">"Llamar"</string>
+ <string name="menu_sendSMS">"Enviar SMS/MMS"</string>
+ <string name="menu_sendEmail">"Enviar mensaje de correo electrónico"</string>
+ <string name="menu_viewAddress">"Dirección en mapa"</string>
+ <string name="menu_makeDefaultNumber">"Convertir en número predeterminado"</string>
+ <string name="deleteConfirmation_title">"Suprimir"</string>
+ <string name="deleteConfirmation">"El contacto se eliminará."</string>
+ <string name="menu_done">"Listo"</string>
+ <string name="menu_doNotSave">"Volver"</string>
+ <string name="editContact_title_edit">"Editar contacto"</string>
+ <string name="editContact_title_insert">"Contacto nuevo"</string>
+ <string name="menu_addItem">"Más información"</string>
+ <string name="label_phonetic_name">"Pronunciación"</string>
+ <string name="label_notes">"Notas"</string>
+ <string name="label_ringtone">"Tono"</string>
+ <string name="ghostData_name">"Nombre y apellido"</string>
+ <string name="ghostData_phonetic_name">"Transcripción fonética del nombre"</string>
+ <string name="ghostData_company">"Empresa"</string>
+ <string name="ghostData_title">"Posición"</string>
+ <string name="ghostData_im">"Nombre de MI"</string>
+ <string name="ghostData_notes">"Mi nota"</string>
+ <string name="ghostData_phone">"Número de teléfono"</string>
+ <string name="ghostData_email">"Dirección de correo electrónico"</string>
+ <string name="ghostData_postal">"Dirección postal"</string>
+ <string name="invalidContactMessage">"Ese contacto no existe."</string>
+ <string name="pickerNewContactHeader">"Crear contacto nuevo"</string>
+ <string name="selectLabel">"Seleccionar etiqueta"</string>
+ <string name="phoneLabelsGroup">"Teléfono"</string>
+ <string name="emailLabelsGroup">"Correo electrónico"</string>
+ <string name="imLabelsGroup">"MI"</string>
+ <string name="postalLabelsGroup">"Dirección postal"</string>
+ <string name="otherLabelsGroup">"Otros"</string>
+ <string-array name="otherLabels">
+ <item>"Organización"</item>
+ <item>"Nota"</item>
+ </string-array>
+ <string name="errorDialogTitle">"Ninguna imagen"</string>
+ <string name="photoPickerNotFoundText">"No hay ninguna imagen disponible en el teléfono."</string>
+ <string name="attachToContact">"Icono de contacto"</string>
+ <string name="customLabelPickerTitle">"Nombre de etiqueta personalizada"</string>
+ <string name="menu_displayGroup">"Mostrar grupo"</string>
+ <string name="syncGroupPreference">"Editar grupos de sincronización"</string>
+ <string name="importFromSim">"Importar contactos"</string>
+ <string name="send_to_voicemail_checkbox">"Enviar llamadas directamente como mensajes de voz"</string>
+ <string name="send_to_voicemail_view">"Las llamadas se envían directamente al buzón de voz."</string>
+ <string name="default_ringtone">"Predeterminado"</string>
+ <string name="addPicture">"Añadir icono"</string>
+ <string name="removePicture">"Eliminar icono"</string>
+ <string name="noContacts">"No hay ningún contacto."</string>
+ <string name="noContactsWithPhoneNumbers">"No hay ningún contacto con número de teléfono."</string>
+ <string name="noFavorites">"No hay ningún favorito."</string>
+ <string name="select_group_title">"Grupos"</string>
+ <string name="groupEmpty">"El grupo \"<xliff:g id="GROUPNAME">%s</xliff:g>\" está vacío."</string>
+ <string name="showAllGroups">"Todos los contactos"</string>
+ <string name="syncAllGroups">"Sincronizar todos los contactos"</string>
+ <string name="groupNameMyContacts">"Mis contactos"</string>
+ <string name="groupNameWithPhones">"Contactos con números de teléfono"</string>
+ <string name="contactCreatedToast">"Se ha creado el contacto."</string>
+ <string name="contactSavedToast">"El contacto se ha guardado."</string>
+ <string name="listSeparatorCallNumber">"Marcar número"</string>
+ <string name="listSeparatorCallNumber_edit">"Números de teléfono"</string>
+ <string name="listSeparatorSendSmsMms">"Enviar SMS/MMS"</string>
+ <string name="listSeparatorSendEmail">"Enviar mensaje de correo electrónico"</string>
+ <string name="listSeparatorSendEmail_edit">"Direcciones de correo electrónico"</string>
+ <string name="listSeparatorSendIm">"Enviar mensaje instantáneo"</string>
+ <string name="listSeparatorSendIm_edit">"Direcciones de chat"</string>
+ <string name="listSeparatorMapAddress">"Dirección en mapa"</string>
+ <string name="listSeparatorMapAddress_edit">"Direcciones postales"</string>
+ <string name="listSeparatorOrganizations">"Organizaciones"</string>
+ <string name="listSeparatorOtherInformation">"Otra información"</string>
+ <string name="listSeparatorOtherInformation_edit">"Otras opciones"</string>
+ <string name="listSeparatorMore_edit">"Más"</string>
+ <string name="contactsIconLabel">"Contactos"</string>
+ <string name="contactsFavoritesLabel">"Favoritos"</string>
+ <string name="dialerIconLabel">"Llamar"</string>
+ <string name="recentCallsIconLabel">"Registro de llamadas"</string>
+ <string name="liveFolderAll">"Todos los contactos"</string>
+ <string name="liveFolderFavorites">"Contactos destacados"</string>
+ <string name="liveFolderPhone">"Contactos con números de teléfono"</string>
+ <string name="menu_sendTextMessage">"Enviar mensaje SMS"</string>
+ <string name="recentCalls_callNumber">"Llamar a <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="recentCalls_editNumberBeforeCall">"Editar número antes de llamar"</string>
+ <string name="recentCalls_addToContact">"Añadir a contactos"</string>
+ <string name="recentCalls_removeFromRecentList">"Eliminar del registro de llamadas"</string>
+ <string name="recentCalls_deleteAll">"Borrar registro de llamadas"</string>
+ <string name="recentCalls_empty">"El registro de llamadas está vacío."</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"Buzón de voz"</string>
+ <string name="unknown">"Desconocidos"</string>
+ <string name="private_num">"Número privado"</string>
+ <string name="dialerKeyboardHintText">"Utilizar teclado para marcar"</string>
+ <string name="dialerDialpadHintText">"Marcar para añadir una llamada"</string>
+ <string name="simContacts_emptyLoading">"Cargando desde tarjeta SIM…"</string>
+ <string name="simContacts_title">"Contactos de tarjeta SIM"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Sincroniza tus contactos de Google"</font>" "\n"Después de sincronizarlos con tu teléfono, podrás acceder a tus contactos desde cualquier lugar."</string>
+ <string name="noContactsHelpText">"No tienes contactos."\n\n"Para añadir contactos, pulsa la tecla "<font fgcolor="#ffffffff"><b>"Menu"</b></font>" y selecciona:"\n" "\n<li><font fgcolor="#ffffffff"><b>"Contacto nuevo"</b></font>" para añadir un nuevo contacto"\n</li>" "\n<li><font fgcolor="#ffffffff"><b>"Importar contactos"</b></font>" para añadir contactos de la tarjeta SIM"\n</li></string>
+ <string name="noContactsHelpTextWithSync">"No tienes contactos."\n\n"Para añadir contactos, pulsa la tecla "<font fgcolor="#ffffffff"><b>"Menu"</b></font>" y selecciona:"\n" "\n<li><font fgcolor="#ffffffff"><b>"Editar grupos de sincronización"</b></font>" para añadirlos desde una cuenta de Google nueva o existente"\n</li>" "\n<li><font fgcolor="#ffffffff"><b>"Contacto nuevo"</b></font>" para crear un contacto"\n</li>" "\n<li><font fgcolor="#ffffffff"><b>"Importar contactos"</b></font>" para añadir contactos de la tarjeta SIM"\n</li></string>
+ <string name="seclectSyncGroups_title">"Seleccionar grupos para la sincronización"</string>
+ <string name="liveFolder_all_label">"Todos los contactos"</string>
+ <string name="liveFolder_favorites_label">"Destacados"</string>
+ <string name="liveFolder_phones_label">"Teléfonos"</string>
+ <string name="dialer_useDtmfDialpad">"Usar el teclado de tonos"</string>
+ <string name="dialer_returnToInCallScreen">"Volver a la llamada en curso"</string>
+ <string name="dialer_addAnotherCall">"Añadir llamada"</string>
+ <string name="callDetailTitle">"Detalles de la llamada"</string>
+ <string name="toast_call_detail_error">"No se han podido leer los detalles de la llamada solicitada."</string>
+ <string name="call_type">"Tipo"</string>
+ <string name="type_incoming">"Llamada entrante"</string>
+ <string name="type_outgoing">"Llamada saliente"</string>
+ <string name="type_missed">"Llamada perdida"</string>
+ <string name="call_time">"Hora"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"Duración"</string>
+ <string name="header_actions">"Acciones"</string>
+ <string name="ringtone_spinner">"Tono de llamada: <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"Añadir más elementos"</string>
+ <string name="actionCall">"Llamar a <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionEmail">"Enviar email a <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionText">"Enviar SMS a <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionChat">"Chatear mediante <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionMap">"Ver dirección de <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionIncomingCall">"Llamadas entrantes"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"Pasarán directamente al correo de voz"</string>
+ <string name="detailsRingtone">"Establecido como <xliff:g id="RINGTONE_NAME">%s</xliff:g>"</string>
+ <string name="callBack">"Volver a llamar"</string>
+ <string name="callAgain">"Llamar de nuevo"</string>
+ <string name="returnCall">"Devolver llamada"</string>
+ <string name="callDetailsDurationFormat">"<xliff:g id="MINUTES">%s</xliff:g> min. <xliff:g id="SECONDS">%s</xliff:g> seg."</string>
+</resources>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
new file mode 100644
index 0000000..ce00813
--- /dev/null
+++ b/res/values-fr/strings.xml
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"Contacts"</string>
+ <string name="launcherDialer">"Appeler"</string>
+ <string name="shortcutContact">"Contact"</string>
+ <string name="starredList">"Marqués d\'une étoile"</string>
+ <string name="frequentList">"Contacts fréquents"</string>
+ <string name="strequentList">"Favoris"</string>
+ <string name="viewContactTitle">"Détails du contact"</string>
+ <string name="viewContactDesription">"Afficher le contact"</string>
+ <string name="editContactDescription">"Modifier le contact"</string>
+ <string name="insertContactDescription">"Créer un contact"</string>
+ <string name="searchHint">"Rechercher des contacts"</string>
+ <string name="menu_newContact">"Nouveau contact"</string>
+ <string name="menu_viewContact">"Afficher le contact"</string>
+ <string name="menu_callNumber">"Appeler <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="menu_addStar">"Ajouter aux favoris"</string>
+ <string name="menu_removeStar">"Supprimer des favoris"</string>
+ <string name="menu_showBarcode">"Afficher le code-barres"</string>
+ <string name="menu_editContact">"Modifier le contact"</string>
+ <string name="menu_deleteContact">"Supprimer le contact"</string>
+ <string name="menu_call">"Appel"</string>
+ <string name="menu_sendSMS">"Envoyer un SMS/MMS"</string>
+ <string name="menu_sendEmail">"Envoyer un e-mail"</string>
+ <string name="menu_viewAddress">"Adresse sur un plan"</string>
+ <string name="menu_makeDefaultNumber">"Numéro téléphone par défaut"</string>
+ <string name="deleteConfirmation_title">"Supprimer"</string>
+ <string name="deleteConfirmation">"Ce contact sera supprimé."</string>
+ <string name="menu_done">"OK"</string>
+ <string name="menu_doNotSave">"Annuler"</string>
+ <string name="editContact_title_edit">"Modifier le contact"</string>
+ <string name="editContact_title_insert">"Nouveau contact"</string>
+ <string name="menu_addItem">"Plus d\'infos"</string>
+ <string name="label_phonetic_name">"Prononciation phonétique"</string>
+ <string name="label_notes">"Notes"</string>
+ <string name="label_ringtone">"Sonnerie"</string>
+ <string name="ghostData_name">"Nom et prénom"</string>
+ <string name="ghostData_phonetic_name">"Nom phonétique"</string>
+ <string name="ghostData_company">"Société"</string>
+ <string name="ghostData_title">"Position"</string>
+ <string name="ghostData_im">"Nom du compte"</string>
+ <string name="ghostData_notes">"Mon commentaire"</string>
+ <string name="ghostData_phone">"Numéro téléphone"</string>
+ <string name="ghostData_email">"Adresse e-mail"</string>
+ <string name="ghostData_postal">"Adresse postale"</string>
+ <string name="invalidContactMessage">"Ce contact n\'existe pas."</string>
+ <string name="pickerNewContactHeader">"Créer un nouveau contact"</string>
+ <string name="selectLabel">"Sélectionnez un libellé"</string>
+ <string name="phoneLabelsGroup">"Téléphone"</string>
+ <string name="emailLabelsGroup">"E-mail"</string>
+ <string name="imLabelsGroup">"Chat"</string>
+ <string name="postalLabelsGroup">"Adresse postale"</string>
+ <string name="otherLabelsGroup">"Autre"</string>
+ <string-array name="otherLabels">
+ <item>"Organisation"</item>
+ <item>"Remarque"</item>
+ </string-array>
+ <string name="errorDialogTitle">"Aucune image"</string>
+ <string name="photoPickerNotFoundText">"Aucune image disponible sur le téléphone."</string>
+ <string name="attachToContact">"Icône de contact"</string>
+ <string name="customLabelPickerTitle">"Libellé personnalisé"</string>
+ <string name="menu_displayGroup">"Afficher les groupes"</string>
+ <string name="syncGroupPreference">"Param. sync. groupes"</string>
+ <string name="importFromSim">"Importer des contacts"</string>
+ <string name="send_to_voicemail_checkbox">"Renvoyer les appels directement vers la boîte vocale."</string>
+ <string name="send_to_voicemail_view">"Les appels sont renvoyés directement vers la boîte vocale."</string>
+ <string name="default_ringtone">"Par défaut"</string>
+ <string name="addPicture">"Ajouter une icône"</string>
+ <string name="removePicture">"Supprimer l\'icône"</string>
+ <string name="noContacts">"Aucun contact."</string>
+ <string name="noContactsWithPhoneNumbers">"Aucun contact disposant d\'un numéro téléphone."</string>
+ <string name="noFavorites">"Aucun favori."</string>
+ <string name="select_group_title">"Groupes"</string>
+ <string name="groupEmpty">"Votre groupe \"<xliff:g id="GROUPNAME">%s</xliff:g>\" est vide."</string>
+ <string name="showAllGroups">"Tous les contacts"</string>
+ <string name="syncAllGroups">"Synchroniser tous les contacts"</string>
+ <string name="groupNameMyContacts">"Mes contacts"</string>
+ <string name="groupNameWithPhones">"Contacts avec des n° de téléphone"</string>
+ <string name="contactCreatedToast">"Contact créé."</string>
+ <string name="contactSavedToast">"Contact enregistré."</string>
+ <string name="listSeparatorCallNumber">"Composer le numéro"</string>
+ <string name="listSeparatorCallNumber_edit">"Numéros de téléphone"</string>
+ <string name="listSeparatorSendSmsMms">"Envoyer un SMS/MMS"</string>
+ <string name="listSeparatorSendEmail">"Envoyer un e-mail"</string>
+ <string name="listSeparatorSendEmail_edit">"Adresses e-mail"</string>
+ <string name="listSeparatorSendIm">"Envoyer un message instantané"</string>
+ <string name="listSeparatorSendIm_edit">"Adresses de chat"</string>
+ <string name="listSeparatorMapAddress">"Adresse sur un plan"</string>
+ <string name="listSeparatorMapAddress_edit">"Adresses postales"</string>
+ <string name="listSeparatorOrganizations">"Organisations"</string>
+ <string name="listSeparatorOtherInformation">"Autres informations"</string>
+ <string name="listSeparatorOtherInformation_edit">"Autres options"</string>
+ <string name="listSeparatorMore_edit">"Plus"</string>
+ <string name="contactsIconLabel">"Contacts"</string>
+ <string name="contactsFavoritesLabel">"Favoris"</string>
+ <string name="dialerIconLabel">"Appeler"</string>
+ <string name="recentCallsIconLabel">"Appels"</string>
+ <string name="liveFolderAll">"Tous les contacts"</string>
+ <string name="liveFolderFavorites">"Contacts suivis"</string>
+ <string name="liveFolderPhone">"Contacts avec numéro de téléphone"</string>
+ <string name="menu_sendTextMessage">"Envoyer un message SMS"</string>
+ <string name="recentCalls_callNumber">"Appeler <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="recentCalls_editNumberBeforeCall">"Modifier le numéro avant d\'effectuer l\'appel"</string>
+ <string name="recentCalls_addToContact">"Ajouter aux contacts"</string>
+ <string name="recentCalls_removeFromRecentList">"Supprimer de la liste des appels"</string>
+ <string name="recentCalls_deleteAll">"Effacer tous les appels"</string>
+ <string name="recentCalls_empty">"Aucun appel."</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"Boîte vocale"</string>
+ <string name="unknown">"Inconnu"</string>
+ <string name="private_num">"Numéro privée"</string>
+ <string name="dialerKeyboardHintText">"Utilisez le clavier pour composer le numéro"</string>
+ <string name="dialerDialpadHintText">"Composer le numéro pour ajouter un appel"</string>
+ <string name="simContacts_emptyLoading">"Chargement depuis la carte SIM..."</string>
+ <string name="simContacts_title">"Contacts de carte SIM"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Synchronisez vos contacts Google !"</font>" "\n"Vos contacts seront disponibles, où que vous soyez, dès que vous aurez synchronisé votre téléphone."</string>
+ <string name="noContactsHelpText">"Aucun contact."\n\n"Pour ajouter des contacts, appuyez sur "<font fgcolor="#ffffffff"><b>"Menu"</b></font>" et sélectionnez :"\n" "\n<li><font fgcolor="#ffffffff"><b>"Nouveau contact"</b></font>" pour créer un tout nouveau contact"\n</li>" "\n<li><font fgcolor="#ffffffff"><b>"Importer des contacts"</b></font>" pour ajouter des contacts à partir de votre carte SIM"\n</li></string>
+ <string name="noContactsHelpTextWithSync">"Aucun contact."\n\n"Pour ajouter des contacts, appuyez sur "<font fgcolor="#ffffffff"><b>"Menu"</b></font>" et sélectionnez :"\n" "\n<li><font fgcolor="#ffffffff"><b>"Param. sync. groupes"</b></font>" pour ajouter des contacts depuis un nouveau compte Google ou un compte existant."\n</li>" "\n<li><font fgcolor="#ffffffff"><b>"Nouveau contact"</b></font>" pour créer un tout nouveau contact"\n</li>" "\n<li><font fgcolor="#ffffffff"><b>"Importer des contacts"</b></font>" pour ajouter des contacts à partir de votre carte SIM"\n</li></string>
+ <string name="seclectSyncGroups_title">"Sélectionner les groupes à synchroniser"</string>
+ <string name="liveFolder_all_label">"Tous les contacts"</string>
+ <string name="liveFolder_favorites_label">"Suivis"</string>
+ <string name="liveFolder_phones_label">"Téléphones"</string>
+ <string name="dialer_useDtmfDialpad">"Utiliser le clavier DTMF"</string>
+ <string name="dialer_returnToInCallScreen">"Reprendre l\'appel en cours"</string>
+ <string name="dialer_addAnotherCall">"Ajouter un appel"</string>
+ <string name="callDetailTitle">"Détails sur l\'appel"</string>
+ <string name="toast_call_detail_error">"Impossible de consulter les détails de l\'appel demandé."</string>
+ <string name="call_type">"Type"</string>
+ <string name="type_incoming">"Appel entrant"</string>
+ <string name="type_outgoing">"Appel sortant"</string>
+ <string name="type_missed">"Appel manqué"</string>
+ <string name="call_time">"Heure"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"Durée"</string>
+ <string name="header_actions">"Actions"</string>
+ <string name="ringtone_spinner">"Sonnerie : <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"Ajouter d\'autres éléments"</string>
+ <string name="actionCall">"Appeler <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionEmail">"Envoyer un e-mail à <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionText">"Envoyer un SMS à <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionChat">"Chatter à l\'aide de <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionMap">"Afficher l\'adresse <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionIncomingCall">"Appels entrants"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"Seront envoyés directement en tant que message vocal"</string>
+ <string name="detailsRingtone">"Associer à <xliff:g id="RINGTONE_NAME">%s</xliff:g>"</string>
+ <string name="callBack">"Rappeler"</string>
+ <string name="callAgain">"Rappeler"</string>
+ <string name="returnCall">"Rappeler"</string>
+ <string name="callDetailsDurationFormat">"<xliff:g id="MINUTES">%s</xliff:g> mn <xliff:g id="SECONDS">%s</xliff:g> s"</string>
+</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
new file mode 100644
index 0000000..59064f0
--- /dev/null
+++ b/res/values-it/strings.xml
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"Contatti"</string>
+ <string name="launcherDialer">"Telefono"</string>
+ <string name="shortcutContact">"Contatto"</string>
+ <string name="starredList">"Speciali"</string>
+ <string name="frequentList">"Frequenti"</string>
+ <string name="strequentList">"Preferiti"</string>
+ <string name="viewContactTitle">"Dettagli contatto"</string>
+ <string name="viewContactDesription">"Visualizza contatto"</string>
+ <string name="editContactDescription">"Modifica contatto"</string>
+ <string name="insertContactDescription">"Crea contatto"</string>
+ <string name="searchHint">"Cerca contatti"</string>
+ <string name="menu_newContact">"Nuovo contatto"</string>
+ <string name="menu_viewContact">"Visualizza contatto"</string>
+ <string name="menu_callNumber">"Chiama <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="menu_addStar">"Aggiungi a preferiti"</string>
+ <string name="menu_removeStar">"Rimuovi dai preferiti"</string>
+ <string name="menu_showBarcode">"Mostra codice a barre"</string>
+ <string name="menu_editContact">"Modifica contatto"</string>
+ <string name="menu_deleteContact">"Elimina contatto"</string>
+ <string name="menu_call">"Chiama"</string>
+ <string name="menu_sendSMS">"Invia SMS/MMS"</string>
+ <string name="menu_sendEmail">"Invia email"</string>
+ <string name="menu_viewAddress">"Indirizzo su mappa"</string>
+ <string name="menu_makeDefaultNumber">"Rendi numero predefinito"</string>
+ <string name="deleteConfirmation_title">"Elimina"</string>
+ <string name="deleteConfirmation">"Il contatto verrà eliminato."</string>
+ <string name="menu_done">"Salva"</string>
+ <string name="menu_doNotSave">"Annulla"</string>
+ <string name="editContact_title_edit">"Modifica contatto"</string>
+ <string name="editContact_title_insert">"Nuovo contatto"</string>
+ <string name="menu_addItem">"Altre info"</string>
+ <string name="label_phonetic_name">"Fonetica"</string>
+ <string name="label_notes">"Note"</string>
+ <string name="label_ringtone">"Suoneria"</string>
+ <string name="ghostData_name">"Nome e cognome"</string>
+ <string name="ghostData_phonetic_name">"Nome fonetico"</string>
+ <string name="ghostData_company">"Società"</string>
+ <string name="ghostData_title">"Mansione"</string>
+ <string name="ghostData_im">"Nome account chat"</string>
+ <string name="ghostData_notes">"La mia nota"</string>
+ <string name="ghostData_phone">"Numero di telefono"</string>
+ <string name="ghostData_email">"Indirizzo email"</string>
+ <string name="ghostData_postal">"Indirizzo postale"</string>
+ <string name="invalidContactMessage">"Il contatto non esiste."</string>
+ <string name="pickerNewContactHeader">"Crea nuovo contatto"</string>
+ <string name="selectLabel">"Seleziona etichetta"</string>
+ <string name="phoneLabelsGroup">"Telefono"</string>
+ <string name="emailLabelsGroup">"Email"</string>
+ <string name="imLabelsGroup">"Chat"</string>
+ <string name="postalLabelsGroup">"Indirizzo postale"</string>
+ <string name="otherLabelsGroup">"Altro"</string>
+ <string-array name="otherLabels">
+ <item>"Organizzazione"</item>
+ <item>"Nota"</item>
+ </string-array>
+ <string name="errorDialogTitle">"Nessuna foto"</string>
+ <string name="photoPickerNotFoundText">"Nessuna foto disponibile."</string>
+ <string name="attachToContact">"Icona del contatto"</string>
+ <string name="customLabelPickerTitle">"Nome etichetta personalizzata"</string>
+ <string name="menu_displayGroup">"Visualizza gruppo"</string>
+ <string name="syncGroupPreference">"Modifica sincr. gruppi"</string>
+ <string name="importFromSim">"Importa contatti"</string>
+ <string name="send_to_voicemail_checkbox">"Inoltra chiamate direttamente alla segreteria"</string>
+ <string name="send_to_voicemail_view">"Le chiamate vengono inoltrate direttamente alla segreteria."</string>
+ <string name="default_ringtone">"Predefinita"</string>
+ <string name="addPicture">"Aggiungi icona"</string>
+ <string name="removePicture">"Rimuovi icona"</string>
+ <string name="noContacts">"Nessun contatto."</string>
+ <string name="noContactsWithPhoneNumbers">"Nessun contatto con numeri di telefono."</string>
+ <string name="noFavorites">"Nessun preferito."</string>
+ <string name="select_group_title">"Gruppi"</string>
+ <string name="groupEmpty">"Il gruppo \"<xliff:g id="GROUPNAME">%s</xliff:g>\" è vuoto."</string>
+ <string name="showAllGroups">"Tutti i contatti"</string>
+ <string name="syncAllGroups">"Sincronizza tutti i contatti"</string>
+ <string name="groupNameMyContacts">"I miei contatti"</string>
+ <string name="groupNameWithPhones">"Contatti con numeri di telefono"</string>
+ <string name="contactCreatedToast">"Contatto creato."</string>
+ <string name="contactSavedToast">"Contatto salvato."</string>
+ <string name="listSeparatorCallNumber">"Componi numero"</string>
+ <string name="listSeparatorCallNumber_edit">"Numeri di telefono"</string>
+ <string name="listSeparatorSendSmsMms">"Invia SMS/MMS"</string>
+ <string name="listSeparatorSendEmail">"Invia email"</string>
+ <string name="listSeparatorSendEmail_edit">"Indirizzi email"</string>
+ <string name="listSeparatorSendIm">"Invia messagio chat"</string>
+ <string name="listSeparatorSendIm_edit">"Indirizzi chat"</string>
+ <string name="listSeparatorMapAddress">"Indirizzo su mappa"</string>
+ <string name="listSeparatorMapAddress_edit">"Indirizzi postali"</string>
+ <string name="listSeparatorOrganizations">"Organizzazioni"</string>
+ <string name="listSeparatorOtherInformation">"Altre informazioni"</string>
+ <string name="listSeparatorOtherInformation_edit">"Altre opzioni"</string>
+ <string name="listSeparatorMore_edit">"Altro"</string>
+ <string name="contactsIconLabel">"Contatti"</string>
+ <string name="contactsFavoritesLabel">"Preferiti"</string>
+ <string name="dialerIconLabel">"Telefono"</string>
+ <string name="recentCallsIconLabel">"Reg. chiamate"</string>
+ <string name="liveFolderAll">"Tutti i contatti"</string>
+ <string name="liveFolderFavorites">"Contatti speciali"</string>
+ <string name="liveFolderPhone">"Contatti con numeri di telefono"</string>
+ <string name="menu_sendTextMessage">"Invia SMS"</string>
+ <string name="recentCalls_callNumber">"Chiama <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="recentCalls_editNumberBeforeCall">"Modifica prima di chiamare"</string>
+ <string name="recentCalls_addToContact">"Aggiungi a contatti"</string>
+ <string name="recentCalls_removeFromRecentList">"Rimuovi da registro"</string>
+ <string name="recentCalls_deleteAll">"Cancella registro chiamate"</string>
+ <string name="recentCalls_empty">"Il registro chiamate è vuoto."</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"Segreteria"</string>
+ <string name="unknown">"Sconosciuto"</string>
+ <string name="private_num">"Numero privato"</string>
+ <string name="dialerKeyboardHintText">"Usa la tastiera"</string>
+ <string name="dialerDialpadHintText">"Componi per aggiungere una chiamata"</string>
+ <string name="simContacts_emptyLoading">"Caricamento da SIM..."</string>
+ <string name="simContacts_title">"Contatti SIM"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Sincronizza i tuoi contatti Google."</font>" "\n"Dopo la sincronizzazione con il telefono, i tuoi contatti saranno sempre a tua disposizione."</string>
+ <string name="noContactsHelpText">"Non hai nessun contatto."\n\n"Per aggiungere dei contatti, premi "<font fgcolor="#ffffffff"><b>"Menu"</b></font>" e seleziona:"\n" "\n<li><font fgcolor="#ffffffff"><b>"Nuovo contatto"</b></font>" per creare un nuovo contatto"\n</li>" "\n<li><font fgcolor="#ffffffff"><b>"Importa contatti"</b></font>" per aggiungere i contatti salvati sulla scheda SIM card"\n</li></string>
+ <string name="noContactsHelpTextWithSync">"Non hai nessun contatto."\n\n"Per aggiungere i contatti, premi "<font fgcolor="#ffffffff"><b>"Menu"</b></font>" e seleziona:"\n" "\n<li><font fgcolor="#ffffffff"><b>"Modifica sincr. gruppi"</b></font>" per aggiungere contatti da un account Google nuovo o già esistente"\n</li>" "\n<li><font fgcolor="#ffffffff"><b>"Nuovo contatto"</b></font>" per creare un contatto nuovo"\n</li>" "\n<li><font fgcolor="#ffffffff"><b>"Importa contatti"</b></font>" per aggiungere i contatti salvati sulla scheda SIM"\n</li></string>
+ <string name="seclectSyncGroups_title">"Seleziona i gruppi da sincronizzare"</string>
+ <string name="liveFolder_all_label">"Tutti i contatti"</string>
+ <string name="liveFolder_favorites_label">"Speciali"</string>
+ <string name="liveFolder_phones_label">"Telefoni"</string>
+ <string name="dialer_useDtmfDialpad">"Usa tastierino per selezione a toni"</string>
+ <string name="dialer_returnToInCallScreen">"Torna alla chiamata in corso"</string>
+ <string name="dialer_addAnotherCall">"Aggiungi"</string>
+ <string name="callDetailTitle">"Dettagli chiamata"</string>
+ <string name="toast_call_detail_error">"Impossibile leggere i dettagli per la chiamata richiesta."</string>
+ <string name="call_type">"Tipo"</string>
+ <string name="type_incoming">"Chiamata in arrivo"</string>
+ <string name="type_outgoing">"Chiamata in uscita"</string>
+ <string name="type_missed">"Chiamata persa"</string>
+ <string name="call_time">"Ora"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"Durata"</string>
+ <string name="header_actions">"Azioni"</string>
+ <string name="ringtone_spinner">"Suoneria: <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"Aggiungi altri elementi"</string>
+ <string name="actionCall">"Chiama n. <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionEmail">"Invia email a ind. <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionText">"Invia SMS a n. <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionChat">"Chatta su <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionMap">"Visualizza indirizzo <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionIncomingCall">"Chiamate in arrivo"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"Il messaggio verrà inviato direttamente alla segreteria"</string>
+ <string name="detailsRingtone">"Impostato su <xliff:g id="RINGTONE_NAME">%s</xliff:g>"</string>
+ <string name="callBack">"Richiama"</string>
+ <string name="callAgain">"Richiama"</string>
+ <string name="returnCall">"Chiama numero"</string>
+ <string name="callDetailsDurationFormat">"<xliff:g id="MINUTES">%s</xliff:g> min <xliff:g id="SECONDS">%s</xliff:g> sec"</string>
+</resources>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
new file mode 100644
index 0000000..117c015
--- /dev/null
+++ b/res/values-ja/strings.xml
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"連絡先"</string>
+ <!-- no translation found for launcherDialer (140610573639849799) -->
+ <skip />
+ <string name="shortcutContact">"連絡先"</string>
+ <string name="starredList">"スター付き"</string>
+ <string name="frequentList">"よく連絡する連絡先"</string>
+ <string name="strequentList">"お気に入り"</string>
+ <string name="viewContactTitle">"連絡先情報"</string>
+ <string name="viewContactDesription">"連絡先を表示"</string>
+ <string name="editContactDescription">"連絡先を編集"</string>
+ <string name="insertContactDescription">"連絡先を新規登録"</string>
+ <string name="searchHint">"連絡先を検索"</string>
+ <string name="menu_newContact">"連絡先を新規登録"</string>
+ <string name="menu_viewContact">"連絡先を表示"</string>
+ <string name="menu_callNumber">"<xliff:g id="NAME">%s</xliff:g>さんに発信"</string>
+ <string name="menu_addStar">"お気に入りに追加"</string>
+ <string name="menu_removeStar">"お気に入りから削除"</string>
+ <string name="menu_showBarcode">"バーコードを表示"</string>
+ <string name="menu_editContact">"連絡先を編集"</string>
+ <string name="menu_deleteContact">"連絡先を削除"</string>
+ <string name="menu_call">"発信"</string>
+ <string name="menu_sendSMS">"SMS/MMSを送信"</string>
+ <string name="menu_sendEmail">"メールを送信"</string>
+ <string name="menu_viewAddress">"地図でみる"</string>
+ <string name="menu_makeDefaultNumber">"メインの番号に設定する"</string>
+ <string name="deleteConfirmation_title">"削除"</string>
+ <string name="deleteConfirmation">"この連絡先を削除します。"</string>
+ <string name="menu_done">"完了"</string>
+ <!-- no translation found for menu_doNotSave (2174577548513895144) -->
+ <skip />
+ <string name="editContact_title_edit">"連絡先を編集"</string>
+ <string name="editContact_title_insert">"連絡先を新規登録"</string>
+ <string name="menu_addItem">"情報を追加"</string>
+ <string name="label_phonetic_name">"音声"</string>
+ <string name="label_notes">"メモ"</string>
+ <string name="label_ringtone">"着信音"</string>
+ <string name="ghostData_name">"名前"</string>
+ <string name="ghostData_phonetic_name">"音声名"</string>
+ <string name="ghostData_company">"会社"</string>
+ <string name="ghostData_title">"役職"</string>
+ <string name="ghostData_im">"IM名"</string>
+ <string name="ghostData_notes">"メモ"</string>
+ <string name="ghostData_phone">"電話番号"</string>
+ <string name="ghostData_email">"メールアドレス"</string>
+ <string name="ghostData_postal">"住所"</string>
+ <string name="invalidContactMessage">"この連絡先は消去されています。"</string>
+ <string name="pickerNewContactHeader">"連絡先を新規登録"</string>
+ <string name="selectLabel">"選択してください"</string>
+ <string name="phoneLabelsGroup">"電話番号"</string>
+ <string name="emailLabelsGroup">"メール"</string>
+ <string name="imLabelsGroup">"IM"</string>
+ <string name="postalLabelsGroup">"住所"</string>
+ <string name="otherLabelsGroup">"その他"</string>
+ <string-array name="otherLabels">
+ <item>"勤務先情報"</item>
+ <item>"メモ"</item>
+ </string-array>
+ <string name="errorDialogTitle">"写真なし"</string>
+ <string name="photoPickerNotFoundText">"写真がありません。"</string>
+ <string name="attachToContact">"連絡先のアイコン"</string>
+ <string name="customLabelPickerTitle">"新しいラベル名"</string>
+ <string name="menu_displayGroup">"グループを表示"</string>
+ <string name="syncGroupPreference">"同期グループを編集"</string>
+ <string name="importFromSim">"連絡先をインポート"</string>
+ <string name="send_to_voicemail_checkbox">"ボイスメールに直接電話します。"</string>
+ <string name="send_to_voicemail_view">"この番号にかけるとボイスメールに送信されます。"</string>
+ <string name="default_ringtone">"端末既定"</string>
+ <string name="addPicture">"アイコンを追加"</string>
+ <string name="removePicture">"アイコンを削除"</string>
+ <string name="noContacts">"連絡先がありません。"</string>
+ <string name="noContactsWithPhoneNumbers">"電話番号付きの連絡先はありません。"</string>
+ <string name="noFavorites">"お気に入りなし"</string>
+ <string name="select_group_title">"グループ"</string>
+ <string name="groupEmpty">"「<xliff:g id="GROUPNAME">%s</xliff:g>」グループには何も登録されていません。"</string>
+ <string name="showAllGroups">"すべての連絡先"</string>
+ <string name="syncAllGroups">"全連絡先を同期"</string>
+ <string name="groupNameMyContacts">"Myコンタクト"</string>
+ <string name="groupNameWithPhones">"電話番号のある連絡先"</string>
+ <string name="contactCreatedToast">"連絡先を作成しました。"</string>
+ <string name="contactSavedToast">"連絡先を保存しました。"</string>
+ <string name="listSeparatorCallNumber">"電話をかける"</string>
+ <string name="listSeparatorCallNumber_edit">"電話番号"</string>
+ <string name="listSeparatorSendSmsMms">"SMS/MMSを送信"</string>
+ <string name="listSeparatorSendEmail">"メールを送信"</string>
+ <string name="listSeparatorSendEmail_edit">"メールアドレス"</string>
+ <string name="listSeparatorSendIm">"インスタントメッセージを送信"</string>
+ <string name="listSeparatorSendIm_edit">"チャットアドレス"</string>
+ <string name="listSeparatorMapAddress">"地図でみる"</string>
+ <string name="listSeparatorMapAddress_edit">"住所"</string>
+ <string name="listSeparatorOrganizations">"勤務先情報"</string>
+ <string name="listSeparatorOtherInformation">"その他の情報"</string>
+ <string name="listSeparatorOtherInformation_edit">"その他のオプション"</string>
+ <string name="listSeparatorMore_edit">"開く"</string>
+ <string name="contactsIconLabel">"連絡先"</string>
+ <string name="contactsFavoritesLabel">"お気に入り"</string>
+ <string name="dialerIconLabel">"通話"</string>
+ <string name="recentCallsIconLabel">"通話履歴"</string>
+ <string name="liveFolderAll">"すべての連絡先"</string>
+ <string name="liveFolderFavorites">"スター付きの連絡先"</string>
+ <string name="liveFolderPhone">"電話番号のある連絡先"</string>
+ <string name="menu_sendTextMessage">"SMSメッセージを送信"</string>
+ <string name="recentCalls_callNumber">"<xliff:g id="NAME">%s</xliff:g>さんに発信"</string>
+ <string name="recentCalls_editNumberBeforeCall">"発信前に番号を編集"</string>
+ <string name="recentCalls_addToContact">"連絡先に追加"</string>
+ <string name="recentCalls_removeFromRecentList">"通話履歴から消去"</string>
+ <string name="recentCalls_deleteAll">"通話履歴を全件消去"</string>
+ <string name="recentCalls_empty">"通話履歴なし"</string>
+ <string name="imei">"IMEI(端末識別番号)"</string>
+ <string name="voicemail">"ボイスメール"</string>
+ <string name="unknown">"不明"</string>
+ <string name="private_num">"非通知番号"</string>
+ <string name="dialerKeyboardHintText">"キーボードで番号を入力してください"</string>
+ <string name="dialerDialpadHintText">"ダイヤルして追加"</string>
+ <string name="simContacts_emptyLoading">"SIMカードから読み取り中..."</string>
+ <string name="simContacts_title">"SIMカードの連絡先"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Googleアカウントの連絡先同期"</font>" "\n"Googleサービスで使っている連絡先をこの携帯電話でも使えるようになります。"</string>
+ <!-- no translation found for noContactsHelpText (2249195687463896364) -->
+ <skip />
+ <!-- no translation found for noContactsHelpTextWithSync (4927701496550314555) -->
+ <skip />
+ <string name="seclectSyncGroups_title">"同期するグループを選択"</string>
+ <string name="liveFolder_all_label">"すべての連絡先"</string>
+ <string name="liveFolder_favorites_label">"スター付き"</string>
+ <string name="liveFolder_phones_label">"電話"</string>
+ <string name="dialer_useDtmfDialpad">"プッシュホン式キーパッドを使う"</string>
+ <string name="dialer_returnToInCallScreen">"保留中の通話に戻る"</string>
+ <string name="dialer_addAnotherCall">"別の通話を追加"</string>
+ <string name="callDetailTitle">"通話詳細"</string>
+ <string name="toast_call_detail_error">"通話要求の詳細が読み込めませんでした。"</string>
+ <string name="call_type">"入力"</string>
+ <string name="type_incoming">"通話着信"</string>
+ <string name="type_outgoing">"通話送信"</string>
+ <string name="type_missed">"不在着信"</string>
+ <string name="call_time">"時間"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"経過時間"</string>
+ <string name="header_actions">"操作"</string>
+ <string name="ringtone_spinner">"着信音: <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"その他の項目を追加"</string>
+ <string name="actionCall">"<xliff:g id="TYPE">%s</xliff:g>に発信"</string>
+ <string name="actionEmail">"<xliff:g id="TYPE">%s</xliff:g>にメールを送信"</string>
+ <string name="actionText">"<xliff:g id="TYPE">%s</xliff:g>にテキストを送信"</string>
+ <string name="actionChat">"<xliff:g id="TYPE">%s</xliff:g>を使用してチャット"</string>
+ <string name="actionMap">"<xliff:g id="TYPE">%s</xliff:g>の住所を表示"</string>
+ <string name="actionIncomingCall">"着信"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"直接ボイスメールに送信します"</string>
+ <string name="detailsRingtone">"<xliff:g id="RINGTONE_NAME">%s</xliff:g>に設定"</string>
+ <string name="callBack">"コールバック"</string>
+ <!-- no translation found for callAgain (3197312117049874778) -->
+ <skip />
+ <!-- no translation found for returnCall (8171961914203617813) -->
+ <skip />
+ <!-- no translation found for callDetailsDurationFormat (8157706382818184268) -->
+ <skip />
+</resources>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
new file mode 100644
index 0000000..aafe0d0
--- /dev/null
+++ b/res/values-ko/strings.xml
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"연락처"</string>
+ <!-- no translation found for launcherDialer (140610573639849799) -->
+ <skip />
+ <string name="shortcutContact">"연락처"</string>
+ <string name="starredList">"별표 표시된 연락처"</string>
+ <string name="frequentList">"자주 거는 전화"</string>
+ <string name="strequentList">"자주 거는 전화"</string>
+ <string name="viewContactTitle">"연락처 상세정보"</string>
+ <string name="viewContactDesription">"연락처 보기"</string>
+ <string name="editContactDescription">"연락처 편집"</string>
+ <string name="insertContactDescription">"연락처 만들기"</string>
+ <string name="searchHint">"연락처 검색"</string>
+ <string name="menu_newContact">"새 연락처"</string>
+ <string name="menu_viewContact">"연락처 보기"</string>
+ <string name="menu_callNumber">"<xliff:g id="NAME">%s</xliff:g>에게 전화걸기"</string>
+ <string name="menu_addStar">"즐겨찾기에 추가"</string>
+ <string name="menu_removeStar">"즐겨찾기에서 삭제"</string>
+ <string name="menu_showBarcode">"바코드 표시"</string>
+ <string name="menu_editContact">"연락처 편집"</string>
+ <string name="menu_deleteContact">"연락처 삭제"</string>
+ <string name="menu_call">"전화걸기"</string>
+ <string name="menu_sendSMS">"SMS/MMS 보내기"</string>
+ <string name="menu_sendEmail">"이메일 보내기"</string>
+ <string name="menu_viewAddress">"지도상의 주소"</string>
+ <string name="menu_makeDefaultNumber">"기본 번호로 설정"</string>
+ <string name="deleteConfirmation_title">"삭제"</string>
+ <string name="deleteConfirmation">"연락처가 삭제됩니다."</string>
+ <string name="menu_done">"완료"</string>
+ <!-- no translation found for menu_doNotSave (2174577548513895144) -->
+ <skip />
+ <string name="editContact_title_edit">"연락처 편집"</string>
+ <string name="editContact_title_insert">"새 연락처"</string>
+ <string name="menu_addItem">"추가정보"</string>
+ <string name="label_phonetic_name">"소리나는 대로"</string>
+ <string name="label_notes">"메모"</string>
+ <string name="label_ringtone">"벨소리"</string>
+ <string name="ghostData_name">"이름"</string>
+ <string name="ghostData_phonetic_name">"소리나는 대로의 이름"</string>
+ <string name="ghostData_company">"회사"</string>
+ <string name="ghostData_title">"직급"</string>
+ <string name="ghostData_im">"IM 이름"</string>
+ <string name="ghostData_notes">"내 메모"</string>
+ <string name="ghostData_phone">"전화번호"</string>
+ <string name="ghostData_email">"이메일 주소"</string>
+ <string name="ghostData_postal">"주소"</string>
+ <string name="invalidContactMessage">"연락처가 없습니다."</string>
+ <string name="pickerNewContactHeader">"새 연락처 만들기"</string>
+ <string name="selectLabel">"라벨 선택"</string>
+ <string name="phoneLabelsGroup">"전화"</string>
+ <string name="emailLabelsGroup">"이메일"</string>
+ <string name="imLabelsGroup">"IM"</string>
+ <string name="postalLabelsGroup">"주소"</string>
+ <string name="otherLabelsGroup">"기타"</string>
+ <string-array name="otherLabels">
+ <item>"조직"</item>
+ <item>"메모"</item>
+ </string-array>
+ <string name="errorDialogTitle">"사진 없음"</string>
+ <string name="photoPickerNotFoundText">"전화기에 사진이 없습니다."</string>
+ <string name="attachToContact">"연락처 아이콘"</string>
+ <string name="customLabelPickerTitle">"맞춤 라벨 이름"</string>
+ <string name="menu_displayGroup">"그룹 표시"</string>
+ <string name="syncGroupPreference">"동기화 그룹 편집"</string>
+ <string name="importFromSim">"연락처 가져오기"</string>
+ <string name="send_to_voicemail_checkbox">"음성메일에 직접 전화걸기"</string>
+ <string name="send_to_voicemail_view">"수신전화가 바로 음성메일로 연결됩니다."</string>
+ <string name="default_ringtone">"기본 벨소리"</string>
+ <string name="addPicture">"사진 추가"</string>
+ <string name="removePicture">"사진 제거"</string>
+ <string name="noContacts">"연락처가 없습니다."</string>
+ <string name="noContactsWithPhoneNumbers">"전화번호가 포함된 연락처가 없습니다."</string>
+ <string name="noFavorites">"자주 거는 전화가 없습니다."</string>
+ <string name="select_group_title">"그룹"</string>
+ <string name="groupEmpty">"\"<xliff:g id="GROUPNAME">%s</xliff:g>\" 그룹이 비었습니다."</string>
+ <string name="showAllGroups">"모든 연락처"</string>
+ <string name="syncAllGroups">"모든 연락처 동기화"</string>
+ <string name="groupNameMyContacts">"내 연락처"</string>
+ <string name="groupNameWithPhones">"전화번호가 포함된 연락처"</string>
+ <string name="contactCreatedToast">"연락처가 생성되었습니다."</string>
+ <string name="contactSavedToast">"연락처가 저장되었습니다."</string>
+ <string name="listSeparatorCallNumber">"전화번호"</string>
+ <string name="listSeparatorCallNumber_edit">"전화번호"</string>
+ <string name="listSeparatorSendSmsMms">"SMS/MMS 보내기"</string>
+ <string name="listSeparatorSendEmail">"이메일 보내기"</string>
+ <string name="listSeparatorSendEmail_edit">"이메일 주소"</string>
+ <string name="listSeparatorSendIm">"인스턴트 메시지 보내기"</string>
+ <string name="listSeparatorSendIm_edit">"채팅 주소"</string>
+ <string name="listSeparatorMapAddress">"지도상의 주소"</string>
+ <string name="listSeparatorMapAddress_edit">"우편 주소"</string>
+ <string name="listSeparatorOrganizations">"조직"</string>
+ <string name="listSeparatorOtherInformation">"기타 정보"</string>
+ <string name="listSeparatorOtherInformation_edit">"기타 옵션"</string>
+ <string name="listSeparatorMore_edit">"더보기"</string>
+ <string name="contactsIconLabel">"연락처"</string>
+ <string name="contactsFavoritesLabel">"자주 거는 전화"</string>
+ <string name="dialerIconLabel">"전화걸기"</string>
+ <string name="recentCallsIconLabel">"통화기록"</string>
+ <string name="liveFolderAll">"전체 주소록"</string>
+ <string name="liveFolderFavorites">"별표 표시된 주소"</string>
+ <string name="liveFolderPhone">"전화번호 주소록"</string>
+ <string name="menu_sendTextMessage">"SMS 메시지 보내기"</string>
+ <string name="recentCalls_callNumber">"<xliff:g id="NAME">%s</xliff:g>에게 전화걸기"</string>
+ <string name="recentCalls_editNumberBeforeCall">"전화 걸기 전에 번호 편집"</string>
+ <string name="recentCalls_addToContact">"연락처에 추가"</string>
+ <string name="recentCalls_removeFromRecentList">"통화기록에서 제거"</string>
+ <string name="recentCalls_deleteAll">"통화기록 지우기"</string>
+ <string name="recentCalls_empty">"통화기록이 없습니다."</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"음성메일"</string>
+ <string name="unknown">"알 수 없음"</string>
+ <string name="private_num">"비공개 번호"</string>
+ <string name="dialerKeyboardHintText">"키보드를 사용하여 전화걸기"</string>
+ <string name="dialerDialpadHintText">"통화를 추가할 전화번호 입력"</string>
+ <string name="simContacts_emptyLoading">"SIM 카드에서 로드 중…"</string>
+ <string name="simContacts_title">"SIM 카드 연락처"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Google 연락처를 동기화하세요."</font>" "\n"연락처를 전화기로 동기화하면 어디에서나 연락처를 확인할 수 있습니다."</string>
+ <!-- no translation found for noContactsHelpText (2249195687463896364) -->
+ <skip />
+ <!-- no translation found for noContactsHelpTextWithSync (4927701496550314555) -->
+ <skip />
+ <string name="seclectSyncGroups_title">"동기화할 그룹 선택"</string>
+ <string name="liveFolder_all_label">"전체 주소록"</string>
+ <string name="liveFolder_favorites_label">"중요편지함"</string>
+ <string name="liveFolder_phones_label">"전화번호"</string>
+ <string name="dialer_useDtmfDialpad">"터치톤 키패드 사용"</string>
+ <string name="dialer_returnToInCallScreen">"진행 중인 통화로 돌아가기"</string>
+ <string name="dialer_addAnotherCall">"통화 추가"</string>
+ <string name="callDetailTitle">"통화 세부정보"</string>
+ <string name="toast_call_detail_error">"요청한 통화의 세부정보를 볼 수 없습니다."</string>
+ <string name="call_type">"유형"</string>
+ <string name="type_incoming">"수신통화"</string>
+ <string name="type_outgoing">"발신통화"</string>
+ <string name="type_missed">"부재중 전화"</string>
+ <string name="call_time">"시간"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g>(<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"통화시간"</string>
+ <string name="header_actions">"작업"</string>
+ <string name="ringtone_spinner">"벨소리: <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"항목 더 추가"</string>
+ <string name="actionCall">"<xliff:g id="TYPE">%s</xliff:g>(으)로 전화걸기"</string>
+ <string name="actionEmail">"<xliff:g id="TYPE">%s</xliff:g>(으)로 이메일 보내기"</string>
+ <string name="actionText">"<xliff:g id="TYPE">%s</xliff:g>(으)로 문자 보내기"</string>
+ <string name="actionChat">"<xliff:g id="TYPE">%s</xliff:g> 채팅"</string>
+ <string name="actionMap">"<xliff:g id="TYPE">%s</xliff:g> 주소 보기"</string>
+ <string name="actionIncomingCall">"수신 전화"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"음성메일로 바로 보냄"</string>
+ <string name="detailsRingtone">"<xliff:g id="RINGTONE_NAME">%s</xliff:g>(으)로 설정"</string>
+ <string name="callBack">"콜백"</string>
+ <!-- no translation found for callAgain (3197312117049874778) -->
+ <skip />
+ <!-- no translation found for returnCall (8171961914203617813) -->
+ <skip />
+ <!-- no translation found for callDetailsDurationFormat (8157706382818184268) -->
+ <skip />
+</resources>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
new file mode 100644
index 0000000..3b47bac
--- /dev/null
+++ b/res/values-nb/strings.xml
@@ -0,0 +1,171 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"Kontakter"</string>
+ <string name="launcherDialer">"Telefon"</string>
+ <string name="shortcutContact">"Kontakt"</string>
+ <string name="starredList">"Med stjerne"</string>
+ <string name="frequentList">"Mest brukt"</string>
+ <string name="strequentList">"Favoritter"</string>
+ <string name="viewContactTitle">"Egenskaper for kontakt"</string>
+ <string name="viewContactDesription">"Se på kontakt"</string>
+ <string name="editContactDescription">"Rediger kontakt"</string>
+ <string name="insertContactDescription">"Opprett kontakt"</string>
+ <string name="searchHint">"Søk i kontakter"</string>
+ <string name="menu_newContact">"Ny kontakt"</string>
+ <string name="menu_viewContact">"Se på kontakt"</string>
+ <string name="menu_callNumber">"Ring <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="menu_addStar">"Legg til som favoritt"</string>
+ <string name="menu_removeStar">"Fjern fra favoritter"</string>
+ <string name="menu_showBarcode">"Vis strekkode"</string>
+ <string name="menu_editContact">"Rediger kontakt"</string>
+ <string name="menu_deleteContact">"Slett kontakt"</string>
+ <string name="menu_call">"Ring"</string>
+ <string name="menu_sendSMS">"Send SMS/MMS"</string>
+ <string name="menu_sendEmail">"Send e-post"</string>
+ <string name="menu_viewAddress">"Se i kart"</string>
+ <string name="menu_makeDefaultNumber">"Gjør til foretrukket nummer"</string>
+ <string name="deleteConfirmation_title">"Slett"</string>
+ <string name="deleteConfirmation">"Denne kontakten vil bli slettet."</string>
+ <string name="menu_done">"Lagre"</string>
+ <!-- no translation found for menu_doNotSave (2174577548513895144) -->
+ <skip />
+ <string name="editContact_title_edit">"Rediger kontakt"</string>
+ <string name="editContact_title_insert">"Ny kontakt"</string>
+ <string name="menu_addItem">"Mer informasjon"</string>
+ <string name="label_phonetic_name">"Fonetisk"</string>
+ <string name="label_notes">"Notater"</string>
+ <string name="label_ringtone">"Ringetone"</string>
+ <string name="ghostData_name">"For- og etternavn"</string>
+ <string name="ghostData_phonetic_name">"Fonetisk navn"</string>
+ <string name="ghostData_company">"Firma"</string>
+ <string name="ghostData_title">"Stilling"</string>
+ <string name="ghostData_im">"Lynmeldingsnavn"</string>
+ <string name="ghostData_notes">"Mine notater"</string>
+ <string name="ghostData_phone">"Telefonnummer"</string>
+ <string name="ghostData_email">"E-postadresse"</string>
+ <string name="ghostData_postal">"Postadresse"</string>
+ <string name="invalidContactMessage">"Kontakten finnes ikke."</string>
+ <string name="pickerNewContactHeader">"Opprett ny kontakt"</string>
+ <string name="selectLabel">"Velg etikett"</string>
+ <string name="phoneLabelsGroup">"Telefon"</string>
+ <string name="emailLabelsGroup">"E-post"</string>
+ <string name="imLabelsGroup">"Lynmeldinger"</string>
+ <string name="postalLabelsGroup">"Postadresse"</string>
+ <string name="otherLabelsGroup">"Annet"</string>
+ <string-array name="otherLabels">
+ <item>"Organisasjon"</item>
+ <item>"Notat"</item>
+ </string-array>
+ <string name="errorDialogTitle">"Ingen bilder"</string>
+ <string name="photoPickerNotFoundText">"Det er ingen bilder på telefonen."</string>
+ <string name="attachToContact">"Kontaktikon"</string>
+ <string name="customLabelPickerTitle">"Egendefinert etikett"</string>
+ <string name="menu_displayGroup">"Vis gruppe"</string>
+ <string name="syncGroupPreference">"Rediger synkroniserte grupper"</string>
+ <string name="importFromSim">"Importer kontakter"</string>
+ <string name="send_to_voicemail_checkbox">"Send anrop direkte til telefonsvarer."</string>
+ <string name="send_to_voicemail_view">"Anrop blir sendt direkte til telefonsvarer."</string>
+ <string name="default_ringtone">"Standardvalg"</string>
+ <string name="addPicture">"Legg til ikon"</string>
+ <string name="removePicture">"Fjern ikon"</string>
+ <string name="noContacts">"Ingen kontakter."</string>
+ <string name="noContactsWithPhoneNumbers">"Ingen kontakter med telefonnummer."</string>
+ <string name="noFavorites">"Ingen favoritter."</string>
+ <string name="select_group_title">"Grupper"</string>
+ <string name="groupEmpty">"Gruppen \"<xliff:g id="GROUPNAME">%s</xliff:g>\" er tom."</string>
+ <string name="showAllGroups">"Alle kontakter"</string>
+ <string name="syncAllGroups">"Synkroniser alle kontakter"</string>
+ <string name="groupNameMyContacts">"Mine kontakter"</string>
+ <string name="groupNameWithPhones">"Kontakter med telefonnummer"</string>
+ <string name="contactCreatedToast">"Kontakt opprettet."</string>
+ <string name="contactSavedToast">"Kontakt lagret."</string>
+ <string name="listSeparatorCallNumber">"Ring nummer"</string>
+ <string name="listSeparatorCallNumber_edit">"Telefonnummer"</string>
+ <string name="listSeparatorSendSmsMms">"Send SMS/MMS"</string>
+ <string name="listSeparatorSendEmail">"Send e-post"</string>
+ <string name="listSeparatorSendEmail_edit">"E-postadresser"</string>
+ <string name="listSeparatorSendIm">"Send lynmelding"</string>
+ <string name="listSeparatorSendIm_edit">"Prateadresser"</string>
+ <string name="listSeparatorMapAddress">"Se i kart"</string>
+ <string name="listSeparatorMapAddress_edit">"Postadresser"</string>
+ <string name="listSeparatorOrganizations">"Organisasjoner"</string>
+ <string name="listSeparatorOtherInformation">"Annen informasjon"</string>
+ <string name="listSeparatorOtherInformation_edit">"Andre alternativer"</string>
+ <string name="listSeparatorMore_edit">"Mer"</string>
+ <string name="contactsIconLabel">"Alle"</string>
+ <string name="contactsFavoritesLabel">"Vanlige"</string>
+ <string name="dialerIconLabel">"Telefon"</string>
+ <string name="recentCallsIconLabel">"Logg"</string>
+ <string name="liveFolderAll">"Alle kontakter"</string>
+ <string name="liveFolderFavorites">"Kontakter med stjerne"</string>
+ <string name="liveFolderPhone">"Kontakter med telefonnummer"</string>
+ <string name="menu_sendTextMessage">"Send SMS-melding"</string>
+ <string name="recentCalls_callNumber">"Ring <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="recentCalls_editNumberBeforeCall">"Rediger nummer før anrop"</string>
+ <string name="recentCalls_addToContact">"Legg til kontakter"</string>
+ <string name="recentCalls_removeFromRecentList">"Fjern fra anropslogg"</string>
+ <string name="recentCalls_deleteAll">"Nullstill anropslogg"</string>
+ <string name="recentCalls_empty">"Anropsloggen er tom."</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"Telefonsvarer"</string>
+ <string name="unknown">"Ukjent"</string>
+ <string name="private_num">"Skjult nummer"</string>
+ <string name="dialerKeyboardHintText">"Bruk tastaturet for å ringe"</string>
+ <string name="dialerDialpadHintText">"Ring for å legge til en samtale"</string>
+ <string name="simContacts_emptyLoading">"Henter fra SIM-kort…"</string>
+ <string name="simContacts_title">"Kontakter på SIM-kort"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Synkroniser Google-kontaktene dine!"</font>" "\n"Etter å ha synkronisert telefonen vil kontaktene dine bli tilgjengelig overalt."</string>
+ <!-- no translation found for noContactsHelpText (2249195687463896364) -->
+ <skip />
+ <!-- no translation found for noContactsHelpTextWithSync (4927701496550314555) -->
+ <skip />
+ <string name="seclectSyncGroups_title">"Velg grupper som skal synkroniseres"</string>
+ <string name="liveFolder_all_label">"Alle kontakter"</string>
+ <string name="liveFolder_favorites_label">"Med stjerne"</string>
+ <string name="liveFolder_phones_label">"Telefoner"</string>
+ <string name="dialer_useDtmfDialpad">"Bruk tonetastatur"</string>
+ <string name="dialer_returnToInCallScreen">"Gå tilbake til pågående samtale"</string>
+ <string name="dialer_addAnotherCall">"Legg til en samtale"</string>
+ <string name="callDetailTitle">"Samtaleinformasjon"</string>
+ <string name="toast_call_detail_error">"Kunne ikke lese informasjon for forespurt samtale."</string>
+ <string name="call_type">"Type"</string>
+ <string name="type_incoming">"Innkommende samtale"</string>
+ <string name="type_outgoing">"Utgående samtale"</string>
+ <string name="type_missed">"Tapt anrop"</string>
+ <string name="call_time">"Tid"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"Varighet"</string>
+ <string name="header_actions">"Handlinger"</string>
+ <string name="ringtone_spinner">"Ringetone: <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"Legg til flere elementer"</string>
+ <string name="actionCall">"Ring <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionEmail">"Send e-post til <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionText">"Send SMS til <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionChat">"Prat over <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionMap">"Vis <xliff:g id="TYPE">%s</xliff:g>adresse"</string>
+ <string name="actionIncomingCall">"Innkommende samtaler"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"Vil bli sendt rett til telefonsvarer"</string>
+ <string name="detailsRingtone">"Sett til <xliff:g id="RINGTONE_NAME">%s</xliff:g>"</string>
+ <string name="callBack">"Ring tilbake"</string>
+ <!-- no translation found for callAgain (3197312117049874778) -->
+ <skip />
+ <!-- no translation found for returnCall (8171961914203617813) -->
+ <skip />
+ <!-- no translation found for callDetailsDurationFormat (8157706382818184268) -->
+ <skip />
+</resources>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
new file mode 100644
index 0000000..0d3a556
--- /dev/null
+++ b/res/values-nl/strings.xml
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"Contacten"</string>
+ <!-- no translation found for launcherDialer (140610573639849799) -->
+ <skip />
+ <string name="shortcutContact">"Contacten"</string>
+ <string name="starredList">"Met ster"</string>
+ <string name="frequentList">"Vaak"</string>
+ <string name="strequentList">"Favorieten"</string>
+ <string name="viewContactTitle">"Details van contactpersoon"</string>
+ <string name="viewContactDesription">"Contactpersoon weergeven"</string>
+ <string name="editContactDescription">"Contactpersoon bewerken"</string>
+ <string name="insertContactDescription">"Contactpersoon maken"</string>
+ <string name="searchHint">"Contacten zoeken"</string>
+ <string name="menu_newContact">"Nieuwe contactpersoon"</string>
+ <string name="menu_viewContact">"Contactpersoon weergeven"</string>
+ <string name="menu_callNumber">"<xliff:g id="NAME">%s</xliff:g> bellen"</string>
+ <string name="menu_addStar">"Toevoegen aan favorieten"</string>
+ <string name="menu_removeStar">"Uit favorieten verwijderen"</string>
+ <string name="menu_showBarcode">"Barcode weergeven"</string>
+ <string name="menu_editContact">"Contactpersoon bewerken"</string>
+ <string name="menu_deleteContact">"Contactpersoon verwijderen"</string>
+ <string name="menu_call">"Bellen"</string>
+ <string name="menu_sendSMS">"SMS/MMS verzenden"</string>
+ <string name="menu_sendEmail">"E-mail verzenden"</string>
+ <string name="menu_viewAddress">"Adres op kaart weergeven"</string>
+ <string name="menu_makeDefaultNumber">"Als standaardnummer instellen"</string>
+ <string name="deleteConfirmation_title">"Verwijderen"</string>
+ <string name="deleteConfirmation">"Deze contactpersoon wordt verwijderd."</string>
+ <string name="menu_done">"Gereed"</string>
+ <!-- no translation found for menu_doNotSave (2174577548513895144) -->
+ <skip />
+ <string name="editContact_title_edit">"Contactpersoon bewerken"</string>
+ <string name="editContact_title_insert">"Nieuwe contactpersoon"</string>
+ <string name="menu_addItem">"Meer informatie"</string>
+ <string name="label_phonetic_name">"Fonetisch"</string>
+ <string name="label_notes">"Opmerkingen"</string>
+ <string name="label_ringtone">"Beltoon"</string>
+ <string name="ghostData_name">"Voor- en achternaam"</string>
+ <string name="ghostData_phonetic_name">"Fonetisch gespelde naam"</string>
+ <string name="ghostData_company">"Bedrijf"</string>
+ <string name="ghostData_title">"Positie"</string>
+ <string name="ghostData_im">"Chatnaam"</string>
+ <string name="ghostData_notes">"Mijn opmerking"</string>
+ <string name="ghostData_phone">"Telefoonnummer"</string>
+ <string name="ghostData_email">"E-mailadres"</string>
+ <string name="ghostData_postal">"Postadres"</string>
+ <string name="invalidContactMessage">"De contactpersoon bestaat niet."</string>
+ <string name="pickerNewContactHeader">"Nieuwe contactpersoon maken"</string>
+ <string name="selectLabel">"Label selecteren"</string>
+ <string name="phoneLabelsGroup">"Telefoon"</string>
+ <string name="emailLabelsGroup">"E-mailadres"</string>
+ <string name="imLabelsGroup">"Chat"</string>
+ <string name="postalLabelsGroup">"Postadres"</string>
+ <string name="otherLabelsGroup">"Overig"</string>
+ <string-array name="otherLabels">
+ <item>"Organisatie"</item>
+ <item>"Opmerking"</item>
+ </string-array>
+ <string name="errorDialogTitle">"Geen foto\'s"</string>
+ <string name="photoPickerNotFoundText">"Er zijn geen foto\'s beschikbaar op de telefoon."</string>
+ <string name="attachToContact">"Pictogram voor contactpersoon"</string>
+ <string name="customLabelPickerTitle">"Aangepaste labelnaam"</string>
+ <string name="menu_displayGroup">"Groep weergeven"</string>
+ <string name="syncGroupPreference">"Synchronisatiegroepen bewerken"</string>
+ <string name="importFromSim">"Contacten importeren"</string>
+ <string name="send_to_voicemail_checkbox">"Oproepen rechtstreeks naar voicemail verzenden"</string>
+ <string name="send_to_voicemail_view">"Oproepen worden rechtstreeks naar voicemail verzonden."</string>
+ <string name="default_ringtone">"Standaard"</string>
+ <string name="addPicture">"Pictogram toevoegen"</string>
+ <string name="removePicture">"Pictogram verwijderen"</string>
+ <string name="noContacts">"Geen contacten."</string>
+ <string name="noContactsWithPhoneNumbers">"Geen contacten met telefoonnummers."</string>
+ <string name="noFavorites">"Geen favorieten."</string>
+ <string name="select_group_title">"Groepen"</string>
+ <string name="groupEmpty">"De groep \'<xliff:g id="GROUPNAME">%s</xliff:g>\' is leeg."</string>
+ <string name="showAllGroups">"Alle contacten"</string>
+ <string name="syncAllGroups">"Alle contacten synchroniseren"</string>
+ <string name="groupNameMyContacts">"Mijn contacten"</string>
+ <string name="groupNameWithPhones">"Contacten met telefoonnummers"</string>
+ <string name="contactCreatedToast">"Contactpersoon is gemaakt."</string>
+ <string name="contactSavedToast">"Contactpersoon opgeslagen."</string>
+ <string name="listSeparatorCallNumber">"Nummer bellen"</string>
+ <string name="listSeparatorCallNumber_edit">"Telefoonnummers"</string>
+ <string name="listSeparatorSendSmsMms">"SMS/MMS verzenden"</string>
+ <string name="listSeparatorSendEmail">"E-mail verzenden"</string>
+ <string name="listSeparatorSendEmail_edit">"E-mailadressen"</string>
+ <string name="listSeparatorSendIm">"Chatbericht verzenden"</string>
+ <string name="listSeparatorSendIm_edit">"Chatadressen"</string>
+ <string name="listSeparatorMapAddress">"Adres op kaart weergeven"</string>
+ <string name="listSeparatorMapAddress_edit">"Postadressen"</string>
+ <string name="listSeparatorOrganizations">"Organisaties"</string>
+ <string name="listSeparatorOtherInformation">"Overige informatie"</string>
+ <string name="listSeparatorOtherInformation_edit">"Andere opties"</string>
+ <string name="listSeparatorMore_edit">"Meer"</string>
+ <string name="contactsIconLabel">"Contacten"</string>
+ <string name="contactsFavoritesLabel">"Favorieten"</string>
+ <string name="dialerIconLabel">"Telefoon"</string>
+ <string name="recentCallsIconLabel">"Gesprekken"</string>
+ <string name="liveFolderAll">"Alle contacten"</string>
+ <string name="liveFolderFavorites">"Contacten met ster"</string>
+ <string name="liveFolderPhone">"Contacten met telefoonnummers"</string>
+ <string name="menu_sendTextMessage">"SMS-bericht verzenden"</string>
+ <string name="recentCalls_callNumber">"<xliff:g id="NAME">%s</xliff:g> bellen"</string>
+ <string name="recentCalls_editNumberBeforeCall">"Nummer bewerken voor bellen"</string>
+ <string name="recentCalls_addToContact">"Toevoegen aan contacten"</string>
+ <string name="recentCalls_removeFromRecentList">"Verwijderen uit Gesprekken"</string>
+ <string name="recentCalls_deleteAll">"Gesprekken wissen"</string>
+ <string name="recentCalls_empty">"Gesprekken is leeg"</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"Voicemail"</string>
+ <string name="unknown">"Onbekend"</string>
+ <string name="private_num">"Privénummer"</string>
+ <string name="dialerKeyboardHintText">"Toetsen gebruiken om te bellen"</string>
+ <string name="dialerDialpadHintText">"Bellen om een oproep toe te voegen"</string>
+ <string name="simContacts_emptyLoading">"Laden vanaf SIM-kaart..."</string>
+ <string name="simContacts_title">"Contacten op SIM-kaart"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Synchroniseer uw Google-contacten!"</font>" "\n"Zodra uw telefoon is gesynchroniseerd, heeft u uw contacten altijd ter beschikking."</string>
+ <!-- no translation found for noContactsHelpText (2249195687463896364) -->
+ <skip />
+ <!-- no translation found for noContactsHelpTextWithSync (4927701496550314555) -->
+ <skip />
+ <string name="seclectSyncGroups_title">"Groepen selecteren om te synchroniseren"</string>
+ <string name="liveFolder_all_label">"Alle contacten"</string>
+ <string name="liveFolder_favorites_label">"Met ster"</string>
+ <string name="liveFolder_phones_label">"Telefoons"</string>
+ <string name="dialer_useDtmfDialpad">"Toetsen voor toonkiezen gebruiken"</string>
+ <string name="dialer_returnToInCallScreen">"Terug naar actief gesprek"</string>
+ <string name="dialer_addAnotherCall">"Oproep toevoegen"</string>
+ <string name="callDetailTitle">"Gespreksgegevens"</string>
+ <string name="toast_call_detail_error">"Kan geen gegevens over het gevraagde gesprek vinden."</string>
+ <string name="call_type">"Type"</string>
+ <string name="type_incoming">"Binnenkomende oproep"</string>
+ <string name="type_outgoing">"Uitgaand gesprek"</string>
+ <string name="type_missed">"Oproep gemist"</string>
+ <string name="call_time">"Tijd"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"Duur"</string>
+ <string name="header_actions">"Acties"</string>
+ <string name="ringtone_spinner">"Beltoon: <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"Meer items toevoegen"</string>
+ <string name="actionCall">"<xliff:g id="TYPE">%s</xliff:g> bellen"</string>
+ <string name="actionEmail">"E-mail <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionText">"Tekst <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionChat">"Chatten via <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionMap">"<xliff:g id="TYPE">%s</xliff:g>-adres bekijken"</string>
+ <string name="actionIncomingCall">"Binnenkomende oproepen"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"Wordt direct naar voicemail verzonden"</string>
+ <string name="detailsRingtone">"Ingesteld op <xliff:g id="RINGTONE_NAME">%s</xliff:g>"</string>
+ <string name="callBack">"Terugbellen"</string>
+ <!-- no translation found for callAgain (3197312117049874778) -->
+ <skip />
+ <!-- no translation found for returnCall (8171961914203617813) -->
+ <skip />
+ <!-- no translation found for callDetailsDurationFormat (8157706382818184268) -->
+ <skip />
+</resources>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
new file mode 100644
index 0000000..feb5c8b
--- /dev/null
+++ b/res/values-pl/strings.xml
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"Kontakty"</string>
+ <!-- no translation found for launcherDialer (140610573639849799) -->
+ <skip />
+ <string name="shortcutContact">"Kontakt"</string>
+ <string name="starredList">"Oznaczony gwiazdką"</string>
+ <string name="frequentList">"Częste"</string>
+ <string name="strequentList">"Ulubione"</string>
+ <string name="viewContactTitle">"Szczegóły kontaktu"</string>
+ <string name="viewContactDesription">"Wyświetl kontakt"</string>
+ <string name="editContactDescription">"Edytuj kontakt"</string>
+ <string name="insertContactDescription">"Utwórz kontakt"</string>
+ <string name="searchHint">"Przeszukuj kontakty"</string>
+ <string name="menu_newContact">"Nowy kontakt"</string>
+ <string name="menu_viewContact">"Wyświetl kontakt"</string>
+ <string name="menu_callNumber">"Zadzwoń do kontaktu <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="menu_addStar">"Dodaj do ulubionych"</string>
+ <string name="menu_removeStar">"Usuń z ulubionych"</string>
+ <string name="menu_showBarcode">"Pokaż kod kreskowy"</string>
+ <string name="menu_editContact">"Edytuj kontakt"</string>
+ <string name="menu_deleteContact">"Usuń kontakt"</string>
+ <string name="menu_call">"Zadzwoń"</string>
+ <string name="menu_sendSMS">"Wyślij wiadomość SMS/MMS"</string>
+ <string name="menu_sendEmail">"Wyślij wiadomość e-mail"</string>
+ <string name="menu_viewAddress">"Pokaż adres na mapie"</string>
+ <string name="menu_makeDefaultNumber">"Ustaw ten numer jako domyślny"</string>
+ <string name="deleteConfirmation_title">"Usuń"</string>
+ <string name="deleteConfirmation">"Ten kontakt zostanie usunięty."</string>
+ <string name="menu_done">"Gotowe"</string>
+ <!-- no translation found for menu_doNotSave (2174577548513895144) -->
+ <skip />
+ <string name="editContact_title_edit">"Edytuj kontakt"</string>
+ <string name="editContact_title_insert">"Nowy kontakt"</string>
+ <string name="menu_addItem">"Więcej informacji"</string>
+ <string name="label_phonetic_name">"Fonetycznie"</string>
+ <string name="label_notes">"Notatki"</string>
+ <string name="label_ringtone">"Dzwonek"</string>
+ <string name="ghostData_name">"Imię i nazwisko"</string>
+ <string name="ghostData_phonetic_name">"Nazwisko (fonetycznie)"</string>
+ <string name="ghostData_company">"Firma"</string>
+ <string name="ghostData_title">"Pozycja"</string>
+ <string name="ghostData_im">"Nazwa w komunikatorze"</string>
+ <string name="ghostData_notes">"Moja notatka"</string>
+ <string name="ghostData_phone">"Numer telefonu"</string>
+ <string name="ghostData_email">"Adres e-mail"</string>
+ <string name="ghostData_postal">"Adres pocztowy"</string>
+ <string name="invalidContactMessage">"Kontakt nie istnieje."</string>
+ <string name="pickerNewContactHeader">"Utwórz nowy kontakt"</string>
+ <string name="selectLabel">"Wybierz etykietę"</string>
+ <string name="phoneLabelsGroup">"Telefon"</string>
+ <string name="emailLabelsGroup">"E-mail"</string>
+ <string name="imLabelsGroup">"Komunikatory"</string>
+ <string name="postalLabelsGroup">"Adres pocztowy"</string>
+ <string name="otherLabelsGroup">"Inne"</string>
+ <string-array name="otherLabels">
+ <item>"Organizacja"</item>
+ <item>"Notatka"</item>
+ </string-array>
+ <string name="errorDialogTitle">"Brak zdjęć"</string>
+ <string name="photoPickerNotFoundText">"W telefonie brak dostępnych zdjęć."</string>
+ <string name="attachToContact">"Ikona kontaktu"</string>
+ <string name="customLabelPickerTitle">"Nazwa etykiety niestandardowej"</string>
+ <string name="menu_displayGroup">"Wyświetl grupę"</string>
+ <string name="syncGroupPreference">"Synchronizacja grup"</string>
+ <string name="importFromSim">"Importuj kontakty"</string>
+ <string name="send_to_voicemail_checkbox">"Przekieruj połączenia bezpośrednio na pocztę głosową"</string>
+ <string name="send_to_voicemail_view">"Połączenia są przekazywane bezpośrednio do poczty głosowej."</string>
+ <string name="default_ringtone">"Domyślny"</string>
+ <string name="addPicture">"Dodaj ikonę"</string>
+ <string name="removePicture">"Usuń ikonę"</string>
+ <string name="noContacts">"Brak kontaktów."</string>
+ <string name="noContactsWithPhoneNumbers">"Brak kontaktów z numerami telefonów."</string>
+ <string name="noFavorites">"Brak ulubionych"</string>
+ <string name="select_group_title">"Grupy"</string>
+ <string name="groupEmpty">"Grupa „<xliff:g id="GROUPNAME">%s</xliff:g>” jest pusta."</string>
+ <string name="showAllGroups">"Wszystkie kontakty"</string>
+ <string name="syncAllGroups">"Synchronizuj wszystkie kontakty"</string>
+ <string name="groupNameMyContacts">"Moje kontakty"</string>
+ <string name="groupNameWithPhones">"Kontakty z numerami telefonu"</string>
+ <string name="contactCreatedToast">"Utworzono kontakt."</string>
+ <string name="contactSavedToast">"Kontakt został zapisany."</string>
+ <string name="listSeparatorCallNumber">"Wybierz numer"</string>
+ <string name="listSeparatorCallNumber_edit">"Numery telefonów"</string>
+ <string name="listSeparatorSendSmsMms">"Wyślij wiadomość SMS/MMS"</string>
+ <string name="listSeparatorSendEmail">"Wyślij wiadomość e-mail"</string>
+ <string name="listSeparatorSendEmail_edit">"Adresy e-mail"</string>
+ <string name="listSeparatorSendIm">"Wyślij wiadomość błyskawiczną"</string>
+ <string name="listSeparatorSendIm_edit">"Adresy czatu"</string>
+ <string name="listSeparatorMapAddress">"Pokaż adres na mapie"</string>
+ <string name="listSeparatorMapAddress_edit">"Adresy pocztowe"</string>
+ <string name="listSeparatorOrganizations">"Organizacje"</string>
+ <string name="listSeparatorOtherInformation">"Inne informacje"</string>
+ <string name="listSeparatorOtherInformation_edit">"Inne opcje"</string>
+ <string name="listSeparatorMore_edit">"Więcej"</string>
+ <string name="contactsIconLabel">"Kontakty"</string>
+ <string name="contactsFavoritesLabel">"Ulubione"</string>
+ <string name="dialerIconLabel">"Telefon"</string>
+ <string name="recentCallsIconLabel">"Rejestr"</string>
+ <string name="liveFolderAll">"Wszystkie kontakty"</string>
+ <string name="liveFolderFavorites">"Kontakty oznaczone gwiazdką"</string>
+ <string name="liveFolderPhone">"Kontakty z numerami telefonów"</string>
+ <string name="menu_sendTextMessage">"Wyślij wiadomość SMS"</string>
+ <string name="recentCalls_callNumber">"Zadzwoń do kontaktu <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="recentCalls_editNumberBeforeCall">"Edytuj numer przed nawiązaniem połączenia"</string>
+ <string name="recentCalls_addToContact">"Dodaj do kontaktów"</string>
+ <string name="recentCalls_removeFromRecentList">"Usuń z rejestru połączeń"</string>
+ <string name="recentCalls_deleteAll">"Wyczyść rejestr połączeń"</string>
+ <string name="recentCalls_empty">"Rejestr połączeń jest pusty."</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"Poczta głosowa"</string>
+ <string name="unknown">"Nieznane"</string>
+ <string name="private_num">"Numer prywatny"</string>
+ <string name="dialerKeyboardHintText">"Wybierz numer za pomocą klawiatury"</string>
+ <string name="dialerDialpadHintText">"Wybierz numer, aby dodać połączenie"</string>
+ <string name="simContacts_emptyLoading">"Wczytywanie z karty SIM…"</string>
+ <string name="simContacts_title">"Kontakty z karty SIM"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Zsynchronizuj kontakty Google!"</font>" "\n"Po zsynchronizowaniu telefonu zawsze będziesz mieć kontakty pod ręką."</string>
+ <!-- no translation found for noContactsHelpText (2249195687463896364) -->
+ <skip />
+ <!-- no translation found for noContactsHelpTextWithSync (4927701496550314555) -->
+ <skip />
+ <string name="seclectSyncGroups_title">"Wybierz grupy do zsynchronizowania"</string>
+ <string name="liveFolder_all_label">"Wszystkie kontakty"</string>
+ <string name="liveFolder_favorites_label">"Oznaczone gwiazdką"</string>
+ <string name="liveFolder_phones_label">"Telefony"</string>
+ <string name="dialer_useDtmfDialpad">"Użyj klawiatury tonowej"</string>
+ <string name="dialer_returnToInCallScreen">"Powrót do aktywnego połączenia"</string>
+ <string name="dialer_addAnotherCall">"Dodaj połączenie"</string>
+ <string name="callDetailTitle">"Szczegóły połączenia"</string>
+ <string name="toast_call_detail_error">"Nie można odczytać szczegółów żądanego połączenia."</string>
+ <string name="call_type">"Typ"</string>
+ <string name="type_incoming">"Poł. przychodzące"</string>
+ <string name="type_outgoing">"Połączenie wychodzące"</string>
+ <string name="type_missed">"Nieodebrane połączenia"</string>
+ <string name="call_time">"Godzina"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"Czas trwania"</string>
+ <string name="header_actions">"Czynności"</string>
+ <string name="ringtone_spinner">"Dźwięk dzwonka: <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"Dodaj więcej elementów"</string>
+ <string name="actionCall">"Zadzwoń na numer: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionEmail">"Wyślij wiadomość e-mail na adres: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionText">"Wyślij tekst do: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionChat">"Porozmawiaj na czacie <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionMap">"Wyświetl adres: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionIncomingCall">"Połączenia przychodzące"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"Zostaną wysłane bezpośrednio na pocztę głosową"</string>
+ <string name="detailsRingtone">"Ustaw na <xliff:g id="RINGTONE_NAME">%s</xliff:g>"</string>
+ <string name="callBack">"Oddzwoń"</string>
+ <!-- no translation found for callAgain (3197312117049874778) -->
+ <skip />
+ <!-- no translation found for returnCall (8171961914203617813) -->
+ <skip />
+ <!-- no translation found for callDetailsDurationFormat (8157706382818184268) -->
+ <skip />
+</resources>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
new file mode 100644
index 0000000..398c898
--- /dev/null
+++ b/res/values-ru/strings.xml
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"Контакты"</string>
+ <!-- no translation found for launcherDialer (140610573639849799) -->
+ <skip />
+ <string name="shortcutContact">"Контакт"</string>
+ <string name="starredList">"Помеченные"</string>
+ <string name="frequentList">"Частые"</string>
+ <string name="strequentList">"Избранные"</string>
+ <string name="viewContactTitle">"Сведения о контакте"</string>
+ <string name="viewContactDesription">"Просмотреть контакт"</string>
+ <string name="editContactDescription">"Изменить контакт"</string>
+ <string name="insertContactDescription">"Создать контакт"</string>
+ <string name="searchHint">"Искать контакты"</string>
+ <string name="menu_newContact">"Создать контакт"</string>
+ <string name="menu_viewContact">"Просмотреть контакт"</string>
+ <string name="menu_callNumber">"Позвонить: <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="menu_addStar">"Добавить в избранное"</string>
+ <string name="menu_removeStar">"Удалить из избранного"</string>
+ <string name="menu_showBarcode">"Показать штрихкод"</string>
+ <string name="menu_editContact">"Изменить контакт"</string>
+ <string name="menu_deleteContact">"Удалить контакт"</string>
+ <string name="menu_call">"Позвонить"</string>
+ <string name="menu_sendSMS">"Отправить SMS/MMS"</string>
+ <string name="menu_sendEmail">"Отправить сообщение электронной почты"</string>
+ <string name="menu_viewAddress">"Адрес на карте"</string>
+ <string name="menu_makeDefaultNumber">"Сделать номером по умолчанию"</string>
+ <string name="deleteConfirmation_title">"Удаление"</string>
+ <string name="deleteConfirmation">"Этот контакт будет удален."</string>
+ <string name="menu_done">"Готово"</string>
+ <!-- no translation found for menu_doNotSave (2174577548513895144) -->
+ <skip />
+ <string name="editContact_title_edit">"Изменить контакт"</string>
+ <string name="editContact_title_insert">"Создание контакта"</string>
+ <string name="menu_addItem">"Подробнее"</string>
+ <string name="label_phonetic_name">"Фонетика"</string>
+ <string name="label_notes">"Примечания"</string>
+ <string name="label_ringtone">"Мелодия звонка"</string>
+ <string name="ghostData_name">"Первый и последний"</string>
+ <string name="ghostData_phonetic_name">"Имя (фонетическая запись)"</string>
+ <string name="ghostData_company">"Компания"</string>
+ <string name="ghostData_title">"Должность"</string>
+ <string name="ghostData_im">"Имя в чате"</string>
+ <string name="ghostData_notes">"Мое примечание"</string>
+ <string name="ghostData_phone">"Телефонный номер"</string>
+ <string name="ghostData_email">"Адрес электронной почты"</string>
+ <string name="ghostData_postal">"Почтовый адрес"</string>
+ <string name="invalidContactMessage">"Контакт не существует."</string>
+ <string name="pickerNewContactHeader">"Создать новый контакт"</string>
+ <string name="selectLabel">"Выбор ярлыка"</string>
+ <string name="phoneLabelsGroup">"Телефон"</string>
+ <string name="emailLabelsGroup">"Электронная почта"</string>
+ <string name="imLabelsGroup">"Чат"</string>
+ <string name="postalLabelsGroup">"Почтовый адрес"</string>
+ <string name="otherLabelsGroup">"Прочее"</string>
+ <string-array name="otherLabels">
+ <item>"Организация"</item>
+ <item>"Примечание"</item>
+ </string-array>
+ <string name="errorDialogTitle">"Нет изображений"</string>
+ <string name="photoPickerNotFoundText">"На телефоне нет изображений."</string>
+ <string name="attachToContact">"Значок контакта"</string>
+ <string name="customLabelPickerTitle">"Имя персонализированного ярлыка"</string>
+ <string name="menu_displayGroup">"Показать группу"</string>
+ <string name="syncGroupPreference">"Изменить группы синхронизации"</string>
+ <string name="importFromSim">"Импортировать контакты"</string>
+ <string name="send_to_voicemail_checkbox">"Направлять звонки в голосовую почту"</string>
+ <string name="send_to_voicemail_view">"Вызовы направляются прямо в голосовую почту."</string>
+ <string name="default_ringtone">"По умолчанию"</string>
+ <string name="addPicture">"Добавить значок"</string>
+ <string name="removePicture">"Убрать значок"</string>
+ <string name="noContacts">"Нет контактов."</string>
+ <string name="noContactsWithPhoneNumbers">"Нет контактов с телефонными номерами."</string>
+ <string name="noFavorites">"Нет избранных."</string>
+ <string name="select_group_title">"Группы"</string>
+ <string name="groupEmpty">"Группа \"<xliff:g id="GROUPNAME">%s</xliff:g>\" пуста."</string>
+ <string name="showAllGroups">"Все контакты"</string>
+ <string name="syncAllGroups">"Синхронизировать все контакты"</string>
+ <string name="groupNameMyContacts">"Мои контакты"</string>
+ <string name="groupNameWithPhones">"Контакты с телефонными номерами"</string>
+ <string name="contactCreatedToast">"Контакт создан."</string>
+ <string name="contactSavedToast">"Контакт сохранен."</string>
+ <string name="listSeparatorCallNumber">"Набрать номер"</string>
+ <string name="listSeparatorCallNumber_edit">"Номера телефонов"</string>
+ <string name="listSeparatorSendSmsMms">"Отправить SMS/MMS"</string>
+ <string name="listSeparatorSendEmail">"Отправить сообщение электронной почты"</string>
+ <string name="listSeparatorSendEmail_edit">"Адреса электронной почты"</string>
+ <string name="listSeparatorSendIm">"Отправить мгновенное сообщение"</string>
+ <string name="listSeparatorSendIm_edit">"Адреса чата"</string>
+ <string name="listSeparatorMapAddress">"Адрес на карте"</string>
+ <string name="listSeparatorMapAddress_edit">"Почтовые адреса"</string>
+ <string name="listSeparatorOrganizations">"Организации"</string>
+ <string name="listSeparatorOtherInformation">"Другие сведения"</string>
+ <string name="listSeparatorOtherInformation_edit">"Другие параметры"</string>
+ <string name="listSeparatorMore_edit">"Дополнительно"</string>
+ <string name="contactsIconLabel">"Контакты"</string>
+ <string name="contactsFavoritesLabel">"Избранные"</string>
+ <string name="dialerIconLabel">"Набор номеров"</string>
+ <string name="recentCallsIconLabel">"Журнал вызовов"</string>
+ <string name="liveFolderAll">"Все контакты"</string>
+ <string name="liveFolderFavorites">"Помеченные контакты"</string>
+ <string name="liveFolderPhone">"Контакты с номерами телефонов"</string>
+ <string name="menu_sendTextMessage">"Отправить сообщение SMS"</string>
+ <string name="recentCalls_callNumber">"Позвонить: <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="recentCalls_editNumberBeforeCall">"Изменить номер перед вызовом"</string>
+ <string name="recentCalls_addToContact">"Добавить в контакты"</string>
+ <string name="recentCalls_removeFromRecentList">"Удалить из журнала вызовов"</string>
+ <string name="recentCalls_deleteAll">"Очистить журнал вызовов"</string>
+ <string name="recentCalls_empty">"Журнал вызовов пуст."</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"Голосовая почта"</string>
+ <string name="unknown">"Неизвестно"</string>
+ <string name="private_num">"Частный номер"</string>
+ <string name="dialerKeyboardHintText">"Для набора воспользуйтесь клавиатурой"</string>
+ <string name="dialerDialpadHintText">"Наберите номер, чтобы добавить вызов"</string>
+ <string name="simContacts_emptyLoading">"Идет загрузка с SIM-карты…"</string>
+ <string name="simContacts_title">"Контакты на SIM-карте"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"Синхронизируйте свои контакты Google!"</font>" "\n"После синхронизации с телефоном вы сможете общаться со знакомыми, где бы вы ни были."</string>
+ <!-- no translation found for noContactsHelpText (2249195687463896364) -->
+ <skip />
+ <!-- no translation found for noContactsHelpTextWithSync (4927701496550314555) -->
+ <skip />
+ <string name="seclectSyncGroups_title">"Выбор групп для синхронизации"</string>
+ <string name="liveFolder_all_label">"Все контакты"</string>
+ <string name="liveFolder_favorites_label">"Помеченные"</string>
+ <string name="liveFolder_phones_label">"Телефоны"</string>
+ <string name="dialer_useDtmfDialpad">"Использовать клавиатуру тонального набора"</string>
+ <string name="dialer_returnToInCallScreen">"Вернуться к текущему звонку"</string>
+ <string name="dialer_addAnotherCall">"Добавить звонок"</string>
+ <string name="callDetailTitle">"Сведения о звонке"</string>
+ <string name="toast_call_detail_error">"Не удается считать сведения об указанном звонке."</string>
+ <string name="call_type">"Тип"</string>
+ <string name="type_incoming">"Входящий звонок"</string>
+ <string name="type_outgoing">"Исходящий звонок"</string>
+ <string name="type_missed">"Пропущенный звонок"</string>
+ <string name="call_time">"Время"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"Продолжительность"</string>
+ <string name="header_actions">"Действия"</string>
+ <string name="ringtone_spinner">"Мелодия: <xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"Добавление контактов"</string>
+ <string name="actionCall">"Позвонить по номеру: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionEmail">"Отправить электронное сообщение на адрес: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionText">"Отправить текстовое сообщение на номер: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionChat">"Общаться в чате с помощью: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionMap">"Просмотр адреса: <xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionIncomingCall">"Входящие вызовы"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"Переадресация в голосовую почту"</string>
+ <string name="detailsRingtone">"Выбрано: <xliff:g id="RINGTONE_NAME">%s</xliff:g>"</string>
+ <string name="callBack">"Перезвонить"</string>
+ <!-- no translation found for callAgain (3197312117049874778) -->
+ <skip />
+ <!-- no translation found for returnCall (8171961914203617813) -->
+ <skip />
+ <!-- no translation found for callDetailsDurationFormat (8157706382818184268) -->
+ <skip />
+</resources>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
new file mode 100644
index 0000000..6ef964e
--- /dev/null
+++ b/res/values-zh-rCN/strings.xml
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"联系人"</string>
+ <!-- no translation found for launcherDialer (140610573639849799) -->
+ <skip />
+ <string name="shortcutContact">"联系人"</string>
+ <string name="starredList">"已加星标"</string>
+ <string name="frequentList">"经常"</string>
+ <string name="strequentList">"收藏夹"</string>
+ <string name="viewContactTitle">"联系人详细信息"</string>
+ <string name="viewContactDesription">"查看联系人"</string>
+ <string name="editContactDescription">"编辑联系人"</string>
+ <string name="insertContactDescription">"创建联系人"</string>
+ <string name="searchHint">"搜索联系人"</string>
+ <string name="menu_newContact">"添加联系人"</string>
+ <string name="menu_viewContact">"查看联系人"</string>
+ <string name="menu_callNumber">"呼叫<xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="menu_addStar">"添加到收藏夹"</string>
+ <string name="menu_removeStar">"从收藏夹中删除"</string>
+ <string name="menu_showBarcode">"显示条形码"</string>
+ <string name="menu_editContact">"编辑联系人"</string>
+ <string name="menu_deleteContact">"删除联系人"</string>
+ <string name="menu_call">"呼叫"</string>
+ <string name="menu_sendSMS">"发送短信/彩信"</string>
+ <string name="menu_sendEmail">"发送电子邮件"</string>
+ <string name="menu_viewAddress">"地图地址"</string>
+ <string name="menu_makeDefaultNumber">"设置默认号码"</string>
+ <string name="deleteConfirmation_title">"删除"</string>
+ <string name="deleteConfirmation">"会删除此联系人。"</string>
+ <string name="menu_done">"完成"</string>
+ <!-- no translation found for menu_doNotSave (2174577548513895144) -->
+ <skip />
+ <string name="editContact_title_edit">"编辑联系人"</string>
+ <string name="editContact_title_insert">"添加联系人"</string>
+ <string name="menu_addItem">"详细信息"</string>
+ <string name="label_phonetic_name">"拼音"</string>
+ <string name="label_notes">"备注"</string>
+ <string name="label_ringtone">"铃声"</string>
+ <string name="ghostData_name">"第一个和最后一个"</string>
+ <string name="ghostData_phonetic_name">"拼音姓名"</string>
+ <string name="ghostData_company">"公司"</string>
+ <string name="ghostData_title">"位置"</string>
+ <string name="ghostData_im">"即时消息名称"</string>
+ <string name="ghostData_notes">"我的备注"</string>
+ <string name="ghostData_phone">"电话号码"</string>
+ <string name="ghostData_email">"电子邮件地址"</string>
+ <string name="ghostData_postal">"通讯地址"</string>
+ <string name="invalidContactMessage">"该联系人不存在。"</string>
+ <string name="pickerNewContactHeader">"创建新联系人"</string>
+ <string name="selectLabel">"选择标签"</string>
+ <string name="phoneLabelsGroup">"手机"</string>
+ <string name="emailLabelsGroup">"电子邮件"</string>
+ <string name="imLabelsGroup">"即时消息"</string>
+ <string name="postalLabelsGroup">"通讯地址"</string>
+ <string name="otherLabelsGroup">"其他"</string>
+ <string-array name="otherLabels">
+ <item>"组织"</item>
+ <item>"备注"</item>
+ </string-array>
+ <string name="errorDialogTitle">"没有图片"</string>
+ <string name="photoPickerNotFoundText">"手机上没有可用的图片。"</string>
+ <string name="attachToContact">"“联系人”图标"</string>
+ <string name="customLabelPickerTitle">"自定义标签名称"</string>
+ <string name="menu_displayGroup">"显示组"</string>
+ <string name="syncGroupPreference">"编辑同步组"</string>
+ <string name="importFromSim">"导入联系人"</string>
+ <string name="send_to_voicemail_checkbox">"将通话直接发送到语音邮件"</string>
+ <string name="send_to_voicemail_view">"呼叫被直接发送至语音邮件。"</string>
+ <string name="default_ringtone">"默认"</string>
+ <string name="addPicture">"“添加”图标"</string>
+ <string name="removePicture">"“删除”图标"</string>
+ <string name="noContacts">"没有联系人。"</string>
+ <string name="noContactsWithPhoneNumbers">"没有联系人拥有电话号码。"</string>
+ <string name="noFavorites">"没有收藏内容。"</string>
+ <string name="select_group_title">"组"</string>
+ <string name="groupEmpty">"您的“<xliff:g id="GROUPNAME">%s</xliff:g>”组为空。"</string>
+ <string name="showAllGroups">"所有联系人"</string>
+ <string name="syncAllGroups">"同步所有联系人"</string>
+ <string name="groupNameMyContacts">"我的联系人"</string>
+ <string name="groupNameWithPhones">"拥有电话号码的联系人"</string>
+ <string name="contactCreatedToast">"已创建“联系人”。"</string>
+ <string name="contactSavedToast">"已保存联系人。"</string>
+ <string name="listSeparatorCallNumber">"拔号"</string>
+ <string name="listSeparatorCallNumber_edit">"电话号码"</string>
+ <string name="listSeparatorSendSmsMms">"发送短信/彩信"</string>
+ <string name="listSeparatorSendEmail">"发送电子邮件"</string>
+ <string name="listSeparatorSendEmail_edit">"电子邮件地址"</string>
+ <string name="listSeparatorSendIm">"发送即时消息"</string>
+ <string name="listSeparatorSendIm_edit">"聊天地址"</string>
+ <string name="listSeparatorMapAddress">"地图地址"</string>
+ <string name="listSeparatorMapAddress_edit">"邮政地址"</string>
+ <string name="listSeparatorOrganizations">"组织"</string>
+ <string name="listSeparatorOtherInformation">"其他信息"</string>
+ <string name="listSeparatorOtherInformation_edit">"其他选项"</string>
+ <string name="listSeparatorMore_edit">"更多"</string>
+ <string name="contactsIconLabel">"联系人"</string>
+ <string name="contactsFavoritesLabel">"收藏夹"</string>
+ <string name="dialerIconLabel">"拔号程序"</string>
+ <string name="recentCallsIconLabel">"通话记录"</string>
+ <string name="liveFolderAll">"所有联系人"</string>
+ <string name="liveFolderFavorites">"已加星标的联系人"</string>
+ <string name="liveFolderPhone">"有电话号码的联系人"</string>
+ <string name="menu_sendTextMessage">"发送短信"</string>
+ <string name="recentCalls_callNumber">"呼叫<xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="recentCalls_editNumberBeforeCall">"在呼叫之前编辑号码"</string>
+ <string name="recentCalls_addToContact">"添加到联系人"</string>
+ <string name="recentCalls_removeFromRecentList">"从通话记录中删除"</string>
+ <string name="recentCalls_deleteAll">"清除通话记录"</string>
+ <string name="recentCalls_empty">"通话记录为空。"</string>
+ <string name="imei">"移动通信国际识别码"</string>
+ <string name="voicemail">"语音邮件"</string>
+ <string name="unknown">"未知"</string>
+ <string name="private_num">"私人号码"</string>
+ <string name="dialerKeyboardHintText">"使用键盘拔号"</string>
+ <string name="dialerDialpadHintText">"通过拨号添加通话"</string>
+ <string name="simContacts_emptyLoading">"正在从 SIM 卡中载入..."</string>
+ <string name="simContacts_title">"SIM 卡联系人"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">"同步您的 Google 联系人!"</font>\n"将联系人同步到您的手机后,无论您走到哪里,都可以与他们联系。"</string>
+ <!-- no translation found for noContactsHelpText (2249195687463896364) -->
+ <skip />
+ <!-- no translation found for noContactsHelpTextWithSync (4927701496550314555) -->
+ <skip />
+ <string name="seclectSyncGroups_title">"选择要同步的组"</string>
+ <string name="liveFolder_all_label">"所有联系人"</string>
+ <string name="liveFolder_favorites_label">"已加星标"</string>
+ <string name="liveFolder_phones_label">"电话"</string>
+ <string name="dialer_useDtmfDialpad">"使用按键式键盘"</string>
+ <string name="dialer_returnToInCallScreen">"返回到正在进行中的通话"</string>
+ <string name="dialer_addAnotherCall">"添加通话"</string>
+ <string name="callDetailTitle">"通话详情"</string>
+ <string name="toast_call_detail_error">"无法阅读所请求通话的详情。"</string>
+ <string name="call_type">"类型"</string>
+ <string name="type_incoming">"来电"</string>
+ <string name="type_outgoing">"去电"</string>
+ <string name="type_missed">"未接来电"</string>
+ <string name="call_time">"时间"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g>(<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"持续时间"</string>
+ <string name="header_actions">"操作"</string>
+ <string name="ringtone_spinner">"铃声:<xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"添加更多项目"</string>
+ <string name="actionCall">"呼叫<xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionEmail">"向<xliff:g id="TYPE">%s</xliff:g>发送电子邮件"</string>
+ <string name="actionText">"向<xliff:g id="TYPE">%s</xliff:g>发送文本消息"</string>
+ <string name="actionChat">"使用 <xliff:g id="TYPE">%s</xliff:g> 进行聊天"</string>
+ <string name="actionMap">"查看<xliff:g id="TYPE">%s</xliff:g>地址"</string>
+ <string name="actionIncomingCall">"来电"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"将直接发送至语音邮件"</string>
+ <string name="detailsRingtone">"设置为“<xliff:g id="RINGTONE_NAME">%s</xliff:g>”"</string>
+ <string name="callBack">"回拨"</string>
+ <!-- no translation found for callAgain (3197312117049874778) -->
+ <skip />
+ <!-- no translation found for returnCall (8171961914203617813) -->
+ <skip />
+ <!-- no translation found for callDetailsDurationFormat (8157706382818184268) -->
+ <skip />
+</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
new file mode 100644
index 0000000..91704fb
--- /dev/null
+++ b/res/values-zh-rTW/strings.xml
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="contactsList">"連絡人"</string>
+ <!-- no translation found for launcherDialer (140610573639849799) -->
+ <skip />
+ <string name="shortcutContact">"連絡人"</string>
+ <string name="starredList">"已標記星號"</string>
+ <string name="frequentList">"經常聯絡"</string>
+ <string name="strequentList">"我的最愛"</string>
+ <string name="viewContactTitle">"連絡人詳細資料"</string>
+ <string name="viewContactDesription">"檢視連絡人"</string>
+ <string name="editContactDescription">"編輯連絡人"</string>
+ <string name="insertContactDescription">"建立連絡人"</string>
+ <string name="searchHint">"搜尋連絡人"</string>
+ <string name="menu_newContact">"新增連絡人"</string>
+ <string name="menu_viewContact">"檢視連絡人"</string>
+ <string name="menu_callNumber">"撥打電話給 <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="menu_addStar">"新增至我的最愛"</string>
+ <string name="menu_removeStar">"從我的最愛中移除"</string>
+ <string name="menu_showBarcode">"顯示條碼"</string>
+ <string name="menu_editContact">"編輯連絡人"</string>
+ <string name="menu_deleteContact">"刪除連絡人"</string>
+ <string name="menu_call">"通話"</string>
+ <string name="menu_sendSMS">"傳送 SMS/MMS"</string>
+ <string name="menu_sendEmail">"傳送電子郵件"</string>
+ <string name="menu_viewAddress">"在地圖上顯示地址"</string>
+ <string name="menu_makeDefaultNumber">"設為預設號碼"</string>
+ <string name="deleteConfirmation_title">"刪除"</string>
+ <string name="deleteConfirmation">"此連絡人會被刪除。"</string>
+ <string name="menu_done">"完成"</string>
+ <!-- no translation found for menu_doNotSave (2174577548513895144) -->
+ <skip />
+ <string name="editContact_title_edit">"編輯連絡人"</string>
+ <string name="editContact_title_insert">"新增連絡人"</string>
+ <string name="menu_addItem">"更多資訊"</string>
+ <string name="label_phonetic_name">"拼音"</string>
+ <string name="label_notes">"附註"</string>
+ <string name="label_ringtone">"鈴聲"</string>
+ <string name="ghostData_name">"姓名"</string>
+ <string name="ghostData_phonetic_name">"姓名拼音"</string>
+ <string name="ghostData_company">"公司"</string>
+ <string name="ghostData_title">"職位"</string>
+ <string name="ghostData_im">"即時訊息帳號"</string>
+ <string name="ghostData_notes">"我的附註"</string>
+ <string name="ghostData_phone">"電話號碼"</string>
+ <string name="ghostData_email">"電子郵件地址"</string>
+ <string name="ghostData_postal">"郵寄地址"</string>
+ <string name="invalidContactMessage">"連絡人不存在"</string>
+ <string name="pickerNewContactHeader">"建立新連絡人"</string>
+ <string name="selectLabel">"選取標籤"</string>
+ <string name="phoneLabelsGroup">"電話"</string>
+ <string name="emailLabelsGroup">"電子郵件"</string>
+ <string name="imLabelsGroup">"即時訊息"</string>
+ <string name="postalLabelsGroup">"郵寄地址"</string>
+ <string name="otherLabelsGroup">"其他"</string>
+ <string-array name="otherLabels">
+ <item>"組織"</item>
+ <item>"附註"</item>
+ </string-array>
+ <string name="errorDialogTitle">"沒有相片"</string>
+ <string name="photoPickerNotFoundText">"手機上沒有相片 。"</string>
+ <string name="attachToContact">"連絡人圖示"</string>
+ <string name="customLabelPickerTitle">"自訂標籤名稱"</string>
+ <string name="menu_displayGroup">"顯示群組"</string>
+ <string name="syncGroupPreference">"編輯同步處理群組"</string>
+ <string name="importFromSim">"匯入連絡人"</string>
+ <string name="send_to_voicemail_checkbox">"直接將通話轉到語音郵件"</string>
+ <string name="send_to_voicemail_view">"通話已直接轉至語音信箱"</string>
+ <string name="default_ringtone">"預設值"</string>
+ <string name="addPicture">"新增圖示"</string>
+ <string name="removePicture">"移除圖示"</string>
+ <string name="noContacts">"沒有連絡人"</string>
+ <string name="noContactsWithPhoneNumbers">"沒有連絡人有電話號碼。"</string>
+ <string name="noFavorites">"沒有我的最愛。"</string>
+ <string name="select_group_title">"群組"</string>
+ <string name="groupEmpty">"您的「<xliff:g id="GROUPNAME">%s</xliff:g>」群組是空的。"</string>
+ <string name="showAllGroups">"所有連絡人"</string>
+ <string name="syncAllGroups">"同步處理所有連絡人"</string>
+ <string name="groupNameMyContacts">"我的聯絡人"</string>
+ <string name="groupNameWithPhones">"有電話號碼的連絡人"</string>
+ <string name="contactCreatedToast">"已建立連絡人"</string>
+ <string name="contactSavedToast">"連絡人已儲存。"</string>
+ <string name="listSeparatorCallNumber">"撥打號碼"</string>
+ <string name="listSeparatorCallNumber_edit">"電話號碼"</string>
+ <string name="listSeparatorSendSmsMms">"傳送 SMS/MMS"</string>
+ <string name="listSeparatorSendEmail">"傳送電子郵件"</string>
+ <string name="listSeparatorSendEmail_edit">"電子郵件地址"</string>
+ <string name="listSeparatorSendIm">"傳送即時訊息"</string>
+ <string name="listSeparatorSendIm_edit">"即時通訊地址"</string>
+ <string name="listSeparatorMapAddress">"在地圖上顯示地址"</string>
+ <string name="listSeparatorMapAddress_edit">"聯絡地址"</string>
+ <string name="listSeparatorOrganizations">"組織"</string>
+ <string name="listSeparatorOtherInformation">"其他資訊"</string>
+ <string name="listSeparatorOtherInformation_edit">"其他選項"</string>
+ <string name="listSeparatorMore_edit">"更多"</string>
+ <string name="contactsIconLabel">"連絡人"</string>
+ <string name="contactsFavoritesLabel">"我的最愛"</string>
+ <string name="dialerIconLabel">"撥號"</string>
+ <string name="recentCallsIconLabel">"通話紀錄"</string>
+ <string name="liveFolderAll">"全部聯絡人"</string>
+ <string name="liveFolderFavorites">"有星號標記的聯絡人"</string>
+ <string name="liveFolderPhone">"有電話號碼的聯絡人"</string>
+ <string name="menu_sendTextMessage">"傳送 SMS 訊息"</string>
+ <string name="recentCalls_callNumber">"撥打電話給 <xliff:g id="NAME">%s</xliff:g>"</string>
+ <string name="recentCalls_editNumberBeforeCall">"撥打電話前編輯號碼"</string>
+ <string name="recentCalls_addToContact">"新增至連絡人"</string>
+ <string name="recentCalls_removeFromRecentList">"從通話紀錄中移除"</string>
+ <string name="recentCalls_deleteAll">"清除通話紀錄"</string>
+ <string name="recentCalls_empty">"通話紀錄是空的。"</string>
+ <string name="imei">"IMEI"</string>
+ <string name="voicemail">"語音信箱"</string>
+ <string name="unknown">"未知的"</string>
+ <string name="private_num">"私人號碼"</string>
+ <string name="dialerKeyboardHintText">"使用鍵盤撥號"</string>
+ <string name="dialerDialpadHintText">"撥號即可新增通話"</string>
+ <string name="simContacts_emptyLoading">"從 SIM 卡讀取中…"</string>
+ <string name="simContacts_title">"SIM 卡連絡人"</string>
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">" 同步處理您的 Google 連絡人!"</font>" "\n" 與手機同步處理後,無論您走到哪,都可存取連絡人資訊。"</string>
+ <!-- no translation found for noContactsHelpText (2249195687463896364) -->
+ <skip />
+ <!-- no translation found for noContactsHelpTextWithSync (4927701496550314555) -->
+ <skip />
+ <string name="seclectSyncGroups_title">"選取要同步處理的群組"</string>
+ <string name="liveFolder_all_label">"全部聯絡人"</string>
+ <string name="liveFolder_favorites_label">"星號標記"</string>
+ <string name="liveFolder_phones_label">"電話"</string>
+ <string name="dialer_useDtmfDialpad">"使用按鍵式鍵盤"</string>
+ <string name="dialer_returnToInCallScreen">"返回進行中的通話"</string>
+ <string name="dialer_addAnotherCall">"新增通話"</string>
+ <string name="callDetailTitle">"通話詳細資料"</string>
+ <string name="toast_call_detail_error">"無法解讀通話要求詳細資訊。"</string>
+ <string name="call_type">"類型"</string>
+ <string name="type_incoming">"外來通話"</string>
+ <string name="type_outgoing">"播出通話"</string>
+ <string name="type_missed">"未接通話"</string>
+ <string name="call_time">"時間"</string>
+ <string name="datetime_relative">"<xliff:g id="DATETIME">%1$s</xliff:g> (<xliff:g id="RELATIVE">%2$s</xliff:g>)"</string>
+ <string name="call_duration">"持續時間"</string>
+ <string name="header_actions">"動作"</string>
+ <string name="ringtone_spinner">"鈴聲:<xliff:g id="RINGTONE">%1$s</xliff:g>"</string>
+ <string name="add_more_items">"新增更多項目"</string>
+ <string name="actionCall">"播打<xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionEmail">"傳送電子郵件至<xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionText">"傳送簡訊至<xliff:g id="TYPE">%s</xliff:g>"</string>
+ <string name="actionChat">"透過 <xliff:g id="TYPE">%s</xliff:g> 進行即時通訊"</string>
+ <string name="actionMap">"檢視<xliff:g id="TYPE">%s</xliff:g>地址"</string>
+ <string name="actionIncomingCall">"來電"</string>
+ <string name="detailIncomingCallsGoToVoicemail">"來電將直接轉到語音信箱"</string>
+ <string name="detailsRingtone">"設為<xliff:g id="RINGTONE_NAME">%s</xliff:g>"</string>
+ <string name="callBack">"回播電話"</string>
+ <!-- no translation found for callAgain (3197312117049874778) -->
+ <skip />
+ <!-- no translation found for returnCall (8171961914203617813) -->
+ <skip />
+ <!-- no translation found for callDetailsDurationFormat (8157706382818184268) -->
+ <skip />
+</resources>
diff --git a/res/values/ids.xml b/res/values/ids.xml
new file mode 100644
index 0000000..fb1fe41
--- /dev/null
+++ b/res/values/ids.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+ <!-- The EditText for entries in the EditContactActivity -->
+ <item type="id" name="data" />
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..b63d8c8
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,483 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title for the activity that shows contacts. This is the name
+ used in the Launcher icon. -->
+ <string name="contactsList">Contacts</string>
+
+ <!-- Title for the activity that dials the phone. This is the name
+ used in the Launcher icon. -->
+ <string name="launcherDialer">Dialer</string>
+
+ <!-- Name of activity that allows users to create shortcuts on the home screen to a contact.
+ This shows up in a list of things like bookmark, folder, music playlist, etc -->
+ <string name="shortcutContact">Contact</string>
+
+ <!-- Title for the activity that shows only starred contacts -->
+ <string name="starredList">Starred</string>
+
+ <!-- Title for the activity that shows only frequently contacted contacts -->
+ <string name="frequentList">Frequent</string>
+
+ <!-- Title for the activity that shows a mix of starred contacts and frequently contacted
+ contacts. -->
+ <string name="strequentList">Favorites</string>
+
+ <!-- The title bar when viewing the contact details activity -->
+ <string name="viewContactTitle">Contact details</string>
+
+ <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
+ viewing a contact. This string represents the built in way to view the contact. -->
+ <string name="viewContactDesription">View contact</string>
+
+ <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
+ editing a contact. This string represents the built in way to edit the contact. -->
+ <string name="editContactDescription">Edit contact</string>
+
+ <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
+ creating a new contact. This string represents the built in way to create the contact. -->
+ <string name="insertContactDescription">Create contact</string>
+
+ <!-- Hint text in the search box when the user hits the Search key while in the contacts app -->
+ <string name="searchHint">Search contacts</string>
+
+ <!-- Menu item to search contacts -->
+ <string name="menu_search">Search</string>
+
+ <!-- Menu item to create a new contact -->
+ <string name="menu_newContact">New contact</string>
+
+ <!-- Menu item used to view the details for a specific contact -->
+ <string name="menu_viewContact">View contact</string>
+
+ <!-- Menu item used to call a contact, containing the name of the contact to call -->
+ <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
+
+ <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
+ <string name="menu_addStar">Add to favorites</string>
+
+ <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
+ <string name="menu_removeStar">Remove from favorites</string>
+
+ <!-- Optional menu item to encode the current contact as a QR Code using Barcode Scanner. -->
+ <string name="menu_showBarcode">Show barcode</string>
+
+ <!-- Menu item used to edit a specific contact -->
+ <string name="menu_editContact">Edit contact</string>
+
+ <!-- Menu item used to delete a specific contact -->
+ <string name="menu_deleteContact">Delete contact</string>
+
+ <!-- Menu item used to call a specific contact when viewing the details of that contact. -->
+ <string name="menu_call">Call</string>
+
+ <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number -->
+ <string name="menu_sendSMS">Send SMS/MMS</string>
+
+ <!-- Menu item used to send an email message to a specific email address -->
+ <string name="menu_sendEmail">Send email</string>
+
+ <!-- Menu item used to view a contact's address on a map -->
+ <string name="menu_viewAddress">Map address</string>
+
+ <!-- Menu item that makes a phone the default for a contact. The default number used when you
+ try to call a contact without specifying a specific number. -->
+ <string name="menu_makeDefaultNumber">Make default number</string>
+
+ <!-- Confirmation dialog title after users selects to delete a contact. -->
+ <string name="deleteConfirmation_title">Delete</string>
+
+ <!-- Confirmation dialog contents after users selects to delete a contact. -->
+ <string name="deleteConfirmation">This contact will be deleted.</string>
+
+ <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
+ <string name="menu_done">Done</string>
+
+ <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made -->
+ <string name="menu_doNotSave">Revert</string>
+
+ <!-- The title of the activity that edits and existing contact -->
+ <string name="editContact_title_edit">Edit contact</string>
+
+ <!-- The title of the activity that creates a new contact -->
+ <string name="editContact_title_insert">New contact</string>
+
+ <!-- Button that adds more info to a contact, like a new phone number, email address, or postal address -->
+ <string name="menu_addItem">More info</string>
+
+ <!-- The label describing the phonetic pronunciation/reading of a contact name -->
+ <string name="label_phonetic_name">Phonetic</string>
+
+ <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact -->
+ <string name="label_notes">Notes</string>
+
+ <!-- The label describing the custom ringtone for a contact -->
+ <string name="label_ringtone">Ringtone</string>
+
+ <!-- Hint text for the contact name when editing -->
+ <string name="ghostData_name">First and Last</string>
+
+ <!-- Hint text for the phonetic reading of the contact name when editing -->
+ <string name="ghostData_phonetic_name">Phonetic name</string>
+
+ <!-- Hint text for the organization name when editing -->
+ <string name="ghostData_company">Company</string>
+
+ <!-- Hint text for the organization position when editing -->
+ <string name="ghostData_title">Position</string>
+
+ <!-- Hint text for an IM account when editing -->
+ <string name="ghostData_im">IM name</string>
+
+ <!-- Hint text for the notes field when editing -->
+ <string name="ghostData_notes">My note</string>
+
+ <!-- Hint text for the phone number field when editing -->
+ <string name="ghostData_phone">Phone number</string>
+
+ <!-- Hint text for the email address field when editing -->
+ <string name="ghostData_email">Email address</string>
+
+ <!-- Hint text for the postal address field when editing -->
+ <string name="ghostData_postal">Postal address</string>
+
+ <!-- Message displayed in a toast when you try to view the details of a contact that
+ for some reason doesn't exist anymore. -->
+ <string name="invalidContactMessage">The contact does not exist.</string>
+
+ <!-- When picking a contact from a list of all contacts there is an entry at the top of the
+ list that allows the user to create a new contact, which this string is used for -->
+ <string name="pickerNewContactHeader">Create new contact</string>
+
+ <!-- Dialog title when you select a label when creating or edit a contact -->
+ <string name="selectLabel">Select label</string>
+
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact -->
+ <string name="phoneLabelsGroup">Phone</string>
+
+ <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact -->
+ <string name="emailLabelsGroup">Email</string>
+
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact -->
+ <string name="imLabelsGroup">IM</string>
+
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact -->
+ <string name="postalLabelsGroup">Postal address</string>
+
+ <!-- Header that expands to list other types of data you can add to a contact, like notes and organizations -->
+ <string name="otherLabelsGroup">Other</string>
+
+ <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
+ <skip/>
+ <!-- The labels that are under the otherLabelsGroup when editing a contact. -->
+ <string-array name="otherLabels">
+ <!-- An organization associated with a contact -->
+ <item>Organization</item>
+ <!-- A note associated with a contact -->
+ <item>Note</item>
+ </string-array>
+
+ <!-- Title of the dialog that appears if there are no pictures from which to create an icon for a contact -->
+ <string name="errorDialogTitle">No pictures</string>
+
+ <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
+ <string name="photoPickerNotFoundText">No pictures are available on the phone.</string>
+
+ <!-- Description of the activity used to set a photo in the pictures application as the icon for a contact -->
+ <string name="attachToContact">Contact icon</string>
+
+ <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
+ For example, this may be used to set a phone number's label to "Vaction house" -->
+ <string name="customLabelPickerTitle">Custom label name</string>
+
+ <!-- The menu item to open the list of groups to display -->
+ <string name="menu_displayGroup">Display group</string>
+
+ <!-- The menu item that leads to the settings for contact syncing -->
+ <string name="syncGroupPreference">Edit sync groups</string>
+
+ <!-- The menu item that launches the SIM card import activity -->
+ <string name="importFromSim">Import contacts</string>
+
+ <!-- Check box label that allows calls to the contact to be sent directly to voicemail -->
+ <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string>
+
+ <!-- String letting the user know that calls from the contact they're viewing will be sent directly to voicemail -->
+ <string name="send_to_voicemail_view">Calls are sent directly to voicemail.</string>
+
+ <!-- String used to indicate that a contact doesn't have a custom ringtone -->
+ <string name="default_ringtone">Default</string>
+
+ <!-- The button/menu item that allows you to add a picture to a contact -->
+ <string name="addPicture">Add icon</string>
+
+ <!-- The menu item that allows you to remove a picture from a contact -->
+ <string name="removePicture">Remove icon</string>
+
+ <!-- The text displayed when the contacts list is empty while displaying all contacts -->
+ <string name="noContacts">No contacts.</string>
+
+ <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers -->
+ <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>
+
+ <!-- The text displayed when the contacts list is empty while displaying favorite contacts -->
+ <string name="noFavorites">No favorites.</string>
+
+ <!-- Title for group selection dialog. The dialog contains a list of contact groups that the
+ user can pick from, indicating they only want to see the contacts in that group. -->
+ <string name="select_group_title">Groups</string>
+
+ <!-- The text displayed when the contacts list is empty while displaying a single group of contacts -->
+ <string name="groupEmpty">Your \"<xliff:g id="groupName">%s</xliff:g>\" group is empty.</string>
+
+ <!-- The description of all groups when asking the user what they want to display -->
+ <string name="showAllGroups">All contacts</string>
+
+ <!-- The setting to sync all contacts from the server -->
+ <string name="syncAllGroups">Sync all contacts</string>
+
+ <!-- The name of the system "My Contacts" group. This should be kept in sync with the web UI -->
+ <string name="groupNameMyContacts">My Contacts</string>
+
+ <!-- The group type that displays only contacts with phone numbers -->
+ <string name="groupNameWithPhones">Contacts with phone numbers</string>
+
+ <!-- Toast displayed when a contact is created -->
+ <string name="contactCreatedToast">Contact created.</string>
+
+ <!-- Toast displayed when a contact is saved -->
+ <string name="contactSavedToast">Contact saved.</string>
+
+ <!-- Separator in the contact details list describing that the items below it will place a call when clicked -->
+ <string name="listSeparatorCallNumber">Dial number</string>
+
+ <!-- Section header in the Edit Contacts screen for phone numbers -->
+ <string name="listSeparatorCallNumber_edit">Phone numbers</string>
+
+ <!-- Separator in the contact details list describing that the items below it will send an SMS/MMS to a phone number -->
+ <string name="listSeparatorSendSmsMms">Send SMS/MMS</string>
+
+ <!-- Separator in the contact details list describing that the items below it will send an email -->
+ <string name="listSeparatorSendEmail">Send email</string>
+
+ <!-- Section header in the Edit Contacts screen for E-mail addresses -->
+ <string name="listSeparatorSendEmail_edit">Email addresses</string>
+
+ <!-- Separator in the contact details list describing that the items below it will send an IM -->
+ <string name="listSeparatorSendIm">Send instant message</string>
+
+ <!-- Section header in the Edit Contacts screen for Instant messanger accounts -->
+ <string name="listSeparatorSendIm_edit">Chat addresses</string>
+
+ <!-- Separator in the contact details list describing that the items below it will open maps with the given address -->
+ <string name="listSeparatorMapAddress">Map address</string>
+
+ <!-- Section header in the Edit Contacts screen for map addresses -->
+ <string name="listSeparatorMapAddress_edit">Postal addresses</string>
+
+ <!-- Separator in the contact details list describing that the items below are non-actionable organization information -->
+ <string name="listSeparatorOrganizations">Organizations</string>
+
+ <!-- Separator in the contact details list describing that the items below are random other non-actionable information about a contact -->
+ <string name="listSeparatorOtherInformation">Other information</string>
+
+ <!-- Section header in the Edit Contacts screen for other options, such as setting ringtone -->
+ <string name="listSeparatorOtherInformation_edit">Other options</string>
+
+ <!-- Section header in the Edit Contacts screen for the "Add more items" button -->
+ <string name="listSeparatorMore_edit">More</string>
+
+ <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better -->
+ <string name="contactsIconLabel">Contacts</string>
+
+ <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better -->
+ <string name="contactsFavoritesLabel">Favorites</string>
+
+ <!-- The description text for the dialer tab. Space is limited for this string, so the shorter the better -->
+ <string name="dialerIconLabel">Dialer</string>
+
+ <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better -->
+ <string name="recentCallsIconLabel">Call log</string>
+ <string name="liveFolderAll">All contacts</string>
+ <string name="liveFolderFavorites">Starred contacts</string>
+ <string name="liveFolderPhone">Contacts with phone numbers</string>
+
+ <!-- Menu item used to send an SMS or MMS message to a phone number -->
+ <string name="menu_sendTextMessage">Send SMS message</string>
+
+ <!-- Menu item used to call a contact from the call log -->
+ <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
+
+ <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
+ <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
+
+ <!-- Menu item used to add a number from the call log to contacts -->
+ <string name="recentCalls_addToContact">Add to contacts</string>
+
+ <!-- Menu item used to remove a single call from the call log -->
+ <string name="recentCalls_removeFromRecentList">Remove from call log</string>
+
+ <!-- Menu item used to remove all calls from the call log -->
+ <string name="recentCalls_deleteAll">Clear call log</string>
+
+ <!-- Text displayed when the call log is empty -->
+ <string name="recentCalls_empty">Call log is empty.</string>
+
+ <!-- The title of a dialog that displays the IMEI of the phone -->
+ <string name="imei">IMEI</string>
+
+ <!-- String used for displaying calls to the voicemail number in the call log -->
+ <string name="voicemail">Voicemail</string>
+
+ <!-- String used to display calls from unknown numbers in the call log -->
+ <string name="unknown">Unknown</string>
+
+ <!-- String used to display calls from private numbers in the call log -->
+ <string name="private_num">Private number</string>
+
+ <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
+ to dial using the physical keyboard -->
+ <string name="dialerKeyboardHintText">Use keyboard to dial</string>
+
+ <!-- Hint text displayed in the "digits" field above the dialer's
+ dialpad, if there's already a call in progress. (This hint
+ reminds the user that the dialer will add a new call, as opposed
+ to sending DTMF tones over the current call.) -->
+ <string name="dialerDialpadHintText">Dial to add a call</string>
+
+ <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
+ <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
+
+ <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
+ <string name="simContacts_title">SIM card contacts</string>
+
+ <!-- Displayed when a user is prompted to setup a Google account for syncing -->
+ <string name="contactsSyncPlug"><font fgcolor="#ffffffff">Sync your Google contacts!</font>
+ \nAfter syncing to your phone, your contacts will be available to you wherever you go.</string>
+
+ <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled -->
+ <string name="noContactsHelpText">"You don't have any contacts.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and select:\n
+ \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
+ \n<li><font fgcolor="#ffffffff"><b>Import contacts</b></font> to add contacts from your SIM card\n</li>"
+ </string>
+
+ <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled -->
+ <string name="noContactsHelpTextWithSync">"You don't have any contacts.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and select:\n
+ \n<li><font fgcolor="#ffffffff"><b>Edit sync groups</b></font> to add from a new or existing Google account\n</li>
+ \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
+ \n<li><font fgcolor="#ffffffff"><b>Import contacts</b></font> to add contacts from your SIM card\n</li>"
+ </string>
+
+ <!-- Activity title for the activity that lets the user choose which groups of contacts to sync from the server -->
+ <string name="seclectSyncGroups_title">Select groups to sync</string>
+
+ <!-- Live folder label for all contacts -->
+ <string name="liveFolder_all_label">All Contacts</string>
+
+ <!-- Live folder label for only starred contacts -->
+ <string name="liveFolder_favorites_label">Starred</string>
+
+ <!-- Live folder label for all contacts with phone numbers -->
+ <string name="liveFolder_phones_label">Phones</string>
+
+ <!-- Item label: jump to the in-call DTMF dialpad.
+ (Part of a list of options shown in the dialer when another call
+ is already in progress.) -->
+ <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
+
+ <!-- Item label: jump to the in-call UI.
+ (Part of a list of options shown in the dialer when another call
+ is already in progress.) -->
+ <string name="dialer_returnToInCallScreen">Return to call in progress</string>
+
+ <!-- Item label: use the Dialer's dialpad to add another call.
+ (Part of a list of options shown in the dialer when another call
+ is already in progress.) -->
+ <string name="dialer_addAnotherCall">Add call</string>
+
+ <!-- Title bar for call detail screen -->
+ <string name="callDetailTitle">Call details</string>
+
+ <!-- Toast for call detail screen when couldn't read the requested details -->
+ <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>
+
+ <!-- In call detail screen, label for call type -->
+ <string name="call_type">Type</string>
+
+ <!-- Title for incoming call details screen -->
+ <string name="type_incoming">Incoming call</string>
+
+ <!-- Title for outgoing call details screen -->
+ <string name="type_outgoing">Outgoing call</string>
+
+ <!-- Title for missed call details screen -->
+ <string name="type_missed">Missed call</string>
+
+ <!-- In call detail screen, label for call date/time -->
+ <string name="call_time">Time</string>
+
+ <!-- In call detail screen, combine date/time string and relative time to give verbose call date/time -->
+ <string name="datetime_relative">"<xliff:g id="datetime" example="Dec 31, 2007, 11:00 am">%1$s</xliff:g> (<xliff:g id="relative" example="4 hours ago">%2$s</xliff:g>)"</string>
+
+ <!-- In call detail screen, label for call duration -->
+ <string name="call_duration">Duration</string>
+
+ <!-- In call detail screen, header title for actions section -->
+ <string name="header_actions">Actions</string>
+
+ <!-- In edit contact screen, combine the actual ringtone name with prefix for placement in spinner -->
+ <string name="ringtone_spinner">"Ringtone: <xliff:g id="ringtone" example="Caribbean Ice">%1$s</xliff:g>"</string>
+
+ <!-- In edit contact screen, add more info spinner title -->
+ <string name="add_more_items">Add more items</string>
+
+ <!-- Action string for calling a phone number. -->
+ <string name="actionCall">Call <xliff:g id="type" example="mobile">%s</xliff:g></string>
+
+ <!-- Action string for sending an email to an email address. -->
+ <string name="actionEmail">Email <xliff:g id="type" example="home">%s</xliff:g></string>
+
+ <!-- Action string for sending a text message to a phone number. -->
+ <string name="actionText">Text <xliff:g id="type" example="mobile">%s</xliff:g></string>
+
+ <!-- Action string for sending an instant message to a chat buddy. -->
+ <string name="actionChat">Chat using <xliff:g id="type" example="Google Talk">%s</xliff:g></string>
+
+ <!-- Action string for viewing an address on a map. -->
+ <string name="actionMap">View <xliff:g id="type" example="home">%s</xliff:g> address</string>
+
+ <!-- Description for incoming calls going to voice mail vs. not -->
+ <string name="actionIncomingCall">Incoming calls</string>
+
+ <!-- Detail text for incoming calls going to voice mail -->
+ <string name="detailIncomingCallsGoToVoicemail">Will be sent directly to voicemail</string>
+
+ <!-- Description of what the contact specific ringtone is set to -->
+ <string name="detailsRingtone">Set to <xliff:g id="ringtone_name" example="Flutey Phone">%s</xliff:g></string>
+
+ <!-- Action string for calling back a number in the call log -->
+ <string name="callBack">Call back</string>
+
+ <!-- Action string for calling a number in the call log again -->
+ <string name="callAgain">Call again</string>
+
+ <!-- Action string for returning a missed call in the call log -->
+ <string name="returnCall">Return call</string>
+
+ <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
+ <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string>
+</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
new file mode 100644
index 0000000..e43842c
--- /dev/null
+++ b/res/values/styles.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+
+ <style name="MinusButton">
+ <item name="android:background">@drawable/btn_circle</item>
+ <item name="android:src">@drawable/ic_btn_round_minus</item>
+ </style>
+
+ <style name="PlusButton">
+ <item name="android:background">@drawable/btn_circle</item>
+ <item name="android:src">@drawable/ic_btn_round_plus</item>
+ </style>
+
+ <style name="MoreButton">
+ <item name="android:background">@drawable/btn_circle</item>
+ <item name="android:src">@drawable/ic_btn_round_more</item>
+ </style>
+
+</resources>
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
new file mode 100644
index 0000000..cd9e6d6
--- /dev/null
+++ b/res/xml/searchable.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.
+-->
+
+<!--
+ TODO: Use localizable string resources instead of hard-coded strings
+ once Search Manager is enhanced to allow them.
+-->
+<searchable xmlns:android="http://schemas.android.com/apk/res/android"
+ android:icon="@drawable/ic_tab_contacts"
+ android:label="@string/contactsList"
+ android:hint="@string/searchHint"
+ android:searchMode="queryRewriteFromText"
+
+ android:searchSuggestAuthority="contacts"
+ android:searchSuggestIntentAction="android.provider.Contacts.SEARCH_SUGGESTION_CLICKED"
+ android:searchSuggestIntentData="content://contacts/people"
+>
+
+ <!-- allow green action key for search-bar and per-suggestion clicks -->
+ <actionkey
+ android:keycode="KEYCODE_CALL"
+ android:queryActionMsg="call"
+ android:suggestActionMsg="call"
+ />
+
+</searchable>