summaryrefslogtreecommitdiff
path: root/res/values-en-rGB
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commite2118f54af4c5215bd988979769e383292b9c9cb (patch)
tree5d9a6fd510c579ea0506bd68bdbaf0d76989137b /res/values-en-rGB
downloadSoundRecorder-e2118f54af4c5215bd988979769e383292b9c9cb.tar.gz
Diffstat (limited to 'res/values-en-rGB')
-rw-r--r--res/values-en-rGB/strings.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
new file mode 100644
index 0000000..107378f
--- /dev/null
+++ b/res/values-en-rGB/strings.xml
@@ -0,0 +1,26 @@
+<?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>
+</resources>