l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:46:48 -05:00
parent 4b485ad570
commit 02f786694e
10 changed files with 2 additions and 12 deletions

View file

@ -35,7 +35,6 @@
#include <shared.h>
#include <format.h>
#include <utf8.h>
#include <i18n.h>
extern Context context;
extern Task& contextTask;
@ -45,7 +44,7 @@ ColumnRecur::ColumnRecur ()
{
_name = "recur";
_style = "duration";
_label = STRING_COLUMN_LABEL_RECUR;
_label = "Recur";
_modifiable = true;
_styles = {"duration", "indicator"};
_examples = {"weekly", context.config.get ("recurrence.indicator")};
@ -58,7 +57,7 @@ void ColumnRecur::setStyle (const std::string& value)
{
Column::setStyle (value);
if (_style == "indicator" && _label == STRING_COLUMN_LABEL_RECUR)
if (_style == "indicator" && _label == "Recur")
_label = _label.substr (0, context.config.get ("recurrence.indicator").length ());
}

View file

@ -27,7 +27,6 @@
#ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS
#define STRING_COLUMN_LABEL_RECUR "Wiederh."
#define STRING_COLUMN_LABEL_TAG "Schlagwort"
#define STRING_COLUMN_LABEL_UNTIL "Bis"
#define string_column_label_urgency "dringlichkeit"

View file

@ -27,7 +27,6 @@
#ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS
#define STRING_COLUMN_LABEL_RECUR "Recur"
#define STRING_COLUMN_LABEL_TAG "Tag"
#define STRING_COLUMN_LABEL_UNTIL "Until"
#define STRING_COLUMN_LABEL_URGENCY "Urgency"

View file

@ -27,7 +27,6 @@
#ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS
#define STRING_COLUMN_LABEL_RECUR "Recur"
#define STRING_COLUMN_LABEL_TAG "Etik"
#define STRING_COLUMN_LABEL_UNTIL "Ĝis"
#define STRING_COLUMN_LABEL_URGENCY "Urĝeco"

View file

@ -27,7 +27,6 @@
#ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS
#define STRING_COLUMN_LABEL_RECUR "Recur" // |esp-ESP|==|eng-USA|
#define STRING_COLUMN_LABEL_TAG "Marca"
#define STRING_COLUMN_LABEL_UNTIL "Hasta"
#define STRING_COLUMN_LABEL_URGENCY "Urgencia"

View file

@ -27,7 +27,6 @@
#ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS
#define STRING_COLUMN_LABEL_RECUR "Récur"
#define STRING_COLUMN_LABEL_TAG "Étiq"
#define STRING_COLUMN_LABEL_UNTIL "Until"
#define STRING_COLUMN_LABEL_URGENCY "Urgence"

View file

@ -27,7 +27,6 @@
#ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS
#define STRING_COLUMN_LABEL_RECUR "Period"
#define STRING_COLUMN_LABEL_TAG "Tag"
#define STRING_COLUMN_LABEL_UNTIL "Fino a"
#define STRING_COLUMN_LABEL_URGENCY "Urgenza"

View file

@ -27,7 +27,6 @@
#ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS
#define STRING_COLUMN_LABEL_RECUR "Recur"
#define STRING_COLUMN_LABEL_TAG "Tag"
#define STRING_COLUMN_LABEL_UNTIL "Until"
#define STRING_COLUMN_LABEL_URGENCY "Urgency"

View file

@ -27,7 +27,6 @@
#ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS
#define STRING_COLUMN_LABEL_RECUR "Period"
#define STRING_COLUMN_LABEL_TAG "Tag"
#define STRING_COLUMN_LABEL_UNTIL "Do"
#define STRING_COLUMN_LABEL_URGENCY "Pilność"

View file

@ -27,7 +27,6 @@
#ifndef INCLUDED_STRINGS
#define INCLUDED_STRINGS
#define STRING_COLUMN_LABEL_RECUR "Period"
#define STRING_COLUMN_LABEL_TAG "Marca"
#define STRING_COLUMN_LABEL_UNTIL "Até"
#define STRING_COLUMN_LABEL_URGENCY "Urgência"