From d86d2b1c3fa21157741a785d842ed0a3b553a84b Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 22 Dec 2022 11:23:50 +0530 Subject: [PATCH 1/4] search help text class added --- core/css/server.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/css/server.css b/core/css/server.css index 55416019..94dfac14 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1727,4 +1727,10 @@ body.theme--highcontrast span.material-design-icon.dots-horizontal-icon, body.theme--highcontrast svg.material-design-icon__svg{ color: #fff; +} +#search-help-text { + padding: 10px; + text-align: center; + font-size: 12px; + color: gray; } \ No newline at end of file -- GitLab From b9c0b346874813d4fad6c7b173d61b7263fa0841 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Sat, 24 Dec 2022 11:49:00 +0530 Subject: [PATCH 2/4] added var --- core/css/server.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/server.css b/core/css/server.css index 94dfac14..713e6f0f 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1732,5 +1732,5 @@ body.theme--highcontrast svg.material-design-icon__svg{ padding: 10px; text-align: center; font-size: 12px; - color: gray; + color: var(--color-text-lighter); } \ No newline at end of file -- GitLab From 926b4d689889315a1e5aeb9ad31ff938a6872358 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Mon, 26 Dec 2022 20:18:36 +0530 Subject: [PATCH 3/4] added translations --- core/l10n/de.js | 3 ++- core/l10n/de.json | 3 ++- core/l10n/en.js | 3 ++- core/l10n/en.json | 3 ++- core/l10n/es.js | 3 ++- core/l10n/es.json | 3 ++- core/l10n/fr.js | 3 ++- core/l10n/fr.json | 3 ++- core/l10n/it.js | 3 ++- core/l10n/it.json | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-) diff --git a/core/l10n/de.js b/core/l10n/de.js index 9914c336..336df1da 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -30,6 +30,7 @@ OC.L10N.register( "Couldn't send reset email. Please contact your administrator.": "Couldn't send reset email. Kontaktieren Sie Murena unter helpdesk@murena.com.", "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Ihre Dateien sind verschlüsselt. Nachdem Ihr Passwort zurückgesetzt wurde, gibt es keine Möglichkeit mehr, Ihre Daten zurückzubekommen. Wenn Sie nicht sicher sind, was zu tun ist, wenden Sie sich bitte an Murena unter helpdesk@murena.com bevor Sie fortfahren. Willst du wirklich weitermachen?", "Password cannot be changed. Please contact your administrator.": "Das Passwort kann nicht geändert werden. Bitte kontaktieren Sie Murena unter helpdesk@murena.com.", - "If it is not there ask your local administrator.": "" + "If it is not there ask your local administrator.": "", + "Due to encryption the search is only done on files' name.": "Aufgrund der Verschlüsselung erfolgt die Suche nur nach dem Namen der Dateien." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de.json b/core/l10n/de.json index ca3ad77a..4f2712ea 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -29,7 +29,8 @@ "Couldn't send reset email. Please contact your administrator.": "Couldn't send reset email. Kontaktieren Sie Murena unter helpdesk@murena.com.", "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Ihre Dateien sind verschlüsselt. Nachdem Ihr Passwort zurückgesetzt wurde, gibt es keine Möglichkeit mehr, Ihre Daten zurückzubekommen. Wenn Sie nicht sicher sind, was zu tun ist, wenden Sie sich bitte an Murena unter helpdesk@murena.com bevor Sie fortfahren. Willst du wirklich weitermachen?", "Password cannot be changed. Please contact your administrator.": "Das Passwort kann nicht geändert werden. Bitte kontaktieren Sie Murena unter helpdesk@murena.com.", - "If it is not there ask your local administrator.": "" + "If it is not there ask your local administrator.": "", + "Due to encryption the search is only done on files' name.": "Aufgrund der Verschlüsselung erfolgt die Suche nur nach dem Namen der Dateien." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/core/l10n/en.js b/core/l10n/en.js index 9f000707..4aef329e 100755 --- a/core/l10n/en.js +++ b/core/l10n/en.js @@ -30,6 +30,7 @@ OC.L10N.register( "Couldn't send reset email. Please contact your administrator.": "Couldn't send reset email. Please contact Murena at helpdesk@murena.com.", "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact Murena at helpdesk@murena.com before you continue. Do you really want to continue?", "Password cannot be changed. Please contact your administrator.": "Password cannot be changed. Please contact Murena at helpdesk@murena.com.", - "If it is not there ask your local administrator.": "" + "If it is not there ask your local administrator.": "", + "Due to encryption the search is only done on files' name.": "Due to encryption the search is only done on files' name." }, "nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/core/l10n/en.json b/core/l10n/en.json index 1d73ed55..e125b764 100755 --- a/core/l10n/en.json +++ b/core/l10n/en.json @@ -29,7 +29,8 @@ "Couldn't send reset email. Please contact your administrator.": "Couldn't send reset email. Please contact Murena at helpdesk@murena.com.", "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact Murena at helpdesk@murena.com before you continue. Do you really want to continue?", "Password cannot be changed. Please contact your administrator.": "Password cannot be changed. Please contact Murena at helpdesk@murena.com.", - "If it is not there ask your local administrator.": "" + "If it is not there ask your local administrator.": "", + "Due to encryption the search is only done on files' name.": "Due to encryption the search is only done on files' name." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/core/l10n/es.js b/core/l10n/es.js index 476f3b84..4519b045 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -30,6 +30,7 @@ OC.L10N.register( "Couldn't send reset email. Please contact your administrator.": "No se ha podido enviar el correo electrónico de restablecimiento. Póngase en contacto con Murena en helpdesk@murena.com.", "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Tus archivos están encriptados. No habrá manera de recuperar sus datos después de que se restablezca su contraseña. Si no está seguro de qué hacer, póngase en contacto con Murena en helpdesk@murena.com antes de continuar. Realmente quieres continuar?", "Password cannot be changed. Please contact your administrator.": "La contraseña no se puede cambiar. Póngase en contacto con Murena en helpdesk@murena.com.", - "If it is not there ask your local administrator.": "" + "If it is not there ask your local administrator.": "", + "Due to encryption the search is only done on files' name.": "Como los ficheros están cifrados, la búsqueda sólo se hace sobre el nombre de los mismos." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es.json b/core/l10n/es.json index 02b7536a..230879de 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -29,7 +29,8 @@ "Couldn't send reset email. Please contact your administrator.": "No se ha podido enviar el correo electrónico de restablecimiento. Póngase en contacto con Murena en helpdesk@murena.com.", "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Tus archivos están encriptados. No habrá manera de recuperar sus datos después de que se restablezca su contraseña. Si no está seguro de qué hacer, póngase en contacto con Murena en helpdesk@murena.com antes de continuar. Realmente quieres continuar?", "Password cannot be changed. Please contact your administrator.": "La contraseña no se puede cambiar. Póngase en contacto con Murena en helpdesk@murena.com.", - "If it is not there ask your local administrator.": "" + "If it is not there ask your local administrator.": "", + "Due to encryption the search is only done on files' name.": "Como los ficheros están cifrados, la búsqueda sólo se hace sobre el nombre de los mismos." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 72eb4c82..ec07a4fb 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -30,6 +30,7 @@ OC.L10N.register( "Couldn't send reset email. Please contact your administrator.": "Impossible d'envoyer l'email de réinitialisation. Veuillez contacter Murena au helpdesk@murena.com.", "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Vos fichiers sont cryptés. Il n'y aura aucun moyen de récupérer vos données après la réinitialisation de votre mot de passe. Si vous n'êtes pas sûr de ce que vous devez faire, veuillez contacter Murena au helpdesk@murena.com avant de continuer. Voulez-vous vraiment continuer?", "Password cannot be changed. Please contact your administrator.": "Le mot de passe ne peut pas être modifié. Veuillez contacter Murena à helpdesk@murena.com.", - "If it is not there ask your local administrator.": "" + "If it is not there ask your local administrator.": "", + "Due to encryption the search is only done on files' name.": "Les fichiers étant chiffrés, la recherche n'est effectuée que sur le nom des fichiers." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 758ee775..68080433 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -29,7 +29,8 @@ "Couldn't send reset email. Please contact your administrator.": "Impossible d'envoyer l'email de réinitialisation. Veuillez contacter Murena au helpdesk@murena.com.", "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Vos fichiers sont cryptés. Il n'y aura aucun moyen de récupérer vos données après la réinitialisation de votre mot de passe. Si vous n'êtes pas sûr de ce que vous devez faire, veuillez contacter Murena au helpdesk@murena.com avant de continuer. Voulez-vous vraiment continuer?", "Password cannot be changed. Please contact your administrator.": "Le mot de passe ne peut pas être modifié. Veuillez contacter Murena à helpdesk@murena.com.", - "If it is not there ask your local administrator.": "" + "If it is not there ask your local administrator.": "", + "Due to encryption the search is only done on files' name.": "Les fichiers étant chiffrés, la recherche n'est effectuée que sur le nom des fichiers." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/core/l10n/it.js b/core/l10n/it.js index e692c422..abcf681b 100755 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -30,6 +30,7 @@ OC.L10N.register( "Couldn't send reset email. Please contact your administrator.": "Non è stato possibile inviare l'e-mail di ripristino. Contattare Murena al numero helpdesk@murena.com.", "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "I vostri file sono criptati. Non ci sarà modo di recuperare i dati dopo la reimpostazione della password. Se non siete sicuri di cosa fare, contattate Murena all'indirizzo helpdesk@murena.com prima di continuare. Volete davvero continuare?", "Password cannot be changed. Please contact your administrator.": "La password non può essere modificata. Contattare Murena all'indirizzo helpdesk@murena.com.", - "If it is not there ask your local administrator.": "" + "If it is not there ask your local administrator.": "", + "Due to encryption the search is only done on files' name.": "A causa della crittografia, la ricerca viene effettuata solo sul nome dei file." }, "nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/core/l10n/it.json b/core/l10n/it.json index 4eaa0f9b..93612c0b 100755 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -29,7 +29,8 @@ "Couldn't send reset email. Please contact your administrator.": "Non è stato possibile inviare l'e-mail di ripristino. Contattare Murena al numero helpdesk@murena.com.", "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "I vostri file sono criptati. Non ci sarà modo di recuperare i dati dopo la reimpostazione della password. Se non siete sicuri di cosa fare, contattate Murena all'indirizzo helpdesk@murena.com prima di continuare. Volete davvero continuare?", "Password cannot be changed. Please contact your administrator.": "La password non può essere modificata. Contattare Murena all'indirizzo helpdesk@murena.com.", - "If it is not there ask your local administrator.": "" + "If it is not there ask your local administrator.": "", + "Due to encryption the search is only done on files' name.": "A causa della crittografia, la ricerca viene effettuata solo sul nome dei file." }, "pluralForm": "nplurals=2; plural=(n != 1);" } -- GitLab From 6add37afb1ba9b4a3a24e49359dfe76f18d082e5 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 28 Dec 2022 09:13:32 +0530 Subject: [PATCH 4/4] added note --- core/css/server.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/server.css b/core/css/server.css index 713e6f0f..9e45aab0 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1728,6 +1728,7 @@ body.theme--highcontrast span.material-design-icon.dots-horizontal-icon, body.theme--highcontrast svg.material-design-icon__svg{ color: #fff; } +/* used for help text in the search */ #search-help-text { padding: 10px; text-align: center; -- GitLab