From 2b0cbe3d90559270212181f659df596daa691d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Thu, 11 Jul 2019 05:40:35 +0000 Subject: [PATCH] Translated using Weblate (English (United States)) Currently translated at 100.0% (49 of 49 strings) Translation: Baresip/store metadata Translate-URL: https://hosted.weblate.org/projects/baresip/store-metadata/en_US/ --- fastlane/metadata/android/en-US/changelogs/5.0.0.txt | 12 ++++++------ fastlane/metadata/android/en-US/changelogs/5.4.1.txt | 2 +- fastlane/metadata/android/en-US/changelogs/6.2.1.txt | 4 ++-- fastlane/metadata/android/en-US/changelogs/6.3.1.txt | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/fastlane/metadata/android/en-US/changelogs/5.0.0.txt b/fastlane/metadata/android/en-US/changelogs/5.0.0.txt index 5a9352f6..dca9df3c 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.0.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.0.0.txt @@ -1,6 +1,6 @@ -- Replaced text mode EditConfigActivity with graphical Config activity -- Current configuration items are Auto Start, DNS Servers, Opus Bit Rate, -and ICE Lite -- Added ICE and Stun Server account options -- Fixed bug in deleting of an account -- Do not loose unsent message when chat activity is interrupted +- Replaced text mode EditConfigActivity with graphical config activity. +- Current configuration items are auto-start, DNS servers, Opus bitrate, +and ICE-Lite. +- Added ICE and STUN server account options. +- Fixed bug in account deletion. +- Unsent messages not lost when chat activity is interrupted. diff --git a/fastlane/metadata/android/en-US/changelogs/5.4.1.txt b/fastlane/metadata/android/en-US/changelogs/5.4.1.txt index cbf226de..2686fb72 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.4.1.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.4.1.txt @@ -1,3 +1,3 @@ - Removed unused baresip modules from config and libraries. -- Baresip Service now lets baresip Activity to die on its own after +- The baresip service now lets baresip activity die on its own after receiving kill intent from it. diff --git a/fastlane/metadata/android/en-US/changelogs/6.2.1.txt b/fastlane/metadata/android/en-US/changelogs/6.2.1.txt index 53549f25..0f39eed7 100644 --- a/fastlane/metadata/android/en-US/changelogs/6.2.1.txt +++ b/fastlane/metadata/android/en-US/changelogs/6.2.1.txt @@ -4,5 +4,5 @@ connectivity becomes available or is lost. - Set volume controls to apply to current audio stream (may not always work). - Fixed possible crash when destroyed baresip app is started again. -- Showed notice when account to be created already exists. -- Added note to About text about Media volume. +- Shown notice when account to be created already exists. +- Added note to "About" text about media volume. diff --git a/fastlane/metadata/android/en-US/changelogs/6.3.1.txt b/fastlane/metadata/android/en-US/changelogs/6.3.1.txt index 8e200269..2e399592 100644 --- a/fastlane/metadata/android/en-US/changelogs/6.3.1.txt +++ b/fastlane/metadata/android/en-US/changelogs/6.3.1.txt @@ -1,4 +1,4 @@ - Fixed and improved DTMF watcher implementation. -- Disabled editing of Incoming/Outgoing Call URI when call is in progress. -- Destroyed User Agent when account is deleted. +- Turned off editing of incoming/outgoing call URI when call is in progress. +- Destroyed user agent when account is deleted. - Removed unused KILL_BACKGROUND_PROCESSES permission.