[Git][cmucl/cmucl][issue-180-get-page-size-in-c] Update pot files

Raymond Toy pushed to branch issue-180-get-page-size-in-c at cmucl / cmucl Commits: 6fc4c2a1 by Raymond Toy at 2023-04-19T10:05:41-07:00 Update pot files - - - - - 3 changed files: - src/i18n/locale/cmucl-linux-os.pot - src/i18n/locale/cmucl-unix.pot - src/i18n/locale/cmucl.pot Changes: ===================================== src/i18n/locale/cmucl-linux-os.pot ===================================== @@ -16,11 +16,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: src/code/linux-os.lisp -msgid "Returns a string describing version of the supporting software." +msgid "Getpagesize failed: ~A" msgstr "" -#: src/code/linux-os.lisp -msgid "Unix system call getrusage failed: ~A." +#: src/code/os.lisp +msgid "Return the system page size" +msgstr "" + +#: src/code/os.lisp +msgid "get-page-size failed: ~A" msgstr "" #: src/code/signal.lisp ===================================== src/i18n/locale/cmucl-unix.pot ===================================== @@ -1445,6 +1445,12 @@ msgid "Get the codeset from the locale" msgstr "" #: src/code/unix.lisp -msgid "get-page-size failed: ~A" +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 "" ===================================== src/i18n/locale/cmucl.pot ===================================== @@ -5646,6 +5646,14 @@ msgstr "" msgid "Returns a string describing the supporting software." msgstr "" +#: src/code/misc.lisp +msgid "Version string for supporting software" +msgstr "" + +#: src/code/misc.lisp +msgid "Returns a string describing version of the supporting software." +msgstr "" + #: src/code/misc.lisp msgid "The value of SHORT-SITE-NAME. Set in library:site-init.lisp." msgstr "" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6fc4c2a1c1645c04661b21c0... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6fc4c2a1c1645c04661b21c0... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)