add possibility to translate strings "OK" and "Cancel" (#773)

* Update translatable.xml

* Update permission_request.xml

* Update audiopicker.xml

* Update medialibrary_preferences.xml
This commit is contained in:
verdulo 2018-05-05 12:50:31 +02:00 committed by Adrian Ulrich
parent 5ff7f8eddb
commit 7c727c1db9
4 changed files with 5 additions and 3 deletions

View File

@ -68,7 +68,7 @@ THE SOFTWARE.
android:layout_width="0px"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@android:string/cancel"
android:text="@string/cancel"
android:enabled="false"
android:singleLine="true" />
<Button

View File

@ -125,7 +125,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
android:text="@android:string/cancel">
android:text="@string/cancel">
</Button>
<ProgressBar

View File

@ -37,6 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:clickable="false"
android:layout_marginRight="8dip"
android:layout_gravity="center"
android:text="@android:string/ok" />
android:text="@string/ok" />
</TableRow>
</TableLayout>

View File

@ -22,6 +22,8 @@ THE SOFTWARE.
-->
<resources>
<string name="app_name">Vanilla Music</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<!-- Playback Activity (main screen) -->
<string name="no_songs">No tracks found on your device.</string>