All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix italian expression
@ 2023-01-25 18:17 Paolo Benvenuto via GitGitGadget
  0 siblings, 0 replies; only message in thread
From: Paolo Benvenuto via GitGitGadget @ 2023-01-25 18:17 UTC (permalink / raw)
  To: git; +Cc: Paolo Benvenuto, Paolo Benvenuto

From: Paolo Benvenuto <paolobenve@gmail.com>

In italian "aggiornato rispetto a" means "ahead of".

"Up to date with something" is to be translated
"aggiornato a qualcosa".

Signed-off-by: Paolo Benvenuto <paolobenve@gmail.com>
---
    fix italian expression
    
    In italian "aggiornato rispetto a" means "ahead of".
    
    "Up to date with something" is to be translated "aggiornato a qualcosa".
    
    Signed-off-by: Paolo Benvenuto paolobenve@gmail.com

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1442%2Fpaolobenve%2Fpaolobenve-italian-fix-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1442/paolobenve/paolobenve-italian-fix-v1
Pull-Request: https://github.com/git/git/pull/1442

 po/it.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/it.po b/po/it.po
index c31560834d8..47a0ab0f8bf 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6545,7 +6545,7 @@ msgstr "  (usa \"git branch --unset-upstream\" per correggere la situazione)\n"
 #: remote.c:2105
 #, c-format
 msgid "Your branch is up to date with '%s'.\n"
-msgstr "Il tuo branch è aggiornato rispetto a '%s'.\n"
+msgstr "Il tuo branch è aggiornato a '%s'.\n"
 
 #: remote.c:2109
 #, c-format
@@ -24606,7 +24606,7 @@ msgstr "Impossibile trovare un commit comune con $pretty_name"
 #: git-merge-octopus.sh:77
 #, sh-format
 msgid "Already up to date with $pretty_name"
-msgstr "Già aggiornato rispetto a $pretty_name"
+msgstr "Già aggiornato a $pretty_name"
 
 #: git-merge-octopus.sh:89
 #, sh-format

base-commit: 5dec958dcf965fc75e0f459f8e8ccf9c9f495b15
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-25 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-25 18:17 [PATCH] fix italian expression Paolo Benvenuto via GitGitGadget

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.