You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Migration/data/AppInitialData.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ class AppInitialData {
50
50
"value" => 536870912,
51
51
"displayName" => "Remote/Encrypted file size limit to process",
52
52
"title" => "",
53
-
"description" => "Maximum file size (in GBytes) for requesting from php core. Used when file hosts on remote NC instance or have encrypted flag. Must be less then total available RAM size.",
53
+
"description" => "Maximum file size (in GBytes) for requesting from php core. Used when file is hosted on remote NC instance or have encrypted flag. Must be less than total available RAM size.",
@@ -89,14 +89,14 @@ private function _stringsForL10N(): void {
89
89
$this->l10n->t("Full path to python interpreter");
90
90
$this->l10n->t("Absolute path to the python runnable (e.g. \"/usr/bin/python3\"). Can be obtained by `which python3` command. Used when pre-compiled binaries option is not selected.");
91
91
$this->l10n->t("Remote/Encrypted file size limit to process");
92
-
$this->l10n->t("Maximum file size (in GBytes) for requesting from php core. Used when file hosts on remote NC instance or have encrypted flag. Must be less then total available RAM size.");
92
+
$this->l10n->t("Maximum file size (in GBytes) for requesting from php core. Used when file is hosted on remote NC instance or have encrypted flag. Must be less than total available RAM size.");
93
93
$this->l10n->t("Use path to PHP interpreter for Python from settings");
94
94
$this->l10n->t("Determine whether to use path from settings or detect it automatically (may not work with some unusual PHP install locations). Used in Python part.");
95
95
$this->l10n->t("Full path to PHP interpreter for Python");
96
96
$this->l10n->t("Absolute path to the PHP executable (e.g. \"/usr/bin/php7.4\"). Can be obtained by `which php` or `which php7.4` command");
0 commit comments