From 3e89086e45669de82c4005e11ded1ce8f60a1bc3 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 23 Jan 2021 17:04:01 -0500 Subject: Add username hint for permissions during install (#3373) The username is retrieved by 2 different means to support different configurations and architectures. If there is no way to find the username, the "unknown" string is displayed instead. See #2758 --- app/i18n/oc/install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/oc') diff --git a/app/i18n/oc/install.php b/app/i18n/oc/install.php index 6c2bb3b28..80817f808 100644 --- a/app/i18n/oc/install.php +++ b/app/i18n/oc/install.php @@ -92,6 +92,7 @@ return array( 'nok' => 'Volgatz verificar los dreches sul repertòri %s. Lo servidor HTTP deu poder escriure dedins.', 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation ), + 'unknown_process_username' => 'unknown', // TODO - Translation 'users' => array( 'nok' => 'Volgatz verificar los dreches sul repertòri %s. Lo servidor HTTP deu poder escriure dedins.', 'ok' => 'Los dreches sul repertòri dels utilizaires son bons.', -- cgit v1.2.3