Skip to content

Commit

Permalink
Web iOS strings
Browse files Browse the repository at this point in the history
  • Loading branch information
aonez committed Jan 15, 2023
1 parent 5d297d4 commit f07779a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Translations/Web/lang_en.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
//
//

// iOS
$ios_title = "$keka for iOS";
$ios_content_title = "the iOS file archiver";

// General
$content_download = "Download";
$content_issues = "Issues";
Expand All @@ -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";

Expand All @@ -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.<br />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.<br />If you find a bug or have something to report,<br />use <a href=\"https://testflight.apple.com\">TestFlight</a> or head over to ";
$ios_content_text = 'Unwrap <i class="fas fa-gift"></i> it now on the App Store';
$content_beta_unavailable = "There is no beta available at the moment.";
$content_beta_up = "Get the latest version";

Expand All @@ -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<br />to choose the Perfect One";
$content_info_v2_text2 = "Protect your shared files with a Password<br />and Encrypt them with AES-256";
$content_info_v2_text3 = "Preview, Extract and Share<br />only what You Need";
$content_info_v2_text4 = "Extract, Compress and Browse<br />without limits";
$content_info_v2_text5 = "Extract, Compress and Browse<br />from anywhere using the Share Actions";

// Default app
$content_defaultapp_title = "Set Keka as the default extraction application";
$content_defaultapp_text = 'Keka <a href="https://github.com/aonez/Keka/wiki/Default-application">needs a helper <i class="far fa-question-circle"></i></a> to set itself as the default application.<br />Simply download and extract it, move it to the desktop and then open it.';
Expand Down

0 comments on commit f07779a

Please sign in to comment.