clients/android: Camlistore->Perkeep renames

Change-Id: I7012bfad11b5582bb0c2383a3b3a1eb84512819a
This commit is contained in:
mpl 2018-04-25 11:26:13 -07:00
parent 5f6517b728
commit 92c60d7c69
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
<service android:name=".UploadService"
android:exported="false"
android:label="Camlistore Upload Service" />
android:label="Perkeep Upload Service" />
<activity android:name=".CamliActivity"
android:label="@string/app_name">

View File

@ -9,7 +9,7 @@
android:id="@+id/textStatus"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Camlistore Uploader" />
android:text="Perkeep Uploader" />
<LinearLayout
android:layout_width="fill_parent"

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Camlistore Uploader</string>
<string name="app_name">Perkeep Uploader</string>
<string name="settings_confirmation_dialog_title">Use these settings?</string>
<string name="settings_host_title">Camlistore server</string>
<string name="settings_host_title">Perkeep server</string>
<string name="settings_host_summary">e.g. https://foo.example.com or &quot;example.com:3179&quot;</string>
<string name="profiles_title">Current profile</string>
<string name="profiles_summary">default</string>