mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_ID
This commit is contained in:
parent
e46ca4dcab
commit
cf56983b58
11 changed files with 2 additions and 12 deletions
|
@ -28,14 +28,13 @@
|
|||
#include <ColID.h>
|
||||
#include <math.h>
|
||||
#include <format.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnID::ColumnID ()
|
||||
{
|
||||
_name = "id";
|
||||
_style = "number";
|
||||
_label = STRING_COLUMN_LABEL_ID;
|
||||
_label = "ID";
|
||||
_modifiable = false;
|
||||
_styles = {"number"};
|
||||
_examples = {"123"};
|
||||
|
|
|
@ -113,7 +113,7 @@ int CmdInfo::execute (std::string& output)
|
|||
|
||||
// id
|
||||
auto row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_ID);
|
||||
view.set (row, 0, "ID");
|
||||
view.set (row, 1, (task.id ? format (task.id) : "-"));
|
||||
|
||||
std::string status = Lexer::ucFirst (Task::statusToText (task.getStatus ()));
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#define STRING_COLUMN_LABEL_MOD "Geändert"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Hinzugefügt"
|
||||
#define STRING_COLUMN_LABEL_AGE "Alter"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projekt"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Bis"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Aufgeschoben"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#define STRING_COLUMN_LABEL_MOD "Modified"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Added"
|
||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Project"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Until"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Wait"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#define STRING_COLUMN_LABEL_MOD "Modifo"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Kreita"
|
||||
#define STRING_COLUMN_LABEL_AGE "Aĝo"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projekto"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Ĝis"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Atendu"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#define STRING_COLUMN_LABEL_MOD "Modificada"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Añadida"
|
||||
#define STRING_COLUMN_LABEL_AGE "Edad"
|
||||
#define STRING_COLUMN_LABEL_ID "ID" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Proyecto"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Hasta"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Espera"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#define STRING_COLUMN_LABEL_MOD "Modifiée"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Ajoutée"
|
||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projet"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Until"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Attente"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#define STRING_COLUMN_LABEL_MOD "Modificato"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Aggiunto"
|
||||
#define STRING_COLUMN_LABEL_AGE "Età"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Progetto"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Fino a"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Attesa"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#define STRING_COLUMN_LABEL_MOD "Modified"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Added"
|
||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Project"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Until"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Wait"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#define STRING_COLUMN_LABEL_MOD "Zmienione"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Dodane"
|
||||
#define STRING_COLUMN_LABEL_AGE "Wiek"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projekt"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Do"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Czeka"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#define STRING_COLUMN_LABEL_MOD "Modificada"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Adicionada"
|
||||
#define STRING_COLUMN_LABEL_AGE "Idade"
|
||||
#define STRING_COLUMN_LABEL_ID "ID" // |por-PRT|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projeto"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Até"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Adiada"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue