diff options
| author | 2020-07-14 11:02:30 +0200 | |
|---|---|---|
| committer | 2020-07-14 11:02:30 +0200 | |
| commit | 35eed83b64486d7c0e6f62dafc4ddf70e7a50513 (patch) | |
| tree | dc725021f39650ffb8f856d5f8e0df4528caabe8 /app/i18n/oc/gen.php | |
| parent | 8d8211b2a5fa997bce06d7ae0c6f7cf37f97b245 (diff) | |
Add a way to disable shortcuts (#3114)
When the user do not want to use a shortcut, he can let the shortcut value
empty. This will save an empty configuration thus disabling the shortcut.
The load default action allows to use default shortcut only for disabled
shortcuts.
See #3110
Diffstat (limited to 'app/i18n/oc/gen.php')
| -rw-r--r-- | app/i18n/oc/gen.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php index c140e629b..a46b7d4ef 100644 --- a/app/i18n/oc/gen.php +++ b/app/i18n/oc/gen.php @@ -15,6 +15,7 @@ return array( 'export' => 'Exportar', 'filter' => 'Filtre', 'import' => 'Importar', + 'load_default_shortcuts' => 'Load default shortcuts', // TODO - Translation 'manage' => 'Gerir', 'mark_favorite' => 'Ajustar als favorits', 'mark_read' => 'Marcar coma legit', |
