diff options
author | Go MAEDA <maeda@farend.jp> | 2022-12-21 01:43:40 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-12-21 01:43:40 +0000 |
commit | 4edbefc4638726de41ff09053d539ee3b1e116cb (patch) | |
tree | adcf6ff8b017c6980e47fc7c979fcdea4a741308 /config/locales/es.yml | |
parent | f376fb68673bb74175943a9f37e7f9bb442bf155 (diff) | |
download | redmine-4edbefc4638726de41ff09053d539ee3b1e116cb.tar.gz redmine-4edbefc4638726de41ff09053d539ee3b1e116cb.zip |
Remove unused i18n keys label_sort_highest, label_sort_higher, label_sort_lower, and label_sort_lowest (#38054).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@21993 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/es.yml')
-rw-r--r-- | config/locales/es.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/locales/es.yml b/config/locales/es.yml index 500a50747..914bb6b1d 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -605,10 +605,6 @@ es: label_settings: Configuración label_show_completed_versions: Muestra las versiones terminadas label_sort_by: "Ordenar por %{value}" - label_sort_higher: Subir - label_sort_highest: Primero - label_sort_lower: Bajar - label_sort_lowest: Último label_spent_time: Tiempo dedicado label_statistics: Estadísticas label_stay_logged_in: Mantener la sesión abierta |