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
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ class AppInitialData {
38
38
"name" => "python_command",
39
39
"value" => "/usr/bin/python3",
40
40
"displayName" => "Full path to python interpreter",
41
-
"description" => "Absolute path to the python runnable (e.g. \"/usr/bin/python3\"). Can be obtained by `which python3` command.",
41
+
"description" => "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.",
@@ -86,7 +79,7 @@ public function __construct(\OCP\IL10N $l10n) {
86
79
privatefunction_stringsForL10N(): void {
87
80
// TRANSLATORS Admin settings strings for localization (Eng versions stored in the database and translated on front-end)
88
81
$this->l10n->t("Full path to python interpreter");
89
-
$this->l10n->t("Absolute path to the python runnable (e.g. \"/usr/bin/python3\"). Can be obtained by `which python3` command.");
82
+
$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.");
90
83
$this->l10n->t("Remote/Encrypted file size limit to process");
91
84
$this->l10n->t("Maximum file size 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
85
$this->l10n->t("Use path to PHP interpreter for Python from settings");
0 commit comments