Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
xabber-android
Commits
7b1efd8a
Commit
7b1efd8a
authored
Jun 15, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contact_list: unused string removed.
parent
28f5f3cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+0
-1
contact_list.xml
app/src/main/res/values-ru/contact_list.xml
+0
-2
contact_list.xml
app/src/main/res/values/contact_list.xml
+0
-1
No files found.
app/src/main/AndroidManifest.xml
View file @
7b1efd8a
...
...
@@ -134,7 +134,6 @@
</activity>
<activity
android:name=
"com.xabber.android.ui.GroupEditor"
android:label=
"@string/contact_editor"
android:parentActivityName=
"com.xabber.android.ui.ContactViewer"
>
<!-- Parent activity meta-data to support 4.0 and lower -->
...
...
app/src/main/res/values-ru/contact_list.xml
View file @
7b1efd8a
...
...
@@ -50,8 +50,6 @@
<string
name=
"contact_delete"
>
Удалить
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_confirm.png -->
<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 -->
<string
name=
"contact_list"
>
Список контактов
</string>
<!-- http://dl.dropbox.com/u/1029995/com.xabber.android/contact_list_contact_context_menu.png -->
...
...
app/src/main/res/values/contact_list.xml
View file @
7b1efd8a
...
...
@@ -25,7 +25,6 @@
<string
name=
"contact_add"
>
Add contact
</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_editor"
>
Edit
</string>
<string
name=
"contact_list"
>
Contact list
</string>
<string
name=
"discard_subscription"
>
Decline contact
</string>
<string
name=
"exit"
>
Exit
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment