From d9c4ff070083b616da4af68eedc63096c1838ca3 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Mon, 3 Nov 2014 13:49:55 +0000 Subject: [PATCH] Documentation - Man and help now mentions /g in /from/to/g --- doc/man/task.1.in | 3 ++- src/l10n/eng-USA.h | 2 ++ src/l10n/epo-RUS.h | 2 ++ src/l10n/esp-ESP.h | 2 ++ src/l10n/fra-FRA.h | 2 ++ src/l10n/ita-ITA.h | 2 ++ src/l10n/pol-POL.h | 2 ++ src/l10n/por-PRT.h | 2 ++ 8 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index a5249da32..a9a0796f0 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -83,7 +83,8 @@ as: task project:Home task +weekend +garden due:tomorrow task Description/annotation text - task /from/to/ + task /from/to/ <- replace first match + task /from/to/g <- replace all matches .SH SUBCOMMANDS diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index 593f6e4a7..0fb721e96 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -905,6 +905,8 @@ " task project:Home\n" \ " task +weekend +garden due:tomorrow\n" \ " task Description/annotation text\n" \ + " task /from/to/ <- replace first match\n" \ + " task /from/to/g <- replace all matches\n" \ "\n" \ "Tags are arbitrary words, any quantity:\n" \ " +tag The + means add the tag\n" \ diff --git a/src/l10n/epo-RUS.h b/src/l10n/epo-RUS.h index a319cfab1..5deaa6e48 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -905,6 +905,8 @@ " task project:Domo\n" \ " task +semajnfino +ĝardeno due:tomorrow\n" \ " task Priskribo/komentara teksto\n" \ + " task /from/to/ <- replace first match\n" \ + " task /from/to/g <- replace all matches\n" \ "\n" \ "Etikedoj estas ajnaj vortoj, de ajna kvanto:\n" \ " +etikedo La + signifas aldoni la etikedon\n" \ diff --git a/src/l10n/esp-ESP.h b/src/l10n/esp-ESP.h index 41172eeba..51d6dbb6f 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -933,6 +933,8 @@ " task project:Casa\n" \ " task +finde +jardín due:tomorrow\n" \ " task Descripción/anotación\n" \ + " task /de/para/ <- cambia la primera ocurrencia\n" \ + " task /de/para/g <- cambia todas las ocurrencias\n" \ "\n" \ "Las marcas son palabras arbitrarias, en cualquier número:\n" \ " +marca El + significa añade la marca\n" \ diff --git a/src/l10n/fra-FRA.h b/src/l10n/fra-FRA.h index a66b485f4..c7547084b 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -904,6 +904,8 @@ " task project:Home\n" \ " task +weekend +garden due:tomorrow\n" \ " task Description/annotation text\n" \ + " task /from/to/ <- replace first match\n" \ + " task /from/to/g <- replace all matches\n" \ "\n" \ "Tags are arbitrary words, any quantity:\n" \ " +tag The + means add the tag\n" \ diff --git a/src/l10n/ita-ITA.h b/src/l10n/ita-ITA.h index cb5cb00e6..1f38dd7bf 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -905,6 +905,8 @@ " task project:Home\n" \ " task +weekend +garden due:tomorrow\n" \ " task Description/annotation text\n" \ + " task /from/to/ <- sostituisce la prima occorrenza\n" \ + " task /from/to/g <- sostituisce tutte le occorrenze\n" \ "\n" \ "I tag sono parole arbitrarie, in quantità a discrezione dell'utente:\n" \ " +tag Il + aggiunge il tag\n" \ diff --git a/src/l10n/pol-POL.h b/src/l10n/pol-POL.h index c2dccd103..f61fd3af3 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -905,6 +905,8 @@ " task project:Home\n" \ " task +weekend +garden due:tomorrow\n" \ " task Description/annotation text\n" \ + " task /from/to/ <- zastąpić pierwszego wystąpienia\n" \ + " task /from/to/g <- zastąpić wszystkie wystąpienia\n" \ "\n" \ "Tagi są dowolnymi słowami występującymi w nieograniczonej ilości:\n" \ " +tag + oznacza dodanie taga\n" \ diff --git a/src/l10n/por-PRT.h b/src/l10n/por-PRT.h index 900905cfe..ef9a1c8e7 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -905,6 +905,8 @@ " task project:Home\n" \ " task +weekend +garden due:tomorrow\n" \ " task Description/annotation text\n" \ + " task /de/para/ <- substitui a primeira ocorrência\n" \ + " task /de/para/g <- substitui todas as ocorrências\n" \ "\n" \ "Marcas são palavras arbitrárias, em qualquer quantidade:\n" \ " +marca + significa adiciona a marca\n" \