Commit 1851caa4 authored by Eric Fischer's avatar Eric Fischer
Browse files

Replace shared storage with USB storage.

Change-Id: Id33181080f451766aa2d7c3b754ab1f22e31a235
parent e268388e
......@@ -24,7 +24,7 @@
<string name="recording_stopped" msgid="1580278719585249612">"Inspelningen stoppades"</string>
<string name="storage_is_full" msgid="416039755956726221">"Lagringsplatsen är full"</string>
<string name="max_length_reached" msgid="6398215743584093353">"Maximal längd har uppnåtts"</string>
<!-- outdated translation 2251831579676114197 --> <string name="insert_sd_card" product="nosdcard" msgid="4630429205256615970">"Sätt i ett SD-kort"</string>
<string name="insert_sd_card" product="nosdcard" msgid="4630429205256615970">"Montera SD-kort"</string>
<string name="insert_sd_card" product="default" msgid="2251831579676114197">"Sätt i ett SD-kort"</string>
<string name="min_available" msgid="5493947690062988925">"<xliff:g id="MINUTES">%d</xliff:g> minuter tillgängligt"</string>
<string name="sec_available" msgid="2297020788861694399">"<xliff:g id="SECONDS">%d</xliff:g> s kvar"</string>
......@@ -37,7 +37,7 @@
<string name="audio_db_artist_name" msgid="961640229118120080">"Dina inspelningar"</string>
<string name="audio_db_album_name" msgid="9072588113803264440">"Ljudinspelningar"</string>
<string name="audio_db_playlist_name" msgid="5592939050047058162">"Mina inspelningar"</string>
<!-- outdated translation 8005660724361043509 --> <string name="error_sdcard_access" product="nosdcard" msgid="5847351920829258043">"Det gick inte att öppna SD-kortet"</string>
<string name="error_sdcard_access" product="nosdcard" msgid="5847351920829258043">"Det gick inte att öppna SD-kortet"</string>
<string name="error_sdcard_access" product="default" msgid="8005660724361043509">"Det gick inte att öppna SD-kortet"</string>
<string name="error_app_internal" msgid="2365923237657572011">"Internt programfel"</string>
<string name="error_mediadb_new_record" msgid="2225774949947938064">"Det gick inte att spara inspelat ljud"</string>
......
......@@ -33,7 +33,7 @@
<!-- label shown when the recording has reached maximum allowed file size -->
<string name="max_length_reached">Maximum length reached</string>
<!-- label shown when there is no sd card available to record to [CHAR LIMIT=30] -->
<string name="insert_sd_card" product="nosdcard">Please mount shared storage</string>
<string name="insert_sd_card" product="nosdcard">Please mount USB storage</string>
<!-- label shown when there is no sd card available to record to -->
<string name="insert_sd_card" product="default">Please insert an SD card</string>
<!-- label shown when there is more than 1 minute but less than 9 minutes of space left to record -->
......@@ -62,7 +62,7 @@
<string name="audio_db_playlist_name">My recordings</string>
<!-- shown as the message in a dialog when an error occured because of an error accessing the sd card [CHAR LIMIT=NONE] -->
<string name="error_sdcard_access" product="nosdcard">Unable to access shared storage</string>
<string name="error_sdcard_access" product="nosdcard">Unable to access USB storage</string>
<!-- shown as the message in a dialog when an error occured because of an error accessing the sd card -->
<string name="error_sdcard_access" product="default">Unable to access SD card</string>
<!-- shown as the message in a dialog when the app encountered an unspecified internal error -->
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment