@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2018-10-12 18:59+0200\n "
9
- "PO-Revision-Date : 2018-09-28 19:19+0200 \n "
9
+ "PO-Revision-Date : 2018-11-09 19:40+0100 \n "
10
10
"
Last-Translator :
Vincent Poulailleau <[email protected] >\n "
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 1.8.7.1 \n "
16
+ "X-Generator : Poedit 2.0.6 \n "
17
17
18
18
#: ../Doc/library/pathlib.rst:3
19
19
msgid ":mod:`pathlib` --- Object-oriented filesystem paths"
@@ -1042,164 +1042,164 @@ msgstr "*os* et *os.path*"
1042
1042
1043
1043
#: ../Doc/library/pathlib.rst:1089
1044
1044
msgid "pathlib"
1045
- msgstr ""
1045
+ msgstr "pathlib "
1046
1046
1047
1047
#: ../Doc/library/pathlib.rst:1091
1048
1048
msgid ":func:`os.path.abspath`"
1049
- msgstr ""
1049
+ msgstr ":func:`os.path.abspath` "
1050
1050
1051
1051
#: ../Doc/library/pathlib.rst:1091
1052
1052
msgid ":meth:`Path.resolve`"
1053
- msgstr ""
1053
+ msgstr ":meth:`Path.resolve` "
1054
1054
1055
1055
#: ../Doc/library/pathlib.rst:1092
1056
1056
msgid ":func:`os.chmod`"
1057
- msgstr ""
1057
+ msgstr ":func:`os.chmod` "
1058
1058
1059
1059
#: ../Doc/library/pathlib.rst:1092
1060
1060
msgid ":meth:`Path.chmod`"
1061
- msgstr ""
1061
+ msgstr ":meth:`Path.chmod` "
1062
1062
1063
1063
#: ../Doc/library/pathlib.rst:1093
1064
1064
msgid ":func:`os.mkdir`"
1065
- msgstr ""
1065
+ msgstr ":func:`os.mkdir` "
1066
1066
1067
1067
#: ../Doc/library/pathlib.rst:1093
1068
1068
msgid ":meth:`Path.mkdir`"
1069
- msgstr ""
1069
+ msgstr ":meth:`Path.mkdir` "
1070
1070
1071
1071
#: ../Doc/library/pathlib.rst:1094
1072
1072
msgid ":func:`os.rename`"
1073
- msgstr ""
1073
+ msgstr ":func:`os.rename` "
1074
1074
1075
1075
#: ../Doc/library/pathlib.rst:1094
1076
1076
msgid ":meth:`Path.rename`"
1077
- msgstr ""
1077
+ msgstr ":meth:`Path.rename` "
1078
1078
1079
1079
#: ../Doc/library/pathlib.rst:1095
1080
1080
msgid ":func:`os.replace`"
1081
- msgstr ""
1081
+ msgstr ":func:`os.replace` "
1082
1082
1083
1083
#: ../Doc/library/pathlib.rst:1095
1084
1084
msgid ":meth:`Path.replace`"
1085
- msgstr ""
1085
+ msgstr ":meth:`Path.replace` "
1086
1086
1087
1087
#: ../Doc/library/pathlib.rst:1096
1088
1088
msgid ":func:`os.rmdir`"
1089
- msgstr ""
1089
+ msgstr ":func:`os.rmdir` "
1090
1090
1091
1091
#: ../Doc/library/pathlib.rst:1096
1092
1092
msgid ":meth:`Path.rmdir`"
1093
- msgstr ""
1093
+ msgstr ":meth:`Path.rmdir` "
1094
1094
1095
1095
#: ../Doc/library/pathlib.rst:1097
1096
1096
msgid ":func:`os.remove`, :func:`os.unlink`"
1097
- msgstr ""
1097
+ msgstr ":func:`os.remove`, :func:`os.unlink` "
1098
1098
1099
1099
#: ../Doc/library/pathlib.rst:1097
1100
1100
msgid ":meth:`Path.unlink`"
1101
- msgstr ""
1101
+ msgstr ":meth:`Path.unlink` "
1102
1102
1103
1103
#: ../Doc/library/pathlib.rst:1098
1104
1104
msgid ":func:`os.getcwd`"
1105
- msgstr ""
1105
+ msgstr ":func:`os.getcwd` "
1106
1106
1107
1107
#: ../Doc/library/pathlib.rst:1098
1108
1108
msgid ":func:`Path.cwd`"
1109
- msgstr ""
1109
+ msgstr ":func:`Path.cwd` "
1110
1110
1111
1111
#: ../Doc/library/pathlib.rst:1099
1112
1112
msgid ":func:`os.path.exists`"
1113
- msgstr ""
1113
+ msgstr ":func:`os.path.exists` "
1114
1114
1115
1115
#: ../Doc/library/pathlib.rst:1099
1116
1116
msgid ":meth:`Path.exists`"
1117
- msgstr ""
1117
+ msgstr ":meth:`Path.exists` "
1118
1118
1119
1119
#: ../Doc/library/pathlib.rst:1100
1120
1120
msgid ":func:`os.path.expanduser`"
1121
- msgstr ""
1121
+ msgstr ":func:`os.path.expanduser` "
1122
1122
1123
1123
#: ../Doc/library/pathlib.rst:1100
1124
1124
msgid ":meth:`Path.expanduser` and :meth:`Path.home`"
1125
1125
msgstr ":meth:`Path.expanduser` et :meth:`Path.home`"
1126
1126
1127
1127
#: ../Doc/library/pathlib.rst:1102
1128
1128
msgid ":func:`os.path.isdir`"
1129
- msgstr ""
1129
+ msgstr ":func:`os.path.isdir` "
1130
1130
1131
1131
#: ../Doc/library/pathlib.rst:1102
1132
1132
msgid ":meth:`Path.is_dir`"
1133
- msgstr ""
1133
+ msgstr ":meth:`Path.is_dir` "
1134
1134
1135
1135
#: ../Doc/library/pathlib.rst:1103
1136
1136
msgid ":func:`os.path.isfile`"
1137
- msgstr ""
1137
+ msgstr ":func:`os.path.isfile` "
1138
1138
1139
1139
#: ../Doc/library/pathlib.rst:1103
1140
1140
msgid ":meth:`Path.is_file`"
1141
- msgstr ""
1141
+ msgstr ":meth:`Path.is_file` "
1142
1142
1143
1143
#: ../Doc/library/pathlib.rst:1104
1144
1144
msgid ":func:`os.path.islink`"
1145
- msgstr ""
1145
+ msgstr ":func:`os.path.islink` "
1146
1146
1147
1147
#: ../Doc/library/pathlib.rst:1104
1148
1148
msgid ":meth:`Path.is_symlink`"
1149
- msgstr ""
1149
+ msgstr ":meth:`Path.is_symlink` "
1150
1150
1151
1151
#: ../Doc/library/pathlib.rst:1105
1152
1152
msgid ":func:`os.stat`"
1153
- msgstr ""
1153
+ msgstr ":func:`os.stat` "
1154
1154
1155
1155
#: ../Doc/library/pathlib.rst:1105
1156
1156
msgid ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
1157
- msgstr ""
1157
+ msgstr ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group` "
1158
1158
1159
1159
#: ../Doc/library/pathlib.rst:1108
1160
1160
msgid ":func:`os.path.isabs`"
1161
- msgstr ""
1161
+ msgstr ":func:`os.path.isabs` "
1162
1162
1163
1163
#: ../Doc/library/pathlib.rst:1108
1164
1164
msgid ":meth:`PurePath.is_absolute`"
1165
- msgstr ""
1165
+ msgstr ":meth:`PurePath.is_absolute` "
1166
1166
1167
1167
#: ../Doc/library/pathlib.rst:1109
1168
1168
msgid ":func:`os.path.join`"
1169
- msgstr ""
1169
+ msgstr ":func:`os.path.join` "
1170
1170
1171
1171
#: ../Doc/library/pathlib.rst:1109
1172
1172
msgid ":func:`PurePath.joinpath`"
1173
- msgstr ""
1173
+ msgstr ":func:`PurePath.joinpath` "
1174
1174
1175
1175
#: ../Doc/library/pathlib.rst:1110
1176
1176
msgid ":func:`os.path.basename`"
1177
- msgstr ""
1177
+ msgstr ":func:`os.path.basename` "
1178
1178
1179
1179
#: ../Doc/library/pathlib.rst:1110
1180
1180
msgid ":data:`PurePath.name`"
1181
- msgstr ""
1181
+ msgstr ":data:`PurePath.name` "
1182
1182
1183
1183
#: ../Doc/library/pathlib.rst:1111
1184
1184
msgid ":func:`os.path.dirname`"
1185
- msgstr ""
1185
+ msgstr ":func:`os.path.dirname` "
1186
1186
1187
1187
#: ../Doc/library/pathlib.rst:1111
1188
1188
msgid ":data:`PurePath.parent`"
1189
- msgstr ""
1189
+ msgstr ":data:`PurePath.parent` "
1190
1190
1191
1191
#: ../Doc/library/pathlib.rst:1112
1192
1192
msgid ":func:`os.path.samefile`"
1193
- msgstr ""
1193
+ msgstr ":func:`os.path.samefile` "
1194
1194
1195
1195
#: ../Doc/library/pathlib.rst:1112
1196
1196
msgid ":meth:`Path.samefile`"
1197
- msgstr ""
1197
+ msgstr ":meth:`Path.samefile` "
1198
1198
1199
1199
#: ../Doc/library/pathlib.rst:1113
1200
1200
msgid ":func:`os.path.splitext`"
1201
- msgstr ""
1201
+ msgstr ":func:`os.path.splitext` "
1202
1202
1203
1203
#: ../Doc/library/pathlib.rst:1113
1204
1204
msgid ":data:`PurePath.suffix`"
1205
- msgstr ""
1205
+ msgstr ":data:`PurePath.suffix` "
0 commit comments