summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Fischer <nobody@android.com>2009-06-10 12:26:09 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-10 12:26:09 -0700
commit6497d796f0f1542b98d5d87c0a3865e8333d89d7 (patch)
treea42e4d0fb4fe02e87caddacbbf3ecaf219858708
parent0fdc687eafb331b2fe3158a5204721aaa97523f1 (diff)
downloadSoundRecorder-6497d796f0f1542b98d5d87c0a3865e8333d89d7.tar.gz
AI 149721: Import Portuguese translations.android-sdk-1.5_r3
Automated import of CL 149721
-rw-r--r--res/values-pt/strings.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
new file mode 100644
index 0000000..c65db38
--- /dev/null
+++ b/res/values-pt/strings.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_name">"Gravador de som"</string>
+ <string name="record_your_message">"Grave sua mensagem"</string>
+ <string name="message_recorded">"Mensagem gravada"</string>
+ <string name="review_message">"Analisar mensagem"</string>
+ <string name="recording">"Gravação"</string>
+ <string name="recording_stopped">"Gravação interrompida"</string>
+ <string name="storage_is_full">"O armazenamento está cheio"</string>
+ <string name="max_length_reached">"Comprimento máximo atingido"</string>
+ <string name="insert_sd_card">"Insira um cartão SD"</string>
+ <string name="min_available">"<xliff:g id="MINUTES">%d</xliff:g> minutos disponíveis"</string>
+ <string name="sec_available">"<xliff:g id="SECONDS">%d</xliff:g> segundos disponíveis"</string>
+ <string name="accept">"Utilizar esta gravação"</string>
+ <string name="discard">"Descartar"</string>
+ <string name="button_ok">"OK"</string>
+ <string name="press_record">"Pressione gravar"</string>
+ <!-- no translation found for audio_db_title_format (7912182366970749312) -->
+ <skip />
+ <string name="audio_db_artist_name">"Suas gravações"</string>
+ <string name="audio_db_album_name">"Gravações de áudio"</string>
+ <string name="audio_db_playlist_name">"Minhas gravações"</string>
+ <string name="error_sdcard_access">"Não é possível acessar o cartão SD"</string>
+ <string name="error_app_internal">"Erro interno do aplicativo"</string>
+ <string name="error_mediadb_new_record">"Não é possível salvar o áudio gravado"</string>
+</resources>