mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_ADDED, STRING_COLUMN_LABEL_AGE
This commit is contained in:
parent
6c0b47db33
commit
dbaac47f25
10 changed files with 3 additions and 22 deletions
|
@ -26,14 +26,13 @@
|
||||||
|
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <ColEntry.h>
|
#include <ColEntry.h>
|
||||||
#include <i18n.h>
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnEntry::ColumnEntry ()
|
ColumnEntry::ColumnEntry ()
|
||||||
{
|
{
|
||||||
_name = "entry";
|
_name = "entry";
|
||||||
_modifiable = true;
|
_modifiable = true;
|
||||||
_label = STRING_COLUMN_LABEL_ADDED;
|
_label = "Added";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -44,8 +43,8 @@ void ColumnEntry::setStyle (const std::string& value)
|
||||||
Column::setStyle (value);
|
Column::setStyle (value);
|
||||||
|
|
||||||
if (_style == "age" &&
|
if (_style == "age" &&
|
||||||
_label == STRING_COLUMN_LABEL_ADDED)
|
_label == "Added")
|
||||||
_label = STRING_COLUMN_LABEL_AGE;
|
_label = "Age";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_ADDED "Hinzugefügt"
|
|
||||||
#define STRING_COLUMN_LABEL_AGE "Alter"
|
|
||||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Spalten"
|
#define STRING_COLUMN_LABEL_COLUMN "Spalten"
|
||||||
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_ADDED "Added"
|
|
||||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
|
||||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
||||||
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_ADDED "Kreita"
|
|
||||||
#define STRING_COLUMN_LABEL_AGE "Aĝo"
|
|
||||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Kolumnoj"
|
#define STRING_COLUMN_LABEL_COLUMN "Kolumnoj"
|
||||||
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_ADDED "Añadida"
|
|
||||||
#define STRING_COLUMN_LABEL_AGE "Edad"
|
|
||||||
#define STRING_COLUMN_LABEL_CATEGORY "Categoría"
|
#define STRING_COLUMN_LABEL_CATEGORY "Categoría"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Columnas"
|
#define STRING_COLUMN_LABEL_COLUMN "Columnas"
|
||||||
#define STRING_COLUMN_LABEL_COMMAND "Comando"
|
#define STRING_COLUMN_LABEL_COMMAND "Comando"
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_ADDED "Ajoutée"
|
|
||||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
|
||||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Colonnes"
|
#define STRING_COLUMN_LABEL_COLUMN "Colonnes"
|
||||||
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_ADDED "Aggiunto"
|
|
||||||
#define STRING_COLUMN_LABEL_AGE "Età"
|
|
||||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Colonna"
|
#define STRING_COLUMN_LABEL_COLUMN "Colonna"
|
||||||
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_ADDED "Added"
|
|
||||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
|
||||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
||||||
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_ADDED "Dodane"
|
|
||||||
#define STRING_COLUMN_LABEL_AGE "Wiek"
|
|
||||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Kolumny"
|
#define STRING_COLUMN_LABEL_COLUMN "Kolumny"
|
||||||
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_COLUMN_LABEL_ADDED "Adicionada"
|
|
||||||
#define STRING_COLUMN_LABEL_AGE "Idade"
|
|
||||||
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
#define STRING_COLUMN_LABEL_CATEGORY "Category"
|
||||||
#define STRING_COLUMN_LABEL_COLUMN "Colunas"
|
#define STRING_COLUMN_LABEL_COLUMN "Colunas"
|
||||||
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
#define STRING_COLUMN_LABEL_COMMAND "Command"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue