mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-02-07 10:20:11 -05:00
introduced translatable String for Scopes
This commit is contained in:
parent
d0a4803de1
commit
073ae00a6d
@ -117,7 +117,7 @@
|
|||||||
android:id="@+id/scopes_title"
|
android:id="@+id/scopes_title"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Scopes"
|
android:text="@string/plugin_scopes"
|
||||||
android:layout_marginLeft="10dp"
|
android:layout_marginLeft="10dp"
|
||||||
android:layout_marginTop="18dp"
|
android:layout_marginTop="18dp"
|
||||||
style="@style/ExtraFieldHeader" />
|
style="@style/ExtraFieldHeader" />
|
||||||
|
@ -442,6 +442,7 @@
|
|||||||
<string name="plugin_enabled">enabled</string>
|
<string name="plugin_enabled">enabled</string>
|
||||||
<string name="plugin_disabled">disabled</string>
|
<string name="plugin_disabled">disabled</string>
|
||||||
<string name="plugin_web">Find plug-ins online</string>
|
<string name="plugin_web">Find plug-ins online</string>
|
||||||
|
<string name="plugin_scopes">Scopes</string>
|
||||||
|
|
||||||
<string name="query_credentials_for_url">%1$s is requesting credentials for %2$s.</string>
|
<string name="query_credentials_for_url">%1$s is requesting credentials for %2$s.</string>
|
||||||
<string name="query_credentials">%1$s is requesting credentials. Please select an entry.</string>
|
<string name="query_credentials">%1$s is requesting credentials. Please select an entry.</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user