mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
Fix typo.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
bc200742d1
commit
f7b360d5a0
@ -700,7 +700,7 @@ vfs_s_print_stats (const char *fs_name, const char *action,
|
||||
vfs_print_message (_("%s: %s: %s %3d%% (%lld) bytes transferred"), fs_name, action,
|
||||
file_name, (int) ((double) have * 100 / need), (long long) have);
|
||||
else
|
||||
vfs_print_message (_("%s: %s: %s %lld bytes transferre"), fs_name, action, file_name,
|
||||
vfs_print_message (_("%s: %s: %s %lld bytes transferred"), fs_name, action, file_name,
|
||||
(long long) have);
|
||||
}
|
||||
|
||||
|
@ -614,7 +614,7 @@ msgstr ""
|
||||
|
||||
#: lib/vfs/direntry.c:703
|
||||
#, c-format
|
||||
msgid "%s: %s: %s %lld bytes transferre"
|
||||
msgid "%s: %s: %s %lld bytes transferred"
|
||||
msgstr ""
|
||||
|
||||
#: lib/vfs/direntry.c:1291
|
||||
|
2
po/ru.po
2
po/ru.po
@ -506,7 +506,7 @@ msgid "%s: %s: %s %3d%% (%lld) bytes transferred"
|
||||
msgstr "%s: %s: %s %3d%% (%lld) байт передано"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: %s: %s %lld bytes transferre"
|
||||
msgid "%s: %s: %s %lld bytes transferred"
|
||||
msgstr "%s: %s: %s %lld байт передано"
|
||||
|
||||
msgid "Starting linear transfer..."
|
||||
|
Loading…
Reference in New Issue
Block a user