Commit 7b1efd8a authored by Grigory Fedorov's avatar Grigory Fedorov

contact_list: unused string removed.

parent 28f5f3cc
...@@ -134,7 +134,6 @@ ...@@ -134,7 +134,6 @@
</activity> </activity>
<activity <activity
android:name="com.xabber.android.ui.GroupEditor" android:name="com.xabber.android.ui.GroupEditor"
android:label="@string/contact_editor"
android:parentActivityName="com.xabber.android.ui.ContactViewer" android:parentActivityName="com.xabber.android.ui.ContactViewer"
> >
<!-- Parent activity meta-data to support 4.0 and lower --> <!-- Parent activity meta-data to support 4.0 and lower -->
......
...@@ -50,8 +50,6 @@ ...@@ -50,8 +50,6 @@
<string name="contact_delete">Удалить</string> <string name="contact_delete">Удалить</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<string name="contact_delete_confirm">Вы действительно хотите удалить контакт %1$s из учетной записи %2$s?</string> <string name="contact_delete_confirm">Вы действительно хотите удалить контакт %1$s из учетной записи %2$s?</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
<string name="contact_editor">Редактировать</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list.png -->
<string name="contact_list">Список контактов</string> <string name="contact_list">Список контактов</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png --> <!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
<string name="contact_add">Add contact</string> <string name="contact_add">Add contact</string>
<string name="contact_delete">Delete</string> <string name="contact_delete">Delete</string>
<string name="contact_delete_confirm">Do you really want to delete contact %1$s from account %2$s?</string> <string name="contact_delete_confirm">Do you really want to delete contact %1$s from account %2$s?</string>
<string name="contact_editor">Edit</string>
<string name="contact_list">Contact list</string> <string name="contact_list">Contact list</string>
<string name="discard_subscription">Decline contact</string> <string name="discard_subscription">Decline contact</string>
<string name="exit">Exit</string> <string name="exit">Exit</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment