1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Martin Pitt
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: martin.pitt@canonical.com\n"
"POT-Creation-Date: 2005-04-08 14:53+0200\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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: pmount.c:50
#, c-format
msgid ""
"Usage:\n"
"\n"
"%s [options] <device> [<label>]\n"
"\n"
" Mount <device> to a directory below %s if policy requirements\n"
" are met (see pmount(1) for details). If <label> is given, the mount point\n"
" will be %s/<label>, otherwise it will be %s<device>.\n"
" If the mount point does not exist, it will be created.\n"
"\n"
msgstr ""
#: pmount.c:57
#, c-format
msgid ""
"%s --lock <device> <pid>\n"
" Prevent further pmounts of <device> until it is unlocked again. <pid>\n"
" specifies the process id the lock holds for. This allows to lock a device\n"
" by several independent processes and avoids indefinite locks of crashed\n"
" processes (nonexistant pids are cleaned before attempting a mount).\n"
"\n"
msgstr ""
#: pmount.c:64
#, c-format
msgid ""
"%s --unlock <device> <pid>\n"
" Remove the lock on <device> for process <pid> again.\n"
"\n"
msgstr ""
#: pmount.c:67
msgid ""
"Options:\n"
" -a, --async : mount <device> with the 'async' option (default: 'sync')\n"
" --noatime : mount <device> with the 'noatime' option (default: 'atime')\n"
" -e, --exec : mount <device> with the 'exec' option (default: 'noexec')\n"
" -t <fs> : mount as file system type <fs> (default: autodetected)\n"
" -c <charset>: use given I/O character set (default: 'utf8' if called\n"
" in an UTF-8 locale, otherwise mount default)\n"
" -u <umask> : use specified umask instead of the default (only for\n"
" file sytems which actually support umask setting)\n"
" -d, --debug : enable debug output (very verbose)\n"
" -h, --help : print help message and exit successfuly"
msgstr ""
#: pmount.c:123
#, c-format
msgid "Error: make_mountpoint_name: invalid device %s (must be in /dev/)\n"
msgstr ""
#: pmount.c:133
#, c-format
msgid "Error: label must not be empty\n"
msgstr ""
#: pmount.c:137
#, c-format
msgid "Error: label too long\n"
msgstr ""
#: pmount.c:142
#, c-format
msgid "Error: '/' must not occur in label name\n"
msgstr ""
#: pmount.c:149
#, c-format
msgid "Error: device name too long\n"
msgstr ""
#: pmount.c:179 pumount.c:98
msgid "Error: could not drop all uid privileges"
msgstr ""
#: pmount.c:184 pmount.c:287
msgid "Error: could not execute mount"
msgstr ""
#: pmount.c:222
#, c-format
msgid "Internal error: mount_attempt: given file system name is NULL\n"
msgstr ""
#: pmount.c:228
#, c-format
msgid "Error: invalid file system name '%s'\n"
msgstr ""
#: pmount.c:234
#, c-format
msgid "Error: invalid umask %s\n"
msgstr ""
#: pmount.c:259
#, c-format
msgid "Error: invalid charset name '%s'\n"
msgstr ""
#: pmount.c:275 pumount.c:124
msgid "Error: could not raise to full root uid privileges"
msgstr ""
#: pmount.c:291
msgid "Error: could not wait for executed mount process"
msgstr ""
#: pmount.c:367
#, c-format
msgid "Error: cannot lock for pid %u, this process does not exist\n"
msgstr ""
#: pmount.c:381
#, c-format
msgid "Error: could not create pid lock file %s: %s\n"
msgstr ""
#: pmount.c:421
#, c-format
msgid "Error: could not remove pid lock file %s: %s\n"
msgstr ""
#: pmount.c:437
msgid "Error: do_unlock: could not remove lock directory"
msgstr ""
#: pmount.c:531 pumount.c:181
msgid "Error: this program needs to be installed suid root\n"
msgstr ""
#: pmount.c:566 pumount.c:201
#, c-format
msgid "Internal error: getopt_long() returned unknown value\n"
msgstr ""
#: pmount.c:604
#, c-format
msgid ""
"Warning: device %s is already handled by /etc/fstab, supplied label is "
"ignored\n"
msgstr ""
#: pmount.c:613 pumount.c:246
msgid "Error: could not determine real path of the device"
msgstr ""
#: pmount.c:619 pumount.c:252
#, c-format
msgid "Error: invalid device %s (must be in /dev/)\n"
msgstr ""
#: pmount.c:661
msgid "Error: could not delete mount point"
msgstr ""
#: pmount.c:682
#, c-format
msgid "Internal error: mode %i not handled.\n"
msgstr ""
#: pmount-hal.c:29
msgid ""
"pmount-hal - execute pmount with additional information from hal\n"
"\n"
"Usage: pmount-hal <hal UDI> [pmount options]\n"
"\n"
"This command mounts the device described by the given UDI using pmount. The\n"
"file system type, the volume storage policy and the desired label will be\n"
"read out from hal and passed to pmount."
msgstr ""
#: pmount-hal.c:140
msgid "Error: could not execute pmount\n"
msgstr ""
#: pmount-hal.c:169
#, c-format
msgid "Error: could not connect to hal\n"
msgstr ""
#: pmount-hal.c:175
#, c-format
msgid "Error: given UDI does not exist\n"
msgstr ""
#: pmount-hal.c:182
#, c-format
msgid "Error: given UDI is not a mountable volume\n"
msgstr ""
#: policy.c:79
msgid "Error: could not get status of device"
msgstr ""
#: policy.c:90
msgid "Error: could not get sysfs directory\n"
msgstr ""
#: policy.c:97
msgid "Error: could not open <sysfs dir>/block/"
msgstr ""
#: policy.c:128
msgid "Error: could not open <sysfs dir>/block/<device>/"
msgstr ""
#: policy.c:228
#, c-format
msgid "Error: device %s does not exist\n"
msgstr ""
#: policy.c:233
#, c-format
msgid "Error: %s is not a block device\n"
msgstr ""
#: policy.c:251 policy.c:307
msgid "Error: could not open fstab-type file"
msgstr ""
#: policy.c:338
#, c-format
msgid "Error: device %s is already mounted to %s\n"
msgstr ""
#: policy.c:340
#, c-format
msgid "Error: device %s is not mounted\n"
msgstr ""
#: policy.c:342
#, c-format
msgid "Error: device %s was not mounted by you\n"
msgstr ""
#: policy.c:378
#, c-format
msgid "Error: device %s is not removable\n"
msgstr ""
#: policy.c:393
#, c-format
msgid "Error: device %s is locked\n"
msgstr ""
#: policy.c:411
#, c-format
msgid "Error: directory %s already contains a mounted file system\n"
msgstr ""
#: policy.c:413
#, c-format
msgid "Error: directory %s does not contain a mounted file system\n"
msgstr ""
#: pumount.c:42
#, c-format
msgid ""
"Usage:\n"
"\n"
"%s [options] <device>\n"
" Umount <device> from a directory below %s if policy requirements\n"
" are met (see pumount(1) for details). The mount point directory is "
"removed\n"
" afterwards.\n"
"\n"
"Options:\n"
" -l, --lazy : umount lazily, see umount(8)\n"
" -d, --debug : enable debug output (very verbose)\n"
" -h, --help : print help message and exit successfuly\n"
msgstr ""
#: pumount.c:72
msgid "Internal error: could not determine mount point\n"
msgstr ""
#: pumount.c:78
#, c-format
msgid "Error: mount point %s is not below %s\n"
msgstr ""
#: pumount.c:108 pumount.c:136
msgid "Error: could not execute umount"
msgstr ""
#: pumount.c:140
msgid "Error: could not wait for executed umount process"
msgstr ""
#: pumount.c:148
#, c-format
msgid "Error: umount failed\n"
msgstr ""
#: utils.c:51
#, c-format
msgid "Error: out of memory\n"
msgstr ""
#: utils.c:107
msgid "Error: could not create directory"
msgstr ""
#: utils.c:123
msgid "Error: could not create stamp file in directory"
msgstr ""
#: utils.c:131
#, c-format
msgid "Error: %s is not a directory\n"
msgstr ""
#: utils.c:151
msgid "Error: could not open directory"
msgstr ""
#: utils.c:160
#, c-format
msgid "Error: directory %s is not empty\n"
msgstr ""
#: utils.c:212
#, c-format
msgid "Error: '%s' is not a valid number\n"
msgstr ""
#: utils.c:254
msgid "Internal error: could not change to effective uid root"
msgstr ""
#: utils.c:263
msgid "Internal error: could not change effective user uid to real user id"
msgstr ""
#: utils.c:272
msgid "Internal error: could not change to effective gid root"
msgstr ""
#: utils.c:281
msgid "Internal error: could not change effective group id to real group id"
msgstr ""
|