From 8ff2b9b77b960916e0e8273bd5e0a9138ff19819 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 20 Jan 2018 12:21:34 -0500 Subject: [PATCH] l10n: Eliminated STRING_CMD_CONFIG_NO_CHANGE --- src/commands/CmdConfig.cpp | 2 +- src/l10n/deu-DEU.h | 1 - src/l10n/eng-USA.h | 1 - src/l10n/epo-RUS.h | 1 - src/l10n/esp-ESP.h | 1 - src/l10n/fra-FRA.h | 1 - src/l10n/ita-ITA.h | 1 - src/l10n/jpn-JPN.h | 1 - src/l10n/pol-POL.h | 1 - src/l10n/por-PRT.h | 1 - 10 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/commands/CmdConfig.cpp b/src/commands/CmdConfig.cpp index dd913740e..eb1f7c461 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -220,7 +220,7 @@ int CmdConfig::execute (std::string& output) << '\n'; } else - out << STRING_CMD_CONFIG_NO_CHANGE << '\n'; + out << "No changes made.\n"; } else throw std::string (STRING_CMD_CONFIG_NO_NAME); diff --git a/src/l10n/deu-DEU.h b/src/l10n/deu-DEU.h index 59abe42db..35ee59953 100644 --- a/src/l10n/deu-DEU.h +++ b/src/l10n/deu-DEU.h @@ -445,7 +445,6 @@ #define STRING_CMD_CONFIG_CONFIRM3 "Wirklich die Option '{1}' entfernen?" #define STRING_CMD_CONFIG_NO_ENTRY "Kein Eintrag '{1}' gefunden." #define STRING_CMD_CONFIG_FILE_MOD "Konfigurationsdatei {1} verändert." -#define STRING_CMD_CONFIG_NO_CHANGE "Keine Änderungen durchgeführt." #define STRING_CMD_CONFIG_NO_NAME "Geben Sie den Wert der zu ändernden Option an." #define STRING_CMD_HCONFIG_USAGE "Zeigt alle unterstützten Konfigurations-Optionen zur AUtovervollständigung" #define STRING_CMD_CONTEXT_USAGE "Set and define contexts (default filters)" diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index 267c39b2e..ecd827304 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -442,7 +442,6 @@ #define STRING_CMD_CONFIG_CONFIRM3 "Are you sure you want to remove '{1}'?" #define STRING_CMD_CONFIG_NO_ENTRY "No entry named '{1}' found." #define STRING_CMD_CONFIG_FILE_MOD "Config file {1} modified." -#define STRING_CMD_CONFIG_NO_CHANGE "No changes made." #define STRING_CMD_CONFIG_NO_NAME "Specify the name of a config variable to modify." #define STRING_CMD_HCONFIG_USAGE "Lists all supported configuration variables, for completion purposes" #define STRING_CMD_CONTEXT_USAGE "Set and define contexts (default filters)" diff --git a/src/l10n/epo-RUS.h b/src/l10n/epo-RUS.h index 8d13631b6..e592a37da 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -445,7 +445,6 @@ #define STRING_CMD_CONFIG_CONFIRM3 "Are you sure you want to remove '{1}'?" #define STRING_CMD_CONFIG_NO_ENTRY "No entry named '{1}' found." #define STRING_CMD_CONFIG_FILE_MOD "Agorda dosiero {1} modifita." -#define STRING_CMD_CONFIG_NO_CHANGE "Ne ŝanĝis nenion." #define STRING_CMD_CONFIG_NO_NAME "Specifu la nomon de agordvariablo, kiun vi volas modifi." #define STRING_CMD_HCONFIG_USAGE "Listigas çiun subtenatan agordan variablon, por motivo memkompletada" #define STRING_CMD_CONTEXT_USAGE "Set and define contexts (default filters)" diff --git a/src/l10n/esp-ESP.h b/src/l10n/esp-ESP.h index d3b6aaef6..d9879a1a5 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -457,7 +457,6 @@ #define STRING_CMD_CONFIG_CONFIRM3 "¿Está seguro de querer eliminar '{1}'?" #define STRING_CMD_CONFIG_NO_ENTRY "No se encontró una entrada llamada '{1}'." #define STRING_CMD_CONFIG_FILE_MOD "Archivo de configuración {1} modificado." -#define STRING_CMD_CONFIG_NO_CHANGE "No se hicieron cambios." #define STRING_CMD_CONFIG_NO_NAME "Especifique el nombre de una variable de configuración a modificar." #define STRING_CMD_HCONFIG_USAGE "Lista todas las variables de configuración soportadas, a fines de completado" #define STRING_CMD_CONTEXT_USAGE "Establece y define contextos (filtros por defecto)" diff --git a/src/l10n/fra-FRA.h b/src/l10n/fra-FRA.h index 3ad34ff53..14df7e539 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -447,7 +447,6 @@ #define STRING_CMD_CONFIG_CONFIRM3 "Are you sure you want to remove '{1}'?" #define STRING_CMD_CONFIG_NO_ENTRY "No entry named '{1}' found." #define STRING_CMD_CONFIG_FILE_MOD "Config file {1} modified." -#define STRING_CMD_CONFIG_NO_CHANGE "No changes made." #define STRING_CMD_CONFIG_NO_NAME "Specify the name of a config variable to modify." #define STRING_CMD_HCONFIG_USAGE "Lists all supported configuration variables, for completion purposes" #define STRING_CMD_CONTEXT_USAGE "Set and define contexts (default filters)" diff --git a/src/l10n/ita-ITA.h b/src/l10n/ita-ITA.h index 1c8eeece4..2c25d4799 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -446,7 +446,6 @@ #define STRING_CMD_CONFIG_CONFIRM3 "Sei sicuro di voler rimuovere '{1}'?" #define STRING_CMD_CONFIG_NO_ENTRY "Nessuna voce '{1}' trovata." #define STRING_CMD_CONFIG_FILE_MOD "File di configurazione {1} modificato." -#define STRING_CMD_CONFIG_NO_CHANGE "Nessuna modifica apportata." #define STRING_CMD_CONFIG_NO_NAME "Specificare il nome di una variabile di configurazione da modificare." #define STRING_CMD_HCONFIG_USAGE "Elenca le variabili di configurazione supportate, per autocompletamento" #define STRING_CMD_CONTEXT_USAGE "Set and define contexts (default filters)" diff --git a/src/l10n/jpn-JPN.h b/src/l10n/jpn-JPN.h index f2ffe9eb5..feb3a0303 100644 --- a/src/l10n/jpn-JPN.h +++ b/src/l10n/jpn-JPN.h @@ -447,7 +447,6 @@ #define STRING_CMD_CONFIG_CONFIRM3 "Are you sure you want to remove '{1}'?" #define STRING_CMD_CONFIG_NO_ENTRY "No entry named '{1}' found." #define STRING_CMD_CONFIG_FILE_MOD "Config file {1} modified." -#define STRING_CMD_CONFIG_NO_CHANGE "No changes made." #define STRING_CMD_CONFIG_NO_NAME "Specify the name of a config variable to modify." #define STRING_CMD_HCONFIG_USAGE "Lists all supported configuration variables, for completion purposes" #define STRING_CMD_CONTEXT_USAGE "Set and define contexts (default filters)" diff --git a/src/l10n/pol-POL.h b/src/l10n/pol-POL.h index b61b0b7be..f2b72e5fd 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -447,7 +447,6 @@ #define STRING_CMD_CONFIG_CONFIRM3 "Czy na pewno chcesz usunąć '{1}'?" #define STRING_CMD_CONFIG_NO_ENTRY "Nie znaleziono wpisu '{1}'." #define STRING_CMD_CONFIG_FILE_MOD "Plik konfiguracyjny {1} został zmodyfikowany." -#define STRING_CMD_CONFIG_NO_CHANGE "Brak zmian." #define STRING_CMD_CONFIG_NO_NAME "Podaj nazwę zmiennej w konfiguracji do zmiany." #define STRING_CMD_HCONFIG_USAGE "Wylistuj wszystkie zmienne konfiguracji." #define STRING_CMD_CONTEXT_USAGE "Set and define contexts (default filters)" diff --git a/src/l10n/por-PRT.h b/src/l10n/por-PRT.h index 7b3e0dafe..164aa8333 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -447,7 +447,6 @@ #define STRING_CMD_CONFIG_CONFIRM3 "Tem a certeza que pretende remover '{1}'?" #define STRING_CMD_CONFIG_NO_ENTRY "Não encontrada a entrada '{1}' ." #define STRING_CMD_CONFIG_FILE_MOD "Ficheiro de configuração {1} alterado." -#define STRING_CMD_CONFIG_NO_CHANGE "Nenhuma alteração efectuada." #define STRING_CMD_CONFIG_NO_NAME "Especifique o nome da configuração a modificar." #define STRING_CMD_HCONFIG_USAGE "Lista todas as configurações suportadas, para fins de terminação automática" #define STRING_CMD_CONTEXT_USAGE "Set and define contexts (default filters)"