Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
3dd45a3a
Commit
3dd45a3a
authored
9 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Regenerated.
parent
6c6f37cb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/i18n/locale/cmucl-unix.pot
+80
-0
80 additions, 0 deletions
src/i18n/locale/cmucl-unix.pot
with
80 additions
and
0 deletions
src/i18n/locale/cmucl-unix.pot
+
80
−
0
View file @
3dd45a3a
...
...
@@ -164,6 +164,17 @@ msgid ""
" _N"
msgstr ""
#: src/code/unix.lisp
msgid ""
"UNIX-LSEEK accepts a file descriptor and moves the file pointer ahead\n"
" a certain OFFSET for that file. WHENCE can be any of the following:\n"
"\n"
" l_set Set the file pointer.\n"
" l_incr Increment the file pointer.\n"
" l_xtnd Extend the file size.\n"
" "
msgstr ""
#: src/code/unix.lisp
msgid ""
"Unix-mkdir creates a new directory with the specified name and mode.\n"
...
...
@@ -221,6 +232,10 @@ msgstr ""
msgid "Synchronous writes (on ext2)"
msgstr ""
#: src/code/unix.lisp
msgid "Asynchronous I/O"
msgstr ""
#: src/code/unix.lisp
msgid ""
"Unix-open opens the file whose pathname is specified by path\n"
...
...
@@ -263,6 +278,15 @@ msgid ""
" and an error number are returned."
msgstr ""
#: src/code/unix.lisp
msgid ""
"Unix-dup2 duplicates an existing file descriptor just as unix-dup\n"
" does only the new value of the duplicate descriptor may be requested\n"
" through the second argument. If a file already exists with the\n"
" requested descriptor number, it will be closed and the number\n"
" assigned to the duplicate."
msgstr ""
#: src/code/unix.lisp
msgid "Duplicate a file descriptor"
msgstr ""
...
...
@@ -369,6 +393,14 @@ msgid ""
" number if an error occured."
msgstr ""
#: src/code/unix.lisp
msgid ""
"UNIX-READ attempts to read from the file described by fd into\n"
" the buffer buf until it is full. Len is the length of the buffer.\n"
" The number of bytes actually read is returned or NIL and an error\n"
" number if an error occured."
msgstr ""
#: src/code/unix.lisp
msgid ""
"Unix-readlink invokes the readlink system call on the file name\n"
...
...
@@ -396,6 +428,14 @@ msgid ""
" error is returned if the call is unsuccessful."
msgstr ""
#: src/code/unix.lisp
msgid ""
"Define an ioctl command. If the optional ARG and PARM-TYPE are given\n"
" then ioctl argument size and direction are included as for ioctls defined\n"
" by _IO, _IOR, _IOW, or _IOWR. If DEV is a character then the ioctl type\n"
" is the characters code, else DEV may be an integer giving the type."
msgstr ""
#: src/code/unix.lisp
msgid ""
"Unix-ioctl performs a variety of operations on open i/o\n"
...
...
@@ -490,6 +530,38 @@ msgid ""
" is returned if the call fails."
msgstr ""
#: src/code/unix.lisp
msgid "These bits determine file type."
msgstr ""
#: src/code/unix.lisp
msgid "Directory"
msgstr ""
#: src/code/unix.lisp
msgid "Character device"
msgstr ""
#: src/code/unix.lisp
msgid "FIFO"
msgstr ""
#: src/code/unix.lisp
msgid "Block device"
msgstr ""
#: src/code/unix.lisp
msgid "Regular file"
msgstr ""
#: src/code/unix.lisp
msgid "Symbolic link."
msgstr ""
#: src/code/unix.lisp
msgid "Socket."
msgstr ""
#: src/code/unix.lisp
msgid "Returns either :file, :directory, :link, :special, or NIL."
msgstr ""
...
...
@@ -1224,6 +1296,14 @@ msgid ""
" slots as in unix-getitimer."
msgstr ""
#: src/code/unix.lisp
msgid ""
"Unix-getitimer returns the INTERVAL and VALUE slots of one of\n"
" three system timers (:real :virtual or :profile). On success,\n"
" unix-getitimer returns 5 values,\n"
" T, it-interval-secs, it-interval-usec, it-value-secs, it-value-usec."
msgstr ""
#: src/code/unix.lisp
msgid ""
"Return a USER-INFO structure for the user identified by UID, or NIL if not "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment