Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 2556df76 by Raymond Toy at 2023-04-19T07:38:34-07:00 Update pot files
Forgot to update these in the merges, so let's do them all now.
- - - - -
2 changed files:
- src/i18n/locale/cmucl-linux-os.pot - src/i18n/locale/cmucl-unix.pot
Changes:
===================================== src/i18n/locale/cmucl-linux-os.pot ===================================== @@ -15,10 +15,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"
-#: src/code/linux-os.lisp -msgid "Unix system call getrusage failed: ~A." -msgstr "" - #: src/code/linux-os.lisp msgid "Getpagesize failed: ~A" msgstr ""
===================================== src/i18n/locale/cmucl-unix.pot ===================================== @@ -1448,3 +1448,13 @@ msgstr "" msgid "Get the codeset from the locale" msgstr ""
+#: src/code/unix.lisp +msgid "" +"Get system information consisting of the user time (in usec), the\n" +" system time (in usec) and the number of major page faults." +msgstr "" + +#: src/code/unix.lisp +msgid "Unix system call getrusage failed: ~A." +msgstr "" +
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/2556df76cb546b458f21fa2f...