python-docs-fr/library/statvfs.po

75 lines
2.0 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 1990-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 2.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-30 10:44+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/statvfs.rst:2
msgid ":mod:`statvfs` --- Constants used with :func:`os.statvfs`"
msgstr ""
#: ../Doc/library/statvfs.rst:8
msgid "The :mod:`statvfs` module has been removed in Python 3."
msgstr ""
#: ../Doc/library/statvfs.rst:15
msgid ""
"The :mod:`statvfs` module defines constants so interpreting the result if :"
"func:`os.statvfs`, which returns a tuple, can be made without remembering "
"\"magic numbers.\" Each of the constants defined in this module is the "
"*index* of the entry in the tuple returned by :func:`os.statvfs` that "
"contains the specified information."
msgstr ""
#: ../Doc/library/statvfs.rst:24
msgid "Preferred file system block size."
msgstr ""
#: ../Doc/library/statvfs.rst:29
msgid "Fundamental file system block size."
msgstr ""
#: ../Doc/library/statvfs.rst:34
msgid "Total number of blocks in the filesystem."
msgstr ""
#: ../Doc/library/statvfs.rst:39
msgid "Total number of free blocks."
msgstr ""
#: ../Doc/library/statvfs.rst:44
msgid "Free blocks available to non-super user."
msgstr ""
#: ../Doc/library/statvfs.rst:49
msgid "Total number of file nodes."
msgstr ""
#: ../Doc/library/statvfs.rst:54
msgid "Total number of free file nodes."
msgstr ""
#: ../Doc/library/statvfs.rst:59
msgid "Free nodes available to non-super user."
msgstr ""
#: ../Doc/library/statvfs.rst:64
msgid "Flags. System dependent: see :c:func:`statvfs` man page."
msgstr ""
#: ../Doc/library/statvfs.rst:69
msgid "Maximum file name length."
msgstr ""