Use strings in AM.xml labels
This commit is contained in:
parent
57a8bf5f8b
commit
7611a26f0a
@ -59,11 +59,13 @@
|
||||
android:name="android.app.default_searchable"
|
||||
android:value=".SearchResults" />
|
||||
</activity>
|
||||
<activity android:name="ManageRepo" />
|
||||
<activity
|
||||
android:name="ManageRepo"
|
||||
android:label="@string/menu_manage" />
|
||||
<activity android:name="Settings" />
|
||||
<activity
|
||||
android:name="AppDetails"
|
||||
android:label="App Details"
|
||||
android:label="@string/app_details"
|
||||
android:exported="true"
|
||||
android:parentActivityName="FDroid" >
|
||||
|
||||
@ -104,7 +106,7 @@
|
||||
android:value="FDroid" />
|
||||
</activity>
|
||||
<activity
|
||||
android:label="Preferences"
|
||||
android:label="@string/menu_preferences"
|
||||
android:name=".PreferencesActivity"
|
||||
android:parentActivityName="FDroid" >
|
||||
<meta-data
|
||||
@ -113,7 +115,7 @@
|
||||
</activity>
|
||||
<activity
|
||||
android:name="SearchResults"
|
||||
android:label="Search Results"
|
||||
android:label="@string/search_results"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:parentActivityName="FDroid" >
|
||||
|
@ -25,7 +25,11 @@
|
||||
<string name="last_update_check">Last repo scan: %s</string>
|
||||
<string name="never">never</string>
|
||||
<string name="automatic_repo_scan">Automatic repo scan</string>
|
||||
|
||||
<string name="app_name">F-Droid</string>
|
||||
<string name="search_results">Search Results</string>
|
||||
<string name="app_details">App Details</string>
|
||||
|
||||
<string name="about_title">About F-Droid</string>
|
||||
<string name="about_desc">Originally based on Aptoide.\nReleased under the
|
||||
GNU GPLv3
|
||||
|
Loading…
x
Reference in New Issue
Block a user