summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@cyanogenmod.com>2016-05-17 22:12:24 +0200
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2016-05-17 22:12:24 +0200
commitabd4df65686bae98b529df094d1cdd638e13681b (patch)
tree27b8370f24b137c88289ebfc89886feb26fa30a5
parent8c2fa9fb0faafc23518d4ee2902aa855b6f2f0a2 (diff)
downloadandroid_packages_apps_SoundRecorder-abd4df65686bae98b529df094d1cdd638e13681b.tar.gz
android_packages_apps_SoundRecorder-abd4df65686bae98b529df094d1cdd638e13681b.tar.bz2
android_packages_apps_SoundRecorder-abd4df65686bae98b529df094d1cdd638e13681b.zip
Automatic translation import
Change-Id: Iac354088caf2b56e5929a17cf536ed014810d70d
-rw-r--r--res/values-be/strings.xml6
-rw-r--r--res/values-nl/cm_strings.xml3
2 files changed, 8 insertions, 1 deletions
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
index 4471105..e401b6b 100644
--- a/res/values-be/strings.xml
+++ b/res/values-be/strings.xml
@@ -16,19 +16,25 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- application name and title of error dialogs-->
+ <string name="app_name">Запіс гуку</string>
<!-- Screen title before and during recording -->
<!-- Screen title after recording -->
<!-- Screen title while playing back a recording -->
<!-- Label shown during recording -->
+ <string name="recording">Запіс</string>
<!-- Label shown when the recording is stopped for a reason other than the user stopping it (e.g. the sd card was removed) -->
+ <string name="recording_stopped">Запис спынены</string>
<!-- label shown when there is not enough space to record something -->
+ <string name="storage_is_full">Бракуя месца</string>
<!-- label shown when the recording has reached maximum allowed file size -->
<!-- label shown when there is no sd card available to record to [CHAR LIMIT=30] -->
+ <string name="insert_sd_card" product="nosdcard">Падключыць USB-назапашвальнiк</string>
<!-- label shown when there is no sd card available to record to -->
<!-- label shown when there is more than 1 minute but less than 9 minutes of space left to record -->
<!-- label shown when there is less than 1 minute of space left to record -->
<!-- button to accept the current recording and return it to the caller -->
<!-- button to discard the current recording and return to the caller -->
+ <string name="discard">Адхіліць</string>
<!-- acknowlegement button in a number of dialogs -->
<!-- Do not translate. Format of the timer that shows how much has been recorded so far -->
<!-- the name under which recordings will be visible in the media database is formatted like this -->
diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml
index 7f81474..540782f 100644
--- a/res/values-nl/cm_strings.xml
+++ b/res/values-nl/cm_strings.xml
@@ -48,7 +48,7 @@
<string name="perm_allperms">Geluidsrecorder heeft toegang nodig tot de microfoon om audio op te kunnen nemen, toegang tot de opslag nodig om bestanden op te kunnen slaan en toegang nodig tot de telefoonstatus om te voorkomen dat deze app opneemt tijdens oproepen.</string>
<string name="perm_unknown">Machtigingsfout, controleer de status van de machtiging in Instellingen.</string>
<string name="ask_again">Opnieuw vragen</string>
- <string name="dismiss">Weggooien</string>
+ <string name="dismiss">Sluiten</string>
<string name="perm_toast">Vereiste machtigingen werden geweigerd, schakel ze in in Instellingen om opname te starten</string>
<!-- shown as the message in a dialog when an error occured because of an error accessing the sd card [CHAR LIMIT=NONE] -->
<string name="error_storage_access" product="nosdcard">Geen toegang tot USB-opslag. Zorg ervoor dat Geluidsrecorder de machtiging heeft voor toegang tot de opslag</string>
@@ -56,4 +56,5 @@
<string name="error_storage_access" product="default">Geen toegang tot SD-kaart. Zorg ervoor dat Geluidsrecorder de machtiging heeft voor toegang tot de opslag</string>
<string name="in_call_record_error">Opnemen niet toegestaan tijdens een oproep.</string>
<string name="button_menu">Meer opties</string>
+ <string name="notification_bg_title">Audio opnemen</string>
</resources>