django.po 10.3 KB
Newer Older
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 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# 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: \n"
"POT-Creation-Date: 2013-08-21 12:29+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"

#: fields.py:19
msgid "Enter a valid MAC address."
msgstr ""

#: fields.py:46
#, python-format
msgid "%s - only letters, numbers, underscores and hyphens are allowed!"
msgstr ""

#: fields.py:58
#, python-format
msgid "%s - invalid domain name"
msgstr ""

#: fields.py:80
#, python-format
msgid "%s - not an IPv4 address"
msgstr "%s - nem egy IPv4 cím"

#: fields.py:86
#, python-format
msgid "%s - not an IPv6 address"
msgstr ""

#: fields.py:97
msgid "Bad MX address format. Should be: <priority>:<hostname>"
msgstr ""

#: models.py:33
msgid "direction"
msgstr ""

#: models.py:34
msgid "If the rule matches egress or ingress packets."
msgstr ""

#: models.py:36 models.py:222 models.py:284 models.py:307 models.py:366
#: models.py:591 models.py:615
msgid "description"
msgstr ""

#: models.py:37
msgid "Why is the rule needed, or how does it work."
msgstr ""

#: models.py:40
msgid "foreign network"
msgstr ""

#: models.py:41
msgid ""
"The group of vlans the matching packet goes to (direction out) or from (in)."
msgstr ""

#: models.py:45
msgid "dest. port"
msgstr ""

#: models.py:47
msgid "Destination port number of packets that match."
msgstr ""

#: models.py:49
msgid "source port"
msgstr ""

#: models.py:51
msgid "Source port number of packets that match."
msgstr ""

#: models.py:53
msgid "protocol"
msgstr ""

#: models.py:54
msgid "Protocol of packets that match."
msgstr ""

#: models.py:55
msgid "extra arguments"
msgstr ""

#: models.py:56
msgid "Additional arguments passed literally to the iptables-rule."
msgstr ""

#: models.py:58
msgid "accept"
msgstr ""

#: models.py:59
msgid "Accept the matching packets (or deny if not checked)."
msgstr ""

#: models.py:62 models.py:253 models.py:287 models.py:310 models.py:377
#: models.py:585 models.py:614
msgid "owner"
msgstr ""

#: models.py:63
msgid "The user responsible for this rule."
msgstr ""

#: models.py:65
msgid "Rule type"
msgstr ""

#: models.py:67
msgid "The type of entity the rule belongs to."
msgstr ""

#: models.py:69
msgid "NAT"
msgstr ""

#: models.py:70
msgid "If network address translation shoud be done."
msgstr ""

#: models.py:74
msgid "Rewrite destination port number to."
msgstr ""

#: models.py:79 models.py:251 models.py:289 models.py:312 models.py:385
msgid "created at"
msgstr ""

#: models.py:82 models.py:255 models.py:291 models.py:314 models.py:387
msgid "modified at"
msgstr ""

#: models.py:85 models.py:374
msgid "vlan"
msgstr ""

#: models.py:86
msgid "Vlan the rule applies to (if type is vlan)."
msgstr ""

#: models.py:90
msgid "vlan group"
msgstr ""

#: models.py:91
msgid "Group of vlans the rule applies to (if type is vlan)."
msgstr ""

#: models.py:94 models.py:608 models.py:730
msgid "host"
msgstr ""

#: models.py:95
msgid "Host the rule applies to (if type is host)."
msgstr ""

#: models.py:98
msgid "host group"
msgstr ""

#: models.py:99
msgid "Group of hosts the rule applies to (if type is host)."
msgstr ""

#: models.py:102
msgid "firewall"
msgstr ""

#: models.py:103
msgid "Firewall the rule applies to (if type is firewall)."
msgstr ""

#: models.py:115
msgid "Only one field can be selected."
msgstr ""

#: models.py:136
msgid "rule"
msgstr ""

#: models.py:137
msgid "rules"
msgstr ""

