mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
957b769412
commit
611d09cb16
11 changed files with 10 additions and 20 deletions
|
@ -27,14 +27,13 @@
|
|||
#include <cmake.h>
|
||||
#include <ColLast.h>
|
||||
#include <format.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnLast::ColumnLast ()
|
||||
{
|
||||
_name = "last";
|
||||
_style = "number";
|
||||
_label = STRING_COLUMN_LABEL_LAST;
|
||||
_label = "Last instance";
|
||||
_modifiable = false;
|
||||
_styles = {"number"};
|
||||
_examples = {"12"};
|
||||
|
|
|
@ -225,7 +225,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.has ("last"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_LAST);
|
||||
view.set (row, 0, "Last instance");
|
||||
view.set (row, 1, task.get ("last"));
|
||||
}
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Erfasst"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Beschreibung"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_MOD "Geändert"
|
||||
#define STRING_COLUMN_LABEL_NAME "Name"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "Verwaiste UDA"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Entered"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Label"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_MOD "Modified"
|
||||
#define STRING_COLUMN_LABEL_NAME "Name"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "Orphan UDA"
|
||||
|
|
|
@ -27,15 +27,14 @@
|
|||
#ifndef INCLUDED_STRINGS
|
||||
#define INCLUDED_STRINGS
|
||||
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Kreita"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Rubriko"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_MOD "Modifo"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nomo"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "Orfa UDA"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projekto"
|
||||
#define STRING_COLUMN_LABEL_RECUR "Reokazas"
|
||||
#define STRING_COLUMN_LABEL_RECUR_L "Reokazas ĉiu"
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Entered"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Label"
|
||||
#define STRING_COLUMN_LABEL_MOD "Modified"
|
||||
#define STRING_COLUMN_LABEL_NAME "Name"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "Orphan UDA"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Project"
|
||||
#define STRING_COLUMN_LABEL_RECUR "Recur"
|
||||
#define STRING_COLUMN_LABEL_RECUR_L "Recurrence"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_START "Eko"
|
||||
#define STRING_COLUMN_LABEL_STAT "St"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Entrada"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Etiqueta"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_MOD "Modificada"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nombre"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "UDA huérfano"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Entrée"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Étiq"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_MOD "Modifiée"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nom"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "ADU orphelins"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Inserito"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Etichetta"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_MOD "Modificato"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nome"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "UDA Orfano"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Entered"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Label"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_MOD "Modified"
|
||||
#define STRING_COLUMN_LABEL_NAME "Name"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "Orphan UDA"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Dodane"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Etykieta"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_MOD "Zmienione"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nazwa"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "Osierocone UDA"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Criada"
|
||||
#define STRING_COLUMN_LABEL_LABEL "Rótulo"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_MOD "Modificada"
|
||||
#define STRING_COLUMN_LABEL_NAME "Nome"
|
||||
#define STRING_COLUMN_LABEL_ORPHAN "UDA Orfão"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue