* [PATCH 1/2] fix gitk-git russian translation typos
@ 2010-04-22 22:03 Serge Ziryukin
2010-04-23 6:00 ` Igor Murzov
0 siblings, 1 reply; 3+ messages in thread
From: Serge Ziryukin @ 2010-04-22 22:03 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 3188 bytes --]
Signed-off-by: Serge Ziryukin <ftrvxmtrx@gmail.com>
---
gitk-git/po/ru.po | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/gitk-git/po/ru.po b/gitk-git/po/ru.po
index c3d0285..dfd1e1c 100644
--- a/gitk-git/po/ru.po
+++ b/gitk-git/po/ru.po
@@ -246,11 +246,11 @@ msgstr "Файлы"
#: gitk:2326 gitk:2339
msgid "Diff this -> selected"
-msgstr "Сравнить это состояние с выделеным"
+msgstr "Сравнить это состояние с выделенным"
#: gitk:2327 gitk:2340
msgid "Diff selected -> this"
-msgstr "Сравнить выделеное с этим состоянием"
+msgstr "Сравнить выделенное с этим состоянием"
#: gitk:2328 gitk:2341
msgid "Make patch"
@@ -440,11 +440,11 @@ msgstr "<%s-F>\t\tПоиск"
#: gitk:2666
#, tcl-format
msgid "<%s-G>\t\tMove to next find hit"
-msgstr "<%s-G>\t\tПерейти к следующему найденому состоянию"
+msgstr "<%s-G>\t\tПерейти к следующему найденному состоянию"
#: gitk:2667
msgid "<Return>\tMove to next find hit"
-msgstr "<Return>\tПерейти к следующему найденому состоянию"
+msgstr "<Return>\tПерейти к следующему найденному состоянию"
#: gitk:2668
msgid "/\t\tFocus the search box"
@@ -452,7 +452,7 @@ msgstr "/\t\tПерейти к полю поиска"
#: gitk:2669
msgid "?\t\tMove to previous find hit"
-msgstr "?\t\tПерейти к предыдущему найденому состоянию"
+msgstr "?\t\tПерейти к предыдущему найденному состоянию"
#: gitk:2670
msgid "f\t\tScroll diff view to next file"
@@ -466,7 +466,7 @@ msgstr "<%s-S>\t\tПродолжить поиск в списке изменен
#: gitk:2672
#, tcl-format
msgid "<%s-R>\t\tSearch for previous hit in diff view"
-msgstr "<%s-R>\t\tПерейти к предыдущему найденому тексту в списке изменений"
+msgstr "<%s-R>\t\tПерейти к предыдущему найденному тексту в списке изменений"
#: gitk:2673
#, tcl-format
@@ -855,14 +855,14 @@ msgstr "Лёгкий: оставить рабочий каталог и инде
#: gitk:8472
msgid "Mixed: Leave working tree untouched, reset index"
msgstr ""
-"Смешаный: оставить рабочий каталог неизменным, установить индекс"
+"Смешанный: оставить рабочий каталог неизменным, установить индекс"
#: gitk:8475
msgid ""
"Hard: Reset working tree and index\n"
"(discard ALL local changes)"
msgstr ""
-"Жесткий: переписать индекс и рабочий каталог\n"
+"Жёсткий: переписать индекс и рабочий каталог\n"
"(все изменения в рабочем каталоги будут потеряны)"
#: gitk:8492
--
1.7.0.5
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] fix gitk-git russian translation typos
2010-04-22 22:03 [PATCH 1/2] fix gitk-git russian translation typos Serge Ziryukin
@ 2010-04-23 6:00 ` Igor Murzov
2010-04-23 7:19 ` [PATCH] gitk-git: follow-up patch to fix one missed typo Serge Ziryukin
0 siblings, 1 reply; 3+ messages in thread
From: Igor Murzov @ 2010-04-23 6:00 UTC (permalink / raw)
To: Serge Ziryukin; +Cc: git
Hi, Serge.
Your patch is ok, but it seems that you missed some typos:
> msgstr ""
> -"Жесткий: переписать индекс и рабочий каталог\n"
> +"Жёсткий: переписать индекс и рабочий каталог\n"
> "(все изменения в рабочем каталоги будут потеряны)"
"в рабочем каталог__и__"
--Igor
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] gitk-git: follow-up patch to fix one missed typo
2010-04-23 6:00 ` Igor Murzov
@ 2010-04-23 7:19 ` Serge Ziryukin
0 siblings, 0 replies; 3+ messages in thread
From: Serge Ziryukin @ 2010-04-23 7:19 UTC (permalink / raw)
To: git; +Cc: Igor Murzov
[-- Attachment #1: Type: text/plain, Size: 718 bytes --]
Spotted by Igor Murzov, thanks.
Signed-off-by: Serge Ziryukin <ftrvxmtrx@gmail.com>
---
gitk-git/po/ru.po | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gitk-git/po/ru.po b/gitk-git/po/ru.po
index dfd1e1c..13a99ef 100644
--- a/gitk-git/po/ru.po
+++ b/gitk-git/po/ru.po
@@ -863,7 +863,7 @@ msgid ""
"(discard ALL local changes)"
msgstr ""
"Жёсткий: переписать индекс и рабочий каталог\n"
-"(все изменения в рабочем каталоги будут потеряны)"
+"(все изменения в рабочем каталоге будут потеряны)"
#: gitk:8492
msgid "Resetting"
--
1.7.0.5
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-04-23 7:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 22:03 [PATCH 1/2] fix gitk-git russian translation typos Serge Ziryukin
2010-04-23 6:00 ` Igor Murzov
2010-04-23 7:19 ` [PATCH] gitk-git: follow-up patch to fix one missed typo Serge Ziryukin
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.