l10n: Eliminated STRING_COLUMN_LABEL_ADDED, STRING_COLUMN_LABEL_AGE

This commit is contained in:
Paul Beckingham 2018-01-21 19:25:10 -05:00
parent 4819584714
commit a7b915299a
10 changed files with 3 additions and 22 deletions

View file

@ -26,14 +26,13 @@
#include <cmake.h>
#include <ColEntry.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
ColumnEntry::ColumnEntry ()
{
_name = "entry";
_modifiable = true;
_label = STRING_COLUMN_LABEL_ADDED;
_label = "Added";
}
////////////////////////////////////////////////////////////////////////////////
@ -44,8 +43,8 @@ void ColumnEntry::setStyle (const std::string& value)
Column::setStyle (value);
if (_style == "age" &&
_label == STRING_COLUMN_LABEL_ADDED)
_label = STRING_COLUMN_LABEL_AGE;
_label == "Added")
_label = "Age";
}
////////////////////////////////////////////////////////////////////////////////

View file

@ -27,8 +27,6 @@
#ifndef 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_COLUMN "Spalten"
#define STRING_COLUMN_LABEL_COMMAND "Command"

View file

@ -27,8 +27,6 @@
#ifndef 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_COLUMN "Columns"
#define STRING_COLUMN_LABEL_COMMAND "Command"

View file

@ -27,8 +27,6 @@
#ifndef 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_COLUMN "Kolumnoj"
#define STRING_COLUMN_LABEL_COMMAND "Command"

View file

@ -27,8 +27,6 @@
#ifndef 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_COLUMN "Columnas"
#define STRING_COLUMN_LABEL_COMMAND "Comando"

View file

@ -27,8 +27,6 @@
#ifndef 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_COLUMN "Colonnes"
#define STRING_COLUMN_LABEL_COMMAND "Command"

View file

@ -27,8 +27,6 @@
#ifndef 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_COLUMN "Colonna"
#define STRING_COLUMN_LABEL_COMMAND "Command"

View file

@ -27,8 +27,6 @@
#ifndef 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_COLUMN "Columns"
#define STRING_COLUMN_LABEL_COMMAND "Command"

View file

@ -27,8 +27,6 @@
#ifndef 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_COLUMN "Kolumny"
#define STRING_COLUMN_LABEL_COMMAND "Command"

View file

@ -27,8 +27,6 @@
#ifndef 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_COLUMN "Colunas"
#define STRING_COLUMN_LABEL_COMMAND "Command"