summaryrefslogtreecommitdiffstats
path: root/FMRecord
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-04-06 01:25:30 +0300
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-04-06 01:25:30 +0300
commit2cf28de4866469b0294e1e017c8ca2bc096e377e (patch)
tree05f73650556583084c4ee537ff27c9b4b2b54ffa /FMRecord
parent7f9e252dddd8c3ffad5ce947a4b5131df06a1211 (diff)
downloadandroid_hardware_qcom_fm-2cf28de4866469b0294e1e017c8ca2bc096e377e.tar.gz
android_hardware_qcom_fm-2cf28de4866469b0294e1e017c8ca2bc096e377e.tar.bz2
android_hardware_qcom_fm-2cf28de4866469b0294e1e017c8ca2bc096e377e.zip
Automatic translation import
Change-Id: Ibd8f295bacd9cfd6fd15f6022ca9f6114bd77414
Diffstat (limited to 'FMRecord')
-rw-r--r--FMRecord/res/values-frp-rIT/strings.xml41
-rw-r--r--FMRecord/res/values-pt-rBR/strings.xml10
2 files changed, 46 insertions, 5 deletions
diff --git a/FMRecord/res/values-frp-rIT/strings.xml b/FMRecord/res/values-frp-rIT/strings.xml
new file mode 100644
index 0000000..966fd63
--- /dev/null
+++ b/FMRecord/res/values-frp-rIT/strings.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ * Copyright (c) 2009-2013, The Linux Foundation. All rights reserved.
+ * Copyright (C) 2014-2015 The CyanogenMod Project
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * * Neither the name of The Linux Foundation nor
+ * the names of its contributors may be used to endorse or promote
+ * products derived from this software without specific prior written
+ * permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- alert to the user that USB storage must be available before using FM recording [CHAR LIMIT=NONE] -->
+ <!-- alert to the user that the USB storage is being disk-checked [CHAR LIMIT=30] -->
+ <!-- alert to the user that the FM fails to read or write the USB storage. [CHAR LIMIT=NONE] -->
+ <!-- Low-memory dialog message [CHAR LIMT=NONE] -->
+ <!-- The messsage shown when FM record reaches size limit. -->
+ <!-- the name under which recordings will be visible in the media database is formatted like this -->
+ <!-- all recordings will show up in the media database with this 'artist' name -->
+ <!-- all recordings will show up in the media database with this 'album' name -->
+ <!-- all recordings will show up in the media database in a playlist with this name -->
+</resources>
diff --git a/FMRecord/res/values-pt-rBR/strings.xml b/FMRecord/res/values-pt-rBR/strings.xml
index 99f0a37..d485c0b 100644
--- a/FMRecord/res/values-pt-rBR/strings.xml
+++ b/FMRecord/res/values-pt-rBR/strings.xml
@@ -36,18 +36,18 @@
<!-- alert to the user that the FM fails to read or write the USB storage. [CHAR LIMIT=NONE] -->
<string name="access_sd_fail">Não foi possível acessar o cartão SD.</string>
<!-- Low-memory dialog message [CHAR LIMT=NONE] -->
- <string name="spaceIsLow_content">Seu armazenamento de cartão SD está ficando sem espaço. Altere a configuração de qualidade ou apagar algumas imagens ou outros arquivos.</string>
+ <string name="spaceIsLow_content">Seu cartão SD está ficando sem espaço. Altere a configuração de qualidade ou apague algumas imagens ou outros arquivos.</string>
<!-- The messsage shown when FM record reaches size limit. -->
<string name="FMRecording_reach_size_limit">Limite de tamanho atingido.</string>
<!-- the name under which recordings will be visible in the media database is formatted like this -->
- <string name="audio_db_title_format"><xliff:g id="format">yyyy-MM-dd HH:mm:ss</xliff:g></string>
+ <string name="audio_db_title_format"><xliff:g id="format">aaaa-MM-dd HH:mm:ss</xliff:g></string>
<!-- all recordings will show up in the media database with this 'artist' name -->
- <string name="audio_db_artist_name">Minhas Gravações FM</string>
+ <string name="audio_db_artist_name">Minhas gravações FM</string>
<!-- all recordings will show up in the media database with this 'album' name -->
<string name="audio_db_album_name">Gravações FM</string>
<!-- all recordings will show up in the media database in a playlist with this name -->
<string name="audio_db_playlist_name">Gravações FM</string>
- <string name="save_record_file">Arquivo de gravação FM salvado em \'<xliff:g id="record_file">%1$s</xliff:g>\'</string>
- <string name="fm_record_progress">Gravação FM em andamento</string>
+ <string name="save_record_file">Arquivo de gravação FM salvo em \'<xliff:g id="record_file">%1$s</xliff:g>\'</string>
+ <string name="fm_record_progress">Gravando FM</string>
<string name="unable_to_store">Não foi possível salvar o áudio gravado</string>
</resources>