l10n: Eliminated STRING_COLUMN_LABEL_TEMPLATE

This commit is contained in:
Paul Beckingham 2018-01-15 13:35:38 -05:00
parent 5795e7f765
commit 2605cfa227
11 changed files with 2 additions and 12 deletions

View file

@ -27,14 +27,13 @@
#include <cmake.h>
#include <ColTemplate.h>
#include <format.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
ColumnTemplate::ColumnTemplate ()
{
_name = "template";
_style = "long";
_label = STRING_COLUMN_LABEL_TEMPLATE;
_label = "Template task";
_modifiable = false;
_styles = {"long", "short"};
_examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"};

View file

@ -217,7 +217,7 @@ int CmdInfo::execute (std::string& output)
if (task.has ("template"))
{
row = view.addRow ();
view.set (row, 0, STRING_COLUMN_LABEL_TEMPLATE);
view.set (row, 0, "Template task");
view.set (row, 1, task.get ("template"));
}

View file

@ -92,7 +92,6 @@
#define STRING_COLUMN_LABEL_VALUE "Wert"
#define STRING_COLUMN_LABEL_LAST "Last instance"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
#define STRING_COLUMN_LABEL_DATE "Datum"
#define STRING_COLUMN_LABEL_COLUMN "Spalten"
#define STRING_COLUMN_LABEL_STYLES "Unterstützte Formate"

View file

@ -92,7 +92,6 @@
#define STRING_COLUMN_LABEL_VALUE "Value"
#define STRING_COLUMN_LABEL_LAST "Last instance"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
#define STRING_COLUMN_LABEL_DATE "Date"
#define STRING_COLUMN_LABEL_COLUMN "Columns"
#define STRING_COLUMN_LABEL_STYLES "Supported Formats"

View file

@ -92,7 +92,6 @@
#define STRING_COLUMN_LABEL_VALUE "Valoro"
#define STRING_COLUMN_LABEL_LAST "Last instance"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
#define STRING_COLUMN_LABEL_DATE "Dato"
#define STRING_COLUMN_LABEL_COLUMN "Kolumnoj"
#define STRING_COLUMN_LABEL_STYLES "Formaĝoj Subtenataj"

View file

@ -93,7 +93,6 @@
#define STRING_COLUMN_LABEL_VALUE "Valor"
#define STRING_COLUMN_LABEL_LAST "Last instance"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
#define STRING_COLUMN_LABEL_DATE "Fecha"
#define STRING_COLUMN_LABEL_COLUMN "Columnas"
#define STRING_COLUMN_LABEL_STYLES "Formatos soportados"

View file

@ -92,7 +92,6 @@
#define STRING_COLUMN_LABEL_VALUE "Valeur"
#define STRING_COLUMN_LABEL_LAST "Last instance"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
#define STRING_COLUMN_LABEL_DATE "Date"
#define STRING_COLUMN_LABEL_COLUMN "Colonnes"
#define STRING_COLUMN_LABEL_STYLES "Formats supportés"

View file

@ -92,7 +92,6 @@
#define STRING_COLUMN_LABEL_VALUE "Valore"
#define STRING_COLUMN_LABEL_LAST "Last instance"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
#define STRING_COLUMN_LABEL_DATE "Data"
#define STRING_COLUMN_LABEL_COLUMN "Colonna"
#define STRING_COLUMN_LABEL_STYLES "Formati Supportati"

View file

@ -92,7 +92,6 @@
#define STRING_COLUMN_LABEL_VALUE "Value"
#define STRING_COLUMN_LABEL_LAST "Last instance"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
#define STRING_COLUMN_LABEL_DATE "Date"
#define STRING_COLUMN_LABEL_COLUMN "Columns"
#define STRING_COLUMN_LABEL_STYLES "Supported Formats"

View file

@ -92,7 +92,6 @@
#define STRING_COLUMN_LABEL_VALUE "Wartość"
#define STRING_COLUMN_LABEL_LAST "Last instance"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
#define STRING_COLUMN_LABEL_DATE "Data"
#define STRING_COLUMN_LABEL_COLUMN "Kolumny"
#define STRING_COLUMN_LABEL_STYLES "Formaty"

View file

@ -93,7 +93,6 @@
#define STRING_COLUMN_LABEL_VALUE "Valor"
#define STRING_COLUMN_LABEL_LAST "Last instance"
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
#define STRING_COLUMN_LABEL_DATE "Data"
#define STRING_COLUMN_LABEL_COLUMN "Colunas"
#define STRING_COLUMN_LABEL_STYLES "Formatos Suportados"