diff --git a/po/fr_FR.po b/po/fr_FR.po index 14225308..1016b027 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -119,7 +119,7 @@ msgstr "Démarrage restauration image (%s) vers périphérique (%s)\n" #: src/partclone.c:1826 #, c-format -msgid "Starting to back up device(%s) to device(%s)\n" +msgid "Starting to back up device (%s) to device (%s)\n" msgstr "Démarrage sauvegarde périphérique (%s) vers périphérique (%s)\n" #: src/partclone.c:1828 diff --git a/po/partclone.pot b/po/partclone.pot index 7f3288c0..530815ac 100644 --- a/po/partclone.pot +++ b/po/partclone.pot @@ -111,7 +111,7 @@ msgstr "" #: src/partclone.c:1826 #, c-format -msgid "Starting to back up device(%s) to device(%s)\n" +msgid "Starting to back up device (%s) to device (%s)\n" msgstr "" #: src/partclone.c:1828 diff --git a/po/pt_BR.po b/po/pt_BR.po index 9ecd8711..5e829673 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -114,7 +114,7 @@ msgstr "Iniciando a restauração da imagem (%s) para dispositivo (%s)\n" #: src/partclone.c:1826 #, c-format -msgid "Starting to back up device(%s) to device(%s)\n" +msgid "Starting to back up device (%s) to device (%s)\n" msgstr "Iniciando a backup de dispositivo (%s) para dispositivo (%s)\n" #: src/partclone.c:1828 diff --git a/po/ru.po b/po/ru.po index 8d6e02a5..62a15068 100644 --- a/po/ru.po +++ b/po/ru.po @@ -114,7 +114,7 @@ msgstr "Началось восстановление образа (%s) на у #: src/partclone.c:1826 #, c-format -msgid "Starting to back up device(%s) to device(%s)\n" +msgid "Starting to back up device (%s) to device (%s)\n" msgstr "Началось копирование устройства (%s) на устройство (%s)\n" #: src/partclone.c:1828 diff --git a/po/vi.po b/po/vi.po index 01f8807f..5bf84c87 100644 --- a/po/vi.po +++ b/po/vi.po @@ -114,8 +114,8 @@ msgstr "Bắt đầu phục hồi ảnh (%s) vào thiết bị (%s)\n" #: src/partclone.c:1826 #, c-format -msgid "Starting to back up device(%s) to device(%s)\n" -msgstr "Bắt đầu sao lưu dự phòng thiết bị (%s) vào thiết bị(%s)\n" +msgid "Starting to back up device (%s) to device (%s)\n" +msgstr "Bắt đầu sao lưu dự phòng thiết bị (%s) vào thiết bị (%s)\n" #: src/partclone.c:1828 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 4afbb923..e0c3301a 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -110,7 +110,7 @@ msgstr "开始恢复 镜像 (%s) 到 装置 (%s)\n" #: src/partclone.c:1826 #, c-format -msgid "Starting to back up device(%s) to device(%s)\n" +msgid "Starting to back up device (%s) to device (%s)\n" msgstr "开始备份 装置 (%s) 到 装置 (%s)\n" #: src/partclone.c:1828 diff --git a/po/zh_TW.po b/po/zh_TW.po index 8a6543c9..75d1bd60 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -112,7 +112,7 @@ msgstr "開始還原 印象檔 (%s) 到 裝置 (%s)\n" #: src/partclone.c:1826 #, c-format -msgid "Starting to back up device(%s) to device(%s)\n" +msgid "Starting to back up device (%s) to device (%s)\n" msgstr "開始備份 裝置 (%s) 到 裝置 (%s)\n" #: src/partclone.c:1828 diff --git a/src/partclone.c b/src/partclone.c index c181999e..af12d8ab 100644 --- a/src/partclone.c +++ b/src/partclone.c @@ -1883,7 +1883,7 @@ void print_partclone_info(cmd_opt opt) { else log_mesg(0, 0, 1, debug, _("Starting to restore image (%s) to device (%s)\n"), opt.source, opt.target); }else if(opt.dd) - log_mesg(0, 0, 1, debug, _("Starting to back up device(%s) to device (%s)\n"), opt.source, opt.target); + log_mesg(0, 0, 1, debug, _("Starting to back up device (%s) to device (%s)\n"), opt.source, opt.target); else if (opt.domain) log_mesg(0, 0, 1, debug, _("Starting to map device (%s) to domain log (%s)\n"), opt.source, opt.target); else if (opt.ddd)