summaryrefslogtreecommitdiff
path: root/res/values-en-rGB
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:06:01 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:06:01 -0800
commitcefd3e81da22167a56c89a8794c9b8dfe67a7673 (patch)
treefea078b53cf59b9688700747527265af91fdc53f /res/values-en-rGB
parente2118f54af4c5215bd988979769e383292b9c9cb (diff)
downloadSoundRecorder-cefd3e81da22167a56c89a8794c9b8dfe67a7673.tar.gz
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'res/values-en-rGB')
-rw-r--r--res/values-en-rGB/strings.xml48
1 files changed, 25 insertions, 23 deletions
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index 107378f..3c5d1d9 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -1,26 +1,28 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="accept">Use this recording</string>
- <string name="app_name">SoundRecorder</string>
- <string name="audio_db_album_name">Audio recordings</string>
- <string name="audio_db_artist_name">Your recordings</string>
- <string name="audio_db_title_format"><xliff:g id="format">dd-MM-yyyy HH:mm:ss</xliff:g></string>
- <string name="button_ok">OK</string>
- <string name="discard">Discard</string>
- <string name="error_app_internal">Internal application error</string>
- <string name="error_mediadb_new_record">Unable to save recorded audio</string>
- <string name="error_sdcard_access">Unable to access SD card</string>
- <string name="insert_sd_card">Please insert an SD card</string>
- <string name="message_recorded">Message recorded</string>
- <string name="min_available"><xliff:g id="minutes">%d</xliff:g> min available</string>
- <string name="press_record">Press record</string>
- <string name="record_your_message">Record your message</string>
- <string name="recording">Recording</string>
- <string name="recording_stopped">Recording stopped</string>
- <string name="review_message">Review message</string>
- <string name="sec_available"><xliff:g id="seconds">%d</xliff:g>s available</string>
- <string name="storage_available"><xliff:g id="xxx">%02d:%02d</xliff:g> available</string>
- <string name="storage_is_full">Storage is full</string>
- <string name="timer_format"><xliff:g id="format">%02d:%02d</xliff:g></string>
+ <string name="app_name">"SoundRecorder"</string>
+ <string name="record_your_message">"Record your message"</string>
+ <string name="message_recorded">"Message recorded"</string>
+ <string name="review_message">"Review message"</string>
+ <string name="recording">"Recording"</string>
+ <string name="recording_stopped">"Recording stopped"</string>
+ <string name="storage_is_full">"Storage is full"</string>
+ <!-- no translation found for max_length_reached (8913888728170889194) -->
+ <skip />
+ <string name="insert_sd_card">"Please insert an SD card"</string>
+ <string name="min_available">"<xliff:g id="MINUTES">%d</xliff:g> min available"</string>
+ <string name="sec_available">"<xliff:g id="SECONDS">%d</xliff:g>s available"</string>
+ <string name="accept">"Use this recording"</string>
+ <string name="discard">"Discard"</string>
+ <string name="button_ok">"OK"</string>
+ <string name="press_record">"Press record"</string>
+ <string name="audio_db_title_format">"<xliff:g id="FORMAT">yyyy-MM-dd HH:mm:ss</xliff:g>"</string>
+ <string name="audio_db_artist_name">"Your recordings"</string>
+ <string name="audio_db_album_name">"Audio recordings"</string>
+ <!-- no translation found for audio_db_playlist_name (1430242423950663735) -->
+ <skip />
+ <string name="error_sdcard_access">"Unable to access SD card"</string>
+ <string name="error_app_internal">"Internal application error"</string>
+ <string name="error_mediadb_new_record">"Unable to save recorded audio"</string>
</resources>