#: models.py:163
msgid "VID"
msgstr ""

#: models.py:164
msgid "The vlan ID of the subnet."
msgstr ""

#: models.py:169
msgid "Name"
msgstr ""

#: models.py:170
msgid "The short name of the subnet."
msgstr ""

#: models.py:173
msgid "IPv4 prefix length"
msgstr ""

#: models.py:174
msgid "The prefix length of the IPv4 subnet."
msgstr ""

#: models.py:176
msgid "IPv6 prefix length"
msgstr ""

#: models.py:177
msgid "The prefix length of the IPv6 subnet."
msgstr ""

#: models.py:179
msgid "interface"
msgstr ""

#: models.py:180
msgid ""
"The name of network interface the gateway should serve this network on. For "
"example vlan0004 or eth2."
msgstr ""

#: models.py:184
msgid "IPv4 network"
msgstr ""

#: models.py:185
msgid "The network address of the IPv4 subnet."
msgstr ""

#: models.py:188
msgid "IPv6 network"
msgstr ""

#: models.py:189
msgid "The network address of the IPv6 subnet."
msgstr ""

#: models.py:192 models.py:346
msgid "IPv4 address"
msgstr ""

#: models.py:194
msgid ""
"The IPv4 address of the gateway. Recommended value is the last valid address "
"of the subnet, for example 10.4.255.254 for 10.4.0.0/16."
msgstr ""

#: models.py:201 models.py:357
msgid "IPv6 address"
msgstr ""

#: models.py:203
msgid "The IPv6 address of the gateway."
msgstr ""

#: models.py:207
msgid "NAT IP address"
msgstr ""

#: models.py:209
msgid ""
"Common IPv4 address used for address translation of connections to the "
"networks selected below (typically to the internet)."
msgstr ""

#: models.py:215
msgid "NAT to"
msgstr ""

#: models.py:217
msgid ""
"Connections to these networks should be network address translated, i.e. "
"their source address is rewritten to the value of NAT IP address."
msgstr ""

#: models.py:224
msgid "Description of the goals and elements of the vlan network."
msgstr ""

#: models.py:226
msgid "comment"
msgstr ""

#: models.py:228
msgid "Notes, comments about the network"
msgstr ""

#: models.py:229
msgid "domain name"
msgstr ""

#: models.py:230
msgid "Domain name of the members of this network."
msgstr ""

#: models.py:234
msgid "reverse domain"
msgstr ""

#: models.py:235
#, python-format
msgid ""
"Template of the IPv4 reverse domain name that should be generated for each "
"host. The template should contain four tokens: \"%(a)d\", \"%(b)d\", \"%(c)d"
"\", and \"%(d)d\", representing the four bytes of the address, respectively, "
"in decimal notation. For example, the template for the standard reverse "
"address is: \"%(d)d.%(c)d.%(b)d.%(a)d.in-addr.arpa\"."
msgstr ""

#: models.py:243
msgid "DHCP pool"
msgstr ""

#: models.py:245
msgid ""
"The address range of the DHCP pool: empty for no DHCP service, \"manual\" "
"for no DHCP pool, or the first and last address of the range separated by a "
"space."
msgstr ""

#: models.py:278 models.py:305 models.py:576 models.py:584 models.py:605
msgid "name"
msgstr ""

#: models.py:279 models.py:306
msgid "The name of the group."
msgstr ""

#: models.py:281
msgid "vlans"
msgstr ""

#: models.py:282
msgid "The vlans which are members of the group."
msgstr ""

#: models.py:285 models.py:308
msgid "Description of the group."
msgstr ""

#: models.py:330
msgid "hostname"
msgstr ""

#: models.py:331
msgid "The alphanumeric hostname of the host, the first part of the FQDN."
msgstr ""

#: models.py:336
msgid "reverse"
msgstr ""

#: models.py:337
msgid ""
"The fully qualified reverse hostname of the host, if different than hostname."
"domain."
msgstr ""

