3725行くらいから
#. TRANSLATORS: This is the header that appears on 'dpkg-query -l'. The
#. * string should remain under 80 characters. The uppercase letters in
#. * the state values denote the abbreviated letter that will appear on
#. * the first three columns, which should ideally match the English one
#. * (e.g. Remove → supRimeix), see dpkg-query(1) for further details. The
#. * translated message can use additional lines if needed.
#: src/querycmd.c
msgid ""
"Desired=Unknown/Install/Remove/Purge/Hold\n"
"| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-"
"pend\n"
"|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)\n"
msgstr ""
"要望=(U)不明/(I)インストール/(R)削除/(P)完全削除/(H)保持\n"
"| 状態=(N)無/(I)インストール済/(C)設定/(U)展開/(F)設定失敗/(H)半インストール/"
"(W)トリガ待ち/(T)トリガ保留\n"
"|/ エラー?=(空欄)無/(R)要再インストール (状態,エラーの大文字=異常)\n"
2行目がそうとう長いんで改行した方がいいでしょ
"要望=(U)不明/(I)インストール/(R)削除/(P)完全削除/(H)保持\n"
"| 状態=(N)無/(I)インストール済/(C)設定/(U)展開/(F)設定失敗/\n"
"| / (H)半インストール/(W)トリガ待ち/(T)トリガ保留\n"
"|/ エラー?=(空欄)無/(R)要再インストール (状態,エラーの大文字=異常)\n"
まあどーせ次の行とデータ本体が160字近くになるわけだが :(
冒頭は要求か指示の方が適切な気がする