mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
0ffadafe3c
commit
1ea9721e90
11 changed files with 2 additions and 12 deletions
|
@ -397,7 +397,7 @@ std::string Chart::render ()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_max_value == 0)
|
if (_max_value == 0)
|
||||||
context.footnote (STRING_FEEDBACK_NO_MATCH);
|
context.footnote ("No matches.");
|
||||||
|
|
||||||
// Create a grid, folded into a string.
|
// Create a grid, folded into a string.
|
||||||
_grid = "";
|
_grid = "";
|
||||||
|
|
|
@ -229,7 +229,7 @@ int CmdCustom::execute (std::string& output)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
context.footnote (STRING_FEEDBACK_NO_MATCH);
|
context.footnote ("No matches.");
|
||||||
rc = 1;
|
rc = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,5 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_FEEDBACK_NO_MATCH "Keine treffer."
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,6 +27,4 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_FEEDBACK_NO_MATCH "No matches."
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,6 +27,5 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_FEEDBACK_NO_MATCH "Nenia kongruanto."
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,6 +27,5 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_FEEDBACK_NO_MATCH "Ninguna coincidencia."
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,6 +27,5 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_FEEDBACK_NO_MATCH "No matches."
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,6 +27,5 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_FEEDBACK_NO_MATCH "Nessuna corrispondenza."
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,6 +27,5 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_FEEDBACK_NO_MATCH "一致したものはありません。"
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,6 +27,5 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_FEEDBACK_NO_MATCH "Nie znaleziono pasujących."
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -27,6 +27,5 @@
|
||||||
#ifndef INCLUDED_STRINGS
|
#ifndef INCLUDED_STRINGS
|
||||||
#define INCLUDED_STRINGS
|
#define INCLUDED_STRINGS
|
||||||
|
|
||||||
#define STRING_FEEDBACK_NO_MATCH "Nenhuma correspondência."
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue