mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-06-05 21:09:11 +02:00
Allow to export/import
This commit is contained in:
@@ -283,6 +283,14 @@
|
||||
<string name="all">All</string>
|
||||
<!-- end languages -->
|
||||
|
||||
|
||||
<string name="export_list">Export</string>
|
||||
<string name="import_list">Import</string>
|
||||
<string name="export_notification_title">Successful export!</string>
|
||||
<string name="export_notification_content">Tap here to send the export by email</string>
|
||||
<string name="export_notification_subjet">New Playlist</string>
|
||||
<string name="export_notification_body">Open the attached file with TubeLab</string>
|
||||
|
||||
<string name="playlists">Playlists</string>
|
||||
<string name="display_name">Display name</string>
|
||||
<string name="action_playlist_add">You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist</string>
|
||||
|
7
app/src/full/res/xml/file_paths.xml
Normal file
7
app/src/full/res/xml/file_paths.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<external-path
|
||||
name="my_images"
|
||||
path="/TubeLab/" />
|
||||
|
||||
</paths>
|
Reference in New Issue
Block a user