From 4f4ce3c71bb69e3b55029325901e3d16a8142376 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 21 Mar 2021 10:42:27 -0400 Subject: Remove shortcut validation (#3548) Before, only standard shortcuts were supported. When other shortcuts were configured, they were filtered out. Now, those shortcuts are stored in the configuration and an alert message is displayed to alert the user that he is using non-standard shortcuts. See #3481 --- app/i18n/pl/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/pl/conf.php') diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php index 45b41341e..d69853a6f 100644 --- a/app/i18n/pl/conf.php +++ b/app/i18n/pl/conf.php @@ -191,6 +191,7 @@ return array( 'navigation_help' => 'Z wykorzystaniem modyfikatora ⇧ Shift skróty nawigacyjne stosowane są dla kanałów.
Z wykorzystaniem modyfikatora Alt ⎇ skróty nawigacyjne stosowane są dla kategorii.', 'navigation_no_mod_help' => 'Pozostałe skróty nawigacyjne nie wspierają modyfikatorów.', 'next_article' => 'Otworzenie następnej wiadomości', + 'non_standard' => 'Some keys (%s) may not work as shortcuts.', // TODO - Translation 'normal_view' => 'Przełączenie na widok normalny', 'other_action' => 'Inne akcje', 'previous_article' => 'Otworzenie poprzedniej wiadomości', -- cgit v1.2.3