messages.pot
GNU gettext message catalogue, ASCII text
1# Translations template for PROJECT. 2# Copyright (C) 2025 ORGANIZATION 3# This file is distributed under the same license as the PROJECT project. 4# FIRST AUTHOR <EMAIL@ADDRESS>, 2025. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PROJECT VERSION\n" 10"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 11"POT-Creation-Date: 2025-01-31 16:20+0200\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=utf-8\n" 17"Content-Transfer-Encoding: 8bit\n" 18"Generated-By: Babel 2.14.0\n" 19 20#: app.py:118 templates/default.html:163 21msgid "English" 22msgstr "" 23 24#: app.py:329 app.py:344 25msgid "Settings saved" 26msgstr "" 27 28#: app.py:480 29msgid "Successfully logged in as {username}" 30msgstr "" 31 32#: app.py:487 33msgid "User not found" 34msgstr "" 35 36#: app.py:493 app.py:693 37msgid "Invalid password" 38msgstr "" 39 40#: app.py:508 41msgid "Usernames may only contain Latin alphabet, numbers and '-'" 42msgstr "" 43 44#: app.py:513 45msgid "Usernames may not contain consecutive hyphens" 46msgstr "" 47 48#: app.py:518 49msgid "Usernames may not start or end with a hyphen" 50msgstr "" 51 52#: app.py:524 53msgid "Sorry, {username} is a system path" 54msgstr "" 55 56#: app.py:534 57msgid "Usernames must be lowercase, so it's been converted automatically" 58msgstr "" 59 60#: app.py:541 61msgid "The username {username} is taken" 62msgstr "" 63 64#: app.py:548 65msgid "Make sure the passwords match" 66msgstr "" 67 68#: app.py:558 69msgid "Successfully created and logged in as {username}" 70msgstr "" 71 72#: app.py:583 73msgid "" 74"Repository names may only contain Latin alphabet, numbers, '-', '_' and " 75"'.'" 76msgstr "" 77 78#: app.py:599 79msgid "{username} doesn't trust you" 80msgstr "" 81 82#: app.py:604 83msgid "{username} doesn't trust you to modify" 84msgstr "" 85 86#: app.py:614 87msgid "Successfully created repository {name}" 88msgstr "" 89 90#: app.py:623 91msgid "Successfully logged out" 92msgstr "" 93 94#: app.py:875 95#, python-format 96msgid "%(num)d file" 97msgid_plural "%(num)d files" 98msgstr[0] "" 99msgstr[1] "" 100 101#: app.py:1813 102msgid "Repository doesn't exist" 103msgstr "" 104 105#: app.py:1820 106msgid "Bad branch name" 107msgstr "" 108 109#: app.py:1827 110msgid "Head can't be restricted" 111msgstr "" 112 113#: app.py:2033 114msgid "" 115"Your repository {repository} has been demoted from a primary site to a " 116"regular site because there can only be one primary site per user." 117msgstr "" 118 119#: app.py:2120 120msgid "Incorrect password" 121msgstr "" 122 123#: jinja_utils.py:95 124msgid "Monday" 125msgstr "" 126 127#: jinja_utils.py:96 128msgid "Tuesday" 129msgstr "" 130 131#: jinja_utils.py:97 132msgid "Wednesday" 133msgstr "" 134 135#: jinja_utils.py:98 136msgid "Thursday" 137msgstr "" 138 139#: jinja_utils.py:99 140msgid "Friday" 141msgstr "" 142 143#: jinja_utils.py:100 144msgid "Saturday" 145msgstr "" 146 147#: jinja_utils.py:101 148msgid "Sunday" 149msgstr "" 150 151#: jinja_utils.py:108 152msgid "Mon" 153msgstr "" 154 155#: jinja_utils.py:109 156msgid "Tue" 157msgstr "" 158 159#: jinja_utils.py:110 160msgid "Wed" 161msgstr "" 162 163#: jinja_utils.py:111 164msgid "Thu" 165msgstr "" 166 167#: jinja_utils.py:112 168msgid "Fri" 169msgstr "" 170 171#: jinja_utils.py:113 172msgid "Sat" 173msgstr "" 174 175#: jinja_utils.py:114 176msgid "Sun" 177msgstr "" 178 179#: jinja_utils.py:121 180msgid "January" 181msgstr "" 182 183#: jinja_utils.py:122 184msgid "February" 185msgstr "" 186 187#: jinja_utils.py:123 188msgid "March" 189msgstr "" 190 191#: jinja_utils.py:124 192msgid "April" 193msgstr "" 194 195#: jinja_utils.py:125 196msgid "May" 197msgstr "" 198 199#: jinja_utils.py:126 200msgid "June" 201msgstr "" 202 203#: jinja_utils.py:127 204msgid "July" 205msgstr "" 206 207#: jinja_utils.py:128 208msgid "August" 209msgstr "" 210 211#: jinja_utils.py:129 212msgid "September" 213msgstr "" 214 215#: jinja_utils.py:130 216msgid "October" 217msgstr "" 218 219#: jinja_utils.py:131 220msgid "November" 221msgstr "" 222 223#: jinja_utils.py:132 224msgid "December" 225msgstr "" 226 227#: jinja_utils.py:139 228msgid "Jan" 229msgstr "" 230 231#: jinja_utils.py:140 232msgid "Feb" 233msgstr "" 234 235#: jinja_utils.py:141 236msgid "Mar" 237msgstr "" 238 239#: jinja_utils.py:142 240msgid "Apr" 241msgstr "" 242 243#: jinja_utils.py:143 244msgid "May (short)" 245msgstr "" 246 247#: jinja_utils.py:144 248msgid "Jun" 249msgstr "" 250 251#: jinja_utils.py:145 252msgid "Jul" 253msgstr "" 254 255#: jinja_utils.py:146 256msgid "Aug" 257msgstr "" 258 259#: jinja_utils.py:147 260msgid "Sep" 261msgstr "" 262 263#: jinja_utils.py:148 264msgid "Oct" 265msgstr "" 266 267#: jinja_utils.py:149 268msgid "Nov" 269msgstr "" 270 271#: jinja_utils.py:150 272msgid "Dec" 273msgstr "" 274 275#: jinja_utils.py:156 276msgid "am" 277msgstr "" 278 279#: jinja_utils.py:158 280msgid "pm" 281msgstr "" 282 283#: templates/about.html:3 284msgid "About" 285msgstr "" 286 287#: templates/about.html:6 templates/repo.html:23 templates/repo.html:104 288msgid "Information" 289msgstr "" 290 291#: templates/about.html:9 templates/about.html:70 292msgid "Repository hosting for everyone." 293msgstr "" 294 295#: templates/about.html:69 templates/default.html:7 296msgid "Roundabout" 297msgstr "" 298 299#: templates/about.html:71 300msgid "Beta version; features and polish may be missing." 301msgstr "" 302 303#: templates/about.html:75 304msgid "Source" 305msgstr "" 306 307#: templates/about.html:78 308msgid "The source code for the Roundabout software is available here." 309msgstr "" 310 311#: templates/about.html:83 312msgid "Licensing" 313msgstr "" 314 315#: templates/about.html:85 316msgid "" 317"Roundabout is free software available under the GNU AGPLv3. You are free " 318"to use, study, modify and/or distribute both the server and client " 319"programs, and to host your own instance." 320msgstr "" 321 322#: templates/about.html:87 323msgid "Copyright 2024, Roundabout contributors" 324msgstr "" 325 326#: templates/about.html:89 327msgid "" 328"This program is free software: you can redistribute it and/or modify it " 329"under the terms of the GNU Affero General Public License as published by " 330"the Free Software Foundation, either version 3 of the License, or (at " 331"your option) any later version." 332msgstr "" 333 334#: templates/about.html:92 335msgid "" 336"This program is distributed in the hope that it will be useful, but " 337"without any warranty; without even the implied warranty of " 338"merchantability or fitness for a particular purpose. See the GNU General " 339"Public License for more details." 340msgstr "" 341 342#: templates/about.html:95 343msgid "" 344"You should have received a copy of the GNU General Public License along " 345"with this program. If not, see the GNU website." 346msgstr "" 347 348#: templates/about.html:97 349msgid "Click to view a copy of the GNU AGPL" 350msgstr "" 351 352#: templates/about.html:102 353msgid "Server information" 354msgstr "" 355 356#: templates/about.html:104 357msgid "Operating System:" 358msgstr "" 359 360#: templates/default.html:65 templates/default.html:127 361#: templates/notifications.html:3 templates/notifications.html:6 362msgid "Notifications" 363msgstr "" 364 365#: templates/default.html:69 templates/default.html:130 366#: templates/default.html:131 templates/new-repo.html:3 367#: templates/new-repo.html:11 368msgid "Create repository" 369msgstr "" 370 371#: templates/default.html:73 templates/default.html:133 372msgid "Your favourites" 373msgstr "" 374 375#: templates/default.html:77 templates/repo.html:87 376#: templates/user-settings.html:6 377msgid "Settings" 378msgstr "" 379 380#: templates/default.html:81 templates/default.html:139 381#: templates/default.html:140 382msgid "Log out" 383msgstr "" 384 385#: templates/default.html:86 templates/default.html:143 386#: templates/no-home.html:50 387msgid "Log in or sign up" 388msgstr "" 389 390#: templates/default.html:101 391msgid "" 392"By using this site, you agree to have cookies stored on your device, " 393"strictly for functional purposes, such as storing your session and " 394"preferences." 395msgstr "" 396 397#: templates/default.html:104 398msgid "Dismiss" 399msgstr "" 400 401#: templates/default.html:114 402msgid "roundabout" 403msgstr "" 404 405#: templates/default.html:134 templates/favourites.html:3 406#: templates/favourites.html:6 407msgid "Favourites" 408msgstr "" 409 410#: templates/default.html:136 templates/default.html:137 411#: templates/user-settings.html:3 templates/user-settings.html:11 412msgid "User settings" 413msgstr "" 414 415#: templates/default.html:168 416msgid "Automatic" 417msgstr "" 418 419#: templates/default.html:210 420msgid "Close" 421msgstr "" 422 423#: templates/empty.html:3 424msgid "Empty repository" 425msgstr "" 426 427#: templates/empty.html:6 428msgid "This repository is empty" 429msgstr "" 430 431#: templates/empty.html:9 432#, python-format 433msgid "This repository is currently empty, push to <code>%(remote)s</code>." 434msgstr "" 435 436#: templates/error.html:11 437msgid "go back" 438msgstr "" 439 440#: templates/error.html:12 441msgid "go home" 442msgstr "" 443 444#: templates/favourites.html:16 445msgid "Repository" 446msgstr "" 447 448#: templates/favourites.html:17 449msgid "Commit" 450msgstr "" 451 452#: templates/favourites.html:18 templates/repo.html:77 453msgid "Forum" 454msgstr "" 455 456#: templates/favourites.html:19 457msgid "Pull request" 458msgstr "" 459 460#: templates/favourites.html:20 461msgid "Administrative" 462msgstr "" 463 464#: templates/favourites.html:36 465msgid "When you add favourite repositories, you can manage them from here." 466msgstr "" 467 468#: templates/file-view.html:5 469msgid "View raw" 470msgstr "" 471 472#: templates/file-view.html:6 templates/no-home.html:51 473msgid "Download" 474msgstr "" 475 476#: templates/file-view.html:15 477msgid "Rendered" 478msgstr "" 479 480#: templates/file-view.html:23 481msgid "Raw" 482msgstr "" 483 484#: templates/file-view.html:44 templates/file-view.html:49 485msgid "Your browser does not support HTML5 multimedia." 486msgstr "" 487 488#: templates/file-view.html:45 templates/file-view.html:50 489msgid "Download file" 490msgstr "" 491 492#: templates/home.html:3 493msgid "Home" 494msgstr "" 495 496#: templates/home.html:14 templates/home.html:23 templates/home.html:33 497#: templates/repository/repo-forum-search.html:24 498#: templates/repository/repo-forum.html:40 499msgid "Search" 500msgstr "" 501 502#: templates/home.html:16 503msgid "Search repositories..." 504msgstr "" 505 506#: templates/home.html:16 507msgid "Repository search" 508msgstr "" 509 510#: templates/home.html:17 templates/home.html:27 511msgid "Sort by" 512msgstr "" 513 514#: templates/home.html:18 templates/home.html:28 515#: templates/repository/repo-branches.html:20 516msgid "Default" 517msgstr "" 518 519#: templates/home.html:19 templates/home.html:29 520msgid "Popularity" 521msgstr "" 522 523#: templates/home.html:20 524msgid "Newest" 525msgstr "" 526 527#: templates/home.html:21 templates/home.html:31 528msgid "Oldest" 529msgstr "" 530 531#: templates/home.html:26 532msgid "Search users..." 533msgstr "" 534 535#: templates/home.html:26 536msgid "User search" 537msgstr "" 538 539#: templates/home.html:30 540msgid "Recently registered" 541msgstr "" 542 543#: templates/login.html:3 544msgid "Login" 545msgstr "" 546 547#: templates/login.html:23 templates/login.html:39 548msgid "Log in" 549msgstr "" 550 551#: templates/login.html:30 templates/repository/repo-users.html:73 552msgid "Username" 553msgstr "" 554 555#: templates/login.html:34 templates/login.html:59 556msgid "Password" 557msgstr "" 558 559#: templates/login.html:46 templates/login.html:90 560msgid "Sign up" 561msgstr "" 562 563#: templates/login.html:53 564msgid "Wanted username" 565msgstr "" 566 567#: templates/login.html:55 568msgid "" 569"Only letters, numbers or hyphens, cannot be\n" 570" changed later" 571msgstr "" 572 573#: templates/login.html:62 574msgid "" 575"Stored only hashed, so we can't recover it for\n" 576" you" 577msgstr "" 578 579#: templates/login.html:66 580msgid "Repeat password" 581msgstr "" 582 583#: templates/login.html:71 584msgid "Email (recommended)" 585msgstr "" 586 587#: templates/login.html:73 588msgid "" 589"Used for notifications, only displayed if you'd\n" 590" like to" 591msgstr "" 592 593#: templates/login.html:77 594msgid "Display name (optional)" 595msgstr "" 596 597#: templates/login.html:79 598msgid "" 599"Doesn't have username restrictions, can be\n" 600" changed later" 601msgstr "" 602 603#: templates/login.html:85 604msgid "I accept the" 605msgstr "" 606 607#: templates/login.html:86 608msgid "" 609"policies listed\n" 610" here" 611msgstr "" 612 613#: templates/new-repo.html:17 614msgid "Account" 615msgstr "" 616 617#: templates/new-repo.html:25 618msgid "Name" 619msgstr "" 620 621#: templates/new-repo.html:29 templates/repository/repo-settings.html:64 622msgid "Public" 623msgstr "" 624 625#: templates/new-repo.html:30 templates/repository/repo-settings.html:68 626msgid "Unlisted" 627msgstr "" 628 629#: templates/new-repo.html:31 templates/repository/repo-settings.html:72 630msgid "Private" 631msgstr "" 632 633#: templates/new-repo.html:33 634msgid "Create" 635msgstr "" 636 637#: templates/no-home.html:3 templates/notifications.html:22 638msgid "Welcome" 639msgstr "" 640 641#: templates/no-home.html:12 642msgid "" 643"Host your git repositories at roundabout-host.com. We only use free " 644"software." 645msgstr "" 646 647#: templates/no-home.html:46 648msgid "Easy git repository hosting, with free software" 649msgstr "" 650 651#: templates/no-home.html:52 652msgid "for setting up your own instance" 653msgstr "" 654 655#: templates/no-home.html:56 656msgid "System Info" 657msgstr "" 658 659#: templates/no-home.html:57 660msgid "Help & FAQ" 661msgstr "" 662 663#: templates/no-home.html:58 664msgid "Contact Us" 665msgstr "" 666 667#: templates/no-home.html:65 668msgid "Git hosting" 669msgstr "" 670 671#: templates/no-home.html:67 672msgid "" 673"\n" 674" Simple git/HTTP hosting for your repositories, " 675"with experimental\n" 676" decentralised merging.\n" 677" " 678msgstr "" 679 680#: templates/no-home.html:74 681msgid "Free software" 682msgstr "" 683 684#: templates/no-home.html:76 685msgid "" 686"\n" 687" 100% AGPLv3 server software guarantees your " 688"freedoms.\n" 689" " 690msgstr "" 691 692#: templates/no-home.html:82 693msgid "Communication" 694msgstr "" 695 696#: templates/no-home.html:84 697msgid "" 698"\n" 699" Repository forums for discussing issues, " 700"questions, feature requests and\n" 701" more, with formatting and powerful organisation " 702"tools.\n" 703" " 704msgstr "" 705 706#: templates/notifications.html:14 707msgid "Mark all as read" 708msgstr "" 709 710#: templates/notifications.html:27 711msgid "Commited by" 712msgstr "" 713 714#: templates/notifications.html:28 templates/notifications.html:35 715#: templates/notifications.html:42 716msgid "in" 717msgstr "" 718 719#: templates/notifications.html:34 720msgid "Posted by" 721msgstr "" 722 723#: templates/notifications.html:41 templates/repository/repo-prs.html:48 724msgid "Requested by" 725msgstr "" 726 727#: templates/notifications.html:48 728msgid "is now following you" 729msgstr "" 730 731#: templates/notifications.html:56 732msgid "Mark as read" 733msgstr "" 734 735#: templates/notifications.html:60 736msgid "Mark as unread" 737msgstr "" 738 739#: templates/notifications.html:67 740msgid "When you get notifications, they'll be shown here." 741msgstr "" 742 743#: templates/pagination.html:32 744msgid "Load" 745msgstr "" 746 747#: templates/path-bar.html:2 templates/path-bar.html:5 748#: templates/repository/repo-log.html:12 templates/repository/repo-log.html:15 749msgid "tag:" 750msgstr "" 751 752#: templates/post.html:19 753msgid "Label to add:" 754msgstr "" 755 756#: templates/post.html:27 templates/repository/repo-settings.html:46 757#: templates/repository/repo-settings.html:123 758msgid "Add label" 759msgstr "" 760 761#: templates/post.html:28 templates/repository/repo-settings.html:26 762#: templates/repository/repo-settings.html:47 763msgid "Cancel" 764msgstr "" 765 766#: templates/post.html:45 767msgid "Add a label" 768msgstr "" 769 770#: templates/post.html:63 771msgid "Edit" 772msgstr "" 773 774#: templates/post.html:73 775msgid "Reply" 776msgstr "" 777 778#: templates/post.html:78 templates/repository/repo-forum.html:17 779msgid "Subject" 780msgstr "" 781 782#: templates/post.html:83 templates/repository/repo-forum-edit.html:24 783#: templates/repository/repo-forum.html:22 784msgid "Submit" 785msgstr "" 786 787#: templates/post.html:99 788msgid "Comments hidden; click to go deeper." 789msgstr "" 790 791#: templates/repo.html:40 templates/search.html:20 792msgid "Homepage:" 793msgstr "" 794 795#: templates/repo.html:44 796msgid "Clone over HTTP" 797msgstr "" 798 799#: templates/repo.html:57 800msgid "Files" 801msgstr "" 802 803#: templates/repo.html:62 templates/repository/repo-branches.html:10 804msgid "Branches" 805msgstr "" 806 807#: templates/repo.html:67 808msgid "History" 809msgstr "" 810 811#: templates/repo.html:72 812msgid "PRs" 813msgstr "" 814 815#: templates/repo.html:82 816msgid "Users" 817msgstr "" 818 819#: templates/repo.html:95 820msgid "Mark as favourite" 821msgstr "" 822 823#: templates/repo.html:97 824#, python-format 825msgid "Add to favourites (%(counter)s)" 826msgstr "" 827 828#: templates/repo.html:99 829#, python-format 830msgid "Remove from favourites (%(counter)s)" 831msgstr "" 832 833#: templates/search.html:4 834#, python-format 835msgid "Repository listing: %(query)s" 836msgstr "" 837 838#: templates/task-monitor.html:3 839#, python-format 840msgid "Task monitor for %(result_id)s" 841msgstr "" 842 843#: templates/task-monitor.html:6 844#, python-format 845msgid "Task %(result_id)s" 846msgstr "" 847 848#: templates/task-monitor.html:12 849msgid "Task results" 850msgstr "" 851 852#: templates/task-monitor.html:16 853msgid "Done" 854msgstr "" 855 856#: templates/task-monitor.html:23 857msgid "Running..." 858msgstr "" 859 860#: templates/task-monitor.html:34 templates/task-monitor.html:45 861msgid "Info" 862msgstr "" 863 864#: templates/task-monitor.html:38 templates/task-monitor.html:49 865msgid "Errors" 866msgstr "" 867 868#: templates/task-monitor.html:54 869msgid "Cannot merge your branches" 870msgstr "" 871 872#: templates/task-monitor.html:56 873msgid "" 874"Since we can't help you with this yet, you'll need to resolve the merge " 875"conflicts on your own computer." 876msgstr "" 877 878#: templates/task-monitor.html:59 879msgid "In a shell inside your repository execute:" 880msgstr "" 881 882#: templates/task-monitor.html:68 883msgid "Then fix your conflicts, merge, and finally, run:" 884msgstr "" 885 886#: templates/task-monitor.html:73 887msgid "and push the changes." 888msgstr "" 889 890#: templates/task-monitor.html:80 891msgid "Resolve your conflicts and merge, then push." 892msgstr "" 893 894#: templates/task-monitor.html:84 895msgid "Merge simulation went well; continue?" 896msgstr "" 897 898#: templates/task-monitor.html:85 899msgid "Merge" 900msgstr "" 901 902#: templates/tree-view.html:4 903msgid "File name" 904msgstr "" 905 906#: templates/tree-view.html:5 907msgid "Media type" 908msgstr "" 909 910#: templates/tree-view.html:6 911msgid "Size" 912msgstr "" 913 914#: templates/tree-view.html:7 915msgid "Last commit" 916msgstr "" 917 918#: templates/user-profile-followers.html:3 919#, python-format 920msgid "%(username)s's followers" 921msgstr "" 922 923#: templates/user-profile-followers.html:25 924msgid "This user hasn't got any followers." 925msgstr "" 926 927#: templates/user-profile-follows.html:3 928#, python-format 929msgid "%(username)s's followed users" 930msgstr "" 931 932#: templates/user-profile-follows.html:25 933msgid "This user isn't following anyone yet." 934msgstr "" 935 936#: templates/user-profile-organisation.html:3 937#, python-format 938msgid "%(username)s's organisation settings" 939msgstr "" 940 941#: templates/user-profile-organisation.html:25 942msgid "This user hasn't trusted anyone to manage their account yet." 943msgstr "" 944 945#: templates/user-profile-overview.html:3 946#, python-format 947msgid "%(username)s's profile" 948msgstr "" 949 950#: templates/user-profile-repositories.html:3 951#, python-format 952msgid "%(username)s's repositories" 953msgstr "" 954 955#: templates/user-profile-repositories.html:28 956msgid "This user doesn't own any repositories." 957msgstr "" 958 959#: templates/user-profile-trust.html:3 960#, python-format 961msgid "Trust %(username)s" 962msgstr "" 963 964#: templates/user-profile-trust.html:9 965msgid "" 966"Trusting this user will grant them the equivalent role in all your " 967"repositories. If the role is read-write or admin, they will also be able " 968"to create new repositories on your behalf." 969msgstr "" 970 971#: templates/user-profile-trust.html:12 972msgid "Don't trust" 973msgstr "" 974 975#: templates/repository/repo-users.html:33 976#: templates/repository/repo-users.html:53 977#: templates/repository/repo-users.html:80 templates/user-profile-trust.html:13 978msgid "Read-only" 979msgstr "" 980 981#: templates/repository/repo-users.html:36 982#: templates/repository/repo-users.html:56 983#: templates/repository/repo-users.html:82 templates/user-profile-trust.html:14 984msgid "Read-write" 985msgstr "" 986 987#: templates/repository/repo-users.html:37 988#: templates/repository/repo-users.html:58 989#: templates/repository/repo-users.html:83 templates/user-profile-trust.html:15 990msgid "Administrator" 991msgstr "" 992 993#: templates/user-profile-trust.html:18 994msgid "Enter your password to confirm" 995msgstr "" 996 997#: templates/user-profile-trust.html:21 998msgid "Trust" 999msgstr "" 1000 1001#: templates/user-profile.html:15 templates/user-settings.html:45 1002msgid "Profile" 1003msgstr "" 1004 1005#: templates/user-profile.html:20 1006msgid "Repositories" 1007msgstr "" 1008 1009#: templates/user-profile.html:25 1010msgid "Followers" 1011msgstr "" 1012 1013#: templates/user-profile.html:30 1014msgid "Following" 1015msgstr "" 1016 1017#: templates/user-profile.html:35 1018msgid "Organisation" 1019msgstr "" 1020 1021#: templates/user-profile.html:46 1022#, python-format 1023msgid "Stop following (%(counter)s)" 1024msgstr "" 1025 1026#: templates/user-profile.html:48 1027#, python-format 1028msgid "Follow (%(counter)s)" 1029msgstr "" 1030 1031#: templates/user-profile.html:53 1032#, python-format 1033msgid "%(counter)s followers" 1034msgstr "" 1035 1036#: templates/user-profile.html:73 1037msgid "Trust this user" 1038msgstr "" 1039 1040#: templates/user-search.html:4 1041#, python-format 1042msgid "User listing: %(query)s" 1043msgstr "" 1044 1045#: templates/user-settings.html:14 1046msgid "Basic information" 1047msgstr "" 1048 1049#: templates/user-settings.html:15 1050#, python-format 1051msgid "Username: %(username)s" 1052msgstr "" 1053 1054#: templates/user-settings.html:17 1055msgid "Change password" 1056msgstr "" 1057 1058#: templates/user-settings.html:23 1059msgid "Avatar" 1060msgstr "" 1061 1062#: templates/user-settings.html:25 1063msgid "Change" 1064msgstr "" 1065 1066#: templates/repository/repo-settings.html:124 1067#: templates/repository/repo-users.html:39 templates/user-settings.html:30 1068msgid "Update" 1069msgstr "" 1070 1071#: templates/user-settings.html:48 1072msgid "Email address" 1073msgstr "" 1074 1075#: templates/user-settings.html:52 1076msgid "Show email on my profile" 1077msgstr "" 1078 1079#: templates/user-settings.html:55 1080msgid "Friendly name" 1081msgstr "" 1082 1083#: templates/user-settings.html:59 1084msgid "Link to your website" 1085msgstr "" 1086 1087#: templates/user-settings.html:65 1088msgid "Company or school" 1089msgstr "" 1090 1091#: templates/user-settings.html:69 1092msgid "Link to the company's website" 1093msgstr "" 1094 1095#: templates/user-settings.html:75 1096msgid "Location" 1097msgstr "" 1098 1099#: templates/user-settings.html:79 1100msgid "Bio" 1101msgstr "" 1102 1103#: templates/user-settings.html:82 1104msgid "Update profile" 1105msgstr "" 1106 1107#: templates/user-settings.html:90 1108msgid "Preferences" 1109msgstr "" 1110 1111#: templates/user-settings.html:91 1112#, python-format 1113msgid "" 1114"You can change themes by going to <a href=\"/%(username)s/.config\">your " 1115"configuration repository</a> and pushing a CSS file called " 1116"<code>theme.css</code>." 1117msgstr "" 1118 1119#: templates/user-settings.html:94 1120msgid "Default number of items to show in paginated lists" 1121msgstr "" 1122 1123#: templates/user-settings.html:98 1124msgid "Maximum nesting level for forum replies" 1125msgstr "" 1126 1127#: templates/user-settings.html:101 1128msgid "Update preferences" 1129msgstr "" 1130 1131#: templates/errors/bad-request.html:3 1132msgid "400" 1133msgstr "" 1134 1135#: templates/errors/bad-request.html:6 1136msgid "400 bad request" 1137msgstr "" 1138 1139#: templates/errors/bad-request.html:9 1140msgid "" 1141"Your request does not contain the information required to process it, or " 1142"it doesn't make sense." 1143msgstr "" 1144 1145#: templates/errors/forbidden.html:3 1146msgid "403" 1147msgstr "" 1148 1149#: templates/errors/forbidden.html:6 1150msgid "403 forbidden" 1151msgstr "" 1152 1153#: templates/errors/forbidden.html:9 1154msgid "You are not authorised to access this resource." 1155msgstr "" 1156 1157#: templates/errors/gone.html:3 1158msgid "410" 1159msgstr "" 1160 1161#: templates/errors/gone.html:6 1162msgid "410 gone" 1163msgstr "" 1164 1165#: templates/errors/gone.html:9 1166msgid "This resource is no longer available. This condition is likely permanent." 1167msgstr "" 1168 1169#: templates/errors/media-type.html:3 1170msgid "415" 1171msgstr "" 1172 1173#: templates/errors/media-type.html:6 1174msgid "415 unsupported media type" 1175msgstr "" 1176 1177#: templates/errors/media-type.html:9 1178msgid "The server does not support the media type that was sent in the request." 1179msgstr "" 1180 1181#: templates/errors/method-not-allowed.html:3 1182msgid "405" 1183msgstr "" 1184 1185#: templates/errors/method-not-allowed.html:6 1186msgid "405 method not allowed" 1187msgstr "" 1188 1189#: templates/errors/method-not-allowed.html:9 1190msgid "This resource is not intended to be accessed with the current method." 1191msgstr "" 1192 1193#: templates/errors/not-found.html:3 1194msgid "404" 1195msgstr "" 1196 1197#: templates/errors/not-found.html:6 1198msgid "404 not found" 1199msgstr "" 1200 1201#: templates/errors/not-found.html:9 1202msgid "The resource you have requested is not available on this server." 1203msgstr "" 1204 1205#: templates/errors/server-error.html:3 1206msgid "500" 1207msgstr "" 1208 1209#: templates/errors/server-error.html:6 1210msgid "500 internal server error" 1211msgstr "" 1212 1213#: templates/errors/server-error.html:9 1214msgid "" 1215"The program running on the server has crashed. This is a problem with the" 1216" program; you did nothing wrong. Please send it to the server " 1217"administrator." 1218msgstr "" 1219 1220#: templates/errors/teapot.html:3 1221msgid "418" 1222msgstr "" 1223 1224#: templates/errors/teapot.html:6 1225msgid "418 I'm a teapot" 1226msgstr "" 1227 1228#: templates/errors/teapot.html:9 1229msgid "This server does not implement brewing coffee." 1230msgstr "" 1231 1232#: templates/errors/unauthorised.html:3 1233msgid "401" 1234msgstr "" 1235 1236#: templates/errors/unauthorised.html:6 1237msgid "401 unauthorised" 1238msgstr "" 1239 1240#: templates/errors/unauthorised.html:9 1241msgid "This resource requires authentication, but you are not authenticated." 1242msgstr "" 1243 1244#: templates/repository/repo-branches.html:5 1245#, python-format 1246msgid "Branches of %(username)s/%(repository)s" 1247msgstr "" 1248 1249#: templates/repository/repo-branches.html:26 1250#: templates/repository/repo-branches.html:45 1251#: templates/repository/repo-log.html:68 1252msgid "View tree" 1253msgstr "" 1254 1255#: templates/repository/repo-branches.html:32 1256msgid "Tags" 1257msgstr "" 1258 1259#: templates/repository/repo-commit.html:6 1260#, python-format 1261msgid "%(message)s in %(username)s/%(repository)s" 1262msgstr "" 1263 1264#: templates/repository/repo-commit.html:19 1265#, python-format 1266msgid "" 1267"\n" 1268" created on %(author_date)s (%(author_unix)s),\n" 1269" received on %(receive_date)s (%(receive_unix)s)\n" 1270" " 1271msgstr "" 1272 1273#: templates/repository/repo-commit.html:26 1274msgid "Author identity:" 1275msgstr "" 1276 1277#: templates/repository/repo-commit.html:80 1278msgid "by" 1279msgstr "" 1280 1281#: templates/repository/repo-commit.html:87 1282msgid "Resolve" 1283msgstr "" 1284 1285#: templates/repository/repo-commit.html:91 1286#: templates/repository/repo-commit.html:111 1287#: templates/repository/repo-settings.html:25 1288msgid "Delete" 1289msgstr "" 1290 1291#: templates/repository/repo-commit.html:99 1292#, python-format 1293msgid "Resolved comments (%(count)s)" 1294msgstr "" 1295 1296#: templates/repository/repo-commit.html:107 1297msgid "Unresolve" 1298msgstr "" 1299 1300#: templates/repository/repo-commit.html:135 1301msgid "Add comment" 1302msgstr "" 1303 1304#: templates/repository/repo-file.html:5 1305#, python-format 1306msgid "%(basename)s in %(username)s/%(repository)s" 1307msgstr "" 1308 1309#: templates/repository/repo-file.html:16 1310msgid "Go to directory" 1311msgstr "" 1312 1313#: templates/repository/repo-forum-edit.html:5 1314#, python-format 1315msgid "Editing %(subject)s in %(username)s/%(repository)s" 1316msgstr "" 1317 1318#: templates/repository/repo-forum-edit.html:13 1319#, python-format 1320msgid "Editing %(subject)s" 1321msgstr "" 1322 1323#: templates/repository/repo-forum-search.html:5 1324#: templates/repository/repo-forum.html:5 1325#, python-format 1326msgid "Forum of %(username)s/%(repository)s" 1327msgstr "" 1328 1329#: templates/repository/repo-forum-search.html:12 1330#: templates/repository/repo-forum.html:28 1331msgid "Search..." 1332msgstr "" 1333 1334#: templates/repository/repo-forum-search.html:12 1335#: templates/repository/repo-forum.html:28 1336msgid "Search query" 1337msgstr "" 1338 1339#: templates/repository/repo-forum-search.html:13 1340#: templates/repository/repo-forum.html:29 1341msgid "State" 1342msgstr "" 1343 1344#: templates/repository/repo-forum-search.html:14 1345#: templates/repository/repo-forum-search.html:19 1346#: templates/repository/repo-forum.html:30 1347#: templates/repository/repo-forum.html:35 1348msgid "all" 1349msgstr "" 1350 1351#: templates/repository/repo-forum-search.html:15 1352#: templates/repository/repo-forum-search.html:30 1353#: templates/repository/repo-forum-thread.html:28 1354#: templates/repository/repo-forum.html:31 1355#: templates/repository/repo-forum.html:46 1356msgid "done" 1357msgstr "" 1358 1359#: templates/repository/repo-forum-search.html:16 1360#: templates/repository/repo-forum-search.html:34 1361#: templates/repository/repo-forum-thread.html:32 1362#: templates/repository/repo-forum.html:32 1363#: templates/repository/repo-forum.html:50 1364msgid "active" 1365msgstr "" 1366 1367#: templates/repository/repo-forum-search.html:18 1368#: templates/repository/repo-forum.html:34 1369msgid "Label" 1370msgstr "" 1371 1372#: templates/repository/repo-forum-thread.html:5 1373#, python-format 1374msgid "%(subject)s in %(username)s/%(repository)s" 1375msgstr "" 1376 1377#: templates/repository/repo-forum.html:12 1378msgid "Post topic" 1379msgstr "" 1380 1381#: templates/repository/repo-log.html:5 1382#, python-format 1383msgid "History of %(username)s/%(repository)s" 1384msgstr "" 1385 1386#: templates/repository/repo-log.html:57 1387#, python-format 1388msgid "" 1389"\n" 1390" by <a " 1391"href=\"/%(owner_name)s\">%(owner_name)s</a>,\n" 1392" " 1393msgstr "" 1394 1395#: templates/repository/repo-log.html:60 1396#, python-format 1397msgid "received on %(receive_date)s" 1398msgstr "" 1399 1400#: templates/repository/repo-prs.html:5 1401#, python-format 1402msgid "PRs of %(username)s/%(repository)s" 1403msgstr "" 1404 1405#: templates/repository/repo-prs.html:14 1406msgid "Head branch" 1407msgstr "" 1408 1409#: templates/repository/repo-prs.html:19 1410msgid "Base branch" 1411msgstr "" 1412 1413#: templates/repository/repo-prs.html:24 1414msgid "Request merging" 1415msgstr "" 1416 1417#: templates/repository/repo-prs.html:35 1418msgid "pending" 1419msgstr "" 1420 1421#: templates/repository/repo-prs.html:39 1422msgid "merged" 1423msgstr "" 1424 1425#: templates/repository/repo-prs.html:43 1426msgid "rejected" 1427msgstr "" 1428 1429#: templates/repository/repo-prs.html:53 templates/repository/repo-prs.html:60 1430msgid "Resolves:" 1431msgstr "" 1432 1433#: templates/repository/repo-prs.html:56 1434msgid "To change: space-separated list of root post numbers" 1435msgstr "" 1436 1437#: templates/repository/repo-prs.html:57 1438#: templates/repository/repo-settings.html:24 1439msgid "Save" 1440msgstr "" 1441 1442#: templates/repository/repo-prs.html:68 1443msgid "Deny" 1444msgstr "" 1445 1446#: templates/repository/repo-prs.html:73 1447msgid "Normal merge" 1448msgstr "" 1449 1450#: templates/repository/repo-prs.html:76 1451msgid "Fast-forward merge" 1452msgstr "" 1453 1454#: templates/repository/repo-prs.html:79 1455msgid "Rebase" 1456msgstr "" 1457 1458#: templates/repository/repo-settings.html:5 1459#, python-format 1460msgid "Settings of %(username)s/%(repository)s" 1461msgstr "" 1462 1463#: templates/repository/repo-settings.html:16 1464#: templates/repository/repo-settings.html:40 1465msgid "Label name" 1466msgstr "" 1467 1468#: templates/repository/repo-settings.html:20 1469#: templates/repository/repo-settings.html:42 1470msgid "Label colour" 1471msgstr "" 1472 1473#: templates/repository/repo-settings.html:61 1474msgid "Visibility:" 1475msgstr "" 1476 1477#: templates/repository/repo-settings.html:76 1478msgid "Description" 1479msgstr "" 1480 1481#: templates/repository/repo-settings.html:80 1482msgid "Homepage" 1483msgstr "" 1484 1485#: templates/repository/repo-settings.html:84 1486msgid "Default branch" 1487msgstr "" 1488 1489#: templates/repository/repo-settings.html:90 1490msgid "" 1491"This is the branch the application will redirect to automatically if one " 1492"is not specified.\n" 1493"Note that only branch names are supported, not other references like tags" 1494" or commit hashes." 1495msgstr "" 1496 1497#: templates/repository/repo-settings.html:94 1498msgid "Site branch" 1499msgstr "" 1500 1501#: templates/repository/repo-settings.html:96 1502msgid "No sites" 1503msgstr "" 1504 1505#: templates/repository/repo-settings.html:104 1506msgid "Make this the primary site" 1507msgstr "" 1508 1509#: templates/repository/repo-settings.html:107 1510#, python-format 1511msgid "" 1512"\n" 1513" Host static sites for your projects, for " 1514"free. The files in your site branch will be served at\n" 1515" %(site_link)s or %(primary_site_link)s if" 1516" you make this the primary site.\n" 1517" " 1518msgstr "" 1519 1520#: templates/repository/repo-settings.html:113 1521msgid "Even if this repository is private, the site will not have access control." 1522msgstr "" 1523 1524#: templates/repository/repo-settings.html:115 1525msgid "Forum labels" 1526msgstr "" 1527 1528#: templates/repository/repo-settings.html:128 1529#: templates/repository/repo-settings.html:136 1530msgid "Delete repository" 1531msgstr "" 1532 1533#: templates/repository/repo-settings.html:130 1534msgid "" 1535"Deleting a repository will permanently remove its git database, forum, " 1536"settings and other associated data. THIS CANNOT BE UNDONE IN ANY WAY!" 1537msgstr "" 1538 1539#: templates/repository/repo-settings.html:133 1540msgid "Account password" 1541msgstr "" 1542 1543#: templates/repository/repo-settings.html:134 1544msgid "Write your password to confirm deletion" 1545msgstr "" 1546 1547#: templates/repository/repo-tree.html:5 1548#, python-format 1549msgid "Tree of %(username)s/%(repository)s" 1550msgstr "" 1551 1552#: templates/repository/repo-tree.html:16 1553msgid "Parent directory" 1554msgstr "" 1555 1556#: templates/repository/repo-users.html:5 1557#, python-format 1558msgid "Users of %(username)s/%(repository)s" 1559msgstr "" 1560 1561#: templates/repository/repo-users.html:22 1562#: templates/repository/repo-users.html:48 1563msgid "Administrator / Owner" 1564msgstr "" 1565 1566#: templates/repository/repo-users.html:28 1567msgid "Remove" 1568msgstr "" 1569 1570#: templates/repository/repo-users.html:31 1571#: templates/repository/repo-users.html:51 1572msgid "Contributor" 1573msgstr "" 1574 1575#: templates/repository/repo-users.html:62 1576msgid "This access was granted as part of user-level trust." 1577msgstr "" 1578 1579#: templates/repository/repo-users.html:77 1580msgid "Level" 1581msgstr "" 1582 1583#: templates/repository/repo-users.html:86 1584msgid "Add" 1585msgstr "" 1586 1587