#: models.py:341
msgid "MAC address"
msgstr ""

#: models.py:342
msgid ""
"The MAC (Ethernet) address of the network interface. For example: 99:AA:BB:"
"CC:DD:EE."
msgstr ""

#: models.py:348
msgid "The real IPv4 address of the host, for example 10.5.1.34."
msgstr ""

#: models.py:352
msgid "WAN IPv4 address"
msgstr ""

#: models.py:353
msgid ""
"The public IPv4 address of the host on the wide area network, if different."
msgstr ""

#: models.py:359
msgid "The global IPv6 address of the host, for example 2001:500:88:200::10."
msgstr ""

#: models.py:362
msgid "shared IP"
msgstr ""

#: models.py:364
msgid "If the given WAN IPv4 address is used by multiple hosts."
msgstr ""

#: models.py:367
msgid "What is this host for, what kind of machine is it."
msgstr ""

#: models.py:370
msgid "Notes"
msgstr ""

#: models.py:371
msgid "location"
msgstr ""

#: models.py:373
msgid "The physical location of the machine."
msgstr ""

#: models.py:376
msgid "Vlan network that the host is part of."
msgstr ""

#: models.py:379
msgid "The person responsible for this host."
msgstr ""

#: models.py:381
msgid "groups"
msgstr ""

#: models.py:383
msgid "Host groups the machine is part of."
msgstr ""

#: models.py:398
msgid "If shared_ip has been checked, pub_ipv4 has to be unique."
msgstr ""

#: models.py:401
msgid "You can't use another host's NAT'd address as your own IPv4."
msgstr ""

#: models.py:454
#, python-format
msgid "All %s ports are already in use."
msgstr ""

#: models.py:471
#, python-format
msgid "Port %(proto)s %(public)s is already in use."
msgstr ""

#: models.py:479
msgid "Only ports above 1024 can be used."
msgstr ""

#: models.py:587 models.py:617 models.py:741
msgid "created_at"
msgstr ""

#: models.py:589 models.py:619 models.py:743
msgid "modified_at"
msgstr ""

#: models.py:590 models.py:613
msgid "ttl"
msgstr ""

#: models.py:606
msgid "domain"
msgstr ""

#: models.py:610 models.py:738
msgid "type"
msgstr ""

#: models.py:612
msgid "address"
msgstr ""

#: models.py:627
msgid "(empty)"
msgstr ""

#: models.py:638
msgid "Can't specify address for A or AAAA records if host is set!"
msgstr ""

#: models.py:641
msgid "Can't specify name for A or AAAA records if host is set!"
msgstr ""

#: models.py:645
msgid "Name must be specified for CNAME records if host is set!"
msgstr ""

#: models.py:648
msgid "Can't specify address for CNAME records if host is set!"
msgstr ""

#: models.py:656
msgid "Address must be specified!"
msgstr ""

#: models.py:666
msgid "Unknown record type."
msgstr ""

#: models.py:731
msgid "reason"
msgstr ""

#: models.py:733
msgid "short message"
msgstr ""

#: views.py:26
#, python-format
msgid ""
"Dear %s, you've signed in as administrator!<br />Reloading in 10 seconds..."
msgstr ""

#: views.py:30
#, python-format
msgid "Dear %s, you've signed in!"
msgstr ""

#: views.py:32
msgid "Dear anonymous, you've not signed in yet!"
msgstr ""

#: views.py:43
msgid "Wrong password."
msgstr ""

#: views.py:77 views.py:118
msgid "OK"
msgstr ""

#: views.py:80
msgid "Only vm-net and war can be used."
msgstr ""

#: views.py:111
msgid "Unknown command."
msgstr ""

#: views.py:114
#, python-format
msgid ""
"Something went wrong!\n"
"%s\n"
msgstr ""

#: views.py:116
msgid "Something went wrong!\n"
msgstr ""