Fixed printing/scanning values for systems where %ld doesn't work for time_t

This commit is contained in:
Klaus Schmidinger
2022-11-22 14:33:56 +01:00
parent 035d5fd5b9
commit f859b8d2ae
35 changed files with 133 additions and 132 deletions

View File

@@ -1545,15 +1545,15 @@ msgid "Recording - shut down anyway?"
msgstr "Tocmai se înregistrează - închid, totuşi?"
#, c-format
msgid "Recording in %ld minutes, shut down anyway?"
msgstr "Înregistrez peste %ld minute - închid, totuşi?"
msgid "Recording in %jd minutes, shut down anyway?"
msgstr "Înregistrez peste %jd minute - închid, totuşi?"
msgid "shut down anyway?"
msgstr "închid, totuşi?"
#, c-format
msgid "Plugin %s wakes up in %ld min, continue?"
msgstr "Plugin-ul %s se va trezi +n %ld min, continui?"
msgid "Plugin %s wakes up in %jd min, continue?"
msgstr "Plugin-ul %s se va trezi +n %jd min, continui?"
msgid "Editing - restart anyway?"
msgstr "Editarea tocmai se efectuează - repornesc, totuşi?"