l10n: Eliminated STRING_RECORD_*

This commit is contained in:
Paul Beckingham 2018-01-20 13:15:45 -05:00
parent 3b792d5432
commit e27049273c
10 changed files with 3 additions and 48 deletions

View file

@ -621,11 +621,6 @@
#define STRING_HELPER_PROJECT_REM "({1} de {2} tareas restantes)."
#define STRING_HELPER_PROJECT_REM1 "({1} tarea restante)."
// Record
#define STRING_RECORD_EMPTY "Registro vacío en la entrada."
#define STRING_RECORD_JUNK_AT_EOL "Caracteres no reconocidos al final de línea."
#define STRING_RECORD_NOT_FF4 "Registro no reconocido como formato 4."
// 'show' command
#define STRING_CMD_SHOW "Muestra todas las variables de configuración o un subconjunto"
#define STRING_CMD_SHOW_ARGS "Solo puede especificar 'all' o un término de búsqueda."