summaryrefslogtreecommitdiffstats
path: root/res/values-vi
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-05 00:19:02 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-05 00:19:02 +0200
commitef9e2437b058ca2416437b8735030a845fcf5dcc (patch)
tree9d86a55a950ce3136061e35ecaeadaffb591f832 /res/values-vi
parentae8048271b4c000b95c3b80edc71a7ca5a6cd7f9 (diff)
downloadandroid_packages_apps_SoundRecorder-ef9e2437b058ca2416437b8735030a845fcf5dcc.tar.gz
android_packages_apps_SoundRecorder-ef9e2437b058ca2416437b8735030a845fcf5dcc.tar.bz2
android_packages_apps_SoundRecorder-ef9e2437b058ca2416437b8735030a845fcf5dcc.zip
Automatic translation import
Change-Id: Id27ebc96e3bf247c48927d4574fe4a71d4bf3108
Diffstat (limited to 'res/values-vi')
-rw-r--r--res/values-vi/cm_strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values-vi/cm_strings.xml b/res/values-vi/cm_strings.xml
index 16e4f22..a766452 100644
--- a/res/values-vi/cm_strings.xml
+++ b/res/values-vi/cm_strings.xml
@@ -16,12 +16,19 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Label shown when recording is paused -->
<string name="recording_paused">Đã t.dừng</string>
+ <!-- Label shown when recording is finished -->
<string name="recording_finished">Ghi âm hoàn thành</string>
+ <!-- Button to save the current recording -->
<string name="save">Lưu</string>
+ <!-- shown as the message in a dialog when the app encountered and unsupported format -->
<string name="error_app_unsupported">Định dạng không được hỗ trợ.</string>
+ <!-- shown as the message in a dialog when the recording cannot be started while in call -->
<string name="error_mediadb_incall">Tuỳ chọn này không được hỗ trợ khi đang gọi.</string>
+ <!-- shown as the message in a dialog when voice call recording is started for AAC format -->
<string name="error_mediadb_aacincall">Ghi âm cuộc gọi thoại AAC không được hỗ trợ.</string>
+ <!-- shown as the dialog title when user selects recording format -->
<string name="format_setting">Loại tệp</string>
<string name="storage_setting">Vị trí lưu trữ</string>
<string name="storage_setting_sdcard_item">Thẻ nhớ</string>
@@ -29,6 +36,10 @@
<string name="no_phonestorage">Đã ngắt kết nối bộ nhớ điện thoại</string>
<string name="keyboard">Bàn phím</string>
<string name="file_deleted">Tệp đã bị xoá</string>
+ <!-- shown as the message in a dialog when the app encountered an internal error while trying to start recording -->
<string name="error_app_internal_recorder">Lỗi ứng dụng nội bộ.\n\nMicro đang được sử dụng.</string>
<string name="view_recordings">Xem bản ghi âm</string>
+ <!-- Permissions feedback -->
+ <!-- shown as the message in a dialog when an error occured because of an error accessing the sd card [CHAR LIMIT=NONE] -->
+ <!-- shown as the message in a dialog when an error occured because of an error accessing the sd card -->
</resources>