mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_DEP*
This commit is contained in:
parent
2eff7bb5e2
commit
018e7e3547
10 changed files with 3 additions and 20 deletions
|
@ -31,10 +31,11 @@
|
|||
#include <shared.h>
|
||||
#include <format.h>
|
||||
#include <utf8.h>
|
||||
#include <i18n.h>
|
||||
#include <main.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define STRING_COLUMN_LABEL_DEP "Depends"
|
||||
|
||||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -61,7 +62,7 @@ void ColumnDepends::setStyle (const std::string& value)
|
|||
Column::setStyle (value);
|
||||
|
||||
if (_style == "indicator" && _label == STRING_COLUMN_LABEL_DEP) _label = _label.substr (0, context.config.get ("dependency.indicator").length ());
|
||||
else if (_style == "count" && _label == STRING_COLUMN_LABEL_DEP) _label = STRING_COLUMN_LABEL_DEP_S;
|
||||
else if (_style == "count" && _label == STRING_COLUMN_LABEL_DEP) _label = "Dep";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#define INCLUDED_STRINGS
|
||||
|
||||
// columns/Col*
|
||||
#define STRING_COLUMN_LABEL_DEP "Abhängig von"
|
||||
#define STRING_COLUMN_LABEL_DEP_S "Abh."
|
||||
#define STRING_COLUMN_LABEL_DESC "Beschreibung"
|
||||
#define STRING_COLUMN_LABEL_DUE "Fällig"
|
||||
#define STRING_COLUMN_LABEL_END "Ende"
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#define INCLUDED_STRINGS
|
||||
|
||||
// columns/Col*
|
||||
#define STRING_COLUMN_LABEL_DEP "Depends"
|
||||
#define STRING_COLUMN_LABEL_DEP_S "Dep"
|
||||
#define STRING_COLUMN_LABEL_DESC "Description"
|
||||
#define STRING_COLUMN_LABEL_DUE "Due"
|
||||
#define STRING_COLUMN_LABEL_END "End"
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#define INCLUDED_STRINGS
|
||||
|
||||
// columns/Col*
|
||||
#define STRING_COLUMN_LABEL_DEP "Dependoj"
|
||||
#define STRING_COLUMN_LABEL_DEP_S "Dep"
|
||||
#define STRING_COLUMN_LABEL_DESC "Priskribo"
|
||||
#define STRING_COLUMN_LABEL_DUE "Datlimo"
|
||||
#define STRING_COLUMN_LABEL_END "Fino"
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#define INCLUDED_STRINGS
|
||||
|
||||
// columns/Col*
|
||||
#define STRING_COLUMN_LABEL_DEP "Depende"
|
||||
#define STRING_COLUMN_LABEL_DEP_S "Dep" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_DESC "Descripción"
|
||||
#define STRING_COLUMN_LABEL_DUE "Vencimiento"
|
||||
#define STRING_COLUMN_LABEL_END "Fin"
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#define INCLUDED_STRINGS
|
||||
|
||||
// columns/Col*
|
||||
#define STRING_COLUMN_LABEL_DEP "Dépends de"
|
||||
#define STRING_COLUMN_LABEL_DEP_S "Dép"
|
||||
#define STRING_COLUMN_LABEL_DESC "Description"
|
||||
#define STRING_COLUMN_LABEL_DUE "Échéance"
|
||||
#define STRING_COLUMN_LABEL_END "Fin"
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#define INCLUDED_STRINGS
|
||||
|
||||
// columns/Col*
|
||||
#define STRING_COLUMN_LABEL_DEP "Dipendenze"
|
||||
#define STRING_COLUMN_LABEL_DEP_S "Dip"
|
||||
#define STRING_COLUMN_LABEL_DESC "Descrizione"
|
||||
#define STRING_COLUMN_LABEL_DUE "Scadenza"
|
||||
#define STRING_COLUMN_LABEL_END "Fine"
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#define INCLUDED_STRINGS
|
||||
|
||||
// columns/Col*
|
||||
#define STRING_COLUMN_LABEL_DEP "Depends"
|
||||
#define STRING_COLUMN_LABEL_DEP_S "Dep"
|
||||
#define STRING_COLUMN_LABEL_DESC "Description"
|
||||
#define STRING_COLUMN_LABEL_DUE "Due"
|
||||
#define STRING_COLUMN_LABEL_END "End"
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#define INCLUDED_STRINGS
|
||||
|
||||
// columns/Col*
|
||||
#define STRING_COLUMN_LABEL_DEP "Związane"
|
||||
#define STRING_COLUMN_LABEL_DEP_S "Zwi"
|
||||
#define STRING_COLUMN_LABEL_DESC "Opis"
|
||||
#define STRING_COLUMN_LABEL_DUE "Do"
|
||||
#define STRING_COLUMN_LABEL_END "Koniec"
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#define INCLUDED_STRINGS
|
||||
|
||||
// columns/Col*
|
||||
#define STRING_COLUMN_LABEL_DEP "Depende"
|
||||
#define STRING_COLUMN_LABEL_DEP_S "Dep" // |por-PRT|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_DESC "Descrição"
|
||||
#define STRING_COLUMN_LABEL_DUE "Vence"
|
||||
#define STRING_COLUMN_LABEL_END "Fim"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue