introduced translatable String for Scopes

This commit is contained in:
Philipp Crocoll 2014-06-05 21:37:53 +02:00
parent d0a4803de1
commit 073ae00a6d
2 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,7 @@
android:id="@+id/scopes_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Scopes"
android:text="@string/plugin_scopes"
android:layout_marginLeft="10dp"
android:layout_marginTop="18dp"
style="@style/ExtraFieldHeader" />

View File

@ -442,6 +442,7 @@
<string name="plugin_enabled">enabled</string>
<string name="plugin_disabled">disabled</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">%1$s is requesting credentials. Please select an entry.</string>