From f07779a0bd9a6cd34f3d26dafba74ad3a38dc4e3 Mon Sep 17 00:00:00 2001 From: aone Date: Sun, 15 Jan 2023 17:29:58 +0100 Subject: [PATCH] Web iOS strings --- Translations/Web/lang_en.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Translations/Web/lang_en.php b/Translations/Web/lang_en.php index cacb4c515..398dda93b 100644 --- a/Translations/Web/lang_en.php +++ b/Translations/Web/lang_en.php @@ -13,6 +13,10 @@ // // +// iOS +$ios_title = "$keka for iOS"; +$ios_content_title = "the iOS file archiver"; + // General $content_download = "Download"; $content_issues = "Issues"; @@ -28,6 +32,8 @@ $content_download_legacy = "Legacy"; $content_download_helper = "Helper"; $content_downloading = "Downloading "; +$content_get_platform = "Get it for "; +$content_testflight = "TestFlight needed to install this build"; $content_downloading_if_fails = "If the download does not start automatically "; $content_downloading_if_fails_click_here = " click here"; @@ -41,6 +47,9 @@ $content_platform_beta = "Beta"; $content_beta_title = "Beta version of Keka"; $content_beta_text = "You can test the newest features of Keka before they are released.
If you find a bug or have something to report, head over to "; +$ios_content_beta_title = "Beta version of Keka for iOS"; +$ios_content_beta_text = "Be the first to try the first public version of Keka for iOS.
If you find a bug or have something to report,
use TestFlight or head over to "; +$ios_content_text = 'Unwrap it now on the App Store'; $content_beta_unavailable = "There is no beta available at the moment."; $content_beta_up = "Get the latest version"; @@ -59,6 +68,18 @@ $content_info_compression = "Keka can create files in these formats:"; $content_info_extraction = "And extract all of these formats:"; +// Info v2 (iOS and future macOS) +$content_info_v2_title1 = "Store more"; +$content_info_v2_title2 = "Share with privacy"; +$content_info_v2_title3 = "A perfect Browsing experience"; +$content_info_v2_title4 = "Multitasking at its finest"; +$content_info_v2_title5 = "Always at hand"; +$content_info_v2_text1 = "With multiple Compression Formats
to choose the Perfect One"; +$content_info_v2_text2 = "Protect your shared files with a Password
and Encrypt them with AES-256"; +$content_info_v2_text3 = "Preview, Extract and Share
only what You Need"; +$content_info_v2_text4 = "Extract, Compress and Browse
without limits"; +$content_info_v2_text5 = "Extract, Compress and Browse
from anywhere using the Share Actions"; + // Default app $content_defaultapp_title = "Set Keka as the default extraction application"; $content_defaultapp_text = 'Keka needs a helper to set itself as the default application.
Simply download and extract it, move it to the desktop and then open it.';